*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
2
3 * tumme.el (tumme-backward-image): Add prefix argument. Add error
4 when at first image.
5 (tumme-forward-image): Add prefix argument. Add error when at last
6 image.
7
8 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * tabify.el (tabify-regexp): Use more specific regexps.
11 (tabify): Avoid modifying the buffer unnecessarily.
12
13 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
14
15 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
16 (tumme-format-properties-string): Handle empty `buf'.
17 (tumme-get-comment): Change variable names inside `let'. Add
18 missing `let' variable that cause font-lock problems.
19 (tumme-write-comments): Change variable names inside `let'. Add
20 missing `let' variable that cause font-lock problems.
21 (tumme-forward-image): Rename from `tumme-forward-char'.
22 (tumme-backward-image): Rename from `tumme-backward-char'.
23
24 2006-07-25 Masatake YAMATO <jet@gyve.org>
25
26 * progmodes/ld-script.el (ld-script-keywords)
27 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
28 and add comments.
29
30 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
31
32 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
33 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
34 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
35 for status indicator.
36
37 2006-07-24 Richard Stallman <rms@gnu.org>
38
39 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
40
41 * subr.el (dolist, dotimes): Use interned symbols for locals.
42 (--dotimes-limit--, --dolist-tail--): New defvars.
43 (looking-back): Doc fix.
44
45 * replace.el (replace-match-string-symbols): Handle dotted lists.
46
47 2006-07-24 mathias <mathias@mattis>
48
49 * tumme.el (tumme-write-tags): Add.
50 (tumme-write-comments): Add.
51 (tumme-tag-files): Change to use `tumme-write-tags'.
52 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
53 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
54 (tumme-save-information-from-widgets): Change to use
55 `tumme-write-comments' and `tumme-write-tags'.
56 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
57 (tumme-write-tag): Remove.
58 (tumme-write-comment): Remove.
59 (tumme-display-previous-thumbnail-original): Remove empty line.
60 (tumme-widget-list): Add punctuation.
61
62 2006-07-24 mathias <mathias.dahl@gmail.com>
63
64 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
65
66 2006-07-24 Daiki Ueno <ueno@unixuser.org>
67
68 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
69 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
70 andreas@altroot.de (Andreas V\e,Av\e(Bgele)
71
72 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
73
74 * mouse.el (mouse-on-link-p): Doc fix.
75
76 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
77
78 * emacs-lisp/find-func.el (find-function-search-for-symbol):
79 Handle "C-h f `".
80
81 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
82
83 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
84 column.
85
86 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
87
88 * textmodes/table.el: Add move-beginning-of-line and
89 move-end-of-line to Point Motion Only Group.
90
91 2006-07-22 Eric Hanchrow <offby1@blarg.net>
92
93 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
94
95 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
96
97 * startup.el (user-mail-address): Initialize from the `EMAIL'
98 environment variable first. Document this.
99 (command-line): Ditto.
100
101 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
102
103 * help-mode.el (help-function-def, help-variable-def)
104 (help-face-def): Print a message in the minibuffer.
105
106 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
107
108 * term/xterm.el (terminal-init-xterm): Fix key bindings
109 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
110
111 2006-07-21 Eli Zaretskii <eliz@gnu.org>
112
113 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
114 where `(nth 1 command)' is a cons cell. Doc fix.
115
116 * textmodes/po.el (po-find-charset): Doc fix.
117
118 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
119
120 * allout.el (allout-unprotected, allout-e-o-prefix-p)
121 (allout-beginning-of-current-line, allout-end-of-current-line)
122 (allout-next-visible-heading, allout-open-topic)
123 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
124 (allout-flag-current-subtree, allout-show-to-offshoot)
125 (allout-hide-current-entry, allout-show-current-branches)
126 (allout-hide-region-body, allout-old-expose-topic)
127 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
128 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
129 containing `beginning-of-line' and `end-of-line' with
130 `inhibit-field-text-motion' t.
131
132 2006-07-21 Eli Zaretskii <eliz@gnu.org>
133
134 * frame.el (focus-follows-mouse): Document that it doesn't have
135 any effect on MS-Windows.
136
137 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
138
139 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
140
141 2006-07-20 Jay Belanger <belanger@truman.edu>
142
143 * calc.el (calc-previous-alg-entry): Remove variable.
144
145 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
146 New variables.
147 (calc-alg-entry): Use `calc-alg-entry-history'.
148 (calc-do-quick-calc): Use `calc-quick-calc-history'.
149 Remove reference to `calc-previous-alg-entry'.
150 (calcAlg-edit, calcAlg-enter): Remove reference to
151 `calc-previous-alg-entry'.
152 (calcAlg-previous): Use `previous-history-element' instead of
153 `calc-previous-alg-entry'.
154 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
155 Change keybinding for `calcAlg-plus-minus', add keybindings for
156 `previous-history-element' and `next-history-element'.
157
158 * calc-rewr.el (calc-match): Remove reference to
159 `calc-previous-alg-entry'.
160
161 * calc-sel.el (calc-selection-history): New variable.
162 (calc-enter-selection, calc-sel-mult-both-sides)
163 (calc-sel-add-both-sides): Use `calc-selection-history'.
164
165 * calc-map.el (calc-get-operator-history): New variable.
166 (calc-get-operator): Use `calc-get-operator-history'.
167
168 * calcalg3.el (calc-curve-fit-history): New variable.
169 (calc-curve-fit): Use `calc-curve-fit-history'.
170
171 2006-07-20 Kenichi Handa <handa@m17n.org>
172
173 * international/mule-cmds.el (select-safe-coding-system): Fix the
174 way of deciding eol-type of the coding system.
175
176 2006-07-20 Alan Mackenzie <acm@muc.de>
177
178 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
179 (c-lang-setvar): New macro.
180 (c-make-init-lang-vars-fun): Use the initialization forms in
181 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
182 (comment-start, comment-end, comment-start-skip): Change these from
183 c-lang-defvar's to c-lang-setvar's.
184
185 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
186 which calls make-local-variable on the elements of
187 c-emacs-variable-inits.
188 (c-init-language-vars-for): Call this new macro.
189
190 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
191
192 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
193 Try to rule out false positives due to time stamps.
194 (compilation-mode-font-lock-keywords): Remove rules made redundant
195 because of the above change. Add `segmentation fault' to the known and
196 highlighted compilation termination messages.
197
198 2006-07-19 Kim F. Storm <storm@cua.dk>
199
200 * progmodes/grep.el (grep-find-ignored-directories):
201 Add .svn and _darcs to list.
202
203 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
204
205 * dired.el (dired-mode-map): Add key binding `C-te' for
206 `tumme-dired-edit-comment-and-tags'.
207
208 * tumme.el (tumme-display-thumbnail-original-image): Make sure
209 image display buffer is displayed before call to
210 `tumme-display-image.
211 (tumme-dired-display-image): Make sure image display buffer is
212 displayed before call to `tumme-display-image.
213 (tumme-mouse-display-image): Make sure image display buffer is
214 displayed before call to `tumme-display-image.
215 (tumme-widget-list): Add.
216 (tumme-dired-edit-comment-and-tags): Add.
217 (tumme-save-information-from-widgets): Add.
218
219 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
220
221 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
222
223 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
224
225 * progmodes/sh-script.el (sh-font-lock-keywords-1):
226 Revert inadvertently installed patch hunk.
227
228 * progmodes/compile.el (compilation-find-file): Handle the
229 cases where the user selects a non-existent file.
230
231 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
234
235 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
236
237 * subr.el (sit-for): Just sleep-for if noninteractive.
238
239 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
240
241 * emacs-lisp/autoload.el (make-autoload): Use new arg.
242
243 * custom.el (custom-autoload): Add `noset' argument.
244 (custom-push-theme): Don't autoload the variable, let callers do it.
245 (custom-theme-set-variables): Autoload the variable if necessary.
246
247 * cus-edit.el (custom-variable-state-set): If the variable was
248 originally set outside custom, but to the same value as the default,
249 consider it to be standard.
250
251 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
252 file *before* telling Emacs to add the autoloads, in case it fails.
253
254 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
255 Use `cond', push', and `dolist'.
256
257 2006-07-17 Richard Stallman <rms@gnu.org>
258
259 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
260 Add defvars to silence warnings.
261
262 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
263
264 * progmodes/compile.el (compilation-mode-font-lock-keywords):
265 Don't highlight "Compiling file" messages as error.
266
267 * dired-aux.el (dired-compress-file): Confirm again if gzipped
268 file already exists.
269
270 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
271
272 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
273 entry, don't assign to free var; simply return the extracted filename.
274 (ff-treat-as-special): Incorporate common preamble from callers.
275 (ff-other-file-name, ff-find-the-other-file):
276 Update call to ff-treat-as-special.
277
278 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
279
280 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
281
282 * tumme.el (tumme-get-comment): Fix bug.
283
284 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
285
286 * files.el: Remove spurious * in docstrings.
287
288 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
289
290 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
291 grammar.
292 (allout-beginning-of-current-line): Beware beginning of buffer.
293 Also, a comment is simplified.
294 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
295 when appropriate. (This fix enables use for other than
296 bullet-hotspot operation.)
297 (allout-hide-current-subtree): While escalating to sibling-close,
298 make sure to situate on a topic.
299
300 2006-07-14 Kim F. Storm <storm@cua.dk>
301
302 * emulation/cua-base.el (cua-delete-selection)
303 (cua-toggle-set-mark): New defcustoms.
304 (cua-rectangle-modifier-key): Add `alt' modifier.
305 (cua-replace-region): Don't delete if cua-delete-selection is nil.
306 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
307 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
308
309 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
310
311 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
312
313 * allout.el: Require 'cl during byte-compilation/interactive load,
314 for the `assert' macro.
315 (allout-mode-deactivate-hook): New hook, run when allout mode
316 deactivates.
317 (allout-developer): New allout customization subgroup.
318 (allout-run-unit-tests-on-load): New allout-developer
319 customization variable, when true allout unit tests are run towards
320 end of file load/eval.
321 (allout-inhibit-auto-fill): Disable auto-fill activity even during
322 auto-fill-mode.
323 (allout-resumptions): Remove, to be replaced by...
324 (allout-add-resumptions): Register variable settings to be
325 reinstated by `allout-do-resumptions'. The settings are made
326 buffer-local, but the locality/globality of the suspended setting
327 is restored on resumption.
328 (allout-do-resumptions): Reinstate all settings suspended using
329 `allout-add-resumptions'.
330 (allout-test-resumptions): Unit tests (and intermediate variables)
331 for resumptions.
332 (allout-tests-globally-unbound, allout-tests-globally-true)
333 (allout-tests-locally-true): Intermediate variables for
334 resumptions unit tests.
335 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
336 (allout-exposure-category): Replaces 'allout-overlay-category variable.
337 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
338 instead of retired `allout-resumptions'. For hook functions, use
339 `local' parameter so hook settings are created and removed as
340 buffer-local settings. Revise (resumptions) setting
341 auto-fill-function so it is set only if already active. (The
342 related fill-function settings are all made in either case, so
343 that activating auto-fill-mode activity will have the custom
344 allout-mode behaviors (hanging indent on topics, if configured for it).
345 Remove all allout-exposure-category overlays on mode deactivation.
346 (allout-hotspot-key-handler): New function extracted from
347 `allout-pre-command-business', so the functionality can be used
348 for other purposes, eg as a binding in an overlay.
349 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
350 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
351 customization variable.
352 (allout-run-unit-tests): Run the (currently quite small)
353 repertoire of unit tests. Called just before the provide iff user
354 has customized `allout-run-unit-tests-on-load' non-nil.
355
356 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
357
358 * emacs-lisp/authors.el (authors-aliases): Update.
359
360 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
361
362 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
363 gdb-source-window. Add dedicated argument.
364 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
365 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
366 (gdb-display-threads-buffer, gdb-display-memory-buffer)
367 (gdb-display-locals-buffer): Use it.
368
369 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
370 Set gdb-source-window.
371
372 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
373
374 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
375 minor modes, redundant with the custom-autoload line above.
376
377 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
378
379 * longlines.el (longlines-post-command-function): Handle open-line too.
380
381 2006-07-12 Richard Stallman <rms@gnu.org>
382
383 * progmodes/grep.el (grep-last-buffer): Doc fix.
384
385 * info.el (Info-try-follow-nearest-node): Doc fix.
386
387 * emacs-lisp/edebug.el (edebug-instrument-function):
388 Err if find-function-noselect gives no position.
389
390 * emacs-lisp/find-func.el (find-function-search-for-symbol):
391 If can't find definition, return nil for position.
392 (find-function-do-it): Handle new return value
393 of find-definition-noselect.
394 (find-definition-noselect, find-variable-noselect): Doc fix.
395 (find-function-noselect): Doc fix.
396
397 * help-mode.el (help-variable-def): Handle find-variable-noselect
398 returning no position.
399 (help-function-def): Likewise for find-function-search-for-symbol.
400 (help-face-def): Likewise.
401
402 * help-fns.el (describe-variable): Handle find-variable-noselect
403 returning no position.
404
405 * files.el (locate-file-completion): Avoid duplicates in result.
406
407 * cus-edit.el (custom-no-edit): New command.
408 (custom-mode-map): Remap to custom-no-edit instead of
409 using suppress-keymap.
410
411 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
412
413 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
414 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
415 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
416
417 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
418
419 2006-07-11 Kim F. Storm <storm@cua.dk>
420
421 * ido.el (ido-copy-current-file-name): Use buffer-name if
422 buffer-file-name is nil.
423
424 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
425
426 * simple.el (undo-ask-before-discard): Set to nil.
427
428 * vc.el (vc-exec-after): Don't delete process manually.
429 (vc-print-log): Run log-view-mode in process sentinel inside
430 inhibit-read-only. Don't shrink window due to timing issues.
431
432 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
433 Avoid using with-output-to-temp-buffer, which clobbers local vars.
434
435 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
436
437 * progmodes/compile.el (compilation-error-regexp-alist-alist):
438 Fix ambiguity introduced by last change.
439 (compilation-find-file): Move save-excursion to where it may
440 make sense. Fix a left over `find-file'.
441
442 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
443
444 * textmodes/texinfmt.el (texinfo-format-separate-node):
445 Insert a string before point, which fits documentation, not after.
446 (texinfo-multitable-item): In a multitable row, insert any
447 additional needed @tabs and spaces.
448
449 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
450
451 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
452 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
453 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
454 instead of shell-command.
455 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
456 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
457 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
458 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
459 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
460 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
461
462 2006-07-11 Kim F. Storm <storm@cua.dk>
463
464 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
465 Remove special case for seconds < 0. Use (redisplay t) instead.
466
467 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
468
469 * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
470 compilation error.
471
472 * subr.el (sit-for): New function.
473
474 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
475
476 2006-07-10 Richard Stallman <rms@gnu.org>
477
478 * ldefs-boot.el (edebug): Update page.
479
480 2006-07-10 Kim F. Storm <storm@cua.dk>
481
482 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
483 to FOR-RELEASE and TODO.
484
485 2006-07-10 Romain Francoise <romain@orebokech.com>
486
487 * emacs-lisp/authors.el (authors-aliases): Update.
488
489 2006-07-10 Alan Mackenzie <acm@muc.de>
490
491 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
492 * cc-mode.el: Changes to eradicate eval-after-load.
493
494 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
495
496 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
497 on non-char events.
498
499 2006-07-09 Romain Francoise <romain@orebokech.com>
500
501 * progmodes/compile.el (compilation-mode-font-lock-keywords):
502 Don't highlight start/end markers as compilation messages.
503
504 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
505 to t.
506
507 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
508
509 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
510
511 2006-07-08 Richard Stallman <rms@gnu.org>
512
513 * term/x-win.el (x-handle-display): Add doc string.
514
515 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
516
517 * subr.el (def-edebug-spec): Move here.
518 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
519
520 * imenu.el (imenu-choose-buffer-index): Doc fix.
521
522 2006-07-08 Romain Francoise <romain@orebokech.com>
523
524 * term/x-win.el (x-display-name): Fix typo.
525
526 2006-07-08 Eli Zaretskii <eliz@gnu.org>
527
528 * hexl.el (hexl-find-file): Doc fix.
529
530 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
531
532 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
533
534 * term/x-win.el (x-display-name): Doc fix.
535
536 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
537
538 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
539 long prefixes.
540 (fill-region-as-paragraph): Don't round up to a whole line.
541 (fill-comment-paragraph): Don't include the code-before-the-comment
542 when calling fill-region-as-paragraph.
543
544 * international/mule.el (make-char): Remove redundancy.
545
546 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
547 property may contain an anonymous function rather than a symbol.
548
549 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
550
551 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
552 Use shy regexp. Fix incorrect backref to potentially unmatched group.
553
554 * dirtrack.el (dirtrack-default-directory-function): Remove.
555 (dirtrack-directory-function): Use file-name-as-directory.
556 (dirtrack-windows-directory-function): Simplify.
557 (dirtrack-forward-slash, dirtrack-backward-slash)
558 (dirtrack-replace-slash): Remove.
559 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
560 (dirtrack): Fix wrong parenthesizing; use match-string.
561
562 * progmodes/octave-inf.el: Remove spurious * in docstrings.
563 (inferior-octave-mode): Only change the buffer-local value of
564 comint-dynamic-complete-functions.
565 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
566 Move the initialization to the declaration.
567 (inferior-octave-complete): Remove unused var `filter'.
568
569 * shell.el (shell-mode): Only change the buffer-local value of
570 comint-dynamic-complete-functions.
571
572 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
573
574 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
575 entry is skipped because it has been scheduled.
576 (org-prepare-agenda-buffers): Don't mark buffers as modified when
577 changing `:org-archived' and `:org-comment' properties.
578
579 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
580
581 * server.el (server-select-display): Don't make the temp frame
582 minibuffer-only, in case it's not a temp frame.
583 (server-process-filter): Don't delete the temp frame if it's the
584 only one we have on that display.
585
586 * files.el (find-alternate-file): Doc fix.
587
588 2006-07-05 Richard Stallman <rms@gnu.org>
589
590 * files.el (abbreviate-file-name): Add save-match-data.
591
592 2006-07-03 Richard Stallman <rms@gnu.org>
593
594 * faces.el (read-face-name): Doc fix.
595
596 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
597
598 * net/goto-addr.el (goto-address): Mark as safe for local evals.
599
600 2006-07-05 Andre Spiegel <spiegel@gnu.org>
601
602 * vc.el (vc-diff-internal): Fix prev change.
603
604 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
605
606 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
607 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
608
609 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
610
611 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
612 fails if the symbol contains chars like ( or '.
613 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
614 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
615 `short'.
616
617 2006-07-04 Kenichi Handa <handa@m17n.org>
618
619 * international/mule-cmds.el (set-language-info): If LANG-ENV is
620 the current one, don't call set-language-environment, but call one
621 of set-language-environment-XXX to make INFO effective now.
622 (set-language-environment): Call set-language-environment-XXX
623 functions instead of doing the various setups directly.
624 (set-language-environment-coding-systems): Delete argument eol-type.
625 (set-language-environment-input-method)
626 (set-language-environment-nonascii-translation)
627 (set-language-environment-charset)
628 (set-language-environment-fontset)
629 (set-language-environment-unibyte): New functions.
630
631 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
632
633 * locate.el (locate-update-when-revert): New option.
634 (locate-update-path): New option (suggested by Michael Albinus).
635 (locate-prompt-for-command): Whitespace change.
636 (locate-update): No longer offer to update the locate database by
637 default. Implement the two new options.
638
639 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
640
641 * tooltip.el: Move comment about track-mouse...
642
643 * progmodes/gud.el: ...to here.
644
645 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
646
647 * facemenu.el (facemenu-listed-faces): New var.
648 (facemenu-unlisted-faces): Variable deleted.
649 (facemenu-add-new-face): Use facemenu-listed-faces.
650
651 * emulation/viper-init.el, calendar/calendar.el:
652 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
653
654 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
655
656 * textmodes/org.el (org-mode): Remove no invalid settings for
657 calc embedded mode.
658 (org-mode-p): New defsubst.
659 (org-save-all-org-buffers): New function.
660 (org-first-headline-recenter): Enclose outline-regexp in group
661 delimiters.
662 (org-set-tags): Keep single space after stars.
663
664 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * window.el (set-window-text-height): Only set window-min-height to
667 1 if that's the requested size.
668
669 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
670 (diff-unified->context, diff-context->unified)
671 (diff-reverse-direction): Make sure the end marker stays at the end.
672 (diff-mode): Add the keymap table at the end of docstring.
673 Use lexical-let rather than constructing a closure manually.
674
675 * files.el (find-file-noselect-1): Remove unused var assignment.
676 (hack-local-variables-confirm): Print lists of strings as lists of
677 strings rather than lists of symbols.
678 (abbreviate-file-name, hack-local-variables-prop-line):
679 Use match-string.
680 (hack-one-local-variable): Move `make-local-variable' nearer its use.
681 (recover-session-finish): Use line-end-position.
682
683 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
684
685 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
686
687 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
688
689 * progmodes/make-mode.el (makefile-macroassign-regex):
690 Accept preceding keyword.
691 (makefile-gmake-statements): Reorganize, now that makepp has
692 "override" and also handle forgotten "override define".
693 (makefile-makepp-statements): Add new "global", "override export"
694 and "override global".
695
696 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
697
698 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
699 (ada-compile-mouse-goto-error, ada-deactivate-properties)
700 (ada-no-auto-case): Fix typos in docstrings.
701
702 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
703
704 * info.el (Info-find-node-2): Search for makeinfo version more
705 carefully.
706
707 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
708
709 * textmodes/org.el (org-prepare-agenda-buffers):
710 Use `invisible-OK' argument for `org-end-of-subtree'.
711 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
712 (org-beginning-of-item): Fix bug in regular expression for white line.
713 (org-export-as-html): Enforce space after bullet in plain list items.
714 (org-set-autofill-regexps): Require space after plain list bullet
715 for paragraph-start.
716 (org-ts-regexp3): New constant.
717 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
718 (org-timestamp-up-day, org-timestamp-down-day)
719 (org-timestamp-change): Work with inactive timestamps.
720 (org-ts-regexp1): Don't allow brackets in time stamps.
721
722 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
723
724 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
725 for ignoring links.
726
727 * faces.el (read-face-name): Use it.
728
729 2006-06-28 Juri Linkov <juri@jurta.org>
730
731 * buff-menu.el (list-buffers-noselect): Compare Info file
732 with the string "dir" to detect Info directory.
733
734 * complete.el (partial-completion-mode): In lambda for
735 `choose-completion-string-functions' use full function signature
736 with 4 args, and move point to the end of the minibuffer only if arg
737 `mini-p' is non-nil.
738
739 2006-06-28 John Paul Wallington <jpw@pobox.com>
740
741 * ibuffer.el (ibuffer-mode): Doc fix.
742
743 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
744
745 * textmodes/org.el (org-context): New contexts :item-bullet,
746 :latex-fragment, :latex-preview.
747 (org-overlays-at, org-overlay-start, org-overlay-end):
748 New compatibility functions.
749 (org-inside-LaTeX-fragment-p): More accurate matching, using the
750 exact regexp that will be used during export.
751 (org-latex-regexps): New variable.
752 (org-cdlatex-mode): Improve advice for `texmathp'.
753 (turn-on-org-cdlatex): New function.
754
755 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
756
757 * term/mac-win.el (mac-handle-font-selection): Change keys of
758 mac-atsu-font-table from strings to numbers.
759 (mac-ts-caret-position): Use also when cursor-type is nil.
760 (mac-ts-update-active-input-area): Add Mac OS Classic support.
761 Relax condition for using overlay strings.
762 Use mac-ts-caret-position face when cursor-type is nil.
763
764 2006-06-26 Kim F. Storm <storm@cua.dk>
765
766 * help.el (view-emacs-news): Declare `res' in the right let* form.
767
768 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
769
770 * net/rcompile.el (remote-compile): Replace ange-ftp based
771 implementation by Tramp functions.
772 Suggested by Marc Abramowitz <msabramo@gmail.com>.
773
774 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
775
776 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
777
778 * international/fontset.el (setup-default-fontset): Fix a typo in
779 the "Oriya-Akruti" registry name.
780
781 2006-06-23 Lars Hansen <larsh@soem.dk>
782
783 * desktop.el (desktop-full-file-name): New function.
784 (desktop-kill, desktop-save, desktop-remove, desktop-read)
785 (desktop-revert): Use it.
786 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
787 (desktop-after-read-hook): Add option list-buffers.
788 (desktop-locals-to-save): Add tab-width.
789 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
790 Fix docstring.
791
792 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
793
794 * textmodes/org.el (org-cdlatex-mode-map)
795 (org-cdlatex-texmathp-advice-is-done): New variables.
796 (org-cdlatex-mode): New minor mode.
797 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
798 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
799 (org-export-with-archived-trees): New option.
800 (org-open-file): Remove the call to `convert-standard-filename'.
801 (org-archive-tag, org-agenda-skip-archived-trees)
802 (org-cycle-open-archived-trees)
803 (org-sparse-tree-open-archived-trees): New options.
804 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
805 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
806 New functions.
807 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
808 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
809 (org-mode-map): Add binding for `org-toggle-archive-tag'.
810 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
811 Call `org-prepare-agenda-buffers'.
812 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
813 (org-file-apps, org-file-apps-defaults-gnu)
814 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
815 Handle remote files by forcing them to be opened in Emacs.
816
817 2006-06-23 Andre Spiegel <spiegel@gnu.org>
818
819 * vc.el (vc-diff-knows-L): New variable.
820 (vc-diff-internal): Use it to handle "diff" programs that don't
821 understand -L. This works automatically, no user action is necessary.
822
823 2006-06-23 Daniel Brockman <daniel@brockman.se>
824
825 * net/rcirc.el (rcirc-default-user-full-name): Default to
826 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
827 longer exists).
828 (rcirc-process-list): Check `buffer-live-p' before attempting to
829 switch to a buffer.
830
831 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
832
833 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
834 based on rcirc-coding-system-alist.
835
836 2006-06-23 Martin Rudalics <rudalics@gmx.at>
837
838 * cus-edit.el (customize-apropos): A better error message.
839 (top level) <debug-ignored-errors>: Extend and update the list of
840 ignored error messages.
841
842 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
843
844 * complete.el (PC-do-completion): Retain capitalization of user
845 input, when possible, even if completion-ignore-case is set.
846
847 2006-06-23 Eli Zaretskii <eliz@gnu.org>
848
849 * generic-x.el (bat-generic-mode): Support .cmd files.
850
851 * dos-w32.el (top level): Use find-file-not-found-functions
852 instead of the obsolete find-file-not-found-hooks.
853
854 2006-06-22 Kim F. Storm <storm@cua.dk>
855
856 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
857 to recognize mode name containing submodes, such as Grep/lw.
858
859 2006-06-21 Kim F. Storm <storm@cua.dk>
860
861 * simple.el (line-move-1): Check for move-end-of-line instead of
862 end-of-line when setting temporary-goal-column.
863
864 2006-06-21 Miles Bader <miles@gnu.org>
865
866 * play/cookie1.el (cookie): Work properly when there's only one entry.
867
868 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
869
870 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
871 (gdb-frame-handler): Generalize frame regexp for templates.
872
873 2006-06-20 Glenn Morris <rgm@gnu.org>
874
875 * calendar/appt.el (appt-display-format): Default value must be
876 one of the customize options.
877
878 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
879
880 * term/xterm.el (terminal-init-xterm): Update key availability info.
881 Bind C-return.
882
883 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
884
885 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
886
887 * files.el (hack-local-variables): Run `hack-local-variables-hook'
888 whether or not a local variables list is defined.
889
890 * msb.el (msb): Move `sit-for' hack here to handle both
891 "mouse-down and drag" and "mouse-up and select" situations.
892 (mouse-select-buffer): Move `sit-for' hack to `msb'.
893
894 2006-06-20 Kenichi Handa <handa@m17n.org>
895
896 * international/characters.el (word-combining-categories):
897 Add entries for 2-byte Han characters.
898
899 2006-06-19 Richard Stallman <rms@gnu.org>
900
901 * bindings.el (mode-line-format): Save some mode line space.
902
903 * files.el (find-file-noselect): Improve the question wording.
904 (basic-save-buffer-2): Mask UMASK against 666.
905
906 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
907 (mouse-drag-vertical-line): Call it.
908
909 * cus-edit.el (customize-option, customize-option-other-window):
910 Error if SYMBOL is nil.
911
912 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
913
914 * textmodes/org.el: Require noutline, also on XEmacs.
915 (org-end-of-subtree): Return point.
916 (org-dblock-start-re, org-dblock-end-re): New constants.
917 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
918 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
919 (org-update-all-dblocks, org-find-dblock): New functions.
920 (org-collect-clock-time-entries): New function.
921 (org-html-handle-time-stamps): Never export CLOCK timeranges.
922 (org-fixup-indentation): Modify to deal correctly with lines
923 starting with TAB. Only one argument DIFF now.
924 (org-demote, org-promote): Call `org-fixup-indentation' with just
925 one argument, DIFF.
926 (org-mode): Don't mark buffer as modified when aligning tables.
927 (org-clock-sum): Don't mark buffer modified when adding time sum
928 properties.
929 (org-export-as-html): Add support for a link validation function.
930 (org-archive-all-done): New function.
931 (org-archive-subtree): New prefix argument. When set, archive all
932 done subtrees in this buffer.
933 (org-remove-clock-overlays)
934 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
935 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
936 (org-put-clock-overlay): Don't swallow last headline character
937 when displaying overlay.
938 (org-store-link): Link to `image-mode' with just the file name.
939
940 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
941
942 * viper-cmd.el (viper-special-read-and-insert-char):
943 Use read-key-sequence.
944 (viper-after-change-undo-hook): Misc enhancements.
945 (viper-after-change-undo-hook): New hook.
946 (viper-undo): Use viper-after-change-undo-hook.
947 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
948 (viper-next-line-at-bol): If point is on a widget or a button, simulate
949 clicking on that widget/button.
950
951 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
952
953 * ediff-diff (ediff-test-patch-utility): Catch errors.
954 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
955 (ediff-set-actual-diff-options): New function.
956 (ediff-reset-diff-options, ediff-toggle-ignore-case):
957 Use ediff-set-actual-diff-options.
958 (ediff-extract-diffs): Catch errors.
959 (ediff-whitespace): Add non-breakable space.
960 (ediff-same-file-contents): Catch errors.
961
962 * ediff-mult.el (ediff-collect-custom-diffs):
963 Save coding-system-for-read.
964
965 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
966 (ediff-vc-internal, ediff-vc-merge-internal):
967 Use ediff-delete-version-file.
968 (ediff-delete-version-file): New function.
969
970 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
971
972 * ediff.el (ediff-directories, ediff-directory-revisions)
973 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
974 (ediff-directories-internal, ediff-merge-directory-revisions)
975 (ediff-merge-directory-revisions-with-ancestor)
976 (ediff-directories3): Use read-directory-name.
977
978 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
979
980 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
981 Remove superfluous part of regexp for brace matching which is handled
982 by `scan-lists' call.
983
984 2006-06-16 Richard Stallman <rms@gnu.org>
985
986 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
987
988 * files.el (basic-save-buffer-2): For a new precious file,
989 use the default modes in the return value.
990
991 * facemenu.el (facemenu-color-alist): Doc fix.
992
993 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
994
995 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
996
997 * cus-start.el (all): Add mac-ts-script-language-on-focus.
998
999 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1000 (mac-utxt-to-string): Use it.
1001 (mac-ts-update-active-input-area): Use mac-ae-number.
1002
1003 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1004
1005 * term.el (term-handle-scroll, term-delete-lines)
1006 (term-insert-lines): Fix off by one errors.
1007
1008 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1009
1010 * net/tramp.el (tramp-touch): Use UTC to express time.
1011
1012 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1013
1014 * mail/sendmail.el (mail-send): Search explicitly for
1015 mail-header-separator when checking for corrupted header lines.
1016
1017 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1018
1019 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1020 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1021 (gdb-init-1): Initialise them.
1022 (gdb-starting): Reset gdb-printing
1023 (gdb-starting): Save value of gud-overlay-arrow-position.
1024 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1025 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1026 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1027 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1028
1029 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1030
1031 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1032
1033 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1034
1035 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1036 (ldap-search-internal): Keep error messages, and a regexp fix.
1037
1038 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1039
1040 * files.el (hack-local-variables-confirm):
1041 Display string value using its printed representation.
1042
1043 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1044
1045 * server.el (server-edit): No-op if no server buffers exist.
1046
1047 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1048
1049 * textmodes/page-ext.el (pages-directory-for-addresses):
1050 Including `pages-directory-address-mode' in the function results
1051 in the message "Buffer in which pages were found is deleted".
1052
1053 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1054
1055 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1056 clocking functions.
1057
1058 (org-agenda-clock-in, org-check-running-clock)
1059 (org-clock-out-if-current, org-remove-clock-overlays)
1060 (org-put-clock-overlay): New functions.
1061 (org-clock-marker, org-clock-file-total-minutes)
1062 (org-clock-overlays): New variables.
1063 (org-clock-display, org-clock-sum, org-clock-cancel)
1064 (org-clock-out, org-clock-in): New commands.
1065 (org-export): New function.
1066 (org-emph-re): New constant.
1067 (org-set-emph-re, org-do-emphasis-faces): New functions.
1068 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1069 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1070 (org-export-html-convert-emphasize): Use the configurable emphasis.
1071 (org-cleaned-string-for-export): Make multiline emphasis visible
1072 to the exporter. New optional argument PARAMETERS.
1073 (org-export-as-html): Specify :emph-multiline parameter to
1074 `org-cleaned-string-for-export'.
1075
1076 2006-06-10 Richard Stallman <rms@gnu.org>
1077
1078 * help.el (help-for-help-internal): Clean up help text.
1079
1080 2006-06-10 Andreas Schwab <schwab@suse.de>
1081
1082 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1083 in doc string.
1084
1085 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1086
1087 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1088
1089 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1090 spaces after the comment start.
1091
1092 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1093
1094 * play/pong.el (pong-init-buffer):
1095 Fill buffer with spaces instead of ^A.
1096
1097 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1098 launched asynchronously, delete its process instead of being cool.
1099 (ispell-async-processp): Check for `delete-process' existence
1100 instead of `kill-process' one for consistency.
1101
1102 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1103
1104 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1105 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1106 in mode line at startup.
1107
1108 2006-06-08 Kim F. Storm <storm@cua.dk>
1109
1110 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1111 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1112 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1113 (ido-file-internal): Pass full file name to write-file.
1114 (ido-read-internal): Only pop stack elements automatically if they
1115 actually match an existing directory or file name.
1116
1117 2006-06-07 Kenichi Handa <handa@m17n.org>
1118
1119 * international/mule.el (find-auto-coding): Don't handle the short
1120 name `char-trans'.
1121
1122 * files.el (hack-local-variables-prop-line)
1123 (hack-local-variables): Cancel the previous change.
1124
1125 2006-06-06 Jesper Harder <harder@phys.au.dk>
1126
1127 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1128
1129 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1130
1131 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1132 diff-default-read-only is non-nil.
1133 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1134 (diff-refine-hunk): Set inhibit-read-only to t.
1135
1136 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1137 modifying the *Diff* buffer.
1138 (diff-process-filter): New filter function for diff process that
1139 sets inhibit-read-only to t when modifying the *Diff* buffer.
1140
1141 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1142
1143 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1144 insertion point and control the number of empty lines.
1145 (org-paste-subtree): Limit the number of empty lines at the end of
1146 the inserted tree.
1147 (org-agenda): Use buffer name of current file for narrowing.
1148 (org-export-as-xml): Command removed.
1149 (org-export-xml-type): Option removed.
1150 (org-mode-map): Call `org-export-as-xoxo' directly.
1151 (org-get-indentation): New optional argument LINE.
1152 (org-fix-indentation, org-remove-tabs): New functions.
1153 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1154 correct indentation for headlines that are converted it items.
1155 (org-skip-comments): Remove table lines that contain narrowing
1156 cookies but no other non-empty fields.
1157 (org-set-tags): Allow groups of mutually exclusive tags.
1158 (org-cmp-time): Sort 24:21 before items without time.
1159 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1160 (org-open-at-point): Require double colon also for numbers.
1161
1162 2006-06-06 Kim F. Storm <storm@cua.dk>
1163
1164 * ido.el (ido-default-file-method, ido-default-buffer-method):
1165 Make choice values consistent with corresponding command names.
1166 (ido-visit-buffer): Update accordingly. Default to selected-window.
1167
1168 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1169
1170 * progmodes/gud.el (gud-running): Fix doc string.
1171 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1172 (gud-tooltip-modes): Add python-mode.
1173 (gud-tooltip-print-command): Add pdb. Remove perldb.
1174
1175 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1176
1177 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1178 Quote $(EMACS).
1179
1180 2006-06-05 Richard Stallman <rms@gnu.org>
1181
1182 * faces.el (defined-colors): Doc fix.
1183
1184 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1185
1186 * vc.el (vc-process-filter): Inhibit undo info collection around
1187 call to insert.
1188 (vc-setup-buffer): Likewise for call to erase-buffer.
1189 (vc-do-command): Likewise for call to process-file.
1190
1191 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1192
1193 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1194 for gud-go.
1195 (gud-common-init): Other debuggers may trigger error.
1196
1197 2006-06-05 Kenichi Handa <handa@m17n.org>
1198
1199 * international/mule.el (find-auto-coding):
1200 Handle enable-character-translation in file header.
1201
1202 2006-06-04 Kim F. Storm <storm@cua.dk>
1203
1204 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1205 (authors-fixed-entries): Fix spelling.
1206 (authors-canonical-file-name): Don't report error for wildcards.
1207
1208 * help.el (view-emacs-news): Rewrite to support new NEWS,
1209 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1210 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1211 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1212
1213 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1214
1215 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1216 exec constructs like `foo bar`.
1217 (sh-quoted-subshell): New helper function to search for a possibly
1218 nested subshell (like `` or $()) within a "" quoted string.
1219 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1220 (sh-apply-quoted-subshell): Flag quote characters inside a
1221 subshell, which is itself already in a quoted region, as
1222 punctuation, since this is the closest to what they actually are.
1223 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1224 sh-apply-quoted-subshell.
1225 (sh-font-lock-syntactic-face-function): Apply the new face for
1226 text inside `` instead of the old font-lock-string-face.
1227
1228 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1229
1230 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1231 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1232 (mac-bytes-to-text-range, mac-ae-text-range-array)
1233 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1234 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1235 (mac-ts-unicode-for-key-event): New functions.
1236 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1237 (mac-handle-font-selection): Use mac-ae-number.
1238 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1239 New variables.
1240 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1241 (mac-ts-converted-text, mac-ts-selected-converted-text)
1242 (mac-ts-block-fill-text, mac-ts-outline-text)
1243 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1244 (mac-ts-hilite-style-faces): New constant.
1245 (mac-apple-event-map): Bind text input events.
1246 (mac-dispatch-apple-event): Use command-execute instead of
1247 call-interactively.
1248 (global-map): Don't bind mac-apple-event.
1249 (special-event-map): Bind mac-apple-event.
1250
1251 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1252
1253 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1254 file name.
1255 (emacs): Enclose the value of $(EMACS) in quotes.
1256
1257 2006-06-02 Juri Linkov <juri@jurta.org>
1258
1259 * international/mule.el (sgml-html-meta-auto-coding-function):
1260 Remove the condition `(search-forward "<html" size t)'.
1261 Replace `\"' with `[\"']?' in `re-search-forward'.
1262
1263 2006-06-02 Kenichi Handa <handa@m17n.org>
1264
1265 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1266 as well as `coding'.
1267 (hack-local-variables): Likewise.
1268
1269 * international/mule.el (enable-character-translation):
1270 Put permanent-local and safe-local-variable properties.
1271 (find-auto-coding): Handle char-trans: tag.
1272
1273 2006-06-02 Juri Linkov <juri@jurta.org>
1274
1275 * international/mule.el (sgml-html-meta-auto-coding-function):
1276 Limit the search by the end of the HTML header (if any).
1277
1278 2006-06-01 Richard Stallman <rms@gnu.org>
1279
1280 * subr.el (with-current-buffer): Doc fix.
1281
1282 2006-06-02 Masatake YAMATO <jet@gyve.org>
1283
1284 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1285 Almost rewrite. Underlines over all lines of gcov output are too
1286 uncomfortable to read. Suggested by Dan Nicolaescu.
1287
1288 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1289
1290 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1291
1292 * shell.el (shell-mode): Use shell-mode-map in docstring.
1293
1294 * comint.el (comint-send-input): Do not add help-echo and
1295 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1296
1297 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1298
1299 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1300
1301 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1302
1303 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1304 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1305 look up the stack and pop up GUD buffer if necessary.
1306 (gdb-frames-select): Remove redundant call to gud-display-frame.
1307 (gdb-info-threads-custom): Keep point at start of buffer.
1308 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1309
1310 2006-05-31 Juri Linkov <juri@jurta.org>
1311
1312 * replace.el (query-replace-read-from, query-replace-read-to):
1313 Bind `history-add-new-input' to nil. Call `add-to-history'.
1314
1315 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1316
1317 * textmodes/table.el: Convert all HTML tags to lower case for
1318 XHTML compatibility.
1319
1320 2006-05-31 Masatake YAMATO <jet@gyve.org>
1321
1322 * progmodes/compile.el:
1323 (compilation-error-regexp-alist-alist::gcov-called-line):
1324 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1325
1326 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1327
1328 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1329 Revert inadvertent changes made with last commit.
1330
1331 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1332
1333 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1334 New functions.
1335
1336 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1337
1338 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1339
1340 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1341 only matches in the right place.
1342 (org-upcoming-deadline): New face.
1343 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1344 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1345 and make it an option.
1346 (org-export-ascii-bullets): New option.
1347 (org-export-as-html): Many changes to emit valid XHTML.
1348 (org-par-open): New variable.
1349 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1350 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1351 (org-timeline): Pass `org-timeline-show-empty-dates' to
1352 `org-get-all-dates'. Interpret empty dates returned by
1353 `org-get-all-dates'.
1354 (org-get-all-dates): New argument EMPTY. Add dates without
1355 entries to the list, mark large ranges of empty dates.
1356 (org-point-in-group, org-context): New functions.
1357
1358 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1359
1360 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1361
1362 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1363 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1364 to C-mouse-3 (for 2 button mice).
1365 (gdb-send): Do the right thing for C-d.
1366
1367 * speedbar.el (speedbar-detach): Delete.
1368 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1369 it breaks things.
1370 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1371
1372 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1373
1374 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1375 Makeppfile.
1376
1377 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1378 Add makepp diagnostic.
1379
1380 2006-05-29 Richard Stallman <rms@gnu.org>
1381
1382 * window.el (fit-window-to-buffer): Doc fix.
1383
1384 * help.el (temp-buffer-max-height): Doc fix.
1385
1386 * subr.el (with-current-buffer): Doc fix.
1387
1388 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1389
1390 * term/x-win.el: Bind F10 to menu-bar-start if available.
1391
1392 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1393
1394 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1395 uses with a simple test.
1396 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1397 (term-send-raw-string, term-send-raw, term-mouse-paste)
1398 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1399 (term-handle-exit, term-read-input-ring)
1400 (term-previous-matching-input-string)
1401 (term-previous-matching-input-string-position)
1402 (term-previous-matching-input-from-input)
1403 (term-replace-by-expanded-history, term-send-input)
1404 (term-skip-prompt, term-bol, term-send-invisible)
1405 (term-kill-input, term-delchar-or-maybe-eof)
1406 (term-backward-matching-input, term-check-source)
1407 (term-proc-query, term-emulate-terminal)
1408 (term-handle-colors-array, term-process-pager, term-pager-line)
1409 (term-pager-bob, term-unwrap-line, term-word)
1410 (term-dynamic-complete-filename)
1411 (term-dynamic-complete-as-filename)
1412 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1413 unlesses.
1414
1415 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1418 during bootstrapping.
1419
1420 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1421 Basically undo the change of 2006-05-26: use extra arguments instead of
1422 dynamic scoping.
1423 (ewoc-locate): Remove unused var `footer'.
1424
1425 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1428
1429 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1430 (generate-file-autoloads): Obey it. Return whether autoloads were
1431 added at point or not.
1432 (update-file-autoloads): Use this new return value.
1433 Remove redundant test for the presence of an autoload cookie.
1434
1435 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1436 This one calls hack-local-variables.
1437 (generate-file-autoloads, update-file-autoloads): Use it.
1438
1439 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1440 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1441 (bibtex-sort-entry-class-alist): Don't set the global value.
1442 (bibtex-init-sort-entry-class-alist): New fun.
1443 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1444 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1445 of bibtex-init-sort-entry-class.
1446
1447 2006-05-28 Richard Stallman <rms@gnu.org>
1448
1449 * subr.el (load-history-regexp): If FILE is relative, insist
1450 entire last name component must match it.
1451 (load-history-filename-element, load-history-regexp): Doc fixes.
1452
1453 2006-05-29 Kim F. Storm <storm@cua.dk>
1454
1455 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1456 `pos' and `raw-data' for clarity, as eval forms may access these.
1457
1458 2006-05-28 Kim F. Storm <storm@cua.dk>
1459
1460 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1461
1462 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1463
1464 * progmodes/make-mode.el (makefile-browser-map)
1465 (makefile-mode-syntax-table): Move initialization inside declaration.
1466 (makefile-fill-paragraph): Use the default comment-filling code.
1467
1468 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1469
1470 * replace.el (query-replace-defaults): New variable.
1471 (query-replace-read-from): Use `query-replace-defaults' for
1472 default value, instead of history list.
1473 (query-replace-read-to): Update `query-replace-defaults'.
1474
1475 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1476
1477 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1478 with no X toolkit.
1479
1480 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1481
1482 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1483 (tumme-show-all-from-dir): Add autoload.
1484
1485 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1486
1487 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1488 (tumme-remove-tag): Fix bug.
1489
1490 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1491
1492 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1493 FOOTER args. Update unique caller.
1494 (ewoc-delete): Compute last node once before looping.
1495 (ewoc--node-branch): Merge into unique caller.
1496 (ewoc--node): Don't define constructor make-ewoc--node for this
1497 structure.
1498 (ewoc): Add member `hf-pp' to this structure.
1499 (ewoc--wrap): New func.
1500 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1501 header/footer pretty-printers. Save header/footer pretty-printer.
1502 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1503
1504 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1505
1506 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1507
1508 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1509 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1510 Tag'. Change "Compare directories..." to "Change Directories...".
1511 Move tumme commands to Operate, Regexp and Immediate menus.
1512 Change "Add Comment" to "Add Image Comment". Change "Add Image
1513 Tag" to "Add Image Tags".
1514
1515 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1516 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1517 `tumme-delete-tag'.
1518
1519 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1520
1521 * shell.el (shell-mode): Call shell-dirtrack-mode after
1522 list-buffers-directory is made a local variable, to avoid setting
1523 the default value.
1524
1525 2006-05-26 Kevin Ryde <user42@zip.com.au>
1526
1527 * info.el (Info-index-next): Use where-is-internal to report
1528 actual binding of Info-index-next, rather than hard-coded `,'.
1529
1530 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1531
1532 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1533 and "Find Command in Manual" to here.
1534
1535 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1536 Info-current-file as the file name.
1537
1538 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1539
1540 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1541 overrides will now be done a different way.
1542 (ses-set-parameter): Reapply this function for undo.
1543 (ses-set-header-row): Reconstruct header row during undo.
1544 (ses-widen): New function.
1545 (ses-goto-data, ses-reconstruct-all): Use new function.
1546 (ses-command-hook): Widen buffer during undo, before unupdating
1547 the cells.
1548 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1549 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1550 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1551 formula hasn't been executed yet.
1552
1553 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1554
1555 * comint.el (comint-kill-whole-line): Rename arg to count.
1556 Fix doc string.
1557
1558 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1559
1560 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1561 to copy-file.
1562
1563 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1564
1565 * simple.el (toggle-truncate-lines): Make arg optional for
1566 backward compatibility.
1567
1568 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1569
1570 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1571 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1572 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1573 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1574 (ewoc--adjust): Use ewoc--current-dll.
1575 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1576
1577 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1578
1579 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1580 compact error message.
1581 (org-tags-view): Refresh category table in each file.
1582 (org-table-justify-field-maybe): Remove superfluous arguments to
1583 `format'.
1584 (org-export-as-html): Insert "<p>" before postamble.
1585 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1586
1587 2006-05-26 Kenichi Handa <handa@m17n.org>
1588
1589 * textmodes/po.el (po-find-charset): Pay attention to the case
1590 FILENAME is a cons (NAME . BUFFER).
1591 (po-find-file-coding-system-guts): Likewise.
1592
1593 * arc-mode.el (archive-set-buffer-as-visiting-file):
1594 Call find-operation-coding-system with (FILENAME . BUFFER).
1595
1596 * tar-mode.el (tar-extract): Call find-operation-coding-system
1597 with (FILENAME . BUFFER).
1598
1599 * international/mule.el (decode-coding-inserted-region):
1600 Call find-operation-coding-system with (FILENAME . BUFFER).
1601
1602 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1603
1604 * image-mode.el (image-toggle-display): Use buffer contents to
1605 generate image for a remote file.
1606
1607 2006-05-25 Juri Linkov <juri@jurta.org>
1608
1609 * replace.el (query-replace-read-from, query-replace-read-to):
1610 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1611
1612 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1613
1614 * whitespace.el (whitespace-cleanup): Change to cleanup
1615 region if one is active.
1616 * whitespace.el (whitespace-cleanup-internal): New internal method.
1617
1618 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1619
1620 * dired.el (dired-mode-map): Add help-echo strings to tumme
1621 commands. Bind `tumme-dired-display-image' to C-t i.
1622
1623 * tumme.el (tumme-display-image): Change documentation string slightly.
1624 (tumme-dired-display-image): Add call to `display-buffer'.
1625
1626 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1627
1628 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1629 Signal error if RAW-DATA is a multibyte string.
1630
1631 2006-05-24 Richard Stallman <rms@gnu.org>
1632
1633 * subr.el (with-local-quit): When handling `quit' signal,
1634 make a chance for quit-flag to cause a quit.
1635
1636 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1637 (ad-disable-advice): Add autoloads.
1638
1639 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1640
1641 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1642
1643 * dired.el (dired-mode-map): Change menu items for tumme as per
1644 suggestions in emacs-devel.
1645
1646 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1647
1648 * dired.el (dired-mode-map): Fix breakage.
1649
1650 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1651
1652 * tumme.el (tumme-display-dired-image): Rename to...
1653 (tumme-dired-display-image): ...this.
1654 (tumme-track-movement): Change default value to t.
1655 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1656 used from `tumme-next-line-and-display' and similar commands.
1657
1658 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1659 Immediate menu. Add some tumme commands there.
1660
1661 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1662
1663 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1664
1665 2006-05-24 Chong Yidong <cyd@mit.edu>
1666
1667 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1668 menu entries that open submenus.
1669
1670 2006-05-24 Alan Mackenzie <acm@muc.de>
1671
1672 * startup.el (command-line): For names of preloaded files, don't
1673 append ".elc" (now done in Fload), and call file-truename on the
1674 lisp directory.
1675
1676 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1677 match ANY loaded file with the right name, not just those in
1678 load-path. Put a regexp matching the file name into
1679 after-load-alist, rather than the name itself.
1680
1681 * subr.el: New functions load-history-regexp,
1682 load-history-filename-element, do-after-load-evaluation.
1683
1684 * international/mule.el (load-with-code-conversion): Do the
1685 eval-after-load stuff by calling do-after-load-evaluation.
1686
1687 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1688
1689 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1690 has not been killed.
1691
1692 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1693
1694 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1695 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1696 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1697 Optionally set error message in reply.
1698
1699 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1700
1701 * textmodes/org.el (org-open-at-point): Use renamed variable
1702 `org-confirm-shell-link-function'.
1703 (org-confirm-shell-link-function): Rename from
1704 `org-confirm-shell-links'.
1705 (org-export-directory): New function.
1706 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1707 (org-export-icalendar): Use `org-export-directory'.
1708 (org-indent-item): Keep cursor position.
1709 (org-link-file-path-type): New option.
1710 (org-export-as-html): Fix bug with plain lists starting in
1711 column 0.
1712 (org-export-as-html): Remove deadline formatting, this happens
1713 now already in `org-html-handle-time-stamps'.
1714 (org-export-html-style): Deadline class removed.
1715 (org-insert-labeled-timestamps-at-point): New option.
1716 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1717 of `hide-sublevels 1', in case the first headline is not level 1.
1718 (org-overview, org-content): New fuction.
1719 (org-cycle-global-status, org-cycle-subtree-status): Make these
1720 variables buffer-local.
1721 (org-global-cycle): New command.
1722 (org-shifttab): Use `org-global-cycle'.
1723 (org-insert-heading, org-insert-item): Go to end of new
1724 headline/item after creating it.
1725 (org-export-visible): Rename from `org-export-copy-visible'.
1726 Now creates a temporary org-file and applies an exporting command
1727 to it.
1728 (org-table-eval-formula): Support for lisp forms.
1729 (org-agenda-todo-ignore-scheduled): New option.
1730 (org-agenda-get-todos): Use new option
1731 `org-agenda-todo-ignore-scheduled'.
1732 (org-export-html-inline-images): New value `maybe'.
1733 (org-export-as-html): Inlining of images dependent on link description.
1734 (org-archive-subtree): Check for end-of-buffer before trying
1735 `kill-line'.
1736 (org-agenda-follow-mode): New option.
1737 (org-export-with-tags, org-export-with-timestamps): New options.
1738 (org-html-handle-time-stamps): New function.
1739 (org-keyword-time-regexp): New variable.
1740 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1741 (org-agenda-todo-list-sublevels): New option.
1742 (org-html-level-start): When TITLE is nil, just close all levels.
1743 (org-parse-key-lines, org-parse-export-options): Remove functions,
1744 replaced by `org-infile-export-plist'.
1745 (org-combine-plists, org-infile-export-plist)
1746 (org-default-export-plist): New functions.
1747 (org-export-html-preamble, org-export-html-postamble)
1748 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1749 New variables.
1750 (org-export-publishing-directory): New option.
1751 (org-export-as-html, org-export-as-ascii): Use the new property
1752 lists for settings.
1753 (org-export-copy-visible, org-export-as-xoxo):
1754 Respect `org-export-publishing-directory'.
1755 (org-link-search, org-store-link, org-file-apps): Support for
1756 links to BibTeX database entries..
1757 (org-get-current-options, org-set-regexps-and-options):
1758 Implement logging as a startup option.
1759 (org-store-link): Make sure context string is never empty
1760 (org-insert-link): Use relative path when possible.
1761 (org-at-item-checklet-p): New function.
1762 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1763 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1764 (org-metaright, org-metaup, org-metadown, org-shiftup)
1765 (org-shiftdown, org-shiftright, org-shiftleft)
1766 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1767 Dispatch using `call-interactively'.
1768 (org-call-with-arg): New defsubst.
1769 (org-tag-alist, org-use-fast-tag-selection): New options.
1770 (org-complete): Use `org-tag-alist'.
1771 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1772 (org-next-item, org-previous-item): New commands.
1773 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1774 make command.
1775 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1776
1777 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1778
1779 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1780 (ewoc-filter): Use `ewoc-delete'.
1781
1782 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1783
1784 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1785
1786 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1787 Signal more user-friendly error messages.
1788
1789 * complete.el (PC-do-completion): Undo the addition of implicit
1790 wildcards if they did not lead to finding any match.
1791 (read-file-name-internal): Don't add the final > if the completion is
1792 not finished.
1793
1794 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1795
1796 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1797 Quote safe-local-variable predicate.
1798
1799 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1800
1801 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1802
1803 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1804
1805 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1806
1807 * progmodes/make-mode.el (makefile-special-targets-list)
1808 (makefile-macro-table, makefile-target-table): Mark as risky.
1809 (makefile-query-one-target-method): Make this the alias for the
1810 following variable.
1811 (makefile-query-one-target-method-function): Make this the real name.
1812
1813 * textmodes/artist.el (artist-text-renderer): Make this the alias
1814 for the following variable.
1815 (artist-text-renderer-function): Make this the real name.
1816
1817 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1818 the alias for the following variable.
1819 (flyspell-generic-check-word-predicate): Make this the real name.
1820
1821 * textmodes/ispell.el (ispell-format-word): Make this the alias
1822 for the following variable.
1823 (ispell-format-word-function): Make this the real name.
1824 (ispell-message-text-end): Mark as risky.
1825
1826 * skeleton.el (skeleton-transformation, skeleton-filter)
1827 (skeleton-pair-filter): Make these the aliases for the following
1828 variables.
1829 (skeleton-transformation-function, skeleton-filter-function)
1830 (skeleton-pair-filter-function): Make these the real names.
1831
1832 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1833 and skeleton-pair-filter-function.
1834
1835 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1836 alias for the following variable.
1837 (sgml-transformation-function): Make this the real name.
1838 (sgml-tag-alist): Mark as risky.
1839
1840 2006-05-21 Richard Stallman <rms@gnu.org>
1841
1842 * simple.el (kill-region): Interactively, pass point, then mark.
1843
1844 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1845
1846 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1847
1848 2006-05-21 Romain Francoise <romain@orebokech.com>
1849
1850 * dired-x.el (dired-mode-map): Don't bind M-g.
1851
1852 2006-05-20 Richard Stallman <rms@gnu.org>
1853
1854 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1855 (dired-goto-file): Doc fix.
1856
1857 2006-05-21 Kim F. Storm <storm@cua.dk>
1858
1859 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1860 way to enable built-in cua-mode if user loads older CUA-mode package.
1861
1862 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1863 if default-filename is specified.
1864
1865 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1866
1867 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1868
1869 * info.el (info-apropos): Make sure current-file and current-node
1870 have non-nil values. Speed up by using add-to-list instead of
1871 manual consing.
1872
1873 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1874
1875 * progmodes/make-mode.el (makefile-mode): Doc fix.
1876
1877 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1878
1879 * dired-aux.el (dired-do-shell-command): Doc fix.
1880
1881 2006-05-20 Kevin Ryde <user42@zip.com.au>
1882
1883 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1884 ``(custom-manual :tag "Foo" "(foo)Node")''.
1885
1886 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1887
1888 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1889 value is an integer.
1890
1891 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1892
1893 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1894 "format".
1895 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1896
1897 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1898
1899 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1900 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1901
1902 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1903
1904 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1905 regexp for keywords.
1906
1907 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1908
1909 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1910 replace-regexp-in-string.
1911
1912 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1913 encode, and escape file name on conversion to URL.
1914
1915 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1916
1917 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1918 Don't unescape URL.
1919 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1920
1921 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1922 on conversion to URLs.
1923
1924 * net/browse-url.el (browse-url-file-url): Encode file name on
1925 conversion to URL.
1926
1927 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1928 conversion to URL.
1929
1930 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1931
1932 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1933
1934 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1935
1936 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1937 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1938
1939 2006-05-19 Glenn Morris <rgm@gnu.org>
1940
1941 * calendar/diary-lib.el (diary-bahai-date)
1942 (list-bahai-diary-entries, mark-bahai-diary-entries)
1943 (mark-bahai-calendar-date-pattern): Not interactive.
1944 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1945 (diary-entries-list): Change format of 4th element in each entry.
1946 (diary-list-entries): Use add-to-diary-list.
1947 (diary-goto-entry): Handle the case where the buffer visiting the
1948 diary has been killed.
1949 (fancy-diary-display): Add 'locator to button rather than 'marker.
1950 Only generate temp-face when there are marks to apply.
1951 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1952 (diary-fancy-date-pattern): New variable.
1953 (diary-time-regexp): Doc fix.
1954 (diary-anniversary, diary-time): New faces.
1955 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1956 diary-time-regexp. Add font-lock-multiline property where needed.
1957 Use new faces diary-anniversary and diary-time.
1958 (diary-fancy-font-lock-fontify-region-function): New function, to
1959 handle multiline font-lock pattern in fancy diary.
1960 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1961 (diary-font-lock-keywords): Tweak time regexp. Use new face
1962 diary-time.
1963
1964 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1965
1966 * international/code-pages.el (mik): Table corrected.
1967
1968 2006-05-18 Kim F. Storm <storm@cua.dk>
1969
1970 * progmodes/grep.el (grep-find): Don't check grep-find-command
1971 before running command (breaks non-interactive usage).
1972
1973 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1974
1975 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1976 (ewoc--insert-new-node): Don't insert trailing newline.
1977 Instead, adjust successor nodes's start markers.
1978 (ewoc--refresh-node): Delete all text from current node's start
1979 marker to the next one's; adjust successor nodes's start markers.
1980 (ewoc--create): Doc fixes.
1981 (ewoc--refresh): Don't insert newline.
1982 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1983 * pcvs.el (cvs-make-cvs-buffer):
1984 Specify extra newline for ewoc's header and footer.
1985 (cvs-update-header): Update initial header recognition.
1986 Append newline to final header and footer values.
1987 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1988
1989 2006-05-17 Richard Stallman <rms@gnu.org>
1990
1991 * files.el (file-name-extension): Doc fix.
1992
1993 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1994
1995 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1996 we can explicitly enable/disable rather than toggle.
1997 (shell-mode): Use it.
1998 (shell-cd): Don't try to reproduce what `cd' does.
1999
2000 2006-05-17 Kim F. Storm <storm@cua.dk>
2001
2002 * ido.el (ido-read-internal): Use only nondirectory part of
2003 default item.
2004
2005 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2006
2007 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2008 (ewoc-nth): Doc fix.
2009
2010 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2011
2012 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2013
2014 * international/mule.el (auto-coding-alist): Add .lha to files
2015 read with no-conversion.
2016
2017 * files.el (auto-mode-alist): Add .lha files to archive file
2018 extensions.
2019
2020 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2021 Convert csize to integer when computing offsets within the
2022 compressed archive file.
2023
2024 2006-05-16 Kim F. Storm <storm@cua.dk>
2025
2026 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2027 with read-from-minibuffer.
2028
2029 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2030
2031 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2032 (byte-compile-warnings): Fix safe-local-variable property.
2033
2034 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2035
2036 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2037 (allout-stylish-prefixes, allout-numbered-bullet)
2038 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2039 predicates to qualify `safe-local-variable' property, when
2040 available, else use equivalent lambda.
2041 (allout-current-topic-collapsed-p): Do the right thing regarding
2042 trailing blank lines.
2043
2044 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2045
2046 * server.el (server-start): Only create a directory if needed.
2047 (server-edit, server-unload-hook): server-start => server-mode.
2048 (kill-emacs-hook): Cleanup upon exit.
2049
2050 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2051
2052 * hexl.el (hexlify-buffer): Encode process arguments manually.
2053
2054 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2055
2056 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2057 call to gdb-tooltip-print.
2058
2059 2006-05-15 Romain Francoise <romain@orebokech.com>
2060
2061 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2062 systems, default to "tar" since those systems probably have GNU tar.
2063
2064 2006-05-14 Lars Hansen <larsh@soem.dk>
2065
2066 * desktop.el (desktop-missing-file-warning): Fix docstring.
2067 (desktop-restore-file-buffer): Correct question asked on missing file.
2068
2069 2006-05-14 Kim F. Storm <storm@cua.dk>
2070
2071 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2072 Add CUA move property.
2073
2074 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2075
2076 * custom.el (custom-push-theme): Load the variable before checking
2077 its `standard-value'.
2078
2079 2006-05-13 Lars Hansen <larsh@soem.dk>
2080
2081 * desktop.el (desktop-save): Use with-temp-buffer.
2082
2083 2006-05-12 Glenn Morris <rgm@gnu.org>
2084
2085 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2086 * calendar/calendar.el (calendar-mode-map):
2087 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2088 * calendar/appt.el (appt-check, appt-make-list): Refer to
2089 diary-view-entries, diary-list-entries, diary-show-all-entries
2090 rather than obsolete aliases.
2091
2092 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2093
2094 * simple.el (line-move-finish): Avoid calling point motion hooks
2095 while processing intangibility.
2096
2097 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2098
2099 * term/xterm.el (terminal-init-xterm): Fix typo.
2100
2101 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2102
2103 * allout.el (allout-view-change-hook): Mark as being deprecated,
2104 to be replaced by `allout-exposure-change-hook'.
2105 (allout-exposure-change-hook): New, replacing
2106 `allout-view-change-hook'.
2107 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2108 in addition to `allout-view-change-hook'.
2109 (allout-show-bodies, allout-old-style-prefixes)
2110 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2111 lambda forms to prevent their showing up in variable help
2112 presentations as inscrutable byte-compiled code.
2113 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2114 Use string-or-null-p to qualify safe-local-variable values.
2115 (allout-reindent-bodies): Use memq to qualify matches against
2116 valid safe-local-variable values. Also, quote the lambda as above.
2117 (allout-use-mode-specific-leader): Add missing candidate-value
2118 symbols, use memq, and quote the lambda.
2119 (allout-overlay-interior-modification-handler): Remove unused
2120 variables `msg' and 'opened'.
2121 (allout-hidden-p): Constrain invisibility consideration to allout's
2122 invisibility spec, disregarding invisibility for other reasons.
2123
2124 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2125
2126 * files.el (version-control): Correct safe values.
2127
2128 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2129
2130 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2131
2132 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2133 (ewoc--insert-new-node): New func.
2134 Update callers of deleted funcs to use it, instead.
2135
2136 2006-05-11 Glenn Morris <rgm@gnu.org>
2137
2138 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2139 obsolete alias `show-all-diary-entries'.
2140 (make-diary-entry): Not interactive.
2141 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2142 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2143 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2144 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2145 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2146 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2147
2148 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2149
2150 * calendar/calendar.el (calendar-french-date-string)
2151 (calendar-mayan-date-string, calendar-chinese-date-string)
2152 (calendar-astro-date-string, calendar-iso-date-string)
2153 (calendar-islamic-date-string, calendar-bahai-date-string)
2154 (calendar-hebrew-date-string, calendar-coptic-date-string)
2155 (calendar-ethiopic-date-string, calendar-persian-date-string):
2156 These functions are not interactive.
2157
2158 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2159
2160 * files.el: Balance parentheses.
2161
2162 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2163
2164 * files.el, newcomment.el, outline.el, simple.el,
2165 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2166 progmodes/cc-vars.el, progmodes/compile.el:
2167 Move `safe-local-variable' declarations to the respective files.
2168
2169 * help-fns.el (describe-variable): Don't print safe-var if it is
2170 byte-code. Improve wording as suggested by Luc Teirlinck.
2171
2172 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2173
2174 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2175 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2176 Use a token for pending-triggers to ensure gdb-var-update
2177 gets called once per user input again for pre-GDB 6.4.
2178 (gdb-var-delete): Match on more complex expressions.
2179 (gdb-var-list-children-handler, gdb-var-create-handler):
2180 Use a token for consistency.
2181
2182 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2183
2184 * textmodes/org.el (org-read-date, org-goto-calendar)
2185 (org-agenda-goto-calendar):
2186 Bind `view-calendar-holidays-initially' to nil.
2187
2188 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2189
2190 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2191 Update all callers to do it there, instead.
2192
2193 2006-05-10 Glenn Morris <rgm@gnu.org>
2194
2195 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2196 prefix arg case, to avoid view-diary-entries-initially error.
2197 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2198 (calendar-date-is-legal-p): Handle dates with no day part.
2199
2200 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2201
2202 * comint.el (comint-insert-input): Just make it when
2203 comint-use-prompt regexp is nil (default) and with the mouse.
2204 (comint-copy-old-input): Reinstate from 2004-06-23.
2205 (comint-mode-map): Bind C-c C-m to it.
2206
2207 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2208
2209 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2210 Remove spurious move to point-max (new comint behavior fixes).
2211
2212 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2213 compatibility function (Emacs 18/19).
2214 (idlwave-is-continuation-line): Always return point at start of
2215 previous non-blank continuation line.
2216 `keyword-parameters': Fix continued comment font-lock matcher.
2217 (idlwave-font-lock-fontify-region): Written, use as
2218 font-lock-fontify-region-function, to fix continued keyword
2219 fontification issues.
2220
2221 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2222
2223 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2224 (mac-service-selection, mac-service-open-file)
2225 (mac-service-open-selection, mac-service-mail-selection)
2226 (mac-service-mail-to, mac-service-insert-text): Rename from
2227 mac-services-*. All uses changed.
2228 (mac-apple-event-map): Rename event symbol `services' to `service'.
2229
2230 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2231
2232 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2233 (ewoc--node-enter-first, ewoc--node-enter-last)
2234 (ewoc--delete-node-internal): Merge funcs into unique callers.
2235
2236 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2237
2238 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2239 return value of read-from-minibuffer for empty input.
2240
2241 2006-05-09 Miles Bader <miles@gnu.org>
2242
2243 * comint.el (comint-insert-input): Remove redundant calls to setq
2244 and goto-char.
2245
2246 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2247
2248 * comint.el (comint-insert-input): Make it work when
2249 comint-use-prompt-regexp is t.
2250
2251 2006-05-10 Miles Bader <miles@gnu.org>
2252
2253 * subr.el (field-at-pos): New function.
2254
2255 * comint.el (comint-insert-input): Use it.
2256
2257 2006-05-09 Juri Linkov <juri@jurta.org>
2258
2259 * battery.el (battery-linux-proc-acpi): Also try
2260 `/proc/acpi/thermal_zone/THR2/temperature'.
2261
2262 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2263 for now unused lambda `string-or-null'.
2264
2265 * add-log.el (change-log-default-name): Put `string-or-null-p'
2266 instead of lambda on `safe-local-variable' property.
2267
2268 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2269 `region-end' instead of `mark' and `point'.
2270 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2271 Operate on region in Transient Mark mode when the mark is active.
2272 Use `region-beginning' and `region-end' instead of `mark' and
2273 `point'.
2274 (diff-hunk-text, diff-goto-source): Doc fix.
2275
2276 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2277 face `mode-line-buffer-id' for mode-line buffer face instead of
2278 hard-coded `(:weight bold)'.
2279
2280 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2281 buffer-undo-list to t (undo-ask is reproducible by visiting
2282 nested archives).
2283
2284 2006-05-09 Kim F. Storm <storm@cua.dk>
2285
2286 * progmodes/grep.el (rgrep): Set default directory of *grep*
2287 buffer if we start M-x rgrep in the *grep* buffer and choose
2288 a different base directory.
2289
2290 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2291
2292 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2293 completion also when ido is loaded.
2294
2295 2006-05-09 Masatake YAMATO <jet@gyve.org>
2296
2297 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2298 "warning" and "import".
2299 (cpp-font-lock-keywords): Added "warning".
2300
2301 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2302
2303 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2304
2305 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2306
2307 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2308 pages at a time, if we signal the end, we should indeed reach that end.
2309
2310 2006-05-08 David Reitter <david.reitter@gmail.com>
2311
2312 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2313 output during execution of the body.
2314
2315 2006-05-08 Kim F. Storm <storm@cua.dk>
2316
2317 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2318
2319 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2320
2321 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2322 Use with-current-buffer.
2323
2324 2006-05-07 Kim F. Storm <storm@cua.dk>
2325
2326 * subr.el (add-to-history): Remove keep-dups arg.
2327
2328 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2329 to nil around call to add-to-history.
2330
2331 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2332
2333 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2334 than after a buffer modification.
2335
2336 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2337
2338 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2339 call to...
2340 (gud-watch): ...here so speedbar is raised for already watched
2341 expressions.
2342 (gdb-speedbar-refresh): Delete function.
2343 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2344 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2345 earlier change).
2346 (gdb-var-evaluate-expression-handler)
2347 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2348
2349 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2350 Update localized contents for all buffers except ignored modes.
2351
2352 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2353
2354 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2355 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2356 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2357 (mac-handle-font-panel-closed, mac-handle-font-selection):
2358 New functions.
2359 (mac-font-panel-mode): New minor mode.
2360 (mac-apple-event-map): Add bindings for toolbar toggle button and
2361 font panel.
2362 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2363
2364 2006-05-07 John Paul Wallington <jpw@pobox.com>
2365
2366 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2367 Avoid `regexp-opt'; simplify regexp for readability.
2368
2369 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2370
2371 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2372 * files.el (buffer-stale-function):
2373 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2374 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2375 links to the main manual, not to emacs-xtra.
2376
2377 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2378
2379 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2380 MacJapanese if text is ASCII-only.
2381
2382 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2383
2384 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2385 unless so nil isn't returned.
2386 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2387
2388 2006-05-06 Kim F. Storm <storm@cua.dk>
2389
2390 * subr.el (add-to-history): New function.
2391
2392 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2393 (ediff-merge-files-with-ancestor):
2394 * env.el (setenv):
2395 * isearch.el (isearch-update-ring):
2396 * server.el (server-visit-files):
2397 * progmodes/grep.el (lgrep, rgrep):
2398 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2399 * progmodes/xscheme.el (xscheme-insert-expression):
2400 Use add-to-history.
2401
2402 * kmacro.el (kmacro-push-ring): Use add-to-history.
2403 (kmacro-ring-length): Remove unused defun.
2404 (kmacro-start-macro): Use kmacro-push-ring.
2405
2406 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2407
2408 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2409 directly instead of a lambda expression that calls it.
2410
2411 2006-05-06 Kim F. Storm <storm@cua.dk>
2412
2413 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2414 instead of compute-motion.
2415
2416 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2417
2418 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2419 change.
2420
2421 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2422
2423 * startup.el (command-line-1): Refer to "Pure Storage" on
2424 pure-space-overflow.
2425
2426 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2427
2428 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2429 provided faces once they all have been used up.
2430
2431 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2432
2433 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2434 reference to the Lisp manual to the warning about pure space
2435 overflow.
2436
2437 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2438
2439 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2440 argument to avoid the call to `ispell-internal-change-dictionary'
2441 when not needed.
2442 (ispell-change-dictionary): Use this argument and call
2443 `ispell-internal-change-dictionary' after the possible change
2444 to `ispell-local-dictionary'.
2445 (ispell-internal-change-dictionary): Check for a change in
2446 personal dictionary use too.
2447
2448 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2449
2450 * startup.el (command-line): On MS-Windows, probe "~", not
2451 "~USER", for warning about non-existent home directory
2452
2453 * arc-mode.el (archive-l-e): New optional argument `float' means
2454 generate a float value.
2455 (archive-arc-summarize, archive-lzh-summarize)
2456 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2457 with 3rd argument non-nil when file's size is being computed.
2458 Format the file sizes with %8.0f instead of %8d.
2459
2460 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2461
2462 * cus-start.el (all): Add mac-dnd-known-types.
2463
2464 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2465 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2466 (mac-TIFF-to-string): New functions.
2467 (x-get-selection, x-selection-value)
2468 (mac-select-convert-to-string): Use them.
2469 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2470 (mac-dnd-types-alist): New customization variable.
2471 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2472 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2473 (mac-dnd-handle-drag-n-drop-event): New functions.
2474 (mac-drag-n-drop): Remove function.
2475 (global-map): Bind drag-n-drop and M-drag-n-drop to
2476 mac-dnd-handle-drag-n-drop-event.
2477
2478 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2479
2480 * progmodes/perl-mode.el (perl-beginning-of-function):
2481 Skip anonymous subs.
2482
2483 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2484
2485 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2486 regexp-opt at run time.
2487
2488 * term.el (term-handle-ansi-escape): Fix off by one error.
2489
2490 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2491
2492 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2493 (gdb-init-1, gdb-post-prompt): ...and references to it.
2494 (gdb-frame-handler): Strip directory name from filename if present.
2495
2496 * progmodes/gud.el (gdb-force-update): Delete defvar
2497 (gud-speedbar-buttons): ...and references to it. Use window-start
2498 to try to keep positon in watch expression.
2499
2500 2006-05-03 Richard Stallman <rms@gnu.org>
2501
2502 * simple.el (next-history-element, previous-history-element): Doc fix.
2503
2504 * isearch.el (isearch-update-ring): Doc fix.
2505
2506 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2507
2508 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2509 into consideration. Replace one arm ifs with whens.
2510
2511 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2512
2513 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2514 (menu): Fix typo.
2515
2516 2006-05-02 Miles Bader <miles@gnu.org>
2517
2518 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2519
2520 2006-05-02 Jay Belanger <belanger@truman.edu>
2521
2522 * calc/calc-embed.el (calc-override-minor-modes-map)
2523 (calc-override-minor-modes): New variables.
2524 (calc-do-embedded): Make sure that Calc keystrokes aren't
2525 overwritten by minor modes.
2526
2527 2006-05-02 Chong Yidong <cyd@mit.edu>
2528
2529 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2530
2531 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2532
2533 * startup.el (command-line-1): Refer to Lisp manual when
2534 pure-space-overflow occurs.
2535
2536 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2537 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2538 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2539 (version-control): Don't use `t' for safe-local-variable declarations.
2540
2541 2006-05-01 Richard Stallman <rms@gnu.org>
2542
2543 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2544 M-r, M-R, M-A, M-SPC or M-DEL.
2545 (diff-mode-map): diff-refine-hunk now on C-c C-w
2546 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2547
2548 * help-mode.el (help-mode): view-exit-action calls delete-window
2549 only when it is safe and possible.
2550
2551 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2552 in messages.
2553
2554 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2555
2556 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2557 in the default tool-bar-map.
2558
2559 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2560
2561 * net/tramp.el (tramp-completion-file-name-handler-alist)
2562 (tramp-run-real-handler, tramp-completion-run-real-handler)
2563 (tramp-completion-handle-file-name-all-completions)
2564 (tramp-completion-handle-file-name-completion): Autoload them.
2565 (tramp-completion-handle-file-exists-p)
2566 (tramp-completion-handle-file-name-directory)
2567 (tramp-completion-handle-file-name-nondirectory)
2568 (tramp-completion-handle-expand-file-name): Remove them.
2569 (tramp-handle-file-name-directory): Return the real directory name.
2570 Returning "/" only doesn't need to be necessary any longer.
2571 (tramp-file-name-handler): Make special attention when in hostname
2572 completion mode.
2573 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2574 (tramp-register-file-name-handlers):
2575 Register `tramp-completion-file-name-handler' only when
2576 `partial-completion-mode' is enabled.
2577 (tramp-completion-handle-file-name-all-completions):
2578 Delete directory part from results.
2579 (tramp-get-completion-methods, tramp-get-completion-user-host):
2580 Discard deleting "/", it doesn't work after the change of
2581 `tramp-handle-file-name-directory' above.
2582
2583 2006-05-01 Kim F. Storm <storm@cua.dk>
2584
2585 * progmodes/grep.el (grep-expand-template): Use save-match-data
2586 and symbol-value.
2587
2588 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2589
2590 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2591 Use select-frame-set-input-focus instead of raise-frame.
2592 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2593
2594 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2595
2596 * progmodes/gud.el (gud-def): Add %c case.
2597 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2598 (gud-format-command): Make match case sensitive. Match on %F.
2599
2600 2006-04-30 Glenn Morris <rgm@gnu.org>
2601
2602 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2603 (cal-tex-preamble): Use cal-tex-preamble-extra.
2604 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2605 than alias `list-diary-entries'.
2606
2607 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2608
2609 * help-fns.el (describe-variable): Add info about safe local variables.
2610
2611 2006-04-29 Richard Stallman <rms@gnu.org>
2612
2613 * bindings.el (mode-line-format): help-echo doc fixes.
2614
2615 * net/tramp.el (tramp-file-name-handler-alist): Delete
2616 expand-file-name and other operations that can cause spurious loading.
2617
2618 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * files.el (safe-local-variable-p): Remove support for the special
2621 value t.
2622
2623 * textmodes/paragraphs.el (sentence-end-without-space):
2624 Fix safety predicate.
2625 (sentence-end-double-space, sentence-end-without-period)
2626 (paragraph-ignore-fill-prefix):
2627 * textmodes/fill.el (colon-double-space):
2628 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2629
2630 * subr.el (booleanp): New fun.
2631
2632 * textmodes/reftex-vars.el (reftex-guess-label-type):
2633 Tighten the safety predicate.
2634
2635 2006-04-28 Kim F. Storm <storm@cua.dk>
2636
2637 * progmodes/grep.el (defgroup grep): Doc fix.
2638 (grep-auto-highlight): Remove.
2639 (grep-template): New defcustom.
2640 (grep-find-template): Rename from grep-tree-template.
2641 (grep-files-aliases): Rename from grep-tree-files-aliases.
2642 Remove "all" alias, add "l" alias.
2643 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2644 (grep-find-ignored-directories): New defcustom to replace
2645 grep-tree-ignore-CVS-directories, to facilitate ignoring
2646 subdirectories for multiple version control systems.
2647 (grep-mode-map): Add Recursive grep item to GREP menu.
2648 (grep-regexp-history, grep-files-history): New defvars.
2649 (grep-probe): New helper function.
2650 (grep-compute-defaults): Use it to simplify code.
2651 Adapt to name changes.
2652 Use `.' as base in grep-find-template rather than <D>.
2653 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2654 Call grep-compute-defaults unconditionally.
2655 (grep-expand-keywords): New defconst.
2656 (grep-expand-template): Rename from grep-expand-command-macros.
2657 Simplify via grep-expand-keywords. Look at case-fold-search instead
2658 of grep-tree-ignore-case to add -i option.
2659 Bind case-fold-search to nil while matching keywords.
2660 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2661 (grep-read-regexp, grep-read-files): New helper functions.
2662 (rgrep): Rename from grep-tree. Rework to use proper histories.
2663 Adapt to changes in defcustoms and functions above.
2664 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2665
2666 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2667
2668 * net/tramp.el (tramp-completion-file-name-handler):
2669 Disable Tramp's functionality while loading Tramp itself.
2670 (tramp-register-file-name-handlers): That's a defsubst now.
2671 Code from `tramp-repair-jka-compr' moved here. Apply it via
2672 `after-init-hook'.
2673 (tramp-repair-jka-compr): Remove.
2674
2675 2006-04-27 Jay Belanger <belanger@truman.edu>
2676
2677 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2678 read expression when `math-read-big-expr' doesn't work.
2679
2680 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2681
2682 * startup.el (command-line-1): Display warning when
2683 pure-space-overflow is non-nil.
2684
2685 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2686
2687 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2688 risky.
2689
2690 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2691
2692 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2693 Return the URL or nil if none can be generated.
2694
2695 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2696
2697 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2698 byte compiler warnings.
2699 (gud-basic-call, gud-find-expr): Let user select an expression
2700 for printing. Print expression as well as value in GUD buffer.
2701
2702 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2703
2704 * allout.el: Remove local autoload declaration for
2705 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2706 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2707 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2708 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2709 (allout-stylish-prefixes, allout-numbered-bullet)
2710 (allout-file-xref-bullet, allout-presentation-padding)
2711 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2712 safe-local-variable with suitable value spec, and add autoload
2713 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2714 (move-beginning-of-line, move-end-of-line): Repair so these compat
2715 functions now actually resituate the point, when appropriate.
2716
2717 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2718
2719 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2720
2721 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2722 (add-log-iso8601-time-string): Fix call to format-time-string.
2723
2724 2006-04-26 Kim F. Storm <storm@cua.dk>
2725
2726 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2727
2728 2006-04-26 Masatake YAMATO <jet@gyve.org>
2729
2730 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2731 Add support for "//" style comments. Remove `b' flag
2732 from ?* in `asm-mode-syntax-table'.
2733
2734 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2735
2736 * follow.el: Use (featurep 'xemacs) everywhere.
2737 (follow-mode): Use define-minor-mode.
2738 (follow-mode-map): Move initialization into the declaration.
2739 Use command remapping.
2740 (follow-emacs-version-xemacs-p): Remove.
2741 (follow-submit-feedback): Remove.
2742
2743 * allout.el (allout-layout, allout-passphrase-verifier-string)
2744 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2745
2746 * textmodes/reftex-vars.el (reftex-vref-is-default)
2747 (reftex-fref-is-default, reftex-guess-label-type):
2748 Tighten up a bit the safety predicate.
2749
2750 * textmodes/paragraphs.el (sentence-end-double-space)
2751 (sentence-end-without-period, sentence-end-without-space)
2752 (page-delimiter, paragraph-ignore-fill-prefix):
2753 Tighten up a bit the safety predicate.
2754
2755 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2756
2757 * progmodes/python.el (python-continuation-line-p)
2758 (python-beginning-of-statement): syntax-ppss may return
2759 a negative depth.
2760 (python-mode): Don't forcefully enable font-lock.
2761
2762 * time-stamp.el (time-stamp-start, time-stamp-end)
2763 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2764
2765 * add-log.el: Remove spurious * in docstrings.
2766 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2767 (add-change-log-entry): Use it here, since it's not specific
2768 to iso8601.
2769 (add-log-iso8601-time-string): Don't use it here any more.
2770 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2771
2772 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2773
2774 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2775
2776 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2777 (rcirc-toggle-low-priority): Doc fix.
2778 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2779 ChanServ regexp.
2780 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2781 #emacs.
2782 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2783 (rcirc-decode-coding-system): Use utf-8 as the default.
2784 (rcirc-multiline-minor-mode): Set the fill-column.
2785 (rcirc-format-response-string): Display bright and dim nicks.
2786 (rcirc-browse-url): Update interactive spec to fill ARG.
2787 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2788 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2789
2790 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2791
2792 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2793 case for @Article, etc.
2794
2795 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2796
2797 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2798 Added with autoload cookie.
2799 (tramp-unload-file-name-handlers): Rename from
2800 `tramp-unload-file-name-handler-alist'.
2801
2802 2006-04-23 Romain Francoise <romain@orebokech.com>
2803
2804 * comint.el (comint-match-partial-filename): Doc fix.
2805
2806 2006-04-21 Glenn Morris <rgm@gnu.org>
2807
2808 * calendar/cal-menu.el (calendar-mode-map): Refer to
2809 `diary-view-entries' rather than alias `view-diary-entries'.
2810 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2811
2812 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2813
2814 * progmodes/antlr-mode.el (antlr-default):
2815 * cus-edit.el (custom-documentation):
2816 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2817 in defface.
2818
2819 2006-04-21 Kim F. Storm <storm@cua.dk>
2820
2821 * image.el (image-type): New defun split out of create-image.
2822 (create-image): Use it.
2823
2824 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2825
2826 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2827 (org-open-at-point): Remove the "...done" message to keep output
2828 in the echo area visible.
2829 (org-export-as-xoxo): Fix call to `indent-region'.
2830
2831 2006-04-21 Kevin Ryde <user42@zip.com.au>
2832
2833 * international/mule.el (keyboard-coding-system): defcustom
2834 info-link fixes: "Specify Coding" has been split, keyboard now in
2835 "Terminal Coding", and "Single-Byte Character Support" is now
2836 "Unibyte Mode".
2837
2838 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2839
2840 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2841 Use font-lock-warning-face for any errors e.g. no stack.
2842 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2843
2844 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2845
2846 * progmodes/sh-script.el (sh-shell): Mark as safe.
2847
2848 * newcomment.el (comment-start, comment-start-skip)
2849 (comment-end-skip, comment-end): Mark as safe.
2850
2851 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2852
2853 * textmodes/org.el (org-deadline-announce): Face removed.
2854 (org-level-faces, org-n-levels): Convert to constant.
2855 (org-compatible-face): New function.
2856 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2857 (org-level-5, org-level-6, org-level-7, org-level-8)
2858 (org-special-keyword, org-warning, org-headline-done, org-link)
2859 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2860 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2861 Face definition revised for better color tty support.
2862 (org-bold-re, org-italic-re, org-underline-re): New constants.
2863 (org-set-font-lock-defaults): Use the new constants.
2864 (org-agenda-highlight-todo): New function.
2865 (org-agenda-todo): Fix bug with point at end of line.
2866 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2867 Fontify TODO keywords.
2868 (org-insert-link): Preserve relative path in ../ links.
2869 (org-export-as-html): Convert links pointing to .org files into
2870 links that will work beteen the exported HTML files.
2871 (org-todo-list): Fix bug when arg=0.
2872 (org-insert-heading): More fine-tuning.
2873
2874 2006-04-19 Romain Francoise <romain@orebokech.com>
2875
2876 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2877 from `rmail-mime-charset-pattern'.
2878
2879 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2880
2881 * progmodes/python.el (python-mode): Fix typo.
2882
2883 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2884
2885 * comint.el (comint-previous-input): Don't clobber input line
2886 when moving off either end of the input history ring.
2887 (comint-delete-input): New function, used by
2888 `comint-previous-input' and others.
2889 (comint-previous-matching-input):
2890 Use `coming-delete-input'. Save the partial input if leaving the
2891 edit line. Goto point-max before deleting input to avoid
2892 partial input fragments hanging around.
2893 (comint-restore-input): New function, used by `comint-previous-input'.
2894
2895 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2896
2897 * imenu.el (imenu--index-alist): Balance parentheses.
2898
2899 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2900
2901 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2902
2903 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2904
2905 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2906 file is nil.
2907
2908 2006-04-18 Richard Stallman <rms@gnu.org>
2909
2910 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2911
2912 * imenu.el (imenu-create-index-function, imenu--index-alist)
2913 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2914 (imenu-default-create-index-function, imenu--generic-function):
2915 Doc fixes.
2916
2917 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2918
2919 * help-mode.el (help-mode): Set view-exit-action to delete window.
2920
2921 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2922 now works by passing nil as arg.
2923
2924 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2925
2926 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2927 (read-abbrev-file): Provide default when reading filename.
2928
2929 * files.el (enable-local-variables): Allow :all as value.
2930 (hack-local-variables): Implement that value.
2931 (safe-local-variable-values, safe-local-eval-forms)
2932 (enable-local-variables): Mark as risky.
2933 (find-file-visit-truename, kept-old-versions): Mark safe.
2934
2935 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2936 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2937 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2938
2939 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2940
2941 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2942 Use forward-line so as to get to BOL even in the presence of fields.
2943 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2944 in return.
2945 (inferior-tcl): Tell tclsh to work in interactive mode.
2946
2947 * complete.el (partial-completion-mode):
2948 Use 'choose-completion-string-functions to make sure that
2949 choose-completion fills the minibuffer properly.
2950
2951 * complete.el (PC-old-read-file-name-internal): Remove.
2952 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2953 of read-file-name-internal.
2954 (partial-completion-mode): Enable/disable this advice.
2955
2956 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2957
2958 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2959 of 2006-04-17.
2960
2961 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2962
2963 * textmodes/org.el (org-insert-heading): Insert heading before
2964 current if at beginning of line.
2965 (org-todo, org-date): New faces.
2966 (org-table-align): Make sure tooltip window contains full text.
2967 (org-no-properties): New defsubst.
2968 (org-set-font-lock-defaults): Use new faces.
2969
2970 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2971
2972 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2973 for root variables.
2974
2975 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2976 (gdb-frame-address): Re-use to identify frame for watch expression.
2977 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2978 variables.
2979 (gdb-init-1, gdb-source, gdb-post-prompt)
2980 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2981 (gdb-frame-handler): Get gdb-frame-address.
2982
2983 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2984
2985 Sync with Tramp 2.0.53.
2986
2987 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2988 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2989 (tramp-completion-file-name-handler): Add autoload cookie for
2990 adding to `file-name-handler-alist'.
2991
2992 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2993 the prompt. If it returns earlier (when detecting an error
2994 message), the rest of the output will merge accidently with the
2995 output of the next command. Reported by M Jared Finder
2996 <jared@hpalace.com>.
2997
2998 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2999 for `process-file', in order to let it work for older Emacsen too.
3000
3001 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3002
3003 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3004 (tex-font-lock-keywords-3): Use it.
3005
3006 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3007
3008 * newcomment.el (comment-add): New function.
3009 (comment-region-default, comment-dwim): Use it.
3010
3011 2006-04-15 Michael Olson <mwolson@gnu.org>
3012
3013 * emacs-lisp/tq.el: Improve comments.
3014 (tq-queue-head-question): New accessor function.
3015 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3016 Update for modified queue structure.
3017 (tq-queue-add): Accept `question' argument.
3018 (tq-queue-pop): If a question is pending, send it.
3019 (tq-enqueue): Accept new optional argument `delay-question'.
3020 If this is non-nil, and at least one other question is pending a
3021 response, queue the question rather than sending it immediately.
3022
3023 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3024
3025 * calendar/appt.el (appt-add): Check whether an appointment is
3026 already present in appt-time-msg-list. Simplify code.
3027
3028 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * progmodes/cc-langs.el (c-mode-menu):
3031 Don't presume c-subword-mode is bound.
3032
3033 2006-04-13 Bill Wohler <wohler@newt.com>
3034
3035 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3036 (customize-package-emacs-version): Use cdr instead of cadr now
3037 that alists use dotted pairs.
3038
3039 * custom.el (defcustom): Fix docstring for :package-version.
3040
3041 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3042
3043 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3044 (tramp-handle-shell-command): Display output buffer only when
3045 `tramp-display-shell-command-buffer' is true.
3046 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3047
3048 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3049
3050 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3051 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3052
3053 2006-04-13 Romain Francoise <romain@orebokech.com>
3054
3055 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3056 leaving temporary .cvsignore buffers behind.
3057
3058 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3059
3060 * textmodes/org.el (org-set-regexps-and-options)
3061 (org-get-current-options): Better names for the startup folding
3062 options.
3063
3064 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3065
3066 * vc.el (vc-annotate): Arrange for point to end up at the same
3067 line number as in the original, but only when using a new buffer.
3068
3069 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3070
3071 * files.el (hack-one-local-variable-eval-safep):
3072 Recognize `edebug-form-spec' for `put', but only if it passes
3073 `edebug-basic-spec'. Generalize `put' handling.
3074
3075 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3076 vetting file-local form specs.
3077
3078 * allout.el (allout-layout): Autoload its `safe-local-variable'
3079 property.
3080
3081 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3082
3083 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3084 (org-agenda-mouse-1-follows-link)
3085 (org-mouse-1-follows-link): New options.
3086 (org-format-agenda-item): Fix bug if TAGS is nil.
3087 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3088
3089 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3090
3091 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3092 GDB 6.1+ gives full filename for "info sources" so use
3093 file-name-nondirectory.
3094
3095 2006-04-12 Romain Francoise <romain@orebokech.com>
3096
3097 * subr.el (read-passwd): Bind `message-log-max' to nil.
3098
3099 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3100
3101 * progmodes/perl-mode.el (perl-indent-new-calculate):
3102 Recompute parse-start after jumping backward by a whole sexp.
3103
3104 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3105
3106 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3107 window configuration.
3108 (vc-annotate-display-select): Select the buffer so that current-buffer
3109 (and selected-window) is the output buffer at the end of vc-annotate.
3110
3111 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3112
3113 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3114 8-color terminals, to use all of the colors in a sensible order.
3115 256-color terminals work well with the standard map.
3116 (vc-annotate-lines): Only strip the first color character if it
3117 is "#", to allow for terminal-style named colors.
3118 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3119 the correct buffer is scrolled.
3120
3121 2006-04-11 Richard Stallman <rms@gnu.org>
3122
3123 * emacs-lisp/bytecomp.el (byte-compile-file):
3124 Bind enable-local-variables to :safe, and make normal-mode obey it.
3125
3126 * files.el (enable-local-variables): Allow value :safe.
3127 (normal-mode): Doc fix.
3128 (hack-local-variables): Implement enable-local-variables = :safe.
3129 (hack-local-variables-confirm): Don't prevent quitting.
3130
3131 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3132
3133 * loadhist.el (unload-feature): A bit of sanity check of
3134 load-history entries. Cancel timer-vars before unbinding them.
3135
3136 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3137 quote special chars, and make the trick work on the hex part of the
3138 buffer as well.
3139 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3140 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3141
3142 * startup.el (normal-splash-screen): Fix last change so we don't wait
3143 2 minutes if we don't show the splash screen.
3144
3145 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3146
3147 * textmodes/org.el (org-export-plain-list-max-depth)
3148 (org-table-spaces-around-separators)
3149 (org-radio-targets, org-activate-camels)
3150 (org-table-spaces-around-invisible-separators): Options removed.
3151 (org-time-stamp-rounding-minutes, org-remember-templates)
3152 (org-ellipsis, org-activate-links, org-descriptive-links):
3153 New options.
3154 (org-remember-apply-template, org-current-time)
3155 (org-finish-edit-table-field)
3156 (org-link-unescape, org-link-escape)
3157 (org-string-width, org-table-clean-line, org-html-do-expand)
3158 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3159 (org-read-agenda-file-list): New functions.
3160 (org-table-edit-field)
3161 (org-table-create-or-convert-from-region): New commands
3162 (org-table-toggle-vline-visibility): Command removed.
3163 (org-table-convert-region): Made a command.
3164 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3165 Replace with the normal org- functions.
3166 (org-self-insert-command): Don't trigger realign unnecessarily
3167 when blanking a field that is not full.
3168 (org-mode): `Set buffer-invisibility-spec' for links.
3169 (org-activate-links2): Hide link part and only show descriptive
3170 part of the link.
3171 (org-insert-link): Modify for new linking system.
3172 (org-store-link): Store description separately, for use by
3173 `org-insert-link'.
3174 (org-table-align): Use `org-string-width'.
3175 (defgroup): Completely new group structure for custom variables.
3176 (org-agenda-files): Option: Single file name allowed. Function:
3177 Optional argument unrestrited means ignore any restricitons.
3178 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3179 trying to modify the menu. Use generalized access to
3180 `org-agenda-files.'
3181 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3182 (org-agenda-file-to-front, org-remove-file, org-diary)
3183 (org-tags-view, org-export-icalendar-all-agenda-files)
3184 (org-export-icalendar-combine-agenda-files): Use generalized
3185 access to `org-agenda-files'.
3186 (org-remember-handler): Correctly preserve heading if present.
3187 (org-table-insert-row, org-table-insert-hline): Deal with
3188 invisible characters.
3189
3190 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3191
3192 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3193 (vc-annotate-color-map): New 18 element constant
3194 value/saturation, rotating hue colormap, from red->blue.
3195 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3196 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3197 (vc-annotate): To avoid killing the required local variables,
3198 set them before the end of `with-output-to-temp-buffer', and
3199 after first switching to annotate-mode.
3200 (vc-annotate-warp-version): Add buffer argument in goto-line to
3201 ensure annotation, not source, is scrolled.
3202
3203 2006-04-10 Bill Wohler <wohler@newt.com>
3204
3205 * custom.el (defcustom, custom-handle-keyword):
3206 Add :package-version keyword.
3207 (custom-add-package-version): New function. Sets value of new
3208 property 'custom-package-version from :package-version keyword.
3209 (defcustom): Create Common Keywords section in docstring.
3210 (defface, defgroup): Replace definitions of a select few keywords
3211 with a reference to the Common Keywords in defcustom.
3212 (defcustom, defface, defgroup): Replace reference to Customization
3213 chapter in manual with hyperlink.
3214
3215 * cus-edit.el (customize-package-emacs-version-alist):
3216 New variable.
3217 (customize-changed-options): Add check for custom-package-version.
3218 (customize-package-emacs-version): New function to look up Emacs
3219 version corresponding to the given package version.
3220
3221 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3222 defun name, in similar fashion to find-variable-regexp.
3223
3224 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3225
3226 * international/mule-cmds.el (set-locale-environment): Fix last
3227 change for when the locale's preferences don't specify any encoding.
3228
3229 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3230
3231 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3232 so the defined var/fun doesn't need to be quoted.
3233
3234 2006-04-10 Richard Stallman <rms@gnu.org>
3235
3236 * finder.el (finder-mode-map): Add n and p bindings.
3237
3238 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3239
3240 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3241 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3242 (gdb-setup-windows): Put something in source window if we can't find
3243 the source file.
3244 (gdb-frame-handler): Make it work again with just assembly.
3245 (gdb-data-list-register-values-handler): Make it work when there is
3246 no stack.
3247
3248 2006-04-09 Richard Stallman <rms@gnu.org>
3249
3250 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3251 specs while looking for charset.
3252
3253 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3254
3255 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3256 Make them faces.
3257 (lm-font-lock-keywords): Update appropriately.
3258
3259 2006-04-10 Kim F. Storm <storm@cua.dk>
3260
3261 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3262 it can also replace buffer-substring-no-properties.
3263
3264 * emulation/cua-base.el (cua-delete-region, cua-paste)
3265 (cua-repeat-replace-region): Use filter-buffer-substring.
3266
3267 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3268 (cua-cut-region-to-global-mark): Likewise.
3269
3270 * emulation/cua-rect.el (cua--extract-rectangle)
3271 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3272
3273 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3274
3275 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3276 entry-type. Add field delimiters to numerical fields if they are
3277 not present.
3278
3279 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3280
3281 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3282 string-const to return value.
3283 (bibtex-remove-delimiters): Use it.
3284
3285 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3286
3287 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3288 cl-byte-compile-compiler-macro unless it exists.
3289
3290 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3291
3292 * files.el (hack-local-variables-confirm) <offer-save>:
3293 Clarify message text. Suggested by Ralf Angeli.
3294
3295 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3296
3297 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3298 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3299 instead of `buffer-substring' and `delete-region'. (Most of the
3300 code actually copied from `kill-region'.)
3301
3302 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3303
3304 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3305 (rcirc-default-port): Rename from rcirc-port.
3306 (rcirc-default-nick): Rename from rcirc-nick.
3307 (rcirc-default-user-name): Rename from rcirc-user-name.
3308 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3309 (rcirc-low-priority-flag): New variable.
3310 (rcirc-decode-coding-system): New defcustom.
3311 (rcirc-encode-coding-system): New defcustom.
3312 (rcirc-coding-system-alist): New defcustom.
3313 (rcirc-multiline-major-mode): New defcustom.
3314 (rcirc-nick): New internal variable.
3315 (rcirc-process): Remove variable.
3316 (rcirc-server-buffer): New variable.
3317 (rcirc): Update to use rcirc-default-* variables above.
3318 (rcirc-connect): Do not add window-configuration-hook-here.
3319 (rcirc-server): New internal variable.
3320 (rcirc-connect): Do not send keepalive pings if
3321 rcirc-keepalive-seconds is nil.
3322 (with-rcirc-server-buffer): New macro.
3323 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3324 (rcirc-server-name): Rename from rcirc-server.
3325 (rcirc-buffer-process): New function.
3326 (rcirc-buffer-nick): New function.
3327 (rcirc-buffer-target): Remove function.
3328 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3329 New commands.
3330 (rcirc-mode-map): Change binding of C-c C-l to
3331 rcirc-toggle-low-priority.
3332 (rcirc-mode): Initialize coding system based on
3333 rcirc-coding-system-alist. New change-major-mode-hook to part the
3334 channel on a mode change. Make kill-buffer-hook buffer-local.
3335 (rcirc-change-major-mode-hook): New function.
3336 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3337 (rcirc-last-post-time): New variable.
3338 (rcirc-process-message): Store the last time user posted a message
3339 to this target.
3340 (rcirc-multiline-minor-mode): New mode.
3341 (rcirc-multiline-minor-mode-map): New mode map.
3342 (rcirc-edit-multiline): Put multiline-edit buffer in
3343 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3344 (rcirc-print): Ignore any line starting with an ignored nick.
3345 (rcirc-print): Decode using rcirc-decode-coding-system.
3346 (rcirc-track-minor-mode): Update global-mode-string when disabling
3347 this mode.
3348 (minor-mode-alist): Add LowPri indicator.
3349 (rcirc-toggle-low-priority): New function.
3350 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3351 next lowpriority buffer with activity.
3352 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3353 last time the user posted a message in to the target.
3354 (rcirc-update-activity-string): New formatting for low priority
3355 buffers.
3356 (rcirc-split-activity): New function.
3357 (rcirc-handler-PART, rcirc-handler-KICK)
3358 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3359 (rcirc-nick-away-alist): New variable.
3360 (rcirc-handler-301): New handler. Away messages are printed once
3361 per change.
3362
3363 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3364
3365 * info.el (Info-follow-nearest-node): Doc fix.
3366
3367 * international/mule-cmds.el (set-locale-environment): Make sure
3368 the coding-system preferred by the locale's language has the same
3369 EOL conversion type as the original buffer-file-coding-system.
3370 (locale-language-names): Add a few MS Windows language codes.
3371
3372 2006-04-07 Richard Stallman <rms@gnu.org>
3373
3374 * simple.el (eval-expression): Doc fix.
3375
3376 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3377 (eval-defun): Doc fixes.
3378
3379 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3380
3381 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3382
3383 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3384
3385 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3386 GDB list command without argument for greater generality.
3387
3388 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3389
3390 * subr.el (string-or-null-p): New function.
3391
3392 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3393
3394 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3395
3396 * files.el: Update comment about safe-local-variable declarations.
3397
3398 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3399
3400 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3401 See idlwave.org.
3402
3403 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3404 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3405
3406 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3407 See idlwave.org.
3408
3409 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3410 version 6.0 (minimal changes). See idlwave.org.
3411
3412 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3413 6.0 (minimal changes). See idlwave.org.
3414
3415 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3416
3417 2006-04-06 Romain Francoise <romain@orebokech.com>
3418
3419 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3420 symmetric encryption features and a new asynchronous interface to
3421 GnuPG. This new version is version 1.4, plus whitespace changes.
3422
3423 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3424
3425 * files.el: Move some `safe-local-variable' declarations to the
3426 respective files.
3427
3428 * textmodes/ispell.el (ispell-check-comments)
3429 (ispell-local-dictionary): Mark as safe.
3430
3431 * abbrev.el (abbrev-mode): Mark as safe.
3432
3433 * add-log.el (change-log-default-name): Mark as safe.
3434
3435 * textmodes/reftex-vars.el (reftex-vref-is-default)
3436 (reftex-fref-is-default, reftex-level-indent)
3437 (reftex-guess-label-type): Mark as safe.
3438
3439 * textmodes/fill.el (colon-double-space): Mark as safe.
3440
3441 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3442 (sentence-end-double-space, sentence-end-without-period)
3443 (sentence-end-without-space, sentence-end, sentence-end-base)
3444 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3445
3446 2006-04-06 Kim F. Storm <storm@cua.dk>
3447
3448 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3449 the :set-after list.
3450 (ido-downcase-unc-hosts): New user option. Default on.
3451 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3452 when it is set, as regexps are now applied on the fly.
3453 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3454 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3455 on the fly, but only when ido-process-ignore-lists is set.
3456 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3457 Only downcase names if ido-downcase-unc-hosts is set.
3458
3459 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3460
3461 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3462
3463 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3464
3465 2006-04-05 Kim F. Storm <storm@cua.dk>
3466
3467 * ido.el (ido-mode): Set after ido-unc-hosts and
3468 ido-ignore-unc-host-regexps.
3469 (ido-save-history): Save ido-unc-hosts-cache.
3470 (ido-load-history): Load ido-unc-hosts-cache.
3471 (ido-reread-directory): Refresh unc hosts cache in // dir.
3472
3473 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3474 to nil while displaying slash screen.
3475
3476 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3477
3478 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3479 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3480
3481 2006-04-05 Kenichi Handa <handa@m17n.org>
3482
3483 * international/characters.el: Setup cases of Latin, Greek, and
3484 Cyrillic characters in CJK charsets.
3485
3486 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3487
3488 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3489 default-enable-multibyte-characters. This reverts the change from
3490 revision 6.17 which is no longer necessary because the passphrase
3491 is sent separately now. GnuPG messages are unreadable under
3492 multibyte locales with default-enable-multibyte-characters set to nil.
3493
3494 2006-04-04 Andreas Schwab <schwab@suse.de>
3495
3496 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3497 and `byte-compile-warnings' as `safe-local-variable'.
3498
3499 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3500
3501 * man.el (Man-mode-map): Restore the \r binding.
3502 (Man-abstract-xref-man-page): If Man-target-string is a function,
3503 call it.
3504 (Man-highlight-references): Use Man-default-man-entry to get the
3505 target. Deal with xrefs too.
3506 (Man-highlight-references0): Don't call the target function.
3507
3508 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3509 cannot deal with it.
3510
3511 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3512
3513 * pgg-gpg.el: Clean up process buffers every time gpg processes
3514 complete.
3515
3516 2006-04-04 Kenichi Handa <handa@m17n.org>
3517
3518 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3519 here.
3520 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3521 Temporarily bind inhibit-field-text-motion to t.
3522
3523 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * startup.el (normal-splash-screen): Only set mode-line-format in the
3526 splash buffer, so as not to interfere when debugging the code.
3527 Ignore errors when switching buffer.
3528
3529 2006-04-03 Romain Francoise <romain@orebokech.com>
3530
3531 * dired.el (dired-dnd-protocol-alist): Fix typo.
3532
3533 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3534
3535 * savehist.el (savehist): Add :version.
3536 (savehist-ignored-variables): New variable.
3537 (savehist-minibuffer-hook): Don't save variables listed in
3538 `savehist-ignored-variables'.
3539
3540 * dired.el (dired-dnd-protocol-alist): Mention that change does
3541 only apply to new buffers in doc string.
3542
3543 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3544
3545 * recentf.el (recentf-open-files-item): Include newline in button
3546 field, so opening a file will work, when the point is at the end
3547 of the file name. Allow, for example, to [i]search a file by
3548 extension and just push RET to open it.
3549
3550 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3551
3552 * pgg-gpg.el (pgg-gpg-process-filter)
3553 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3554
3555 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3556 lines, temporary fix.
3557
3558 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3559
3560 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3561
3562 2006-04-02 Richard Stallman <rms@gnu.org>
3563
3564 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3565
3566 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3567
3568 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3569 header-mouse-map.
3570
3571 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3572 (ibuffer-mode-header-map): New keymaps.
3573 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3574 and keybindings for column headers.
3575 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3576 property.
3577
3578 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3579
3580 * speedbar.el (speedbar-after-create-hook): Doc fix.
3581
3582 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3583
3584 * shell.el (shell-directory-tracker)
3585 (shell-dynamic-complete-command): Doc fixes.
3586
3587 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3588
3589 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3590 terminals.
3591
3592 2006-04-01 Kim F. Storm <storm@cua.dk>
3593
3594 * ido.el (ido-unc-hosts-cache): New defvar.
3595 (ido-unc-hosts): If value of defcustom is a function, call it to
3596 get list of UNC hosts. Add function-item choices to specify
3597 ido-unc-hosts-net-view or user function.
3598 (ido-ignore-unc-host-regexps): New defcustom.
3599 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3600 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3601 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3602
3603 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3604
3605 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3606 wwidth.
3607
3608 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3609
3610 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3611 (ido-max-work-file-list, ido-switch-buffer)
3612 (ido-read-file-name-as-directory-commands):
3613 Fix typos in docstrings.
3614
3615 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3616
3617 * term/mac-win.el (mac-system-coding-system): Define and use after
3618 Mac-specific coding systems are ready.
3619
3620 2006-03-27 Romain Francoise <romain@orebokech.com>
3621
3622 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3623
3624 * ldefs-boot.el: Update.
3625
3626 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3627
3628 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3629 passphrases when it is not needed.
3630 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3631 passphrase stuff from gpg, should only be necessary when you use
3632 gpg with a smartcard.
3633
3634 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3635
3636 * comint.el (comint-dynamic-list-completions): Allow user to
3637 select *Completions* buffer.
3638
3639 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3640
3641 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3642
3643 2006-03-26 Andreas Schwab <schwab@suse.de>
3644
3645 * progmodes/gud.el (gdb): Only complain about multiple debugging
3646 when the gdb process is still running.
3647
3648 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3649
3650 * mail/rmail.el (tool-bar-map): Defvar it.
3651 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3652 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3653
3654 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3655
3656 * help.el (print-help-return-message): Suggest to use
3657 display-buffer instead of switch-to-buffer-other-window to restore
3658 the previous window without selecting it.
3659
3660 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3661
3662 * frame.el (select-frame-by-name): Call x-focus-frame also when
3663 window-system is mac.
3664
3665 * term/mac-win.el: Adjust Courier font specifications in
3666 x-fixed-font-alist.
3667 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3668 when directly encoding to UTF-16 in native byte order, no BOM.
3669
3670 2006-03-25 Kim F. Storm <storm@cua.dk>
3671
3672 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3673 (cua--init-keymaps): Use it instead of fixed C-return.
3674 (cua-mode): Set after it.
3675
3676 * emulation/cua-rect.el (cua--init-rectangles):
3677 Use cua-rectangle-mark-key instead of fixed C-return.
3678
3679 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3680
3681 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3682 "run" in .gdbinit.
3683 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3684
3685 2006-03-24 Romain Francoise <romain@orebokech.com>
3686
3687 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3688 `display-buffer-other-frame'.
3689
3690 2006-03-24 Kim F. Storm <storm@cua.dk>
3691
3692 * apropos.el (apropos-synonyms): Add selection => region.
3693
3694 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3695
3696 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3697 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3698 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3699 (gdb-data-list-register-values-regexp)
3700 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3701 Future proof against new fields being added to MI output.
3702 (gdb-send): Don't treat backslashes for program input as
3703 continuations.
3704 (gdb-assembler-handler): Don't use window-start for this handler.
3705 (gdb-frame-handler): Don't change to hollow arrow if overlay
3706 arrow doesn't move to new frame.
3707
3708 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3709
3710 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3711 prevent compiler warnings.
3712 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3713 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3714 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3715 buffer too.
3716
3717 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3718
3719 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3720 make-network-process, so we can use the same code in Gnus v5-10
3721 too and have this file fully synchronized with that release.
3722
3723 2006-03-23 Romain Francoise <romain@orebokech.com>
3724
3725 * ibuf-ext.el (ibuffer-read-filter-group-name):
3726 Use `ibuffer-generate-filter-groups' to make completion list match
3727 the filter groups that are really displayed in the Ibuffer buffer.
3728 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3729
3730 2006-03-23 Kenichi Handa <handa@m17n.org>
3731
3732 * international/mule-cmds.el (sort-coding-systems): Describe that
3733 the argument is modified in docstring.
3734
3735 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3736
3737 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3738 (pgg-gpg-update-agent): New function.
3739 (pgg-gpg-use-agent-p): New function.
3740 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3741 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3742 (pgg-gpg-sign-region): Use it.
3743
3744 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3745
3746 * cus-edit.el (custom-face-set): Call custom-push-theme before
3747 face-spec set so that `changed' theme is correctly saved.
3748 (custom-face-reset-standard): Reset to recalculated face rather
3749 than defface spec.
3750
3751 * custom.el (custom-push-theme): Only save `changed' theme if the
3752 current face does not match the defface specs.
3753
3754 2006-03-21 Simon Josefsson <jas@extundo.com>
3755
3756 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3757 <wilde@sha-bang.de>.
3758 (pgg-gpg-use-agent): New variable.
3759 (pgg-gpg-process-region): Use it.
3760 (pgg-gpg-encrypt-region): Likewise.
3761 (pgg-gpg-encrypt-symmetric-region): Likewise.
3762 (pgg-gpg-decrypt-region): Likewise.
3763 (pgg-gpg-sign-region): Likewise.
3764 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3765
3766 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3767
3768 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3769 bracket links.
3770
3771 2006-03-21 Kim F. Storm <storm@cua.dk>
3772
3773 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3774 fringe-indicator-alist instead of modifying global value.
3775 (gdb-frame-handler): Likewise.
3776
3777 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3778
3779 * diff-mode.el (diff-function): Make it inherit from diff-header
3780 instead of diff-context.
3781
3782 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3783 bitmap.
3784 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3785 change names in macro above for consistency.
3786 (gdb-frame-handler): Use hollow-right-triangle for all selected
3787 frames which except the innermost (where execution has stopped).
3788 (gdb-reset): Reset buffer-local values of overlay-arrow.
3789
3790 2006-03-20 Richard Stallman <rms@gnu.org>
3791
3792 * simple.el (set-mark-command): Doc fix.
3793
3794 * files.el (display-buffer-other-frame): New command.
3795 (ctl-x-4-map): Bind C-x 5 C-o to it.
3796
3797 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3798
3799 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3800 rather than just defer-time, in case defer-time has been changed but
3801 the timer isn't running yet.
3802 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3803
3804 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3805
3806 * help-mode.el (help-follow-symbol): New function.
3807 Essentially identical to the old `help-follow', but do not let
3808 `push-button' do the work when on an xref.
3809 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3810
3811 2006-03-19 Richard Stallman <rms@gnu.org>
3812
3813 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3814 preceded by the word `program'.
3815 (help-follow-mouse, help-follow): Throw error if not on xref.
3816 Delete no longer used args.
3817
3818 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3819
3820 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3821 annotation ensure gud-overlay-arrow-position is redisplayed.
3822
3823 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3824
3825 * textmodes/bibtex.el (bibtex-include-OPTkey)
3826 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3827 (bibtex-autokey-name-case-convert)
3828 (bibtex-autokey-titleword-case-convert): Make these the aliases
3829 for the following two variables.
3830 (bibtex-autokey-name-case-convert-function)
3831 (bibtex-autokey-titleword-case-convert-function): Make these the
3832 real names.
3833 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3834 bibtex-font-lock-crossref sublists.
3835 (bibtex-mode): Revert 2005-12-30 change (which made
3836 completion-ignore-case buffer-local).
3837 (bibtex-url): Simplify.
3838
3839 2006-03-19 Kim F. Storm <storm@cua.dk>
3840
3841 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3842 cursor property value to 2 (to align with C level change).
3843
3844 2006-03-19 Bill Wohler <wohler@newt.com>
3845
3846 * image.el (image-load-path-for-library): Shorten first line in
3847 docstring.
3848
3849 2006-03-18 Richard Stallman <rms@gnu.org>
3850
3851 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3852
3853 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3854
3855 * isearch.el (isearch-other-meta-char): Handle user bindings for
3856 shifted control characters.
3857
3858 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3859
3860 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3861 part that matches email addresses, file names, etc.
3862
3863 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3864
3865 * term/w32-win.el (mouse-set-font):
3866 Mention w32-list-proportional-fonts in the doc string.
3867
3868 2006-03-18 Kim F. Storm <storm@cua.dk>
3869
3870 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3871 (ido-unc-hosts): New user option to explicitly define list of know
3872 UNC-style hosts for completion.
3873 (ido-cache-unc-host-shares-time): New user option.
3874 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3875 New helper functions for UNC file-name support.
3876 (ido-may-cache-directory): Check for UNC host. Simplify.
3877 (ido-wash-history): Clean out old UNC hosts.
3878 (ido-nonreadable-directory-p): UNC hosts are always readable.
3879 (ido-directory-too-big-p): UNC hosts are never too big.
3880 (ido-set-current-directory): Handle UNC root path.
3881 (ido-file-name-all-completions): Complete UNC host names from
3882 ido-unc-hosts list. Cache UNC host shares.
3883 (ido-make-file-list-1): Don't filter UNC root.
3884 (ido-exhibit): Check for // in root directory, and switch to UNC
3885 mode by setting ido-current-directory to //.
3886
3887 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3888
3889 * cus-edit.el (customize-changed-options): Mention explicit
3890 version number as default in prompt.
3891
3892 2006-03-17 Bill Wohler <wohler@newt.com>
3893
3894 * image.el (image-load-path-for-library): Minor docstring fix.
3895
3896 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3897
3898 * textmodes/org.el (org-read-date): Include subgroup 5 into
3899 replacement text.
3900 (org-popup-calendar-for-date-prompt): Fix customization type.
3901
3902 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3903
3904 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3905 (gdb-continuation): New variable.
3906 (gdb-send): Deal with continuation lines.
3907
3908 * progmodes/gud.el (gud-gdb-complete-command)
3909 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3910 expressions.
3911 (gud-tooltip-mode): Use buffer-local value.
3912
3913 2006-03-16 Kim F. Storm <storm@cua.dk>
3914
3915 * ido.el (ido-edit-input): Use selected match, if any.
3916
3917 2006-03-16 Bill Wohler <wohler@newt.com>
3918
3919 * image.el (image-load-path-for-library): Prefer user's images in
3920 image-load-path.
3921
3922 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3923
3924 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3925 when checking for attempt to drag leftmost or rightmost scrollbar.
3926
3927 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3928
3929 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3930 (gdb-force-mode-line-update): New function.
3931 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3932 (gdb-exited): Use them.
3933 (gdb-signal): New function.
3934 (gdb-annotation-rules): Provide a rule for it.
3935
3936 2006-03-16 Kenichi Handa <handa@m17n.org>
3937
3938 * international/mule.el (auto-coding-regexp-alist): Add entries
3939 for Unicode BOM.
3940
3941 * sort.el (sort-build-lists): Temporarily bind
3942 inhibit-field-text-motion to t.
3943
3944 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3945
3946 * locate.el (locate-command, locate-make-command-line)
3947 (locate-fcodes-file, locate-update-command)
3948 (locate-prompt-for-command, locate, locate-with-filter)
3949 (locate-get-file-positions): Doc fixes.
3950 (locate-buffer-name, locate-header-face): Remove leading `*' in
3951 defcustom.
3952 (locate-filter-output): Use `keep-lines' instead of its alias
3953 `delete-non-matching-lines'.
3954 (locate-get-filename, locate-get-dirname): Add introductory comment.
3955 (locate-find-directory-other-window): Give appropriate error
3956 message if used outside main listing.
3957
3958 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3959
3960 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3961 the new extend-region feature.
3962 (font-lock-after-change-function): Update correspondingly.
3963 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3964 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3965
3966 2006-03-15 Bill Wohler <wohler@newt.com>
3967
3968 * image.el (image-load-path-for-library): Fix example by not
3969 recommending that one binds image-load-path. Just defvar it to
3970 placate compiler and only use it if previously defined.
3971
3972 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3973
3974 * textmodes/org.el (org-insert-centered): Use `string-width' to
3975 make underlining work for wide characters.
3976 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3977 TAB to `org-cycle', to make sure that no binding in
3978 `outline-mode-map' can supercede it.
3979
3980 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3981
3982 * allout.el: Increment version to 2.2.1 in file commentary.
3983
3984 (allout-version): Increment to 2.2.1.
3985
3986 (allout-default-layout): New customization variable, used when the
3987 file lacks a specific allout-layout. Uses allout-layout-type for
3988 recursively nested definition.
3989
3990 (allout-layout-type): Widget defining allout layouts, necessary for
3991 self-recursive definition.
3992
3993 (allout-mode): Incorporate allout-default-layout as fallback for
3994 allout-layout.
3995
3996 (allout-layout): Mark as 'safe-local-variable', and refer mention
3997 fallback to `allout-default-layout' in absence of a specified value.
3998 (allout-passphrase-verifier-string)
3999 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4000
4001 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4002
4003 (allout-get-encryption-passphrase-verifier): Use correct name of
4004 passphrase verifier in docstring.
4005
4006 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4007
4008 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4009 elements.
4010 (gdb-find-watch-expression): Make it work for arrays too.
4011 Follow change to gdb-var-list.
4012 (gud-watch): Allow the user to enter variable name with a prexix
4013 arg. Create keybindings.
4014 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4015 (gdb-var-list-children-handler, gdb-var-update-handler)
4016 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4017 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4018 Follow change to gdb-var-list.
4019 (gdb-starting): Don't show the overlay arrows when program is running.
4020
4021 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4022 gdb-var-list.
4023
4024 2006-03-14 Bill Wohler <wohler@newt.com>
4025
4026 * image.el (image-load-path-for-library): Pass value of path
4027 rather than symbol. Always return list of directories.
4028 Guarantee that image directory comes first.
4029
4030 2006-03-14 Alan Mackenzie <acm@muc.de>
4031
4032 * font-core.el (font-lock-extend-region\(-function\)?.):
4033 New function/variable.
4034
4035 * font-lock.el (font-lock-after-change-function):
4036 Call font-lock-extend-region. Obey font-lock-lines-before.
4037 (font-lock-default-fontify-region): Remove reference to
4038 font-lock-lines-before.
4039
4040 * jit-lock.el (jit-lock-after-change):
4041 Call font-lock-extend-region. Obey font-lock-lines-before.
4042
4043 2006-03-14 David Ponce <david@dponce.com>
4044
4045 * tree-widget.el (tree-widget-themes-load-path)
4046 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4047
4048 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4049
4050 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4051 (rcirc-print): Mark the start of text at the end of the prompt.
4052 (rcirc-track-minor-mode): Add autoload cookie.
4053 (rcirc-update-activity-string): Add space to front of mode-line
4054 indicator.
4055
4056 2006-03-13 Miles Bader <miles@gnu.org>
4057
4058 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4059 (rcirc-abbrev-nick): Remove function.
4060 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4061
4062 2006-03-13 David Ponce <david@dponce.com>
4063
4064 * tree-widget.el: Handle themes across all occurrences of the main
4065 themes sub-directory found in tree-widget-themes-load-path.
4066 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4067 (tree-widget--locate-sub-directory): Return all occurrences.
4068 (tree-widget-themes-path): New function.
4069 Replace tree-widget-themes-directory, and return a list of directories.
4070 (tree-widget-set-parent-theme)
4071 (tree-widget-lookup-image): Use it.
4072
4073 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4074
4075 * textmodes/org.el (org-link-search): Avoid self-matching of
4076 links, allow target text to be distributed over several lines.
4077 (org-search-not-link): New function.
4078 (org-set-regexps-and-options, org-get-current-options):
4079 New startup options.
4080 (org-export-as-html): Take odd-level setting from local variable.
4081 (org-fontify-emphasized-text): New option.
4082 (org-set-font-lock-defaults): Include emphasized text.
4083 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4084 (org-font-lock): Customize group renamed from `org-faces'.
4085
4086 2006-03-13 John Paul Wallington <jpw@pobox.com>
4087
4088 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4089 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4090
4091 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4092
4093 * cus-start.el (all): Delete :version keyword for members of the
4094 fringe group, since the entire group is new in 22.1.
4095
4096 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4097
4098 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4099 map if value is hexadecimal (an address).
4100 (gud-watch): Only search roots for existing watch expressions.
4101 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4102 prevent caching problems with speedbar-update-directory-contents.
4103
4104 2006-03-12 Juri Linkov <juri@jurta.org>
4105
4106 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4107 before comparing with `low' and `warn'.
4108
4109 * info.el (Info-dir-remove-duplicates): Move point to the
4110 beginning of the current line after deleting the entries from
4111 redundant heading. Use marker for `limit' and compare it with
4112 point before calling `re-search-forward'.
4113
4114 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4115
4116 * simple.el (yank): Fix typo in docstring.
4117
4118 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4119
4120 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4121 messages, where "D" is the 6th character.
4122
4123 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4124
4125 * simple.el (yank): Fix last change.
4126
4127 2006-03-11 David Ponce <david@dponce.com>
4128
4129 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4130 merging elements from the standard ispell-dictionary-alist.
4131 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4132 alist, and return the new alist.
4133
4134 2006-03-11 Richard Stallman <rms@gnu.org>
4135
4136 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4137
4138 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4139 the way it is implemented is too unclean.
4140
4141 * simple.el (kill-region, yank): Doc fix.
4142
4143 * battery.el (battery-echo-area-format): Doc fix.
4144 (battery-mode-line-format): Likewise.
4145 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4146 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4147
4148 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4149
4150 * progmodes/octave-mod.el (octave-indent-for-comment):
4151 Behave according to do string.
4152
4153 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4154
4155 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4156 Be visible only if major mode is Mail Mode.
4157
4158 * textmodes/flyspell.el (flyspell-external-point-words)
4159 (flyspell-process-localwords): Fix last changes.
4160
4161 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4162
4163 * calendar/holidays.el (list-holidays): Doc fix.
4164
4165 * international/mule.el (auto-coding-alist): Add .odt
4166 (OpenOffice's open document) files.
4167
4168 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4169 document) files. Mention in the doc string the need to sync with
4170 auto-coding-alist.
4171
4172 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4173
4174 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4175 enable-local-variables is set to always query, or there is no
4176 savable variable.
4177
4178 2006-03-10 Bill Wohler <wohler@newt.com>
4179
4180 * image.el (image-load-path-for-library): Merge at least three
4181 functions from Gnus and MH-E into this one function that can now
4182 be shared.
4183
4184 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4185
4186 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4187 gdb-remove-mouse-face and remove help-echo too.
4188 (gdb-enqueue-input): Correct conditional clause.
4189
4190 2006-03-10 Glenn Morris <rgm@gnu.org>
4191
4192 * calendar/calendar.el (calendar-holidays): Doc fix.
4193 * calendar/holidays.el (list-holidays): Doc fix.
4194
4195 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4196
4197 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4198 it gets called in gdb-prompt anyway.
4199 (gdb-use-separate-io-buffer): Only restore window arrangement for
4200 gdb-many-windows.
4201 (gdb-enqueue-input): Make it harder to send GDB input when program
4202 is running.
4203 (gdb-buffer-list): New variable.
4204 (gdb-remove-mouse-face): New function.
4205 (gdb-starting): Use it when GDB input won't get sent.
4206
4207 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4208
4209 * help.el (view-lossage): Remove trailing whitespace before
4210 inserting "\n".
4211
4212 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4213
4214 * files.el (hack-local-variables-confirm):
4215 Set coding-system-for-read to nil before writing to .emacs.
4216
4217 * arc-mode.el (archive-extract): Check if an existing buffer name
4218 comes from a different archive.
4219
4220 * help.el (describe-key-briefly): If KEY is a down event, read and
4221 discard the up event.
4222
4223 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4224
4225 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4226 be edited and use font-lock-warning-face for any changes.
4227
4228 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4229 (gdb-edit-value): Use it to report any errors.
4230
4231 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4232
4233 * help.el (describe-key): Remove leftover test code.
4234
4235 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4236
4237 * textmodes/org.el: Move defvars out of eval-when-compile.
4238 Use buffer-file-name variable.
4239 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4240 arg `file'.
4241 (org-level-faces): Remove startup dependency.
4242 (org-cycle, org-map-tree, org-scan-tags)
4243 (org-remember-handler): Don't call `outline-level' directly.
4244 (org-mhe-search-all-folders): New option.
4245 (org-mhe-get-message-folder-from-index)
4246 (org-mhe-get-message-folder): Fix indexing search.
4247 (org-format-agenda-item): Handle nil TAGS argument.
4248 (org-cleaned-string-for-export, org-activate-target-links)
4249 (org-make-target-link-regexp): Deal with empty radio target list.
4250 (org-tag): New face.
4251 (org-get-level-face): New function.
4252 (org-set-font-lock-defaults): Simplify setup for headlines.
4253 (org-complete): Pass common substring to `display-completion-list'.
4254
4255 2006-03-06 David Ponce <david@dponce.com>
4256
4257 * tree-widget.el: Update Commentary header.
4258 (tree-widget-theme-name): Ignore parent themes.
4259 (tree-widget-set-parent-theme): New function.
4260 (tree-widget-set-theme): Use it.
4261 (tree-widget-set-image-properties): Move definition. Does nothing
4262 if image properties have already been set.
4263 (tree-widget-image-properties): Move definition. Receive an image
4264 name. Set the :pointer property.
4265 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4266 Don't set the :pointer image property.
4267 (tree-widget-convert-widget): New function. Handle :dynargs
4268 compatibility here.
4269 (tree-widget): Use it to :convert-widget. Add the :expander-p
4270 predicate to control when the :expander function is entered.
4271 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4272 (tree-widget-value-create): Handle :expander-p. widget-apply
4273 :expander.
4274 (tree-widget-expander-p): New function. Default value of the
4275 :expander-p property.
4276
4277 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4278
4279 * help.el (describe-key): Properly handle the return value of
4280 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4281 remaps. Handle string and vector `follow-link' values.
4282
4283 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4284
4285 * complete.el (PC-expand-many-files): Try be more careful when parsing
4286 the shell's output.
4287
4288 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 * outline.el (hide-sublevels): Provide better interactive default.
4291
4292 2006-03-06 Kenichi Handa <handa@m17n.org>
4293
4294 * international/fontset.el (create-fontset-from-fontset-spec):
4295 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4296
4297 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4298
4299 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4300 backslashes instead of one in regexp.
4301 (gud-tooltip-dereference): Add missing optional argument.
4302
4303 2006-03-04 John Paul Wallington <jpw@pobox.com>
4304
4305 * wdired.el (toplevel): Require `cl' at compile-time.
4306
4307 2006-03-04 Andreas Schwab <schwab@suse.de>
4308
4309 * server.el (server-process-filter): Handle errors during
4310 evaluation of the argument.
4311
4312 2006-03-03 John Paul Wallington <jpw@pobox.com>
4313
4314 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4315 escape parentheses at beginning of line.
4316 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4317 (t-mouse-mode): Remove period from end of error message.
4318
4319 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4320
4321 * textmodes/flyspell.el (flyspell-process-localwords):
4322 Be case-sensitive.
4323
4324 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4325
4326 * cus-edit.el (custom-quote): Remove function, since it has been
4327 moved to custom.el.
4328
4329 * font-lock.el (lisp-font-lock-keywords-2)
4330 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4331 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4332 they have no special meaning.
4333
4334 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4335 indirect buffer gets killed before indirect buffer. Use dolist.
4336
4337 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4338
4339 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4340 value instead of a literal constant (1) on more pauses.
4341
4342 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4343
4344 * textmodes/flyspell.el (flyspell-external-point-words):
4345 Be case-sensitive.
4346
4347 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4348
4349 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4350 with "www".
4351
4352 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4353
4354 * allout.el: Restablish intermediate missing comment header to
4355 preserve outline structure.
4356 (allout-beginning-of-current-entry): Skip invisible text.
4357 (allout-open-topic): Fix opening a topic at end-of-buffer.
4358 (allout-minor-mode): Move nearer to allout-mode function.
4359
4360 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4361
4362 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4363
4364 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4365
4366 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4367 is nil.
4368
4369 * progmodes/gud.el (gud-speedbar-menu-items):
4370 Use buffer-local-value and add missing :visible keyword.
4371
4372 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4373
4374 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4375
4376 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4377 must be `follow-link'.
4378
4379 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4380
4381 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4382 formatting: No nested anchors.
4383 (org-all-targets): Fix bug with XEmacs compatibility.
4384 (org-read-date): Add (require 'parse-time).
4385 (org-set-tags): Fix bug with extra inserted space.
4386 (org-export-html-style): Define a style class for targets.
4387 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4388 (org-hide-leading-stars): New option.
4389 (org-hide): New face.
4390 (org-set-font-lock-defaults): Allow to hide leading stars.
4391 (org-get-legal-level, org-tr-level): New functions.
4392 (org-odd-levels-only): New option.
4393 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4394 (org-demote, org-promote): Deal with double-star levels.
4395 (org-convert-to-odd-levels): New command.
4396
4397 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4398
4399 * speedbar.el (speedbar-update-localized-contents): Try to
4400 preserve window-start.
4401 (speedbar-update-directory-contents): Try to preserve window-start
4402 and window-point.
4403 (speedbar-update-special-contents): Don't move back to start of window.
4404
4405 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4406 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4407 speedbar-timer-fn.
4408 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4409 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4410 instead of gdb-speedbar-timer-fn.
4411
4412 2006-02-28 Jay Belanger <belanger@truman.edu>
4413
4414 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4415 (math-compose-expr): Use latex option when calling
4416 `math-compose-tex-matrix' for latex mode.
4417
4418 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4419
4420 * speedbar.el: Re-instate comments about developing for speedbar
4421 [this is what info and gdb-ui use even if better methods exist now].
4422
4423 * t-mouse.el: New file.
4424 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4425 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4426 (t-mouse-make-event-element): Use posn-at-x-y instead.
4427 (t-mouse-make-event): Deal with Fedora Core 3.
4428 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4429 (t-mouse-mouse-position-function): New function. Use it instead
4430 of advising mouse-position.
4431 (t-mouse-mode): New minor mode.
4432 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4433
4434 2006-02-27 Glenn Morris <rgm@gnu.org>
4435
4436 * calendar/calendar.el (calendar-holidays): Doc fix.
4437
4438 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4439
4440 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4441 Re-introduce the concept of a source window.
4442 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4443 consistency with get-buffer-create.
4444 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4445 (gdb-data-list-register-values-handler)
4446 (gdb-stack-list-locals-handler): Try to preserve window-start as
4447 well as window-point.
4448 (gdb-display-source-buffer): New function (old concept).
4449 (gdb-goto-breakpoint): Use it.
4450
4451 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4452 for gdb-ui/gdb-mi (old concept).
4453
4454 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4455
4456 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4457 binding.
4458
4459 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4460
4461 * textmodes/reftex-sel.el (reftex-select-label-map)
4462 (reftex-select-bib-map): Add `follow-mouse' binding.
4463
4464 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4465
4466 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4467 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4468 Give :set functions to provide automatic updating.
4469 Update docstring. Give compiler defvars early in the file
4470 and move the defcustoms to a later spot where all called functions
4471 are defined.
4472 (jka-compr-file-name-handler-entry): Doc fix.
4473 (jka-compr-compression-info-list--internal)
4474 (jka-compr-mode-alist-additions--internal)
4475 (jka-compr-load-suffixes--internal): New variables.
4476 (jka-compr-install): Set the three above variables.
4477 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4478 (jka-compr-update, jka-compr-set): New functions.
4479 (auto-compression-mode): Doc fix.
4480
4481 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4482 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4483 Use jka-compr-compression-info-list--internal,
4484 jka-compr-mode-alist-additions--internal and
4485 jka-compr-load-suffixes--internal.
4486
4487 * files.el (load-library):
4488 * loadhist.el (file-loadhist-lookup):
4489 * startup.el (command-line):
4490 * subr.el (locate-library):
4491 * emacs-lisp/autoload.el (update-directory-autoloads):
4492 * emacs-lisp/find-func.el (find-library-suffixes):
4493 Use `get-load-suffixes' instead of `load-suffixes'.
4494
4495 * subr.el (locate-library):
4496 * emacs-lisp/find-func.el (find-library-name):
4497 Use `load-file-rep-suffixes' instead of '("").
4498
4499 2006-02-26 Kim F. Storm <storm@cua.dk>
4500
4501 * ido.el (ido-save-history, ido-load-history): Simplify.
4502 Don't use find-file-noselect to avoid interference from other modes.
4503
4504 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4505
4506 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4507 to use the default shell if filename is not available.
4508 Reported by Giorgos Keramidas.
4509
4510 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4511
4512 * progmodes/etags.el (tags-completion-table): Do completion from
4513 all the tables in the current list, as documented in the manual.
4514
4515 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4516
4517 * CC Mode Update to 5.31.3.
4518
4519 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4520
4521 * progmodes/cc-mode.el (c-postprocess-file-styles):
4522 Bind inhibit-read-only to t, around the call to
4523 c-remove-any-local-eval-or-mode-variables, so that it works on a
4524 RO file.
4525
4526 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4527
4528 * progmodes/cc-awk.el: Correct a typo.
4529
4530 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4531
4532 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4533 c-hungry-delete-backwards, at the request of RMS. Leave the old
4534 name as an alias.
4535
4536 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4537
4538 * progmodes/cc-mode.el: Correct a typo.
4539
4540 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4541
4542 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4543
4544 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4545
4546 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4547 brace-else-brace (error due to mbeg, mend being undefined).
4548
4549 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4550
4551 * progmodes/cc-mode.el: File Local variables: Solve the problem
4552 where both `mode' and c-file-offsets are specified: `mode' will
4553 overwrite c-f-o's settings:
4554 (c-remove-any-local-eval-or-mode-variables): New function.
4555 (c-postprocess-file-styles): Call the above new function, within
4556 c-tentative-buffer-change, to splat `mode' and `eval' before the
4557 second hack-local-variables.
4558
4559 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4560
4561 * progmodes/cc-mode.el:
4562 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4563 (c-after-change): Protect the match data with save-match-data.
4564 It was getting corrupted by c-after-change-check-<>-operators.
4565
4566 * cc-defs.el: [Supersedes patch V1.38]:
4567 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4568 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4569
4570 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4571 with save-match-data. It was being corrupted when Font Lock was
4572 not enabled.
4573
4574 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4575
4576 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4577 Mode and Subword Mode.
4578
4579 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4580 real labels ("case 1:" or "foo:") from non-labels ("public:").
4581 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4582 coding; c-f-t-2 doesn't move over a token at EOB.
4583
4584 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4585
4586 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4587 (c-update-modeline): Concatenate the minor mode indicators
4588 directly onto mode-name, removing c-submode-indicators.
4589 Sometimes, c-s-i got separated from the mode name on the mode line.
4590
4591 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4592 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4593
4594 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4595
4596 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4597 error message when there's an evaluation error to show whether
4598 it's loaded from source or not.
4599 (c-filter-ops): Make it available at runtime too to work when
4600 `c-make-init-lang-vars-fun' needs to evaluate from source.
4601
4602 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4603
4604 * help.el (help): Revert last part of 2006-02-23 change (deletion
4605 of the `provide' call).
4606
4607 2006-02-23 Juri Linkov <juri@jurta.org>
4608
4609 * compare-w.el (compare-windows-highlight): Add new value
4610 `persistent' and change :type from `boolean' to `choice'.
4611 (compare-windows-overlays1, compare-windows-overlays2):
4612 New internal variables.
4613 (compare-windows-highlight): If compare-windows-highlight is
4614 `persistent', add current overlays to compare-windows-overlays[12]
4615 instead of adding compare-windows-dehighlight to pre-command-hook.
4616 (compare-windows-dehighlight): Delete all overlays from
4617 compare-windows-overlays[12].
4618
4619 * info.el (Info-search): Don't bind search-spaces-regexp to
4620 Info-search-whitespace-regexp in non-regexp isearch mode.
4621
4622 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4623
4624 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4625
4626 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4627
4628 * textmodes/org.el (org-xemacs-p)
4629 (org-export-html-show-new-buffer, org-table-may-need-update)
4630 (org-insert-item, org-mhe-get-message-real-folder)
4631 (org-mhe-get-message-folder-from-index)
4632 (org-mhe-get-message-folder, org-mhe-get-message-num)
4633 (org-mhe-get-header, org-make-org-heading-search-string)
4634 (org-make-org-heading-camel, org-table-sort-lines)
4635 (org-format-org-table-html, org-format-table-table-html):
4636 Fix typos in docstrings.
4637
4638 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4639
4640 * textmodes/org.el (org-cleaned-string-for-export)
4641 (org-solidify-link-text): New function.
4642 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4643 XEmacs, just to silence the compiler.
4644 (org-export-as-ascii, org-export-as-html-and-open):
4645 Use `org-cleaned-string-for-export' and create internal links.
4646 (org-follow-mhe-link): Require mh-e, use folder.
4647
4648 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4649
4650 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4651
4652 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4653 gdb-debug-log-length.
4654 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4655 it a real ring but...
4656 (gud-gdba-marker-filter): ...make it work like mark-ring.
4657 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4658 (gdb-mouse-jump): New function. Add bindings.
4659
4660 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4661
4662 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4663 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4664 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4665 (gdb-debug-log-length): Customize it's length.
4666 (gud-watch, gdb-var-create-handler): Display function::var format
4667 but don't use to create variable object.
4668 (gdb-var-create-handler): Use message-box in place of message.
4669 (gdb-stopped): Call gdb-exited if signalled.
4670
4671 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4672
4673 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4674
4675 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4676
4677 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4678 if `reftex-try-all-extensions' is set.
4679
4680 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4681 fail silently when there is no valid argument at point.
4682 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4683 `fail-silently' argument. From a patch by David Reiter.
4684
4685 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4686 New commands.
4687 (org-mark-ring): New variable.
4688 (org-mark-ring-length): New option.
4689 (org-open-at-point, org-goto, org-open-file): Push old position
4690 onto the mark ring.
4691 (org-add-hook): New function.
4692 (org-export-table-remove-special-lines): New option.
4693 (org-skip-comments, org-format-org-table-html): Respect new
4694 option `org-export-table-remove-special-lines'.
4695 (org-open-file): Allow special command configuration for
4696 directory link.
4697 (org-file-apps): Fix bugs in customize type, added setting
4698 for directories.
4699 (org-activate-tags, org-format-agenda-item, org-complete)
4700 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4701 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4702 (org-link-search, org-make-org-heading-search-string)
4703 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4704 (org-radio-targets, org-file-link-context-use-camel-case)
4705 (org-activate-camels): New options.
4706 (org-update-radio-target-regexp, org-all-targets)
4707 (org-make-target-link-regexp, org-activate-target-links):
4708 New functions.
4709 (org-make-org-heading-search-string): New function.
4710 (org-store-link, org-insert-link): Use new option
4711 `org-file-link-context-use-camel-case'.
4712 (org-activate-camels): Use new option `org-activate-camels'.
4713 (org-link-regexp): Add mhe prefix.
4714 (org-open-at-point, org-store-link): Support for mhe links.
4715 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4716 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4717 (org-mhe-get-header, org-follow-mhe-link): New functions.
4718 (org-remove-angle-brackets, org-add-angle-brackets):
4719 New functions.
4720 (org-bracket-link-regexp): New constant.
4721 (org-read-date): Fix bug that was rejecting all typed dates.
4722 (org-link-search): Make hierarchy above visible after a match.
4723 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4724 (org-store-link): Fix bug with link creation when cursor is in
4725 an empty line.
4726 (org-open-at-point): Fix bug with matching a link.
4727 Fixed buggy argument sequence in call to `org-view-tags'.
4728 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4729 (org-prefix-has-tag): New variable.
4730 (org-format-agenda-item): Remove tags from headline
4731 if appropriate.
4732 (org-agenda-remove-tags-when-in-prefix): New option.
4733
4734 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4735
4736 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4737 Fix the regular expressions.
4738
4739 2006-02-21 Richard M. Stallman <rms@gnu.org>
4740
4741 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4742 if there's no other specific basis.
4743
4744 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4745 as variables at all.
4746 (unsafep-variable): Rename arg; doc fix.
4747
4748 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4749
4750 * calendar/appt.el (diary-selective-display): Add defvar.
4751
4752 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4753
4754 * isearch.el (search-whitespace-regexp): Fix custom type.
4755
4756 * help.el (describe-key-briefly): Compute interactive args
4757 in same was as before previous change.
4758
4759 * files.el (enable-local-variables): Doc fix.
4760
4761 2006-02-21 Kim F. Storm <storm@cua.dk>
4762
4763 * fringe.el: Cleanup as file is now pre-loaded.
4764 (fringe-bitmaps): Initialize unconditionally.
4765 (fringe-mode, set-fringe-style): Remove autoload cookies.
4766
4767 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4768
4769 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4770 `horizontal-bar'.
4771 (fringe-cursor-alist): Use `horizontal-bar'.
4772
4773 2006-02-20 Kim F. Storm <storm@cua.dk>
4774
4775 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4776 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4777
4778 * loadup.el: Load "fringe" on window systems.
4779
4780 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4781
4782 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4783 out of scope components.
4784
4785 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4786 default.
4787
4788 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4789
4790 * custom.el (customize-mark-to-save, customize-mark-as-set):
4791 Load the symbol first.
4792
4793 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4794
4795 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4796 strech spec so it doesn't display as "^J" on the header line
4797 when `Buffer-menu-use-header-line' is t.
4798
4799 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4800
4801 * speedbar.el (speedbar-make-button): Keep text properties
4802 of string arguments if desired.
4803
4804 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4805 expessions.
4806
4807 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4808 of speedbar.
4809
4810 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4811
4812 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4813 to value of `read-file-name-completion-ignore-case'.
4814
4815 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4816
4817 * custom.el (customize-mark-as-set): Push to `user' theme.
4818
4819 * cus-edit.el (custom-save-variables): Allow unthemed values.
4820 (customize-set-variable): Push setting to `user' theme.
4821
4822 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4823
4824 * progmodes/gud.el: Don't require font-lock as it's now
4825 automatically loaded.
4826 (gud-speedbar-buttons): Replace gdb-var-changed with
4827 gdb-force-update.
4828
4829 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4830 gdb-var-changed.
4831 (gdb-post-prompt): Use it.
4832 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4833 (gdb-var-update-handler, gdb-var-delete)
4834 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4835 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4836 gdb-force-update in gdb-post-prompt.
4837 (gdb-reset): Clear watch expressions from speedbar when quitting.
4838
4839 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4840
4841 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4842 (viper-change-state-to-vi, viper-change-state-to-emacs):
4843 Make aware of cursor coloring in the Emacs state.
4844 (viper-special-read-and-insert-char): Use read-char-exclusive.
4845 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4846
4847 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4848
4849 * viper-util.el (viper-save-cursor-color)
4850 (viper-get-saved-cursor-color-in-replace-mode)
4851 (viper-get-saved-cursor-color-in-insert-mode)
4852 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4853 state.
4854 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4855
4856 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4857 (ediff-ignore-case-option3, ediff-actual-diff-options)
4858 (ediff-actual-diff3-options): New variables to control case sensitivity.
4859 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4860 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4861 (ediff-toggle-ignore-case): New function.
4862 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4863
4864 * ediff-help.el (ediff-long-help-message-narrow2)
4865 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4866 (ediff-long-help-message-word-mode): Add ignore-case command.
4867 (ediff-help-for-quick-help): Add ignore-case command.
4868
4869 * ediff-merg.el: Move provide to the end.
4870
4871 * ediff-ptch.el: Move provide to the end.
4872
4873 * ediff-wind.el: Move provide to the end.
4874
4875 * ediff-mult.el: Move provide to the end.
4876 (ediff-set-meta-overlay): Enable follow-link.
4877
4878 * ediff.el: Move provide to the end.
4879 Break recursive load cycle in eval-when-compile.
4880 (ediff-patch-buffer): Better heuristics.
4881
4882 * ediff-util.el: Move provide to the end.
4883 Break recursive load cycle in eval-when-compile.
4884 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4885 defuns.
4886 (ediff-submit-report): Pass the values of ediff-diff3-program,
4887 ediff-diff3-options.
4888
4889 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4890
4891 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4892 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4893 `' (for example, in the docstring of `windmove-default-keybindings').
4894
4895 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4896
4897 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4898 shadow face. Don't provide binding to edit variable when it is
4899 out of scope.
4900
4901 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4902 (gdb-var-update-handler): Detect out of scope variables with pre
4903 GDB 6.4 too.
4904 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4905 Reset status of variable objects to nil in update handlers.
4906 (gdb-var-update-handler-1): Detect when a variable object comes
4907 in scope. setcar on var changes gdb-var-list directly.
4908
4909 2006-02-17 Juri Linkov <juri@jurta.org>
4910
4911 * ffap.el (ffap) <defface>: Add explicit face declaration.
4912 (ffap-highlight): Use face `ffap' directly instead of checking
4913 for its existence.
4914
4915 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4916 `visible-ok' of `other-buffer' to find the right original buffer.
4917
4918 * info.el (Info-search): Skip `Local Variables' node.
4919
4920 2006-02-17 Juri Linkov <juri@jurta.org>
4921
4922 * info.el (Info-find-file): Check for symbols `apropos', `history',
4923 `toc' in the input filename, and return these symbols as is.
4924 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4925 `history', `toc' instead of strings.
4926 (Info-set-mode-line): For non-string Info-current-file use the
4927 symbol's name inside **.
4928 (Info-isearch-push-state): Add quote before Info-current-file and
4929 Info-current-node.
4930 (Info-isearch-pop-state): Use `equal' instead of `string='.
4931 (Info-extract-pointer, Info-following-node-name): Use
4932 `match-string-no-properties' instead of `match-string'.
4933 (Info-up): Check `old-file' for `stringp'.
4934 (Info-history): Use `equal' instead of `string-equal'.
4935 Check `file' for `stringp'.
4936 (Info-history): Use symbol `history' instead of string as first arg
4937 of `Info-find-node'.
4938 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4939 `toc' instead of string.
4940 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4941 instead of `buffer-substring', and `match-string-no-properties'
4942 instead of `match-string'.
4943 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4944 instead of strings.
4945 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4946 Use symbol `apropos' instead of string.
4947 (Info-copy-current-node-name): Check `Info-current-file' for
4948 `stringp' and construct a command with `Info-find-node' from it.
4949 (Info-fontify-node): Use `match-string-no-properties' instead of
4950 `match-string' and check file names for `stringp'.
4951 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4952 `history', `toc' instead of strings.
4953
4954 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4955
4956 * files.el: Rearrange functions and variables in the file local
4957 variables section.
4958
4959 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4960
4961 * files.el: Add truncate-lines, ispell-check-comments and
4962 ispell-local-dictionary as safe local variables.
4963
4964 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4965
4966 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4967 out of scope variables.
4968 (gud-speedbar-buttons): Use unless.
4969
4970 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4971 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4972 (gdb-show-changed-values): Also use for out of scope variables.
4973 (gdb-var-update-handler-1): Note if variable goes out of scope.
4974
4975 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4976
4977 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4978 default to global variable values for unsupplied args.
4979 (rcirc-get-buffer-create): Fix bug with setting the target.
4980 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4981 test for rcirc-always-use-server-buffer-flag here.
4982 (rcirc-response-formats): Add %N, which is a facified nick. %n
4983 uses the default face. Change the ACTION format string. If the
4984 "nick" is the server, don't print anything for that field.
4985 Comment fixes.
4986 (rcirc-target-buffer): Don't test
4987 rcirc-always-use-server-buffer-flag here.
4988 (rcirc-print): Squeeze extra spaces out of the text before message.
4989 (rcirc-put-nick-channel): Strip potential "@" char from nick
4990 before adding them to nick table.
4991 (rcirc-url-regexp): Improve to match address like "foo.com".
4992
4993 2006-02-17 Eli Zaretskii <eliz@gnu.org>
4994
4995 * allout.el (allout-hidden-p): Move this defsubst before
4996 allout-overlay-interior-modification-handler, where it is first
4997 used.
4998
4999 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5000
5001 * allout.el: Use allout invisible-text overlays instead of
5002 selective display for concealed text. Also, lots of general
5003 cleanup, and improved compatibility code.
5004
5005 (allout-version) Incremented, corrected, revised, and refined
5006 module commentary.
5007
5008 (provide 'allout): Moved to the bottom, added a require of overlay.
5009
5010 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5011 `except-current'.
5012 (allout-write-file-hook-handler): Minimize delay.
5013 (count-trailing-whitespace-region): New function so
5014 auto-encryption of current topic can resituate cursor exactly.
5015 PGP/GPG encryption trims trailing whitespace from lines, which
5016 must be accounted for across encryption then decryption.
5017
5018 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5019 just plain "\C-c", to avoid intruding on user's keybinding space.
5020
5021 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5022 parameter, so user request to provide a new password is done.
5023
5024 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5025 Refined mechanism for auto-filling behavior while in allout mode.
5026
5027 (allout-mode): Explicitly specify the mode map in the docstring.
5028 Clarify provision for various write-file hook var names.
5029 Adjusted for invisible-text overlays instead of selective-display.
5030
5031 (allout-depth): Really return 0 if not within any topic. This
5032 rectifies `allout-beginning-of-level' and sequence numbering
5033 errors that occur when cutting and pasting numbered topics.
5034 Changed from a in-line subst to a regular function, as well.
5035
5036 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5037
5038 (allout-end-of-subtree, allout-end-of-subtree)
5039 (allout-end-of-entry, allout-end-of-current-heading)
5040 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5041 (allout-show-children, allout-show-to-offshoot)
5042 (allout-hide-current-entry, allout-show-current-entry): Rectified
5043 handling of trailing blank lines between items.
5044
5045 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5046 (allout-current-depth, allout-unprotected, allout-hidden-p)
5047 (allout-on-current-heading-p, allout-listify-exposed)
5048 (allout-chart-subtree, allout-goto-prefix)
5049 (allout-back-to-current-heading, allout-get-body-text)
5050 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5051 (allout-hide-region-body, allout-toggle-subtree-encryption)
5052 (allout-encrypt-string, allout-encrypted-key-info)
5053 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5054 (allout-file-vars-section-data): Adjusted for use with
5055 invisible-text overlays instead of selective-display.
5056
5057 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5058 Reworked for use with invisible text overlays.
5059
5060 (allout-current-topic-collapsed-p): New function.
5061
5062 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5063 to know when to close the containing topic.
5064
5065 (allout-pre-command-business, allout-post-command-business):
5066 Simplify undo-batching and dynamic isearch exposure.
5067
5068 (allout-set-overlay-category): New for invisible-text overlays.
5069 Sets properties of allout-overlay-category, used by
5070 allout-flag-region to set invisible-text overlay properties.
5071 (allout-get-invisibility-overlay): Get the first qualifying
5072 invisibility overlay, so we can find the extent of it.
5073 (allout-back-to-visible-text): Get to just before the beginnining
5074 of the current invisibility overlay, if any.
5075
5076 (allout-overlay-insert-in-front-handler)
5077 (allout-overlay-interior-modification-handler)
5078 (allout-before-change-handler, allout-isearch-end-handler): New
5079 functions to handle extraordinary actions affecting concealed
5080 text.
5081
5082 (allout-flag-region): Use overlays instead of selective-display
5083 for invisible text - by inheritence from the properties of
5084 allout-overlay-category in mainline Emacs, and applied
5085 property-by-property in XEmacs, some recent versions of which
5086 don't inherit the properties from the category. Provisions to
5087 respond to concealed-text edits simplified drastically.
5088
5089 (allout-isearch-rectification, allout-isearch-was-font-lock)
5090 (allout-isearch-expose, allout-enwrap-isearch)
5091 (allout-isearch-abort, allout-pre-was-isearching)
5092 (allout-isearch-prior-pos, allout-isearch-did-quit)
5093 (allout-isearch-dynamic-expose)
5094 (allout-hide-current-entry-completely): Functions deleted.
5095
5096 (allout-undo-aggregation): Explicit undo aggregation no longer
5097 necessary due to transition away from selective-display.
5098
5099 (set-allout-regexp, allout-up-current-level)
5100 (allout-next-visible-heading, allout-forward-current-level)
5101 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5102 (allout-kill-line, allout-yank-processing, allout-show-children)
5103 (allout-expose-topic, allout-old-expose-topic)
5104 (allout-listify-exposed, allout-insert-latex-header)
5105 (allout-toggle-subtree-encryption, allout-encrypt-string)
5106 (remove-from-invisibility-spec, allout-hide-current-subtree):
5107 Ditched unused variables.
5108
5109 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5110
5111 * textmodes/ispell.el (ispell-change-dictionary): Call
5112 ispell-buffer-local-dict instead of
5113 ispell-accept-buffer-local-defs.
5114 (ispell-local-dictionary-alist): Accept as valid any coding-system
5115 supported by Emacs.
5116 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5117 changed to iso-8859-3.
5118
5119 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5120
5121 * speedbar.el (speedbar-frame-width): Make an inline function
5122 instead of a macro. Use frame-width.
5123 (speedbar-try-completion, speedbar-update-contents)
5124 (speedbar-timer-fn): Use consp.
5125 (speedbar-update-localized-contents): Try to preserve point.
5126
5127 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5128 (menu): Re-order menu items.
5129 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5130 field.
5131 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5132 (gdb-post-prompt): Speed things by not forcing update.
5133
5134 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5135
5136 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5137 press and perform default action if we get a mouse movement event.
5138
5139 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5140
5141 * calendar/icalendar.el (icalendar--get-event-property)
5142 (icalendar--get-event-property-attributes): Fix typos in
5143 docstrings.
5144
5145 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5146 docstring.
5147
5148 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5149
5150 * bs.el (bs-mode): Use `buffer-disable-undo'.
5151 (bs--get-file-name): Simplify.
5152 (bs-show-in-buffer): Mark the buffer as not modified.
5153
5154 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5155
5156 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5157 widget-button-click.
5158
5159 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5160 (custom-mode): Update docstring.
5161
5162 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5163 binding.
5164
5165 * files.el (hack-local-variables-confirm): Allow scrolling if the
5166 file variable list is too long. Kill temp buffer after use.
5167
5168 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5169
5170 * progmodes/gud.el (gdb): Improve doc string.
5171 (gdb-script-font-lock-keywords): Expand allowed character set.
5172
5173 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5174 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5175 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5176 (gdb-separate-io-stop, gdb-separate-io-eof):
5177 Rename from gdb-inferior-* to gdb-separate-*.
5178 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5179
5180 2006-02-14 Jay Belanger <belanger@truman.edu>
5181
5182 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5183 expression is a symbol before checking that it is bound.
5184
5185 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5186 test to see if equation can be solved.
5187
5188 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5189
5190 * wid-edit.el (widget-button-click): Use :pressed-face property
5191 for overlay face, if it exists.
5192
5193 * cus-edit.el (custom-manual, custom-add-see-also)
5194 (custom-add-parent-links, custom-group-link): Add :pressed-face
5195 property to links.
5196
5197 * files.el (hack-local-variables): Remove ignored variables before
5198 checking if any variables need setting.
5199
5200 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5201
5202 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5203
5204 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5205
5206 * help.el (where-is): Fix message for remapped commands.
5207
5208 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5209 Fix typos in docstrings.
5210
5211 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5212
5213 * files.el (safe-local-variable-values): New option.
5214 (hack-local-variables-prop-line): Return a list of variable-value
5215 pairs if MODE-ONLY is non-nil.
5216 (hack-local-variables): Construct list of variable-value pairs,
5217 and apply or reject them in one go. Ask for confirmation if
5218 variables are not known safe.
5219 (hack-local-variables-confirm): Complete rewrite. Support
5220 `safe-local-variable-values'.
5221 (enable-local-variables): Update docstring to reflect new
5222 behavior.
5223 (ignored-local-variables): Ignore ignored-local-variables and
5224 safe-local-variable-values.
5225 (safe-local-variable-p): New function.
5226 (risky-local-variable-p): `safe-local-variable' property check
5227 moved to safe-local-variable-p.
5228 (hack-one-local-variable): Checks moved to hack-local-variables.
5229
5230 (byte-compile-dynamic, c-basic-offset, c-file-style)
5231 (c-indent-level, comment-column, fill-column, fill-prefix)
5232 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5233 (no-update-autoloads, outline-regexp, page-delimiter)
5234 (paragraph-start, paragraph-separate, sentence-end)
5235 (sentence-end-double-space tab-width, version-control):
5236 Add `safe-local-variable' property.
5237
5238 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5239
5240 * icomplete.el, play/landmark.el: Change nonexistent
5241 `outline-layout' file variable to `allout-layout'.
5242
5243 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5244
5245 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5246 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5247 to gud-comint-buffer.
5248 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5249 gdb-ui.el for gdb-mi.el.
5250 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5251 registers buffer to gdb-get-changed-registers.
5252 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5253 deletion of catchpoints (throw and catch).
5254 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5255 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5256 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5257 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5258 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5259
5260 2006-02-13 Jay Belanger <belanger@truman.edu>
5261
5262 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5263 expression is a symbol before checking that it is bound.
5264
5265 2006-02-13 Richard M. Stallman <rms@gnu.org>
5266
5267 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5268 for the minibuffer too, but not if resize-mini-windows will interfere.
5269
5270 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5271 inside `interactive' spec.
5272 (describe-key-briefly-internal, describe-key-internal):
5273 Functions merged back into their callers.
5274
5275 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5276
5277 * info.el (info-xref-visited): Inherit from info-xref too.
5278 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5279 when propertizing Info-current-file and Info-current-node.
5280
5281 2006-02-13 Juri Linkov <juri@jurta.org>
5282
5283 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5284 (tumme-thumb-name): Fix per-directory format.
5285
5286 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5287
5288 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5289
5290 2006-02-12 Miles Bader <miles@gnu.org>
5291
5292 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5293
5294 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5295
5296 * tumme.el: Remove history section. If someone needs the it, it
5297 can always be found in CVS.
5298
5299 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5300
5301 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5302 about the Thumbnail Managing Standard option.
5303
5304 2006-02-12 Richard M. Stallman <rms@gnu.org>
5305
5306 * subr.el (substitute-key-definition): Doc fix.
5307
5308 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5309
5310 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5311
5312 * info.el (Info-mode): Doc fix.
5313
5314 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5315
5316 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5317
5318 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5319 because on Solaris a POSIX compatible "id" is needed. Reported by
5320 Magnus Henoch <mange@freemail.hu>.
5321
5322 2006-02-12 Juri Linkov <juri@jurta.org>
5323
5324 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5325 (tumme) <defgroup>: Change :group to `multimedia'.
5326 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5327 Managing Standard.
5328 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5329 Fix dostring.
5330 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5331 and %y. Fix docstring.
5332 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5333 (tumme-cmd-create-standard-thumbnail-command): New user options.
5334 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5335 is `standard'. Fix docstring.
5336 (tumme-thumb-width, tumme-thumb-height): New user options.
5337 (tumme-external-viewer): Try to find various viewers.
5338 (tumme-get-thumbnail-image): Use `create-image' instead of
5339 constructing the `image' structure.
5340 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5341 `standard'.
5342 (tumme-thumb-name): Add file name generation for standard storage.
5343 Simplify code for other storages.
5344 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5345 Add modification time %m and thumbnail-nq8 %q.
5346 Use `tumme-cmd-create-standard-thumbnail-command' if
5347 tumme-thumbnail-storage is `standard'.
5348 (tumme-dired-insert-marked-thumbs): New autoload command.
5349 (tumme-dired-after-readin-hook): New function.
5350 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5351 `tumme-thumb-size'.
5352 (tumme-display-image): Replace size-x %x and size-y %y with
5353 width %w and height %h.
5354
5355 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5356 `tumme-dired-insert-marked-thumbs'.
5357
5358 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5359
5360 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5361 include path).
5362 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5363 matching tag.
5364
5365 2006-02-12 Miles Bader <miles@gnu.org>
5366
5367 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5368 New variables.
5369 (rcirc-abbrev-nick): New function.
5370 (rcirc-format-response-string): Rewrite to use the formats in
5371 `rcirc-response-formats' and expand escape sequences therein.
5372 A text-property `rcirc-text' is added over the actual response
5373 text to make easy to find inside the returned string.
5374 (rcirc-print): When filling, just look for the `rcirc-text'
5375 text-property to find the appropriate fill prefix, instead of
5376 using hardwired patterns.
5377
5378 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5379
5380 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5381 Managing Standard.
5382
5383 2006-02-11 Kim F. Storm <storm@cua.dk>
5384
5385 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5386 Don't use insert-buffer; do insert-buffer-substring directly.
5387 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5388
5389 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5390
5391 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5392 with inhibit-read-only. Suggested by Stefan Monnier.
5393 (revert-buffer): Let insert-file-contents discard
5394 buffer-undo-list. Simplify code.
5395 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5396
5397 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5398
5399 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5400
5401 * help.el (describe-key-briefly): Now a wrapper for
5402 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5403 to t. Populate yank-menu if empty.
5404 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5405 (describe-key): Now a wrapper for describe-key-internal. Bind
5406 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5407 (describe-key-internal): Renamed from describe-key.
5408
5409 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5410
5411 * progmodes/glasses.el (glasses-separator): Doc fix.
5412 (glasses-original-separator): New defcustom.
5413 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5414
5415 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5416
5417 * mwheel.el (mouse-wheel-up-event): Doc fix.
5418
5419 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5420
5421 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5422 (tumme-dir): New function. Copied from thumbs.el.
5423
5424 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5425
5426 * desktop.el (desktop-outvar): Fix typo.
5427 (desktop-save-buffer-p): Doc fix.
5428
5429 * subr.el (substitute-key-definition): Fix typo.
5430
5431 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5432
5433 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5434 when window-system is mac.
5435
5436 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5437
5438 2006-02-10 Kim F. Storm <storm@cua.dk>
5439
5440 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5441 indirect-function instead of using condition-case.
5442
5443 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5444
5445 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5446 less `colloquial'...
5447
5448 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5449
5450 * tumme.el: Add a couple of todo items.
5451
5452 2006-02-09 Lars Hansen <larsh@soem.dk>
5453
5454 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5455 (highlight-changes-mode): Don't change desktop-locals-to-save.
5456
5457 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5458
5459 * image-mode.el (image-toggle-display): Clear image cache if using
5460 filename.
5461
5462 2006-02-09 Masatake YAMATO <jet@gyve.org>
5463
5464 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5465 a `dired-man' target.
5466
5467 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5468 boundary of symbols.
5469
5470 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5471
5472 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5473
5474 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5475
5476 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5477 `mapcar'; return nil.
5478
5479 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5480
5481 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5482 some other event.
5483
5484 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5485
5486 * net/rcirc.el (rcirc-startup-channels-alist):
5487 Add irc.freenode.net and #emacs as defaults.
5488 (rcirc-ignore-all-activity-flag): Remove variable.
5489 (rcirc-authinfo): New variable.
5490 (rcirc-authinfo-filename): Remove variable.
5491 (rcirc-always-use-server-buffer-flag): New flag.
5492 (rcirc): M-x rcirc will automatically connect without prompting.
5493 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5494 connection in lisp.
5495 (rcirc-process-server-response-1): Remove everything but the nick
5496 portion of the sender so it doesn't need to be done everywhere
5497 else. Update related code.
5498 (global-map): Remove global keybindings.
5499 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5500 (rcirc-send-input): Split into several functions.
5501 (rcirc-process-input-line, rcirc-process-message)
5502 (rcirc-process-command): New functions.
5503 (rcirc-target-buffer): New function to determine where to route
5504 messages.
5505 (rcirc-user-nick): Save match data.
5506 (rcirc-toggle-ignore-buffer-activity)
5507 (rcirc-update-activity-string): Remove global ignore functionality,
5508 which can be done now by toggling rcirc-track-minor-mode.
5509 (rcirc-track-minor-mode-map): New keymap.
5510 (rcirc-track-minor-mode): New minor-mode.
5511 (ignore): Make the ignore output nicer. Always print it when
5512 adding or removing nicks.
5513 (rcirc-url-regexp): Improve.
5514 (rcirc-mangle-text): Remove properties before using text in the
5515 modeline.
5516 (rcirc-authenticate): Authentication data comes from
5517 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5518 (rcirc-server-prefix): Inherit from rcirc-server.
5519
5520 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5521
5522 * Makefile.in (compile): Append "|| true" to the end of the `find'
5523 command, like compile-always does.
5524
5525 2006-02-08 Sam Steingold <sds@gnu.org>
5526
5527 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5528 output from a dead connection.
5529
5530 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5531
5532 * dired.el (dired-mode-map): Add more bindings for tumme.
5533
5534 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5535
5536 * wdired.el (wdired-mode-map): Use remap.
5537 (wdired-get-filename): Massage.
5538 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5539 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5540 `keymap' property rather than `local-map'.
5541
5542 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5543
5544 * tumme.el (tumme-get-thumbnail-image): New utility function.
5545 Suggested by from Chong Yidong.
5546 (tumme-dired-with-window-configuration): Rename from
5547 `tumme-dired'. Add code to save window configuration.
5548 (tumme-restore-window-configuration): New command to restore the
5549 window configuration that `tumme-dired-with-window-configuration'
5550 saves before it changes the window configuration.
5551 (tumme-show-all-from-dir): New command to display thumbnails for
5552 all files in a directory entered by the user, like M-x thumbs.
5553 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5554 have been created.
5555 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5556 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5557 Remove obsolete test function.
5558
5559 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5560
5561 * vc.el (small-temporary-file-directory): Remove defvar; there's
5562 a defcustom for it in files.el.
5563
5564 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5565 Fix typo in message.
5566 (tumme-gallery-generate): Fix typo in `error' message.
5567 (tumme-display-window-height-correction)
5568 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5569 (tumme-line-up-interactive): Dox fixes.
5570 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5571 (tumme-restore-window-configuration, tumme-format-properties-string)
5572 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5573 Fix typos in docstrings.
5574
5575 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5576
5577 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5578
5579 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5580
5581 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5582 User should use hook if desired.
5583
5584 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5585 buffer if necessary.
5586 (gdb-delete-frame-or-window): New function.
5587 (gdb-breakpoints-mode-map): Bind "q" to it.
5588
5589 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * textmodes/nroff-mode.el: Clean up name space.
5592 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5593 (nroff-mode): Obey the global setting of nroff-electric-mode.
5594 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5595
5596 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5597
5598 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5599
5600 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5601
5602 2006-02-06 Lars Hansen <larsh@soem.dk>
5603
5604 * generic-x.el (etc-fstab-generic-mode): Add file system types
5605 cifs and usbdevfs. Allow special chars in file names.
5606
5607 2006-02-05 Jay Belanger <belanger@truman.edu>
5608
5609 Update copyright notices of the files in lisp/calc.
5610
5611 2006-02-05 Romain Francoise <romain@orebokech.com>
5612
5613 Update copyright notices of all files in the lisp/play directory.
5614
5615 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5616
5617 * ldefs-boot.el: Regenerate.
5618
5619 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5620
5621 2006-02-05 Kim F. Storm <storm@cua.dk>
5622
5623 * files.el (magic-mode-regexp-match-limit): New defvar.
5624 (set-auto-mode): Use it to limit magic-mode-alist matching.
5625
5626 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5627
5628 * simple.el (display-message-or-buffer): Compare the number of
5629 characters to the frame width when determining whether a 1-line
5630 message string will fit in the echo area. Count screen lines
5631 instead of buffer lines when determining whether a multi-line
5632 message will fit in the echo area/minibuffer window.
5633
5634 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5635
5636 * info.el (Info-index, Info-mode): Improve the description of the
5637 `i' command.
5638
5639 * ldefs-boot.el: Regenerate.
5640
5641 2006-02-03 Werner Lemberg <wl@gnu.org>
5642
5643 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5644 greedy to find the closing bracket in \*[...] and similar
5645 expressions. This is a first rough fix -- many additional
5646 refinements are necessary to make nroff mode really usable with groff.
5647
5648 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5649
5650 * international/mule-cmds.el (set-locale-environment):
5651 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5652 libX11.
5653
5654 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5655
5656 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5657 archive are created in archive-tmpdir.
5658
5659 2006-02-02 John Paul Wallington <jpw@pobox.com>
5660
5661 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5662 (ibuffer-fontification-alist): Use it.
5663 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5664 to "* z" and the Ibuffer Mark menu.
5665
5666 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5667
5668 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * textmodes/table.el (*table--cell-describe-mode)
5671 (*table--cell-describe-bindings): Undo last change since
5672 print-help-return-message is not obsoleted by anything at all.
5673
5674 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5675
5676 * emulation/cua-base.el (cua-mode): Doc fix.
5677
5678 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5679
5680 * dframe.el (dframe-handle-make-frame-visible)
5681 (dframe-handle-iconify-frame, dframe-get-focus)
5682 (dframe-select-attached-frame, dframe-power-click)
5683 (dframe-frame-mode): Fix typos in docstrings.
5684
5685 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5686 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5687 Fix typos in docstrings.
5688
5689 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5690 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5691 (hi-lock-archaic-interface-message-used)
5692 (hi-lock-file-patterns-range): Fix typos in docstrings.
5693
5694 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5695 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5696
5697 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5698 Fix typo in docstring.
5699
5700 * net/newsticker.el (newsticker--decode-iso8601-date)
5701 (newsticker--set-customvar, newsticker--buffer-insert-item)
5702 (newsticker--do-run-auto-mark-filter)
5703 (newsticker--parse-generic-feed): Doc fixes.
5704 (newsticker--retrieval-timer-list, newsticker-url-list)
5705 (newsticker-hide-immortal-items-in-echo-area)
5706 (newsticker-hide-obsolete-items-in-echo-area)
5707 (newsticker-new-item-face, newsticker--enclosure)
5708 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5709 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5710 (newsticker--parse-generic-feed, newsticker--cache-contains)
5711 (newsticker--stat-num-items, newsticker-download-enclosures):
5712 Fix typos in docstrings.
5713
5714 * net/rcirc.el (rcirc-debug): Doc fix.
5715 (rcirc-fill-column, rcirc-receive-message-hooks)
5716 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5717 (rcirc-mode, rcirc-generate-new-buffer-name)
5718 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5719 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5720 Fix typos in docstrings.
5721 (rcirc-print): "?\ " -> "?\s".
5722 (rcirc-cmd-join): Improve argument/docstring consistency.
5723
5724 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5725
5726 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5727 before narrow-to-region.
5728
5729 2006-02-01 Richard M. Stallman <rms@gnu.org>
5730
5731 * simple.el (move-beginning-of-line): Scan properly for invis change.
5732
5733 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5734
5735 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5736
5737 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5738 change bit only when id-format is 'integer. Reported by Matt
5739 Hodges <M.P.Hodges@rl.ac.uk>.
5740
5741 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5742
5743 * hilit-chg.el (highlight-changes-initial-state)
5744 (highlight-changes-global-initial-state): Doc fixes.
5745 (highlight-changes-global-modes, global-highlight-changes):
5746 Fix typos in docstrings.
5747
5748 2006-02-01 Kim F. Storm <storm@cua.dk>
5749
5750 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5751 transient-mark-mode in doc string.
5752
5753 2006-01-31 Richard M. Stallman <rms@gnu.org>
5754
5755 * replace.el (multi-occur): Doc fix.
5756 (multi-occur-in-matching-buffers): Rename from
5757 multi-occur-by-filename-regexp. Prefix arg says match
5758 buffer names instead of file names.
5759
5760 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5761
5762 * bs.el: Allow non-default values of `bs-header-lines-length'.
5763 (bs--running-in-xemacs): Remove (not needed anymore).
5764 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5765 instead of `shrink-window', thus avoiding having to compute the
5766 height of the window.
5767 (bs--up): Wrap around even when there's no header.
5768 (bs--down): Use `forward-line' instead of `next-line'.
5769
5770 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5771
5772 * image-mode.el (image-toggle-display): Use file name if possible,
5773 instead of unnecessarily allocating a (possibly huge) lisp string.
5774
5775 2006-01-30 John Paul Wallington <jpw@pobox.com>
5776
5777 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5778 because the `assert' macro signals it at runtime.
5779
5780 * emacs-lisp/cl.el (toplevel): Remove definition of
5781 `cl-assertion-failed' condition.
5782
5783 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5784
5785 * thumbs.el (thumbs-marked-list): Make buffer-local and
5786 permanent-local.
5787 (thumbs-insert-thumb): Make help-echo non-sticky.
5788 (thumbs-file-alist): Use eolp as check for (non)-image.
5789
5790 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5791
5792 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5793 (ediff-before-session-group-setup-hooks)
5794 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5795 Fix typos in docstrings.
5796
5797 * window.el (bw-dir, bw-eqdir, balance-windows)
5798 (split-window-keep-point): Fix typos in docstrings.
5799
5800 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5801 (org-quote-string, org-calendar-to-agenda-key)
5802 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5803 (org-show-following-heading, org-tags-column)
5804 (org-use-tag-inheritance, org, org-allow-space-in-links)
5805 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5806 (org-enable-table-editor, org-calc-default-modes)
5807 (org-table-allow-automatic-line-recalculation)
5808 (org-export-html-style, org-export-with-fixed-width)
5809 (org-export-with-sub-superscripts, org-special-keyword)
5810 (org-formula, org-time-grid, org-table-may-need-update)
5811 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5812 (org-goto-quit, org-get-indentation, org-end-of-item)
5813 (org-move-item-down, org-move-item-up)
5814 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5815 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5816 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5817 (org-agenda-log-mode, org-agenda-toggle-diary)
5818 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5819 (org-agenda-file-to-end, org-agenda-no-heading-message)
5820 (org-agenda-get-closed, org-format-agenda-item)
5821 (org-cmp-priority, org-cmp-category, org-cmp-time)
5822 (org-agenda-change-all-lines, org-agenda-diary-entry)
5823 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5824 (org-link-search, org-camel-to-words, org-open-file)
5825 (org-remember-handler, org-table-convert-region)
5826 (org-table-move-row-down, org-table-move-row-up)
5827 (org-table-copy-region, org-table-wrap-region)
5828 (org-table-toggle-vline-visibility)
5829 (org-table-get-vertical-vector, org-table-modify-formulas)
5830 (org-table-get-specials, org-recalc-commands)
5831 (org-table-rotate-recalc-marks, org-table-eval-formula)
5832 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5833 (org-level-color-stars-only, org-insert-heading):
5834 Fix typos in docstrings.
5835 (last-arg): Add defvar.
5836
5837 * makefile.w32-in (WINS): Add erc.
5838 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5839
5840 2006-01-29 Bill Wohler <wohler@newt.com>
5841
5842 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5843 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5844 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5845 (mh-autoloads): Don't use comments on otherwise empty lines.
5846
5847 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5848
5849 * emulation/viper.el (viper-major-mode-modifier-list): Add
5850 insert-state and vi-state entries for erc-mode.
5851 (viper-go-away, viper-set-hooks): Add and remove
5852 viper-comint-mode-hook from erc-mode-hook as appropriate.
5853
5854 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5855
5856 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5857
5858 * bs.el (bs--format-aux): Implement `middle' alignment as
5859 described in the docstring for `bs-attributes-list'.
5860 (bs--get-name): Simplify. Don't pad the buffer name.
5861
5862 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5863
5864 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5865 English aspell dictionary is installed, use the first entry of
5866 ispell-dictionary-alist-1.
5867
5868 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5869
5870 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5871 Doc fix.
5872
5873 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5874
5875 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5876 for `process-file', in order to let it work for older Emacsen too.
5877
5878 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5879
5880 * international/latexenc.el: Add a suitable `coding:' tag.
5881 (latexenc-find-file-coding-system): Undo last change.
5882
5883 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5884
5885 * international/latexenc.el (latexenc-find-file-coding-system):
5886 Make sure latexenc-main-file is a regular file and is readable.
5887
5888 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5889
5890 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5891 Pass FILE to vc-user-login-name.
5892
5893 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5894
5895 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5896
5897 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5898 there are no more images to display.
5899 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5900 the next image.
5901
5902 2006-01-26 Richard M. Stallman <rms@gnu.org>
5903
5904 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5905
5906 * wid-edit.el (advertised-widget-backward): New alias.
5907 (widget-keymap): Use advertised-widget-backward for S-TAB.
5908
5909 * tumme.el: Correct the keywords.
5910 (tumme-dir-max-size): Use defvar.
5911 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5912
5913 * simple.el (move-beginning-of-line): Take account of fields.
5914 (clone-indirect-buffer-other-window): Take args like
5915 clone-indirect-buffer, and work like it.
5916
5917 * help-fns.el (describe-function): Don't pass `nil' as default.
5918
5919 * files.el (risky-local-variable-p): Follow var aliases.
5920
5921 * subr.el (lazy-completion-table): Doc fix.
5922
5923 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5924 global binding of `line'.
5925
5926 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5927
5928 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5929 Tramp.
5930
5931 * vc.el (vc-default-dired-state-info): Pass FILE to
5932 vc-user-login-name.
5933 (vc-default-update-changelog): Don't use vc-user-login-name, we
5934 don't need it here.
5935
5936 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5937 no longer necessary.
5938
5939 2006-01-25 Kenichi Handa <handa@m17n.org>
5940
5941 * international/mule.el (decode-char): Avoid the overhead of
5942 calling utf-lookup-subst-table-for-decode if
5943 utf-translate-cjk-mode is nil.
5944 (encode-char): Avoid the overhead of calling
5945 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5946 nil.
5947
5948 2006-01-22 Kenichi Handa <handa@m17n.org>
5949
5950 * international/mule.el (make-subsidiary-coding-system): Reset
5951 `coding-system-define-form' property of subsidiaries to nil.
5952 Avoid duplicated entry in coding-system-alist.
5953 (make-coding-system): Avoid duplicated entry in
5954 coding-system-alist.
5955 (define-coding-system-alias): Likewise.
5956
5957 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5958
5959 * completion.el: Minor fixes in introductory comment.
5960 (completion-def-wrapper): Fix alist.
5961
5962 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5963
5964 * thumbs.el (thumbs-new-image-size): New function.
5965 (thumbs-increment-image-size-element)
5966 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5967 (thumbs-decrement-image-size): Delete.
5968 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5969 temp files and use to resize.
5970 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5971 Use increment argument to enlarge/shrink. Preserve point.
5972 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5973 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5974 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5975 (thumbs-mark, thumbs-unmark): Preserve point.
5976 (thumbs-modify-image): Keep old temp files and use to modify.
5977 Cleanup old temp files at load time. Preserve point.
5978 (thumbs-view-image-mode-map): Use new command names.
5979
5980 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5981
5982 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5983
5984 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5985 the nastiest part of the cyclic dependency.
5986 (cal-menu-update): Use dotimes and calendar-increment-month.
5987
5988 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5989 (calendar-week-start-day): Add an :initializer.
5990 (calendar-mode-map): Use suppress-keymap, and command remapping.
5991 (describe-calendar-mode): Setup xref-stack info for the back button.
5992 (calendar-star-date): Insert before delete.
5993 (calendar-set-mode-line): Add file-modified info if applicable.
5994 (calendar-increment-month): New function.
5995
5996 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
5997
5998 * font-lock.el (lisp-font-lock-keywords-2):
5999 Recognize "& keywords" only at word boundaries.
6000
6001 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6002
6003 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6004 and permanent-local.
6005 (thumbs-max-image-number): New variable.
6006 (thumbs-do-thumbs-insertion): Use them.
6007 (thumbs-per-line): Change default to 4.
6008 (thumbs-marked-list): Rename from thumbs-markedL.
6009 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6010 (thumbs-rename-images): Use -list instead of L for internal variables.
6011 (thumbs-call-convert): Use call-process instead of shell-command.
6012 (thumbs-insert-thumb): Add filename as help-echo to each image.
6013 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6014 Give dir to thumbs-show-thumbs-list.
6015 (thumbs-show-thumbs-list): Set default-directory to that of images.
6016 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6017 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6018 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6019 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6020
6021 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6022
6023 * ses.el (ses-read-cell): Provide a default value.
6024
6025 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6026
6027 * term/w32-win.el (image-library-alist): Add additional names for
6028 GIF library.
6029
6030 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6031
6032 * international/latexenc.el (latexenc-find-file-coding-system):
6033 Add file-regular-p check.
6034
6035 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6036
6037 * simple.el (clone-buffer): Don't show the new buffer in the same
6038 window.
6039
6040 2006-01-23 Juri Linkov <juri@jurta.org>
6041
6042 * faces.el (link, link-visited): New faces based on default values
6043 of `info-xref' and `info-xref-visited'.
6044
6045 * info.el (info-xref): Inherit from `link'.
6046 (info-xref-visited): Inherit from `link-visited'.
6047
6048 * cus-edit.el (custom-buffer-create-internal): Use widget type
6049 `custom-manual' instead of `info-link' and don't set properties
6050 `button-face' and `mouse-face' explicitly.
6051 (custom-browse-group-tag, custom-browse-variable-tag)
6052 (custom-browse-face-tag): Inherit from widget class
6053 `custom-group-link' instead of `push-button'.
6054 (custom-button-unraised): Inherit from `underline' face.
6055 (custom-link): Inherit from `link' face. Fix doc and group.
6056 (custom-add-parent-links, custom-group-value-create): Don't set
6057 properties `button-face' and `mouse-face' explicitly for
6058 `custom-group-link' widget.
6059 (custom-group-link): Add properties `button-face' and `mouse-face'
6060 to widget definition.
6061 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6062 editable-field's :keymap property.
6063 (custom-mode): Fix docstring: substitute keybindings for
6064 `widget-forward' and `widget-backward' from `widget-keymap',
6065 `widget-complete' from `custom-field-keymap', replace old
6066 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6067
6068 * desktop.el (desktop-load-file): Check for `fboundp' before
6069 calling `symbol-function'.
6070
6071 * simple.el (clone-buffer, clone-indirect-buffer)
6072 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6073 `read-string'. Fix prompts.
6074
6075 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6076
6077 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6078
6079 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6080
6081 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6082
6083 * startup.el (inhibit-splash-screen, initial-scratch-message):
6084 Doc fixes.
6085
6086 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6087
6088 Sync with Tramp 2.0.52.
6089
6090 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6091 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6092 `tramp-unload-tramp' for checklist.
6093
6094 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6095 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6096 (tramp-unload-file-name-handler-alist)
6097 (tramp-unload-tramp): New defuns.
6098 (tramp-advice-PC-expand-many-files): New defadvice.
6099 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6100 removed.
6101 (tramp-handle-expand-file-name): Remove double slash.
6102 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6103 It doesn't matter, because it will be converted later on.
6104 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6105 implementation was just heuristic.
6106 (tramp-post-connection): Set uid and gid properties.
6107 (tramp-convert-file-attributes): Set file's gid change bit.
6108 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6109 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6110 in case of su(do)? methods. The home directory of the local user
6111 will be taken else.
6112 (tramp-open-connection-telnet)
6113 (tramp-open-connection-rsh, tramp-open-connection-su)
6114 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6115 local shell prompt could hurt. Reported by Romain Francoise
6116 <romain@orebokech.com>.
6117 (tramp-let-maybe): Add `edebug-form-spec' property.
6118 (tramp-handle-expand-file-name): Bind `default-directory' locally
6119 to "/" in order to avoid problems with UNC shares or Cygwin
6120 mounts.
6121 (tramp-md5-function): Fix typo in error message.
6122
6123 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6124
6125 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6126 for byte-compiler pacification.
6127
6128 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6129
6130 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6131 ID-FORMAT `string'. This allows us to get rid of
6132 `vc-user-login-name UID'.
6133
6134 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6135
6136 2006-01-22 John Paul Wallington <jpw@pobox.com>
6137
6138 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6139
6140 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6141
6142 * emacs-lisp/find-func.el (find-definition-noselect)
6143 (find-variable-noselect): Search variables in C source code too.
6144 (find-function-C-source, find-function-noselect, find-function)
6145 (find-function-other-frame, find-variable-noselect, find-variable)
6146 (find-variable-other-frame, find-variable-at-point):
6147 Fix docstrings.
6148
6149 2006-01-21 Francesco Potorti` <pot@gnu.org>
6150
6151 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6152
6153 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6154
6155 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6156 Default to disabling the "Save affix" question.
6157
6158 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6159
6160 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6161 the first arg to run-python.
6162
6163 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6164
6165 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6166 is not loaded.
6167
6168 2006-01-20 Jay Belanger <belanger@truman.edu>
6169
6170 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6171 limit is 0.
6172
6173 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6174 the correct variable.
6175
6176 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6177
6178 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6179 link. Fixed buggy argument sequence in call to `org-view-tags'.
6180 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6181 (org-prefix-has-tag): New variable.
6182 (org-format-agenda-item): Remove tags from headline if
6183 appropriate.
6184 (org-agenda-remove-tags-when-in-prefix): New option.
6185 (org-get-tags-at): New function.
6186
6187 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6188
6189 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6190 (thumbs-find-image): Move image name and number from buffer name
6191 to mode name. Set thumbs-buffer. Preserve point so that large
6192 images remain visible.
6193 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6194 order.
6195 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6196 mode name.
6197 (thumbs-next-image, thumbs-previous-image): Make them work.
6198
6199 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6200
6201 * cus-edit.el (custom-buffer-create-internal): State in the text above
6202 the whole buffer buttons that they do not operate on hidden items.
6203 (custom-face-menu): Use `custom-face-save' instead of
6204 `custom-face-save-command'.
6205 (custom-face-save-command): Make it an alias for `custom-face-save'
6206 and declare it obsolete.
6207 (custom-face-save): Doc fix.
6208
6209 * dired.el (dired-no-confirm): Add quote.
6210 (dired-subdir-alist-pre-R): Add quote in
6211 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6212
6213 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6214
6215 * textmodes/table.el (table-mode-indicator): Typo in last change.
6216
6217 2006-01-19 Richard M. Stallman <rms@gnu.org>
6218
6219 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6220 Fixes bug reported in Nov 2005.
6221
6222 * isearch.el (isearch-forward): Doc fix.
6223
6224 * dired.el (dired-move-to-filename-regexp): Define as alias.
6225 (dired-no-confirm): Use defcustom.
6226 (dired-subdir-alist-pre-R): Put defvar at top level.
6227
6228 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6229
6230 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6231 Mark as risky.
6232
6233 * simple.el (set-mark-command): Doc fix.
6234 (clone-indirect-buffer-other-window):
6235 Read arg like clone-indirect-buffer.
6236 (move-beginning-of-line): Skip invisible newlines.
6237
6238 2006-01-19 Masatake YAMATO <jet@gyve.org>
6239
6240 * progmodes/cpp.el (cpp-edit-load): Make the order of
6241 listed conditions in a base C code buffer and its associate
6242 CPP Edit buffer the same.
6243
6244 2006-01-19 Kenichi Handa <handa@m17n.org>
6245
6246 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6247 (rmail-mime-feature): Likewise.
6248 (rmail-require-mime-maybe): Use display-warning to show a warning
6249 message.
6250
6251 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6252 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6253
6254 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * array.el: Move defvars out of eval-when-compile.
6257 (array-make-template): Replace undeclared global var with a local one.
6258 (array-mode): Inline initialization functions.
6259 (array-init-local-variables, array-init-max-row)
6260 (array-init-max-column, array-init-columns-per-line)
6261 (array-init-field-width, array-init-rows-numbered)
6262 (array-init-line-length, array-init-lines-per-row): Remove.
6263
6264 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6265 (doc-mode-map): Define explicitly.
6266 (doctor-txtype): Use mapc.
6267
6268 * textmodes/table.el: Move defvars out of eval-when-compile.
6269 Remove harmful code meant to avoid byte-compiler warnings.
6270 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6271 specification that checks table-fixed-width-mode directly.
6272 (table-recognize-region, table-recognize-cell):
6273 Use restore-buffer-modified-p.
6274 (table-fixed-width-mode): Remove code that refreshes
6275 table-fixed-mode-indicator.
6276 (*table--cell-describe-bindings, *table--cell-describe-mode):
6277 Avoid obsolete name print-help-return-message.
6278 (table--test-cell-list): Don't use replace-regexp from elisp.
6279 (table--point-entered-cell-function, table--point-left-cell-function):
6280 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6281
6282 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6283 that was after the end of file. Use buffer-file-name variable.
6284 (org-timestamp-change): Use with-current-buffer.
6285 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6286 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6287 `file'.
6288
6289 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6290 (fortran-break-line): Remove unused var `opoint'.
6291 (fortran-abbrev-start): Obey help-event-list.
6292
6293 2006-01-18 Jesper Harder <harder@phys.au.dk>
6294
6295 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6296
6297 2006-01-18 Masatake YAMATO <jet@gyve.org>
6298
6299 * progmodes/make-mode.el (makefile-imake-mode): New mode
6300 derived from makefile-mode.
6301 (makefile-imake-mode-syntax-table): New syntax table
6302 derived from makefile-mode-syntax-table.
6303 (makefile-mode): Write about makefile-imake-mode in doc string.
6304 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6305 (makefile-imake-font-lock-keywords): New font lock keywords.
6306
6307 * files.el (auto-mode-alist): Add Imakefile.
6308
6309 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6310
6311 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6312 loading the file rather than when turning on flyspell-mode.
6313
6314 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6315
6316 * cus-edit.el (customize-rogue): Minor doc fix.
6317
6318 2006-01-17 Juri Linkov <juri@jurta.org>
6319
6320 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6321 instead of the file at the mark as default if the file at the mark
6322 is the same as the file at point or if dired-dwim-target-directory
6323 is not the same as the current directory and the mark is not active.
6324
6325 * log-view.el (log-view-minor-wrap): Use the same logic to get
6326 revisions as `log-view-diff'.
6327
6328 * info.el (Info-revert-find-node): Check for Info-current-file
6329 before preserving new-history.
6330
6331 * man.el (Man-heading-regexp): Add `/'.
6332
6333 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6334 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6335
6336 2006-01-16 Juri Linkov <juri@jurta.org>
6337
6338 * faces.el (mode-line-faces): New defgroup.
6339 (mode-line-highlight): Move definition after new defgroup.
6340 (mode-line, mode-line-inactive, mode-line-highlight):
6341 Replace :group `modeline' with `mode-line-faces'.
6342 (mode-line-buffer-id): New face.
6343 (modeline-buffer-id): New face alias.
6344 (vertical-border): Remove :group `modeline'.
6345
6346 * bindings.el (propertized-buffer-identification): Use face
6347 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6348 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6349 (mode-line-buffer-identification-keymap): For mouse-1 replace
6350 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6351 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6352 mouse-3.
6353
6354 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6355 Buffer-menu-buffer. Doc fix.
6356 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6357 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6358 `Buffer-menu-buffer'.
6359
6360 * info.el (Info-mode-line-node-keymap): New defvar.
6361 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6362 Propertize Info-current-node with `mode-line-buffer-id' and
6363 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6364
6365 * time.el (display-time-mail-face): Replace :group `faces' with
6366 `mode-line-faces'.
6367
6368 2006-01-16 Kenichi Handa <handa@m17n.org>
6369
6370 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6371
6372 * language/european.el (cp1252): New alias for windows-1252.
6373
6374 * international/mule.el (autoload-coding-system): Prepare for EOL
6375 variants.
6376
6377 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6378
6379 * term.el (term-raw-map): Add mapping for insert.
6380 (term-send-insert): New.
6381 (term-mode): Make variables local here instead of doing it in
6382 `term-emulate-terminal'.
6383 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6384 Scroll reverse needs to take into account the scroll region.
6385 Saving and restoring the cursor should save the color attributes too.
6386 (term-reset-terminal): Reset the scroll region.
6387 (term-handle-ansi-escape): Cursor up and down should take into
6388 account the scroll region.
6389 (term-set-scroll-region): Rename from `term-scroll-region'.
6390 Move to 0,0 after setting the region.
6391 (term-handle-scroll): Handle scroll up.
6392 (term-down): Fix off by one error.
6393 (term-delete-lines): Do not delete outside the scroll region.
6394 (term-insert-lines): Take into account the scroll region.
6395
6396 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * textmodes/ispell.el (ispell-internal-change-dictionary)
6399 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6400 (start, end): Move declaration outside of eval-when-compile.
6401
6402 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6403 (flyspell-mode-on): Use it.
6404
6405 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6406 ispell-kill-ispell-hook.
6407
6408 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6409
6410 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6411 (Custom-reset-saved): Do not ask for confirmation in single option
6412 buffers.
6413
6414 2006-01-13 Richard M. Stallman <rms@gnu.org>
6415
6416 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6417
6418 2006-01-13 Romain Francoise <romain@orebokech.com>
6419
6420 * add-log.el (add-change-log-entry, change-log-merge):
6421 Conditionally use `hard-newline'.
6422
6423 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6424
6425 * wid-edit.el (widget-field-end): If the overlay is no longer
6426 associated with a buffer, behave as if the overlay didn't exist.
6427
6428 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6429 Make sure the links use the `custom-link' face.
6430
6431 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6432
6433 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6434 (ld-script-mode): Don't set indent-line-function since we don't
6435 have one.
6436
6437 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6438
6439 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6440 application.
6441 (org-file-apps-defaults-gnu): Use mailcap as the default for
6442 selecting an application on a UNIX system.
6443 (org-agenda-show-tags): New command.
6444 (org-table-insert-hline): Keep cursor in current table line.
6445 (org-table-convert): Offset effect of modifying
6446 `org-table-insert-hline'.
6447 (org-format-agenda-item): New optional argument TAG.
6448 (org-compile-prefix-format): Handle %T format for the tag.
6449 (org-expand-wide-chars): New function.
6450 (org-table-insert-row, org-table-insert-hline):
6451 Use `org-expand-wide-chars'.
6452 (org-open-file): Fix bug in program launch.
6453 (org-get-time-of-day): Fix bug with times before 1am.
6454 (org-agenda-menu): Add tags commands.
6455
6456 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6457
6458 * textmodes/ispell.el (ispell-init-process): Include the used
6459 dictionary in ispell process start message.
6460 (ispell-internal-change-dictionary): When flyspell-mode is active
6461 and dictionary is changed, make sure ispell process is restarted
6462 and flyspell word cache cleared out for the current buffer.
6463 (ispell-change-dictionary): Make sure flyspell word cache is
6464 cleared out in all buffers with active flyspell mode when
6465 dictionary is globally changed.
6466 Call ispell-internal-change-dictionary after dictionary change.
6467
6468 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6469
6470 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6471
6472 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6473 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6474 years. Fix small differences wrt Makefile.in.
6475 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6476 Makefile.in does.
6477
6478 2006-01-12 Bill Wohler <wohler@newt.com>
6479
6480 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6481 mh-search.el.
6482
6483 2006-01-12 Masatake YAMATO <jet@gyve.org>
6484
6485 * progmodes/ld-script.el: Update copyright year.
6486
6487 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6488
6489 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6490 Don't add widget if setting undefined.
6491
6492 2006-01-12 John Paul Wallington <jpw@pobox.com>
6493
6494 * help-fns.el (describe-variable): Remove newlines from void
6495 variable output.
6496
6497 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6498
6499 * wdired.el (wdired-mode-map): Add help echo for
6500 wdired-abort-changes.
6501
6502 * man.el (Man-file-name-regexp): Adjust for a list of files.
6503
6504 2006-01-12 Masatake YAMATO <jet@gyve.org>
6505
6506 * progmodes/ld-script.el (auto-mode-alist): Support
6507 suffix conventions used in netbsd and eCos.
6508
6509 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6510
6511 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6512 (custom-variable-menu, custom-face-menu, custom-group-menu)
6513 (Custom-mode-menu): Change names of menu items. (As discussed on
6514 emacs-devel.)
6515 (custom-face-menu): Add "Undo Edits" item.
6516
6517 * startup.el (init-file-user): defcustom -> defvar.
6518
6519 * tooltip.el (tooltip-mode): Doc fix.
6520
6521 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6522
6523 * reveal.el (reveal-post-command): window-buffer signals an error on
6524 dead windows rather than returning nil.
6525 (reveal-open-new-overlays): An overlay might die while we open others.
6526
6527 2006-01-11 Bill Wohler <wohler@newt.com>
6528
6529 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6530 phrasing in docstring.
6531
6532 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6533 can give some systems gas. Add new file mh-buffers.el.
6534
6535 2006-01-06 Masatake YAMATO <jet@gyve.org>
6536
6537 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6538 C preprocessor forward ported from GNU Emacs 21.2.
6539
6540 * progmodes/asm-mode.el (asm-font-lock-keywords):
6541 Use `cpp-font-lock-keywords'.
6542
6543 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6544
6545 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6546 of $ for "\\.ld[s]?".
6547
6548 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6549
6550 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6551 (tcl-indent-line): Return `noindent' if inside a string.
6552
6553 * progmodes/flymake.el (flymake-split-string): Remove more than one
6554 empty string at beg/end of the result.
6555 (flymake-find-buildfile, flymake-find-possible-master-files):
6556 Use expand-file-name.
6557 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6558 since expand-file-name does it for us. Use directory-file-name.
6559 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6560 (flymake-ler-get-type, flymake-ler-get-text)
6561 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6562 (flymake-current-line-no): Remove spurious interactive spec.
6563 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6564 (flymake-check-include): Remove arg inc-path merged into inc-name.
6565 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6566 Arg regexp-list replaced by a simple regexp.
6567 (flymake-master-make-header-init, flymake-master-tex-init):
6568 Correspondingly replace regexp-list with a regexp. Fix regexp.
6569
6570 2006-01-10 Simon Josefsson <jas@extundo.com>
6571
6572 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6573 describing AUTH PLAIN fix.
6574
6575 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6576
6577 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6578 (report-emacs-bug): Don't record initial prompt text.
6579 Instead, add text properties to prompting text.
6580 (report-emacs-bug-hook): Delete prompting text.
6581
6582 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6583
6584 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6585 `dirs'. Adjust callers.
6586
6587 2006-01-09 John Paul Wallington <jpw@gnu.org>
6588
6589 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6590
6591 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6592
6593 * reveal.el (reveal-open-new-overlays): New extracted fun.
6594 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6595 using them. Simplify the code.
6596 (reveal-post-command): Use them. Fix up obsolete windows in
6597 reveal-open-spots.
6598
6599 * progmodes/flymake.el: Use `require' rather than autoload for
6600 XEmacs's overlays.
6601 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6602 Delete. Use file-relative-name instead.
6603 (flymake-get-syntax-check-program-args, flymake-perl-init):
6604 Simplify the resulting code.
6605
6606 * log-view.el (log-view-file-re, log-view-message-re): Add support
6607 for DaRCS output.
6608
6609 2006-01-09 Alex Schroeder <alex@gnu.org>
6610
6611 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6612 identifiers sometimes added in square brackets at the beginning of
6613 subject lines.
6614
6615 2006-01-07 Richard M. Stallman <rms@gnu.org>
6616
6617 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6618 (Custom-reset-current, Custom-reset-saved): Change question text.
6619 (Custom-reset-standard): Likewise.
6620 (custom-variable-reset-saved): Doc fix.
6621
6622 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6623
6624 * startup.el (init-file-user): Doc fix.
6625
6626 2006-01-07 Alex Schroeder <alex@gnu.org>
6627
6628 * mail/rmail.el (rmail-current-subject): New function.
6629 (rmail-current-subject-regexp): New function.
6630 (rmail-next-same-subject): Use it.
6631
6632 * mail/rmailsum.el (rmail-summary-by-topic):
6633 Use rmail-current-subject and rmail-current-subject-regexp.
6634 (rmail-summary-next-same-subject): Ditto.
6635
6636 * net/rcirc.el (rcirc-send-input): No longer check whether the
6637 process is open, since not all commands need an open process.
6638 (rcirc-send-string): Check whether the process is open before
6639 sending anything.
6640 (rcirc-ignore-list): New option.
6641 (rcirc-ignore-list-automatic): New variable.
6642 (rcirc-print): Take rcirc-ignore-list into account.
6643 (rcirc-cmd-ignore): New command.
6644 (rcirc-ignore-update-automatic): New function.
6645 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6646 list if ignored nicks.
6647 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6648
6649 2006-01-06 David Reitter <david.reitter@gmail.com>
6650
6651 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6652 reflect the address to which the report will be sent.
6653
6654 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6655
6656 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6657 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6658
6659 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6660
6661 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6662
6663 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6664 the doc string: "functoin" => "function".
6665 * ldefs-boot.el: Likewise.
6666
6667 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6668 message text: "Duplicat" => "Duplicate".
6669
6670 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6671
6672 * files.el (basic-save-buffer-2): If backing-up failed, reset
6673 buffer-backed-up to nil.
6674
6675 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6676
6677 * progmodes/gud.el (gdb-script-skip-to-head)
6678 (gdb-script-calculate-indentation): Indent for breakpoint command
6679 lists also.
6680
6681 2006-01-05 Bill Wohler <wohler@newt.com>
6682
6683 * Makefile.in (compile-always): Add mh-autoloads dependency.
6684 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6685 provides it.
6686 (updates): Remove mh-autoloads dependency, since it probably has
6687 already run recently (via recompile).
6688
6689 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6690
6691 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6692 argument `force' to disable the flyspell-last-buffer optimization.
6693 (flyspell-mode-on): Use it.
6694
6695 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6696 flymake-simple-cleanup.
6697 (flymake-allowed-file-name-masks): Use this new default.
6698 All the functions are now called in the right buffer rather than
6699 passing the buffer as argument.
6700 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6701 (flymake-parse-err-lines): Remove redundant buffer arg.
6702 (flymake-get-program-dir): Comment out unused function.
6703 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6704 Remove redundant buffer argument.
6705 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6706 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6707
6708 2006-01-05 Richard M. Stallman <rms@gnu.org>
6709
6710 * info.el (Info-find-node): Don't record previous node if have none.
6711 (info): Go to directory only if history is empty.
6712
6713 * simple.el (mark): Doc fix.
6714
6715 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6716
6717 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6718 already of desired type.
6719 (mac-ae-list): Coerce parameter to "list" type.
6720 (mac-dispatch-apple-event): Replace cadr part of event with a
6721 dummy position so that event-start returns it.
6722
6723 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6724
6725 * textmodes/org.el (org-end-of-subtree): New function.
6726 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6727 Use `org-end-of-subtree'.
6728 (org-agenda, org-agenda-convert-date): Protect calls to
6729 `fit-window-to-buffer'.
6730 (org-tags-view): Force matching of sublevels when doing a
6731 todo-only search. Define the correct redo command, including the
6732 arguments.
6733 (org-agenda-redo): Display message.
6734 (org-check-for-org-mode): New function.
6735 (org-agenda-type): New variable.
6736 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6737 Set `org-agenda-type'.
6738 (org-agenda-check-type): New function.
6739 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6740 (org-agenda-week-view, org-agenda-day-view)
6741 (org-agenda-next-date-line, org-agenda-previous-date-line)
6742 (org-agenda-log-mode, org-agenda-toggle-diary)
6743 (org-agenda-toggle-time-grid, org-agenda-date-later)
6744 (org-agenda-date-prompt, org-agenda-diary-entry)
6745 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6746 (org-agenda-convert-date, org-agenda-menu):
6747 Use `org-agenda-check-type'.
6748 (org-make-overlay, org-delete-overlay)
6749 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6750 New compatibility functions.
6751 (org-calendar-select-mouse): New command.
6752
6753 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6754
6755 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6756 (Custom-reset-standard): Fix y-or-n-p messages.
6757 (custom-link): New face for links.
6758 (custom-buffer-create-internal, custom-manual): Use it.
6759 (custom-face-save): Push to theme-face before setting face spec.
6760
6761 * wid-edit.el (widget-default-mouse-face-get): New function.
6762 (widget-specify-button): Handle mouse-face like button-face.
6763
6764 * custom.el (load-theme): Clear old theme settings if reloading.
6765
6766 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6767
6768 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6769 "Erase Customization" button back to same position it occupies in
6770 the individual State menus.
6771
6772 2006-01-04 Kim F. Storm <storm@cua.dk>
6773
6774 * wid-edit.el (key-sequence): Rework widget to read key binding
6775 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6776 (widget-key-sequence-default-value): Default value for empty sequence.
6777 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6778 (widget-key-sequence-read-event): New command for C-q.
6779 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6780 (widget-key-sequence-value-to-external): New functions.
6781
6782 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6785 Use expand-file-name.
6786 (flymake-delete-temp-directory): Use expand-file-name,
6787 file-name-directory, and directory-file-name.
6788 (flymake-strrchr): Delete.
6789 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6790 to the init-f function.
6791 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6792 (flymake-init-find-buildfile-dir)
6793 (flymake-init-create-temp-source-and-master-buffer-copy)
6794 (flymake-simple-make-init-impl, flymake-simple-make-init)
6795 (flymake-master-make-init, flymake-master-make-header-init)
6796 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6797 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6798 (flymake-xml-init): Remove corresponding redundant buffer argument.
6799 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6800 the default anyway. Clean up regexps.
6801
6802 * progmodes/flymake.el (flymake-temp-source-file-name)
6803 (flymake-master-file-name, flymake-temp-master-file-name)
6804 (flymake-base-dir): New buffer-local vars.
6805 (flymake-buffer-data, flymake-get-buffer-value)
6806 (flymake-set-buffer-value): Replace those hash-tables by the new
6807 buffer-local vars. Update callers.
6808
6809 * progmodes/flymake.el (flymake-check-start-time)
6810 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6811 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6812 Move definition, so we can remove redundant earlier declaration.
6813 (flymake-replace-regexp-in-string, flymake-split-string)
6814 (flymake-get-temp-dir): Use defalias.
6815 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6816 (flymake-xemacs-window-edges): Remove unused function.
6817 (flymake-get-point-pixel-pos): Move.
6818 (flymake-pid-to-names, flymake-reg-names)
6819 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6820 Replace by a simple list flymake-processes and by process-buffer.
6821 Update callers. Other than simplify the code, it uses buffers rather
6822 than buffer-names so it doesn't get confused by uniquify.
6823 (flymake-buffer-data): The global value should just be nil.
6824
6825 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6826 Optimize the body of a defalias like any other code.
6827
6828 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6829 Make sure we've setup font-lock's vars. It may influence which
6830 function we then call.
6831 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6832 here since it's too late anyway.
6833
6834 2006-01-03 Romain Francoise <romain@orebokech.com>
6835
6836 * startup.el (fancy-splash-tail, normal-splash-screen):
6837 Update copyright year.
6838
6839 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6840
6841 * mouse.el (mouse-drag-track): Rename, from
6842 `mouse-drag-region-1'. Includes optional argument required to
6843 enable post-drag event processing (e.g. delete region keys).
6844 Can be used without this argument to track a mouse region and operate
6845 on it as soon as the drag completes.
6846 (mouse-drag-region): Use `mouse-drag-track'.
6847
6848 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6849
6850 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6851 Move to `custom-buffer' group.
6852
6853 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6854 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6855 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6856 (custom-theme-face-menu): New variables.
6857 (custom-theme-add-variable, custom-theme-variable-action)
6858 (custom-variable-reset-theme, custom-theme-delete-variable)
6859 (custom-face-reset-theme, custom-theme-face-action)
6860 (custom-theme-delete-face, custom-theme-merge-theme)
6861 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6862
6863 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6864
6865 * custom.el: Move Custom Themes commentary to start of theme code.
6866 (custom-known-themes): Rename `standard' theme to `changed'.
6867 (custom-push-theme): Caller no longer specifies what theme to use
6868 when doing `reset'---the setting is simply removed from the theme.
6869 Delete MODE from `theme-value' and `theme-settings' properties.
6870 (custom-declare-theme): Ignore &rest args since we don't use them.
6871
6872 (custom-loaded-themes): Delete variable.
6873 (custom-theme-load-themes, custom-theme-loaded-p)
6874 (custom-theme-value): Delete functions.
6875
6876 (custom-declare-theme): Signal error on invalid theme names.
6877 (provide-theme): custom-loaded-themes was deleted.
6878 (load-theme): Load the file unconditionally.
6879 (enable-theme): Call `load-theme' if theme is undefined.
6880 (custom-enabled-themes): Only update value for successful loads.
6881 (disable-theme): Complete from enabled themes when interactive.
6882 (custom-variable-theme-value): Calculate theme value directly.
6883
6884 (custom-theme-reset-variables, custom-reset-variables): Mark as
6885 XEmacs compatibility functions. We don't actually use these.
6886
6887 * cus-edit.el (custom-variable-state-set):
6888 Use custom-variable-theme-value instead of custom-theme-value.
6889 (custom-face-state-set): Rename `standard' theme to `changed'.
6890 (custom-save-variables, custom-save-faces): Delete unneeded
6891 references to custom-reset-variables.
6892 (custom-save-resets): Delete function.
6893 (custom-save-variables, custom-save-faces): MODE argument deleted.
6894 (custom-save-variables, custom-save-faces): Ignore theme values.
6895
6896 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6897 compatibility function.
6898
6899 2006-01-01 Richard M. Stallman <rms@gnu.org>
6900
6901 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6902 (Custom-reset-current, Custom-reset-saved): Likewise.
6903 (Custom-reset-standard): Show message if aborted.
6904 (custom-mode): Doc fix, describing those commands.
6905
6906 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6907 put on event-kind property.
6908
6909 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6910
6911 * custom.el (provide-theme): Ban `user' theme name.
6912 (custom-enabling-themes): New variable.
6913 (enable-theme): Don't enable user if custom-enabling-themes is t.
6914 (custom-enabled-themes): Make it a defcustom.
6915 (custom-theme-recalc-face): No-op if face is undefined.
6916
6917 * cus-edit.el (custom-button-mouse): New variable.
6918 (custom-button-mouse): New face.
6919 (custom-raised-buttons, custom-mode): Use it.
6920
6921 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6922
6923 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6924
6925 * progmodes/gud.el (gud-display-line): Support hl-line in the
6926 source buffer.
6927
6928 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6929
6930 * mouse.el (mouse-drag-window-above): Verify that the found window
6931 overlaps with the given window in the horizontal dimension.
6932
6933 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6934
6935 * Makefile.in (cvs-update): New target.
6936
6937 * makefile.w32-in (cvs-update): Ditto.
6938
6939 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6940
6941 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6942 (custom-new-theme-mode-map): New variable.
6943
6944 2005-12-30 Richard M. Stallman <rms@gnu.org>
6945
6946 * custom.el (custom-load-themes): Function deleted.
6947
6948 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6949 (custom-save-variables): Don't delete or add custom-load-themes call.
6950
6951 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6952
6953 * cus-start.el: Add `visible-cursor'.
6954
6955 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6956 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6957 (flymake-process-filter): Switch to buffer before calling it instead.
6958 (flymake-post-syntax-check, flymake-highlight-err-lines)
6959 (flymake-delete-own-overlays, flymake-parse-err-lines)
6960 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6961 (flymake-count-lines, flymake-parse-residual):
6962 Remove constant buffer argument.
6963 (flymake-start-syntax-check-for-current-buffer): Remove.
6964 Update callers to use flymake-start-syntax-check instead.
6965 (flymake-display-err-menu-for-current-line):
6966 Remove unused var `mouse-pos'.
6967 (flymake-restore-formatting): Comment out unused function.
6968 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6969 argument, use current-buffer instead. Update callers.
6970
6971 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6972
6973 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6974 buffer-local because choose-completion-delete-max-match requires
6975 that we set completion-ignore-case (i.e., binding via let is not
6976 sufficient).
6977 (bibtex-complete): Always set completion-ignore-case and
6978 choose-completion-string-functions. The latter is needed because
6979 choose-completion-string-functions keeps its value if we quit the
6980 *Completions* buffer without requesting a completion.
6981
6982 2005-12-30 Andreas Schwab <schwab@suse.de>
6983
6984 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6985
6986 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6987
6988 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6989
6990 2005-12-30 Juri Linkov <juri@jurta.org>
6991
6992 * locate.el (locate-fcodes-file, locate-header-face)
6993 * progmodes/delphi.el (delphi-other-face)
6994 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6995
6996 * paren.el (show-paren-match, show-paren-mismatch): Use existing
6997 group `paren-showing-faces'.
6998
6999 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7000 (goto-address): Fix docstring.
7001
7002 * net/webjump.el (webjump-sample-sites): Update URLs.
7003
7004 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7005
7006 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7007
7008 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7009
7010 * font-lock.el (font-lock-compile-keywords): Signal an error when
7011 font-lock-set-defaults hasn't been called.
7012
7013 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7014
7015 * subr.el (noreturn, 1value): Doc fixes.
7016
7017 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7018
7019 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7020 that assoc-string returns nil.
7021
7022 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7023
7024 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7025 (bibtex-entry-type-str, bibtex-empty-field-re)
7026 (bibtex-search-backward-string, bibtex-preamble-prefix)
7027 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7028 (bibtex-any-valid-entry-type): New variable.
7029 (bibtex-parse-field-name): Simplify.
7030 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7031 (bibtex-preamble-prefix): Include left delimiter.
7032 (bibtex-search-forward-field, bibtex-search-backward-field):
7033 Allow unbounded search past entry boundaries (required by bibtex-pop).
7034 (bibtex-text-in-field-bounds): Use push.
7035 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7036 (bibtex-parse-preamble, bibtex-valid-entry)
7037 (bibtex-beginning-first-field): New functions.
7038 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7039 (bibtex-map-entries): Fix docstring.
7040 (bibtex-flash-head): New arg prompt. Simplify.
7041 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7042 (bibtex-insert-kill): Simplify. Always insert text past the
7043 current field or entry.
7044 (bibtex-format-entry): Use bibtex-parse-field.
7045 (bibtex-pop): Use bibtex-beginning-of-entry and
7046 bibtex-end-of-entry to initiate the search. Insert empty field if
7047 we found ourselves.
7048 (bibtex-print-help-message): New args field and comma.
7049 Handle entry keys.
7050 (bibtex-make-field): Use bibtex-beginning-of-entry.
7051 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7052 invalid entry.
7053 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7054 Handle preambles. Simplify code for thorough test.
7055 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7056 New arg comma. Handle entry heads.
7057 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7058 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7059 New arg comma.
7060 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7061 (bibtex-fill-field): Simplify.
7062 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7063 bibtex-parse-field.
7064 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7065 (bibtex-complete): Use bibtex-parse-preamble.
7066
7067 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7068
7069 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7070 Display name of expression instead of convenience variable.
7071 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7072
7073 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7074 toggle-gud-tooltip-dereference.
7075 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7076 (gud-tooltip-tips): ...here when dereferencing.
7077
7078 2005-12-28 Bill Wohler <wohler@newt.com>
7079
7080 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7081
7082 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7083
7084 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7085 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7086 (vc-annotate-display-autoscale): Adjust call.
7087 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7088 Fix interactive spec.
7089 (vc-annotate-time-span): Remove.
7090 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7091 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7092 (vc-annotate-display-select): Use new name.
7093
7094 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7095 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7096 Correct the construction of span entries. Simplify.
7097 (vc-annotate-display-select): Fix the nil case.
7098 (vc-annotate): Remove obsolete (and now broken) code.
7099 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7100 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7101
7102 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7103
7104 * subr.el (lazy-completion-table): Correct typo in docstring.
7105
7106 * startup.el (command-line): Use `custom-reevaluate-setting' for
7107 `send-mail-function'.
7108
7109 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7110
7111 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7112
7113 * mail/smtpmail.el (smtpmail-try-auth-methods):
7114 Send credentials together with "AUTH PLAIN" command.
7115
7116 2005-12-27 Richard M. Stallman <rms@gnu.org>
7117
7118 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7119 mouse-2, go back to previously selected window, so it's selected
7120 when mouse-2 command runs.
7121
7122 2005-12-27 Juri Linkov <juri@jurta.org>
7123
7124 * descr-text.el (describe-text-sexp): Use square brackets for
7125 button [Show] to distinguish it from the property value `show'.
7126 (describe-property-list): Use `insert-text-button' with
7127 `help-face' type instead of putting face in quotes, because button
7128 is not created automatically for a list of faces.
7129 (describe-text-properties-1): Put button-type value in quotes to
7130 distinguish from plain text "button".
7131 (describe-char): Display code point values in hex. Don't use
7132 `symbol-name' for `current-input-method' because it is a string.
7133 Use `insert-text-button' with `help-face' type instead of putting
7134 hardcoded face in quotes, because button is not created automatically.
7135
7136 2005-12-27 Richard M. Stallman <rms@gnu.org>
7137
7138 * progmodes/glasses.el (glasses-face): More specific custom type.
7139
7140 * files.el (set-visited-file-name): Doc fix.
7141
7142 * textmodes/flyspell.el (flyspell-external-point-words):
7143 Use local var buffer-scan-pos to advance scan for next misspelling.
7144 Advance it only after we find the misspelling.
7145
7146 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7147
7148 * textmodes/flyspell.el (flyspell-external-point-words):
7149 New criteria for finding the misspelling in the buffer.
7150
7151 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7152
7153 * help-mode.el (help-insert-string): Set help-xref-stack-item
7154 rather than call help-setup-xref.
7155
7156 * descr-text.el (describe-char): Revert previous changes for
7157 optional buffer argument.
7158
7159 2005-12-27 Juri Linkov <juri@jurta.org>
7160
7161 * help-mode.el (help-insert-string): New function. Save buffer
7162 contents in cases where it is impossible to recompute the old contents.
7163
7164 * descr-text.el (describe-char): Set help-xref-stack-item
7165 explicitly after buffer has been generated.
7166
7167 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7168
7169 * cus-start.el (all): Add x-gtk-show-hidden-files.
7170
7171 2005-12-26 Richard M. Stallman <rms@gnu.org>
7172
7173 * replace.el (perform-replace): Calculate match-again
7174 before skipping read-only matches.
7175
7176 * paren.el (paren-showing-faces): New group.
7177 (show-paren-match, show-paren-mismatch): Move to that group.
7178
7179 * button.el (button): Put into group `basic-faces'.
7180
7181 * progmodes/make-mode.el: Remove faces from group `faces'.
7182
7183 * apropos.el (apropos, apropos-value): Doc fix.
7184 (apropos-documentation): Doc fix.
7185
7186 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7187
7188 * subr.el (lazy-completion-table): Remove argument `args'.
7189
7190 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7191 Don't use the `args' argument of lazy-completion-table.
7192
7193 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7194
7195 * descr-text.el (describe-char): Add optional argument for buffer.
7196 Set buffer appropriately. Call help-setup-xref.
7197 Suggested by Stefan Monnier.
7198
7199 2005-12-26 Juri Linkov <juri@jurta.org>
7200
7201 * descr-text.el: Require `help-fns' at runtime. Don't require
7202 `button' for byte compilation.
7203 (describe-text-widget): Add `help-echo' for first button.
7204 Use `help-info' for second.
7205 (describe-property-list): Use `help-argument-name' instead of `italic'.
7206 (describe-text-category): Add prompt to interactive spec.
7207 Call `help-setup-xref'.
7208 (describe-char): Use `help-character-set'. Add `help-echo' for
7209 code point. Use `help-input-method'. Remove superfluous insert.
7210
7211 2005-12-25 Richard M. Stallman <rms@gnu.org>
7212
7213 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7214 at point, in case of narrowing.
7215
7216 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7217
7218 * locate.el (locate-header-face): Allow nil in type.
7219
7220 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7221
7222 2005-12-25 Romain Francoise <romain@orebokech.com>
7223
7224 * battery.el (battery-linux-proc-acpi): Also try
7225 `/proc/acpi/thermal_zone/THM0/temperature'.
7226
7227 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7228
7229 * custom.el (custom-push-theme): Fix docstring.
7230
7231 * cus-edit.el (custom-variable-set, custom-variable-save)
7232 (custom-variable-save): Custom-quote widget values.
7233 (customize-save-variable): Fix custom-push-theme call.
7234
7235 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7236
7237 * w32-fns.el (w32-batch-update-autoloads): New function.
7238
7239 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7240 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7241 from the command line.
7242
7243 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7244
7245 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7246 reset means to remove setting from theme entirely. Don't keep
7247 expanding theme-settings list; delete old entries if necessary.
7248
7249 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7250 customization" button one line up.
7251 (custom-themed): New face.
7252 (custom-magic-alist): New value, THEMED, for theme settings.
7253 (custom-variable-state-set, custom-face-state-set):
7254 Check theme-value instead of saved-value.
7255 (custom-variable-reset-standard, custom-face-reset-standard):
7256 Remove theme setting entirely. Recalculate new values.
7257 (custom-variable-set, custom-variable-set)
7258 (custom-variable-reset-saved, custom-variable-reset-backup)
7259 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7260 (custom-variable-save): Fix typos.
7261
7262 2005-12-23 Juri Linkov <juri@jurta.org>
7263
7264 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7265 Add autoload cookies.
7266 (edebug-outside-d-c-i-n-s-w): New variable.
7267 (edebug-display, edebug-outside-excursion): Use it to save the
7268 original value of default-cursor-in-non-selected-windows.
7269 Set default-cursor-in-non-selected-windows to t while Edebug
7270 is active.
7271 (edebug-mode, edebug-eval-mode): Doc fix.
7272
7273 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7274 with `buffer-substring-no-properties' to remove common substring
7275 highlighting.
7276
7277 * info.el (info-other-window, info): Rename function argument
7278 `file' to `file-or-node'.
7279 (Info-complete-menu-item): Use local variable `complete-nodes' to
7280 keep the global value of `Info-complete-nodes' unchanged for
7281 subsequent completions.
7282 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7283
7284 * simple.el (get-next-valid-buffer, last-buffer)
7285 (next-error-buffer-p, next-error-find-buffer)
7286 (minibuffer-history-sexp-flag): Doc fix.
7287
7288 * savehist.el (savehist-mode-hook): Add `:group'.
7289
7290 * log-view.el: Call autoload for vc-find-version.
7291 (log-view-current-file): Adjust subgroup numbers.
7292 (log-view-current-tag): Add `length'.
7293
7294 2005-12-23 Richard M. Stallman <rms@gnu.org>
7295
7296 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7297
7298 2005-12-23 Juri Linkov <juri@jurta.org>
7299
7300 * hi-lock.el (hi-lock-archaic-interface-message-used)
7301 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7302 (hi-lock-mode): Display "Hi" in the mode line only when
7303 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7304 (hi-lock-write-interactive-patterns):
7305 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7306 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7307 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7308 font-lock-add-keywords to t.
7309
7310 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7311
7312 * hi-lock.el (hi-lock-highlight-range): New variable.
7313 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7314 only if font-lock-fontified is non-nil. Remove overlays.
7315 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7316 font-lock-fontified is non-nil, otherwise use overlays (instead of
7317 text properties).
7318 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7319 New variables.
7320 (hi-lock-string-serialize) New function.
7321
7322 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7323
7324 * menu-bar.el (menu-find-file-existing): New function.
7325 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7326
7327 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7328
7329 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7330
7331 * vc.el: Remove unnecessary leading * in docstrings.
7332 (vc-annotate-mode-map): Move initialization into declaration.
7333 (vc-static-header-alist): Nitpick on the regexp.
7334 (vc-default-init-version): New fun.
7335 (vc-register): Use it.
7336 (vc-insert-headers): Use dolist.
7337 (vc-annotate-get-backend): Remove unused function.
7338 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7339 (vc-annotate-mode): Remove corresponding call.
7340 (vc-annotate-car-last-cons): Simplify.
7341 (vc-annotate-buffers): Remove var.
7342 (vc-annotate-backend): Make it buffer-local.
7343 (vc-annotate): Move the interaction to the interactive spec.
7344 Add a `buf' argument.
7345 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7346 killing&creating a vc-annotate buffer, which is very disruptive when
7347 the buffers are shown in dedicated frames.
7348
7349 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7350
7351 * descr-text.el: Add FSF as maintainer.
7352 (describe-text-mode, describe-text-mode-map)
7353 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7354 help-mode.
7355 (describe-text-widget, describe-text-sexp)
7356 (describe-property-list, describe-text-category)
7357 (describe-text-properties, describe-text-properties-1)
7358 (describe-char): Use help buttons instead of widgets.
7359 (describe-char-unicodedata-file): Make URL link in doc string.
7360
7361 2005-12-22 Richard M. Stallman <rms@gnu.org>
7362
7363 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7364 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7365 Don't include buttons that write a file when there's no file.
7366 (custom-variable-menu, custom-face-menu, custom-group-menu):
7367 Don't include commands that write a file when there's no file.
7368 (customize-browse): Reword the top-of-buffer help intro.
7369 (custom-buffer-create-internal): Fix previous change.
7370 (customize-changed-options-previous-release): Prev release is 21.1.
7371 (customize-changed-options): Doc fix.
7372 (customize-changed): New alias.
7373 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7374 Say "standard values".
7375 (Custom-reset-standard): Doc fix.
7376 (custom-face-reset-standard): Doc fix.
7377
7378 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7379
7380 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7381 even if font-lock-mode is non-nil since it may be t without having
7382 turned on font-lock-mode-internal.
7383 (font-lock-choose-keywords): Minor optimization.
7384 (font-lock-add-keywords, font-lock-remove-keywords)
7385 (font-lock-set-defaults): Don't call make-local-variable on a variable
7386 that we know to already be local.
7387
7388 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7389
7390 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7391 messages if in the minibuffer.
7392
7393 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7396 (tex-mode-flyspell-verify, flyspell-get-word)
7397 (flyspell-external-point-words): Don't use point-min/max uselessly.
7398
7399 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7400 by Kevin Rodgers. Instead, just hide the completions buffer if we
7401 don't need to show it.
7402
7403 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7404
7405 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7406
7407 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7408
7409 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7410 delete-windows-on with an inexistent buffer.
7411
7412 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7413
7414 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7415 Delete defcustom variable :tag names.
7416
7417 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7420 (log-view-font-lock-keywords): Ajust subgroup numbers.
7421 (log-view-current-tag): Don't hard code the number of subgroups.
7422
7423 2005-12-20 Juri Linkov <juri@jurta.org>
7424
7425 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7426 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7427
7428 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7429 (menu-bar-non-minibuffer-window-p): Instead of checking
7430 display-multi-frame-p, use selected-frame when menu-updating-frame
7431 is nil.
7432
7433 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7434
7435 * align.el (align-rules-list): Use [ \t] instead of \s-
7436 for column separators in text mode.
7437
7438 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7439
7440 * help-mode.el (help-customize-variable, help-customize-face):
7441 Don't pop help-xref-stack as help-follow no longer pushes
7442 anything on to it.
7443
7444 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7445
7446 * textmodes/org.el (org-agenda-custom-commands): New option.
7447 (org-agenda): Offer custom commands on splash screen.
7448 (org-make-tags-matcher): Parser for Boolean logic added.
7449 (org-agenda-set-tags): New command.
7450 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7451 (org-set-tags): Efficiency improvements.
7452 (org-auto-align-tags): New option.
7453 (org-todo, org-demote, org-promote): Realign tags.
7454 (org-tags-completion-function): Use also "&" and "|" as separators.
7455 (org-org-menu): Agenda commands simplified.
7456
7457 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7458
7459 * cus-edit.el (customize-apropos, customize-apropos-options):
7460 Docstring changes.
7461
7462 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7463
7464 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7465
7466 * longlines.el (longlines-mode): Wrap while widened.
7467 (longlines-decode-region, longlines-encode-region): Compute max
7468 just once.
7469
7470 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7471
7472 * cus-edit.el (mac): New group.
7473
7474 * cus-start.el (all): Add user options in macterm.c. Add test for
7475 Mac-related built-ins. Fix test for GTK-related built-ins.
7476
7477 * term/mac-win.el (mac-handle-language-change)
7478 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7479 (mac-services-open-selection, mac-services-mail-selection)
7480 (mac-services-mail-to, mac-services-insert-text)
7481 (mac-dispatch-apple-event): Add docstrings.
7482 (x-get-selection, mac-select-convert-to-string): Select coding
7483 system from `utf-16be' and `utf-16le' using `byteorder'.
7484
7485 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7486
7487 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7488 a "list" (lambda ...) rather than a real completion list.
7489
7490 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7491 lexical-let when encountering ((lambda (...) ...) ...).
7492
7493 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7494
7495 * progmodes/sh-script.el (sh-mode):
7496 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7497 * textmodes/picture.el (picture-mode): Update docstrings.
7498
7499 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7500
7501 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7502 commands enclosed in $(ARGQUOTE)s should not be split between two
7503 lines, as that will break with GNU Make >3.80, when sh.exe is used
7504 and arg quoting is with '..'.
7505 (autoloads): Don't break the quoted --eval expression between
7506 several lines.
7507
7508 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7509
7510 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7511 Capture error from printing circular structures.
7512
7513 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7514
7515 * wid-edit.el (widget-checkbox-action): Clear undo info.
7516
7517 2005-12-16 Bill Wohler <wohler@newt.com>
7518
7519 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7520 bar, not menubar in comment.
7521
7522 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7523
7524 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7525 After-change-functions should not clobber the match data.
7526
7527 2005-12-16 Juri Linkov <juri@jurta.org>
7528
7529 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7530 instead of `buffer-substring'.
7531 (completion-common-substring): Doc fix.
7532 (completion-setup-function): Use minibuffer-completion-contents
7533 instead of minibuffer-contents. Don't set common-string-length
7534 initially. Remove special handling of partial-completion-mode.
7535 Move computation of completion-base-size into one cond.
7536 Call completion-base-size-function in mainbuf. In computation of
7537 completion-base-size for file name completion don't move point to
7538 the end of the minibuffer. Move computation of common-string-length
7539 into one cond. Start putting faces only when common-string-length>=0.
7540 Add condition to put completions-common-part when
7541 common-string-length>0.
7542
7543 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7544 place point at the first different character in the minibuffer
7545 even if this position is at the beginning of the minibuffer.
7546
7547 * info.el (Info-read-node-name-1): In completion-base-size-function's
7548 lambda return 1 if common-substring or minibuffer-completion-contents
7549 starts with (, and 0 otherwise.
7550
7551 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7552 Use `crm-current-element' for second arg of `display-completion-list'.
7553
7554 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7555
7556 * files.el (set-auto-mode): Look for an interpreter specified on
7557 the first line also if search for mode specification succeeded,
7558 but the mode is not known.
7559
7560 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7561
7562 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7563 (org-open-at-point): Implement tag searches as links.
7564 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7565 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7566 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7567 (org-agenda-dispatch): New commands.
7568 (org-use-tag-inheritance, org-tags-column): New options.
7569 (org-tab-follows-link, org-return-follows-link): New options.
7570 (org-tags): New customize group.
7571 (org-start-icalendar-file): Get local time zone.
7572 (org-tags-completion-function): New function.
7573 (org-set-font-lock-defaults): Make sure links will also be
7574 highlighted inside headlines.
7575
7576 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7577
7578 * term.el (term-emulate-terminal):
7579 Let term-handle-ansi-terminal-messages override what Bash says about
7580 its current directory.
7581
7582 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7583
7584 * bindings.el (last-buffer): Move to simple.el.
7585 * simple.el (last-buffer): Move here.
7586 (get-next-valid-buffer): New function.
7587 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7588 (prev-buffer): Ditto. Rename to `previous-buffer'.
7589
7590 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7591 * bindings.el (global-map): Ditto.
7592
7593 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7594
7595 * cus-edit.el: Introductory comment change.
7596 (custom-magic-alist): Change message string for the `rogue' state.
7597
7598 2005-12-15 Richard M. Stallman <rms@gnu.org>
7599
7600 * tooltip.el: Delete defcustom variable :tag names.
7601
7602 * complete.el (partial-completion-mode): Doc fix.
7603
7604 * textmodes/flyspell.el (flyspell-external-point-words):
7605 Use save-excursion to ensure we don't move backward in the
7606 search loop, not even one character.
7607 (flyspell-delete-all-overlays): Use remove-overlays directly.
7608
7609 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7610 (ispell-start-process): Set that variable.
7611 Clear ispell-buffer-local-name.
7612 (ispell-internal-change-dictionary):
7613 Set ispell-current-dictionary after killing process.
7614 (ispell-buffer-local-dict):
7615 Don't set spell-personal-dictionary after killing process.
7616 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7617 (ispell-tex-skip-alists, ispell-html-skip-alists)
7618 (ispell-skip-region-alist): Mark as risky.
7619
7620 * net/newsticker.el (newsticker--retrieval-timer-list)
7621 (newsticker--display-timer, newsticker-running-p)
7622 (newsticker-ticker-running-p): Definitions moved up.
7623
7624 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7625
7626 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7627
7628 2005-12-15 David Ponce <david@dponce.com>
7629
7630 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7631 (recentf-edit-list, recentf-open-files): Signal an error when
7632 there is no recent file.
7633
7634 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7635
7636 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7637 read-only except for texinfo-format-region evaluation.
7638
7639 2005-12-14 Richard M. Stallman <rms@gnu.org>
7640
7641 * vc.el (vc-default-previous-version, vc-default-next-version)
7642 (vc-do-command): Doc fixes.
7643
7644 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7645
7646 * textmodes/bibtex.el (bibtex-expand-strings)
7647 (bibtex-autokey-expand-string, bibtex-name-part)
7648 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7649 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7650 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7651 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7652 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7653 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7654 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7655 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7656 (bibtex-beginning-of-last-entry): Remove.
7657 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7658 message if comma is missing but buffer is read-only.
7659 (bibtex-parse-field-text): Handle whitespaces at the end of field
7660 text. Return 3-element list with beginning and end of field text
7661 and end of field.
7662 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7663 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7664 (bibtex-search-forward-field, bibtex-search-backward-field):
7665 Search always delimited by limits of entry. Use more efficient
7666 search algorithms.
7667 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7668 bibtex-end-of-name-in-field.
7669 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7670 extracting the content of a field.
7671 (bibtex-text-in-field): Use search limits.
7672 (bibtex-parse-string-prefix): Handle empty string keys based on
7673 bibtex-string-empty-key.
7674 (bibtex-parse-string): Fix docstring.
7675 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7676 (bibtex-preamble-prefix, bibtex-strings): New functions.
7677 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7678 BibTeX entries (consistent with other BibTeX functions).
7679 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7680 (bibtex-search-entry): Fix docstring. Simplify.
7681 (bibtex-flash-head, bibtex-complete-string-cleanup)
7682 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7683 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7684 (bibtex-parse-entry): New optional arg content.
7685 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7686 Use bibtex-text-in-field-bounds.
7687 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7688 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7689 bibtex-parse-string-postfix.
7690 (bibtex-find-text-internal): New function.
7691 (bibtex-remove-delimiters): Use it.
7692 (bibtex-find-text): Use it. New optional arg help.
7693 (bibtex-complete): Handle BibTeX string and preamble entries.
7694 (bibtex-Preamble): Fix order of closing delimiters.
7695
7696 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7697
7698 * vc.el (vc-default-revert): New fun.
7699
7700 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7701
7702 2005-12-14 Romain Francoise <romain@orebokech.com>
7703
7704 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7705 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7706 (font-lock-remove-keywords): Likewise.
7707
7708 2005-12-14 Juri Linkov <juri@jurta.org>
7709
7710 * log-view.el (log-view-diff): Doc fix.
7711
7712 * isearch.el (isearch-query-replace): Use (mark) instead of
7713 isearch-opoint if mark is active in transient-mark-mode.
7714
7715 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7716
7717 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7718
7719 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7720
7721 * progmodes/cpp.el (cpp-face): New widget.
7722 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7723
7724 2005-12-14 Juri Linkov <juri@jurta.org>
7725
7726 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7727 around `erase-buffer' and `insert'.
7728
7729 * descr-text.el (describe-text-properties): Replace buffer name
7730 "*Help-2*" with "*Help*<2>".
7731 (describe-char): Add functions print-help-return-message,
7732 toggle-read-only. Use help-setup-xref with nil to not store
7733 describe-char in help-xref-stack. Use help-make-xrefs to
7734 make [back] button.
7735
7736 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7737
7738 * wdired.el (wdired-old-point): New internal variable.
7739 (wdired-change-to-wdired-mode): Set it buffer-locally.
7740 (wdired-abort-changes): Restore point after aborting changes.
7741
7742 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7743
7744 * vc.el (vc-do-command): Add a new value t for okstatus.
7745
7746 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7747 frame in case of errors.
7748
7749 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7750
7751 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7752 so it comes after "On the Left" in the menu.
7753
7754 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7755
7756 * cus-edit.el (customize-apropos, customize-apropos-options)
7757 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7758
7759 2005-12-12 Bill Wohler <wohler@newt.com>
7760
7761 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7762 non-writable Subversion-controlled files by saving window
7763 configuration before calling vc-do-command. vc-do-command calls
7764 pop-to-buffer on error which is unexpected during registration.
7765
7766 2005-12-12 Jay Belanger <belanger@truman.edu>
7767
7768 * calc/README: Update the summary of changes.
7769
7770 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * descr-text.el (describe-char): Rework last fix to solve the problem
7773 is the same way it's solved for everything else in that function
7774 (i.e. by extracting the info before setting up the *Help* buffer).
7775
7776 2005-12-12 Kim F. Storm <storm@cua.dk>
7777
7778 * subr.el (version-regexp-alist): Allow space as separator before
7779 non-numeric part, e.g. "1.0 alpha".
7780 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7781
7782 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7783
7784 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7785 Implement Logging and the keep-modes setting.
7786 (org-get-category): Make sure a string is returned.
7787 (org-log-done): New function.
7788 (org-log-done, org-closed-string): New options.
7789
7790 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7791
7792 * tooltip.el (tooltip-y-offset): Change default to 20.
7793
7794 2005-12-12 Richard M. Stallman <rms@gnu.org>
7795
7796 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7797
7798 * frame.el (display-hourglass): Doc fix.
7799
7800 * help.el (help-for-help-internal): Simplify entry for `a'.
7801
7802 * info.el (Info-on-current-buffer): Doc fix.
7803 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7804
7805 * startup.el (inhibit-splash-screen): Make this the real name.
7806 (inhibit-startup-message): Make this the alias.
7807 (command-line): Find only simple.el, and use its directory
7808 to fill in other preloaded files' names.
7809 (command-line): Deactivate the mark if deactivate-mark is set.
7810
7811 * international/mule.el (load-with-code-conversion):
7812 Bind deactivate-mark.
7813
7814 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7815
7816 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7817
7818 * cus-edit.el (customize-apropos): Avoid listing an option more
7819 than once under different aliases. No longer list user options
7820 that are not defined with defcustom (unless a prefix arg is given).
7821 Doc fix.
7822 (customize-apropos-options): Doc fix.
7823
7824 2005-12-11 Juri Linkov <juri@jurta.org>
7825
7826 * frame.el (set-background-color, set-foreground-color)
7827 (set-cursor-color, set-mouse-color, set-border-color):
7828 Add explicit prompts to read colors by `facemenu-read-color'.
7829 (show-trailing-whitespace, blink-cursor-delay)
7830 (blink-cursor-interval, display-hourglass, hourglass-delay):
7831 Remove tags.
7832 (display-hourglass, hourglass-delay): Doc fix.
7833 (cursor-in-non-selected-windows): Capitalize words in tag.
7834
7835 * faces.el (frame-background-mode): Replace `choice-item' keywords
7836 with `const' to not make [default] button. Change default value tag
7837 from `default' to `automatic'. Doc fix.
7838 (trailing-whitespace) <defface>: Change group `whitespace' to
7839 `whitespace-faces'.
7840
7841 2005-12-11 Richard M. Stallman <rms@gnu.org>
7842
7843 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7844
7845 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7846
7847 * term/mac-win.el: Create keymap for mac-apple-event-map.
7848
7849 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7850
7851 * tooltip.el (tooltip-mode): Move to start of file so that it
7852 appears at top of customize buffer.
7853
7854 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7855 Add the gud groupname.
7856 (gud-tooltip-mode): Add the tooltip groupname.
7857 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7858 avoid conflict with tooltip-use-echo-area.
7859
7860 2005-12-10 Romain Francoise <romain@orebokech.com>
7861
7862 * help.el (help-for-help-internal): Add `r' in doc string.
7863
7864 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7865
7866 * align.el (align-regexp, align-highlight-rule):
7867 Use region-beginning and region-end instead of point and mark, so that
7868 repetition (with `repeat-complex-command') recomputes the region
7869 bounds.
7870
7871 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7872
7873 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7874 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7875 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7876 (balance-windows): Rewrite using the above new functions.
7877
7878 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7879
7880 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7881 react if global-hi-lock-mode seems intended.
7882 (global-hi-lock-mode) Renamed from hi-lock-mode.
7883 (hi-lock-archaic-interface-message-used)
7884 (hi-lock-archaic-interface-deduce): New variables.
7885 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7886 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7887 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7888 Replace hi-lock-buffer-mode with hi-lock-mode.
7889
7890 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7891
7892 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7893 completion list, even after a partial completion has been
7894 inserted in the current buffer. If there are more than 1
7895 completion, redisplay the *Completions* buffer; if the
7896 completion is unique, delete the *Completions* window.
7897
7898 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7899
7900 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7901 strings and long subject lines that were broken into multiple
7902 lines at arbitrary places. Handle subjects that have "Re: " in
7903 the middle.
7904
7905 2005-12-10 John W. Eaton <jwe@octave.org>
7906
7907 * emacs/octave-mod.el (octave-electric-space): Don't indent
7908 comments or strings if octave-auto-indent is nil.
7909
7910 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7911
7912 * term/mac-win.el: Require url when compiling.
7913 Call mac-process-deferred-apple-events after loading init files.
7914 (mac-apple-event-map): New defvar. Define event handlers in it.
7915 (core-event, internet-event): New Apple event class symbols.
7916 (open-application, reopen-application, open-documents)
7917 (print-documents, open-contents, quit-application)
7918 (application-died, show-preferences, autosave-now, get-url):
7919 New Apple event ID symbols.
7920 (about): New HICommand ID symbol.
7921 (mac-event-spec, mac-event-ae): New macros.
7922 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7923 (mac-ae-selection-range, mac-ae-text-for-search)
7924 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7925 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7926 and Services menu events are now defined in mac-apple-event-map.
7927 (mac-drag-n-drop): Remove selection range handling.
7928
7929 2005-12-10 Kenichi Handa <handa@m17n.org>
7930
7931 * simple.el (zap-to-char):
7932 * isearch.el (isearch-process-search-char): Translate CHAR by
7933 translation-table-for-input.
7934
7935 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7936
7937 * foldout.el (foldout-exit-fold): Properly hide subtree.
7938
7939 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7940
7941 * files.el (save-buffer):
7942 * international/ucs-tables.el (ucs-set-table-for-input):
7943 * mail/mail-extr.el (mail-extract-address-components):
7944 * mail/sendmail.el (mail-mode): Reformat doc string.
7945
7946 2005-12-09 Juri Linkov <juri@jurta.org>
7947
7948 * isearch.el (isearch-highlight): Change main overlay priority
7949 from 1 to 1001. Simplify.
7950 (isearch-lazy-highlight-update): Change lazy overlay priority
7951 from 0 to 1000.
7952
7953 * replace.el (replace-highlight): Change overlay priority from
7954 1 to 1001.
7955
7956 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7957 Change overlay priority from 1 to 1001. Reuse existing overlay.
7958
7959 * compare-w.el (compare-windows-highlight): Change overlay
7960 priority from 1 to 1000.
7961
7962 * menu-bar.el (menu-bar-edit-menu): Add listp around
7963 pending-undo-list to disable menu item "undo" when pending
7964 undo list is empty.
7965
7966 * locate.el (locate): Disable undo in *Locate* buffer.
7967
7968 2005-12-09 Kim F. Storm <storm@cua.dk>
7969
7970 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7971
7972 2005-12-09 David Ponce <david@dponce.com>
7973
7974 * recentf.el: Improvement of the menu code.
7975 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7976 instead of menu hook.
7977 (recentf-show-menu, recentf-hide-menu): New functions.
7978 (recentf-menu-customization-changed, recentf-mode): Use them.
7979 (recentf-menu-action, recentf-max-menu-items)
7980 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7981 (recentf-arrange-by-rule-others)
7982 (recentf-arrange-by-rules-min-items)
7983 (recentf-arrange-by-rule-subfilter) : Don't use
7984 `recentf-menu-customization-changed'.
7985 (recentf-arrange-rules): Likewise. Accept functions to compute
7986 sub-menu titles.
7987 (recentf-menu-filter): Likewise. Doc fix.
7988 (recentf-menu-value-shortcut): Doc fix.
7989 (recentf-dump-variable): Quote atom value.
7990 (recentf-make-menu-items): Update to use it as a menu filter.
7991 (recentf-match-rule): New function.
7992 (recentf-arrange-by-rule): Use it.
7993 (recentf-indirect-mode-rule): New function.
7994 (recentf-build-mode-rules): Use it.
7995 (recentf-dir-rule): New function.
7996 (recentf-arrange-by-dir): Use it.
7997 (recentf-filter-changer-current): Rename from
7998 `recentf-filter-changer-state'. All references updated.
7999 (recentf-filter-changer-alist): Update filter names.
8000 (recentf-filter-changer-select): New function.
8001 (recentf-filter-changer): Use it. Make a sub-menu from filters
8002 available in `recentf-filter-changer-alist'.
8003 (recentf-data-cache, recentf-clear-data)
8004 (recentf-update-menu): Remove. All references updated.
8005 (recentf-match-rule-p, recentf-build-dir-rules)
8006 (recentf-filter-changer-goto-next)
8007 (recentf-filter-changer-get-current)
8008 (recentf-filter-changer-get-next): Remove.
8009
8010 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8011
8012 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8013 buffer "Reset" button to "Reset to Current" for consistency with
8014 the State buttons.
8015
8016 2005-12-08 John Paul Wallington <jpw@pobox.com>
8017
8018 * ibuf-ext.el (define-ibuffer-filter filename):
8019 If `dired-directory' is a list then really use its car.
8020
8021 2005-12-08 Kim F. Storm <storm@cua.dk>
8022
8023 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8024 Fix indention of text on right side of replaced rectangle.
8025
8026 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8027
8028 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8029 No need to check gud-comint-buffer is bound.
8030 (gdb): Prevent multiple debugging when first session uses gdba.
8031
8032 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8033
8034 CC Mode update to 5.31.
8035
8036 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8037 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8038 We might do this function properly in the future).
8039
8040 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8041 New macros c-sentence-end and c-default-value-sentence end, to cope
8042 with Emacs 22's new function `sentence-end'.
8043
8044 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8045
8046 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8047 compat issue using `c-put-overlay' and `c-delete-overlay'.
8048
8049 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8050 New compat macros to handle overlays/extents.
8051
8052 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8053
8054 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8055 (for GNU Emacs 20.4)
8056
8057 * progmodes/cc-defs.el:
8058 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8059
8060 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8061 highlighting mechanism so it will work in XEmacs too.
8062
8063 * progmodes/cc-defs.el: Insert c-int-to-char.
8064
8065 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8066 call to the new macro c-int-to-char. This solves XEmacs's
8067 regarding characters as different from integers.
8068
8069 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8070
8071 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8072 New internal helper.
8073
8074 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8075 construct to make the indirect face lookup work in XEmacs.
8076
8077 (c-cpp-matchers): Append the negation char face to the existing
8078 fontification, so that the cpp face doesn't disappear.
8079 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8080 and strings.
8081
8082 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8083 to map to `font-lock-negation-char-face' in emacsen where it exists.
8084
8085 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8086
8087 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8088
8089 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8090 Rename "c-subword-move-mode" as "c-subword-mode".
8091
8092 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8093 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8094
8095 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8096
8097 * progmodes/cc-mode.el: Added autoload directive for
8098 `c-subword-move-mode' for use in older emacsen.
8099
8100 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8101
8102 * progmodes/cc-mode.el:
8103 (i) Insert a binding for C-c C-backspace into
8104 c-bind-special-erase-keys which works in TTYs.
8105 (ii) Make sure that when file styles are used, any explicitly
8106 given style variables take priority over those in the style.
8107 Do this by calling `hack-local-variables' a second time.
8108
8109 * progmodes/cc-vars.el: Add language specific customization
8110 widgets for AWK to c-doc-comment-style, c-require-final-newline
8111 and c-default-style. Add a defcustom for awk-mode-hook.
8112 Give c-syntactic-element and c-syntactic-context doc-strings by
8113 directly setting their `variable-documentation' propery.
8114 This allows Emacs 22.1 to read these with C-h v.
8115
8116 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8117
8118 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8119
8120 * progmodes/cc-fonts.el, cc-vars.el
8121 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8122 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8123 Masatake YAMATO.
8124
8125 (c-doc-comment-style): Made GtkDoc default in C mode.
8126
8127 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8128 and C-c C-<delete>.
8129
8130 (c-bind-special-erase-keys): New function for use on
8131 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8132
8133 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8134 <delete> key behavior in XEmacs according to `delete-forward-p'.
8135 C.f. `c-electric-delete'.
8136
8137 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8138
8139 * progmodes/cc-mode.el: Give c-hungry-backspace and
8140 c-hungry-delete-forward permanent key bindings.
8141
8142 * progmodes/cc-cmds.el (c-electric-semi&comma):
8143 Bind c-syntactic-context for calls to "criteria functions", for
8144 consistency with other calls to user functions.
8145
8146 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8147 `current-prefix-arg', since this might be the prefix arg to a
8148 command which calls c-indent-command as a function. Change the
8149 interactive spec from "p" to "P".
8150
8151 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8152 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8153 was difficult to understand.
8154
8155 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8156
8157 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8158 first char of an identifier.
8159
8160 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8161 +" syntax in C++.
8162
8163 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8164
8165 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8166 auto-fill doesn't split a c-comment's last word from a hanging
8167 "*/" when a space is typed between them after fill-column.
8168
8169 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8170
8171 * progmodes/cc-styles.el (c-set-style)
8172 (c-setup-paragraph-variables): Abort the command if we're not in a
8173 CC Mode buffer.
8174
8175 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8176 with blank comment-prefix, and a blank line as the comment's
8177 second line.
8178
8179 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8180
8181 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8182 Incorporate the patterns added in the Emacs development branch
8183 for the new Emacs 22 face `font-lock-negation-char-face'.
8184
8185 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8186 of "red" since it stands out better in xterms and DOS terminals.
8187
8188 * progmodes/cc-engine.el (c-literal-faces):
8189 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8190
8191 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8192
8193 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8194 forcibly enable c-electric-flag.
8195
8196 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8197 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8198 after the comment-prefix of a C-style comment will close that comment.
8199
8200 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8201
8202 * progmodes/cc-fonts.el (c-basic-matchers-before)
8203 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8204 in Pike.
8205
8206 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8207 digraphs.
8208
8209 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8210 (c-cpp-message-directives, c-cpp-include-directives)
8211 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8212 (c-cpp-expr-directives): Introduce new language constants to
8213 control cpp syntax in a cleaner way.
8214
8215 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8216
8217 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8218
8219 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8220 (c-multiline-string-start-char): New language constants and
8221 variables to specify how newlines in string literals work.
8222
8223 (c-font-lock-invalid-string): Use them.
8224
8225 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8226 unbalanced close brace is entered. Optimization by avoiding going
8227 back over arbitrarily large blocks. Removed hints that this
8228 function only would be relevant/useful in AWK.
8229
8230 (c-electric-brace): Indent syntactically after the cleanups since
8231 lineup functions might do it differently then.
8232
8233 * progmodes/cc-engine.el, cc-langs.el
8234 (c-opt-op-identifier-prefix): New language constant and variable.
8235
8236 (c-just-after-func-arglist-p, c-after-special-operator-id)
8237 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8238
8239 * progmodes/cc-align.el, cc-engine.el
8240 (c-after-special-operator-id): New helper to handle C++ operator
8241 identifiers.
8242
8243 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8244 (c-guess-basic-syntax): Handle C++ operator identifiers in
8245 declarations.
8246
8247 * progmodes/cc-langs.el (c-assignment-operators): Add the
8248 trigraph version of ^= too.
8249
8250 * progmodes/cc-langs.el (c-assignment-operators): Add the
8251 trigraph version of |= in C++.
8252
8253 * progmodes/cc-fonts.el (c-font-lock-declarators):
8254 Handle `c-decl-hangon-kwds' after the identifier name.
8255
8256 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8257 whether an arglist is "nonempty", ignore a comment after the open
8258 paren if it isn't followed by a non-comment token on the same line.
8259
8260 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8261 Enable heuristics below the point to cope with classes inside special
8262 brace lists in Pike.
8263
8264 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8265
8266 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8267
8268 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8269
8270 * progmodes/cc-guess.el (cc-guess-install): New function to
8271 install an already guessed style in another buffer.
8272
8273 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8274 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8275 anyway if the change always is undone.
8276
8277 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8278
8279 Implement togglable electricity:
8280
8281 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8282 saying when it should be used.
8283
8284 * progmodes/cc-engine.el: Add the new buffer-local variable,
8285 c-electric-flag.
8286
8287 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8288 c-toggle-auto-newline.
8289
8290 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8291 c-toggle-auto-newline. Remove the binding for
8292 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8293 c-toggle-electric-state.
8294
8295 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8296
8297 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8298 c-\(forward\|backward\)-subword.
8299 (c-update-modeline): Add the new modeline flag `l' for
8300 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8301 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8302 Make the old name an alias of the new name.
8303 (c-toggle-electric-state): New function.
8304 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8305 Adapt these functions to do electric things only when
8306 c-electric-flag is non-nil.
8307 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8308 new functions from c-electric-brace.
8309 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8310 mode, so that the tentative extra newline doesn't change the
8311 syntax of the following brace.
8312 (c-electric-brace): Restructure by extracting the above functions.
8313 Tidy up the coding somewhat.
8314 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8315 restructure a bit.
8316
8317 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8318
8319 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8320 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8321
8322 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8323 (c-submode-indicators): Change name from `c-auto-hungry-string'
8324 since it's now used to track another submode.
8325
8326 (c-update-modeline): Convert to function and extended to check
8327 `c-subword-move-mode'.
8328
8329 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8330 Convert to compat aliases for `c-forward-subword' and
8331 `c-backward-subword'.
8332
8333 * progmodes/cc-subword.el: New functions and minor mode to handle
8334 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8335
8336 (c-forward-subword, c-backward-subword, c-mark-subword)
8337 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8338 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8339 Functions corresponding to the standard word handling functions.
8340
8341 (c-subword-move-mode): Minor mode that replaces all the standard
8342 word handling functions with their subword equivalences.
8343
8344 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8345
8346 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8347 entry for one-liner-defun.
8348
8349 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8350 name in its def-edebug-spec.
8351
8352 * progmodes/cc-cmds.el (c-electric-brace): Make the
8353 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8354 compacts space before a comment, if this will make things fit on
8355 one line.
8356
8357 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8358
8359 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8360
8361 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8362 clean-up one-liner-defun.
8363
8364 * progmodes/cc-styles.el: Add the new "awk" style.
8365
8366 * progmodes/cc-vars.el: Add description of one-liner-defun to
8367 c-cleanup-list's doc-string. New user options,
8368 c-max-one-liner-length. In c-default-style, set the default style
8369 for AWK to "awk".
8370
8371 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8372
8373 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8374 macros inside labels.
8375
8376 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8377 `c-at-statement-start-p' and `c-at-expression-start-p'.
8378
8379 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8380 error if the mark isn't set.
8381
8382 * progmodes/cc-engine.el (c-guess-continued-construct)
8383 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8384 accurately detect functions inside functions.
8385
8386 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8387 like `c-at-statement-start-p' that additionally recognizes commas
8388 and expression parentheses as delimiters.
8389
8390 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8391 to avoid heuristics that doesn't work for unclosed blocks.
8392 (c-at-statement-start-p): New function.
8393
8394 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8395 Objective-C directives, e.g. directives spanning lines should work
8396 reasonably well now.
8397
8398 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8399
8400 (c-forward-objc-directive): New function to move over any ObjC
8401 directive.
8402
8403 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8404 (c-basic-matchers-before): Use it.
8405
8406 (c-font-lock-objc-iip-decl): Remove.
8407
8408 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8409 in the template arglist recognition.
8410
8411 * progmodes/cc-styles.el (c-style-alist): Fix several
8412 inconsistencies in the Whitesmith style.
8413
8414 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8415 New lineup function to get lines after Whitesmith style blocks
8416 correctly indented.
8417
8418 (c-lineup-whitesmith-in-block): Back out the compensation for
8419 opening parens since it's done using `add' lists in the style
8420 definition instead. Don't use the anchor position since it varies
8421 too much between the syntactic symbols. :P
8422
8423 * progmodes/cc-vars.el (c-valid-offset): Update.
8424
8425 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8426 lists where the offsets are combined according to several
8427 different methods: `first', `min', `max', and `add'.
8428 Report offset evaluation errors with `c-benign-error' so that some kind
8429 of reindentation still is done.
8430
8431 * progmodes/cc-engine.el (c-guess-basic-syntax):
8432 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8433 `arglist-close'.
8434
8435 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8436 situations for `arglist-cont-nonempty' and `arglist-close'.
8437
8438 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8439
8440 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8441 cc-bytecomp-boundp' in a number of places.
8442
8443 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8444 macro related issue.
8445
8446 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8447
8448 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8449 list is now [asdf], a char class [:alpha:].
8450 Include code for char classes.
8451 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8452 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8453
8454 Remove (nearly all of) the cruft associated with AWK Mode's former
8455 concept of "virtual semicolons":
8456
8457 Adapt c-beginning-of-statement, c-end-of-statement (together with
8458 subfunctions) to use the new notion of "virtual semicolon" in
8459 place of the old awkward special handling for AWK. There remains
8460 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8461 * progmodes/cc-cmds.el:
8462 (c-ascertain-adjacent-literal): In the backwards direction, now
8463 recognises AWK regexp delimiters as string delimiters.
8464 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8465 check more rigorously for "end of macro".
8466 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8467 virtual semicolons;
8468 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8469 out the code for forward movement into ...
8470 (c-end-of-statement): Now contains the code for forward movement,
8471 adapted for virtual semicolons.
8472
8473 * progmodes/cc-engine.el:
8474 (c-ws*-string-limit-regexp): New regexp.
8475 (c-forward-single-comment, c-backward-single-comment): Comment out
8476 the (now redundant) "special" AWK stuff.
8477
8478 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8479 c-string-par-start, c-string-par-separate to be more like Text
8480 Mode than Fundamental Mode.
8481
8482 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8483
8484 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8485 to the fontified region so that fontification doesn't occur
8486 outside it (could happen e.g. when fontifying a line with an
8487 unfinished declaration).
8488
8489 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8490
8491 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8492 start of the file. ^L now separate sections of the file.
8493 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8494 (c-awk-one-line-possibly-open-string-re)
8495 (c-awk-regexp-one-line-possibly-open-char-class-re)
8496 (c-awk-one-line-possibly-open-regexp-re)
8497 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8498 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8499
8500 Amend the concept of "virtual semicolons" (in the indentation
8501 engine) for languages like AWK, such that they are now
8502 conceptually attached to end of the last token of a statement, not
8503 the end of the line. (In AWK Mode, however, the pertinent text
8504 property is still physically set on the EOL.) Remove the specific
8505 tests for awk-mode, thus facilitating the introduction of other
8506 language modes where EOLs can end statements.
8507 (Note: The funtionality in cc-cmds.el, specifically
8508 c-beginning/end-of-statement has yet to be amended.)
8509
8510 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8511 New macros.
8512
8513 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8514 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8515 c-vsemi-status-unknown-p-fn (in a new page).
8516
8517 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8518 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8519 numerous awkward forms like
8520 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8521 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8522 variable before-ws-ip, the place just after char-before-ip appears.
8523
8524 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8525 a comment.
8526
8527 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8528
8529 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8530 `c-tentative-buffer-changes'.
8531
8532 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8533 convert to macro to choose between Emacs and XEmacs at compile time.
8534
8535 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8536
8537 (c-tentative-buffer-changes): New macro to handle temporary buffer
8538 changes in a convenient way.
8539
8540 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8541 for `c-tentative-buffer-changes'.
8542
8543 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8544 the checks for paren sexps between the point and the keyword, to
8545 avoid some false alarms.
8546
8547 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8548 Fixed a situation where an error could be thrown for unbalanced
8549 parens. Changed to make use of c-keyword-member' to avoid some
8550 repeated regexp matches.
8551
8552 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8553 These language variable are no longer necessary.
8554
8555 (c-block-stmt-kwds): New language constant used by
8556 c-looking-at-inexpr-block'.
8557
8558 (c-guess-basic-syntax): Remove an optional check that looked at
8559 the existence of the now removed language variables.
8560
8561 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8562 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8563 object instantiation expressions as declarations in some contexts.
8564 This bug only affected languages where the declarator can't be
8565 enclosed in parentheses.
8566
8567 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8568 insert newlines before and after substatement braces.
8569
8570 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8571 function declaration headers and the handling of C++ style member
8572 init lists.
8573
8574 (c-just-after-func-arglist-p): Rewritten to use
8575 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8576
8577 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8578
8579 (c-guess-basic-syntax): Adapt case 5B for the new
8580 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8581 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8582 covers all cases now).
8583
8584 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8585
8586 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8587
8588 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8589 c-string-par-start/separate c-sentence-end-with-esc-eol,
8590 initialised in c-setup-paragraph-variables, used in string
8591 scanning subroutines of c-beginning-of-statement.
8592
8593 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8594 which precedes the newly inserted `{'.
8595
8596 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8597
8598 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8599 function for declaration level blocks. It should now cope with
8600 templates better and also be a lot more comprehensible.
8601
8602 (c-looking-at-decl-block): The new function.
8603
8604 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8605 for compatibility.
8606
8607 (c-add-class-syntax, c-guess-continued-construct)
8608 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8609
8610 (c-decl-block-key): Change to tell apart ambiguous and
8611 unambiguous keywords. Pike specials are now handled directly in
8612 the code instead.
8613
8614 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8615 New language constants and variables to make the backward skip in
8616 `c-looking-at-decl-block' as tight as possible.
8617
8618 (c-nonsymbol-token-char-list): New language constant.
8619
8620 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8621 find balanced template arglists backwards.
8622
8623 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8624 making char classes for `c-syntactic-skip-backward'.
8625
8626 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8627 16D - can't be a class-close at that point.
8628
8629 * progmodes/cc-engine.el (c-guess-basic-syntax)
8630 (c-add-class-syntax): Don't narrow out the enclosing declaration
8631 level. This makes everything a lot easier, and it was actually
8632 only four small places that needed it to work. Some places that
8633 previously did `widen' are removed now, which has the effect that
8634 `c-guess-basic-syntax' never will look at things outside the
8635 current narrowment now. The anchor position for `topmost-intro'
8636 is affected by this, but it was so bogus it was basically useless
8637 before, and now it's equally bogus but in a slightly different way.
8638
8639 (c-narrow-out-enclosing-class): Gone.
8640
8641 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8642 the narrowed region.
8643
8644 (c-least-enclosing-brace): Remove silly optional argument.
8645
8646 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8647 the point could be left directly after an open paren when finding
8648 the beginning of the first decl in the block.
8649
8650 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8651 Specify which submatch to use.
8652
8653 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8654
8655 (c-decl-start-re): No longer any need for special treatment of
8656 ObjC due to the above.
8657
8658 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8659 presumably follows C in that regard.
8660
8661 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8662 New language constants to specify operator tokens inside
8663 identifiers in a more high level way.
8664
8665 (c-opt-identifier-prefix-key): New internal language constant.
8666
8667 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8668 (c-identifier-start, c-identifier-key): Now completely calculated
8669 from other constants.
8670
8671 (c-identifier-last-sym-match): Decommission since it's no longer used.
8672
8673 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8674
8675 * progmodes/cc-engine.el (c-forward-name): Remove the
8676 optimization when c-identifier-key is equal to c-symbol-key since
8677 it doesn't work in byte compiled files. Don't record empty
8678 regions as identifiers.
8679
8680 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8681 simplify access to `c-operators' and its likes.
8682
8683 (c-operator-list, c-all-op-syntax-tokens)
8684 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8685 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8686 (c-primary-expr-regexp, c-cast-parens): Use it.
8687
8688 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8689 an explicit language in functions.
8690
8691 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8692 variant of adornment.
8693
8694 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8695 variable.
8696
8697 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8698 the Pike value.
8699
8700 * progmodes/cc-engine.el (c-on-identifier)
8701 (c-simple-skip-symbol-backward): Small fix for handling "-"
8702 correctly in `skip-chars-backward'. Affected the operator lfun
8703 syntax in Pike.
8704
8705 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8706 diagnostic message about precompiled language vars not being used.
8707
8708 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8709 "__attribute__" is followed by a parenthesis.
8710
8711 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8712 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8713 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8714
8715 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8716 Internal cleanups to properly detect the declared identifiers in
8717 various declarations.
8718
8719 (c-decl-start-kwds): New language constant to recognize
8720 declarations that can start anywhere. Used for class declarations
8721 in Pike.
8722
8723 (c-specifier-key, c-not-decl-init-keywords)
8724 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8725 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8726
8727 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8728 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8729 handling of the compiler specific extension keywords into a new
8730 language constant `c-decl-hangon-kwds' that defines keyword
8731 clauses to be ignored in declarations.
8732
8733 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8734 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8735 Necessary to stop at the declared identifier in e.g. IDL valuetype
8736 declarations.
8737
8738 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8739 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8740 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8741 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8742 class and enum declarations as such and not as part of the type.
8743
8744 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8745 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8746
8747 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8748 declarations when there's some syntax error later on.
8749
8750 (c-complex-decl-matchers): Did away with a reference to
8751 `c-specifier-key'.
8752
8753 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8754 value - this variable is always dynamically bound.
8755
8756 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8757 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8758 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8759 functions that might do hidden buffer changes: All such internal
8760 functions are now marked instead of those that don't.
8761
8762 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8763 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8764 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8765 (c-literal-type): Allow these functions to make hidden buffer changes,
8766 so that they are free to use text property caching later on.
8767
8768 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8769 (c-electric-brace, c-electric-slash, c-electric-star)
8770 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8771 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8772 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8773 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8774 with the changed semantics of the functions above.
8775
8776 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8777 when macros occur in obscure places. Optimized the sexp movement
8778 a bit.
8779
8780 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8781
8782 Enhancements for c-beginning-of-statement to work in AWK Mode:
8783
8784 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8785 (completed statement) with `}' (statement completed by closing
8786 brace or semicolon) and `$' (statement completed by EOL).
8787
8788 (c-awk-virtual-semicolon-ends-prev-line-p)
8789 (c-awk-virtual-semicolon-ends-line-p)
8790 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8791 (c-awk-at-statement-end-p): New functions.
8792
8793 * progmodes/cc-cmds.el: Simplify the structure of functions
8794 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8795 two functions and c-beginning-of-statement to handle AWK Mode.
8796
8797 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8798 c-backward-single-comment for AWK mode. Attempt to clarify their
8799 doc-strings.
8800
8801 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8802
8803 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8804
8805 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8806 label handling. Labels are now recognized in a uniform and more
8807 robust way, regardless of context. Text properties are put on all
8808 labels to recognize the following declarations better.
8809 Multiword labels are handled both in indentation and fontification for
8810 the benefit of language extensions like Qt. For consistency, keywords
8811 in labels are now fontified with the label face instead.
8812 That also applies to "case" and "default".
8813
8814 (c-beginning-of-statement-1): Fix some bugs in the label
8815 handling. Disregard `c-nonlabel-token-key' in labels that begin
8816 with `c-label-kwds'.
8817
8818 (c-find-decl-spots): Support that the callback adds more
8819 `c-decl-end' spots to find.
8820
8821 (c-forward-decl-or-cast-1): Don't treat a list of plain
8822 identifiers followed by a colon as a declaration.
8823
8824 (c-forward-label): New function to recognize labels.
8825
8826 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8827 `c-forward-label'. Moved the label recognition cases (14 and 15)
8828 earlier since they aren't so context sensitive now. Handle labels
8829 on the top level gracefully. Moved access label recognition to
8830 the generic label case (CASE 15) - removed CASE 5E.
8831
8832 (c-font-lock-declarations): Add recognition of labels in the
8833 same round since we need to handle labels in parallell with other
8834 declarations to recognize both accurately. It should also improve
8835 speed.
8836
8837 (c-simple-decl-matchers, c-basic-matchers-after):
8838 Move `c-font-lock-labels' so that it only is used on decoration level 2
8839 since `c-font-lock-declarations' handles it otherwise.
8840
8841 (c-complex-decl-matchers): Remove the simplistic recognition of
8842 access labels.
8843
8844 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8845 with labels earlier.
8846
8847 (c-decl-start-re): New language variable to make
8848 `c-font-lock-declarations' stop for the special protection labels
8849 in Objective-C that start with `@'.
8850
8851 (c-label-key): Remove since it's no longer used.
8852
8853 (c-recognize-colon-labels, c-label-prefix-re): New language
8854 constants to support recognition of generic colon-terminated labels.
8855
8856 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8857 are colon terminated labels.
8858
8859 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8860 first argument starts with a special brace list.
8861
8862 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8863 (c-font-lock-declarations): Break out the declaration and cast
8864 recognition from `c-font-lock-declarations' to a new function, so
8865 that it can be used in the indentation engine.
8866
8867 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8868 up to the start of the literal. Fixed bug with the point on the
8869 wrong side of the search limit that could happen when the start
8870 position is inside a literal.
8871
8872 * progmodes/cc-engine.el (c-parse-state)
8873 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8874 so that it's kept a little bit back to increase the hit rate.
8875
8876 (c-parse-state): Change the macro handling and fixed some
8877 glitches. Macro context is checked more often than necessary now,
8878 but otoh less garbage conses are generated.
8879
8880 * progmodes/cc-engine.el (c-parse-state)
8881 (c-invalidate-state-cache): Cache the last position where
8882 `c-state-cache' applies. This can speed up refontification quite
8883 a bit in blocks where there are many non-brace parens before the point.
8884
8885 (c-state-cache-end): New variable for this.
8886
8887 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8888 cache variable.
8889
8890 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8891 get close initial continue positions when the start position is
8892 inside a literal or macro. Do not call the callback for spots
8893 before the start position (which can happen e.g. for `c-decl-end'
8894 spots inside comments). Optimize better in special cases when the
8895 region is a single line inside a literal or macro (typically when
8896 the current line is refontified).
8897
8898 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8899 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8900 entries from the paren state.
8901
8902 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8903 special case for "else if" clauses.
8904
8905 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8906 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8907
8908 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8909 New language variable to recognize the gcc extension with statement
8910 blocks inside expressions.
8911
8912 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8913 it somewhat more comprehensible. The argument AT-BLOCK-START is
8914 no longer used and hence removed.
8915
8916 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8917 to `c-add-stmt-syntax'.
8918
8919 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8920 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8921 This fixes bogus label recognition.
8922
8923 * progmodes/cc-engine.el (c-add-type, c-check-type)
8924 (c-forward-name, c-forward-type): Improve storage of template
8925 types in `c-found-types' so that they can be recognized better.
8926
8927 (c-syntactic-content): Add option to skip past nested parens.
8928
8929 * progmodes/cc-engine.el (c-forward-name):
8930 Set `c-last-identifier-range' all the time. It's less work that way.
8931 Handle that there might not be an identifier to store in
8932 `c-last-identifier-range'.
8933
8934 (c-forward-type): Handle that `c-last-identifier-range' might be
8935 nil from `c-forward-name'.
8936
8937 * progmodes/cc-defs.el (c-safe-scan-lists)
8938 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8939
8940 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8941 to work even if the form fails.
8942
8943 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8944 down in a large file in one go.
8945
8946 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8947
8948 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8949 function which is like `c-lineup-math' but returns nil instead of
8950 `c-basic-offset' when it doesn't match.
8951
8952 (c-lineup-math): Change to use `c-lineup-assignments'.
8953
8954 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8955
8956 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8957 c-beginning-of-statement. New subfunctions
8958 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8959
8960 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8961
8962 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8963 hardcoded char classes whereever possible. Changed a couple of
8964 places to use skip by syntax instead of skip by char class.
8965
8966 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8967 Fix a bug in the regexp that caused extreme backtracking.
8968
8969 * progmodes/cc-langs.el (c-block-comment-starter)
8970 (c-block-comment-ender): New language constants to specify in a
8971 single place how block comments look.
8972
8973 (c-comment-start-regexp, c-block-comment-start-regexp)
8974 (comment-start, comment-end, comment-start-skip)
8975 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8976 (c-syntactic-ws, c-nonempty-syntactic-ws)
8977 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8978 `c-line-comment-starter', `c-block-comment-starter' and
8979 `c-block-comment-ender'.
8980
8981 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8982 New language constants to break up things a bit.
8983
8984 (c-simple-ws): New language constant for simple whitespace.
8985
8986 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8987
8988 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8989 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8990 newlines. Allow and ignore nil elements in the list.
8991
8992 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8993
8994 * progmodes/cc-cmds.el: Comment out a (n almost certainly
8995 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8996
8997 * progmodes/cc-cmds.el: Tidy up the comments in
8998 c-beginning-of-statement and subfunctions.
8999
9000 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9001 more flexible c-put-char-property and c-clear-char-properties.
9002 Add the author's email address.
9003
9004 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9005
9006 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9007 closing "*/" of a block comment.
9008
9009 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9010 subfunctions) so that it works at BOB and EOB.
9011
9012 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9013 c-beginning-of-statement, including new variable
9014 c-block-comment-start-regexp.
9015
9016 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9017
9018 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9019 symbols from `*-font-lock-extra-types' so that there's no need to
9020 use `regexp-opt' on those lists.
9021
9022 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9023 `c-type-modifier-kwds' is empty.
9024
9025 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9026 there are several strings on the same line.
9027
9028 * progmodes/cc-engine.el (c-literal-limits): Remove the
9029 compatibility function for older emacsen. `c-literal-limits-fast'
9030 has now taken the place of this function.
9031
9032 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9033 with older emacsen: We now require `pps-extended-state'.
9034
9035 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9036
9037 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9038 which obviates the need to hack sentence-end. This now handles
9039 escaped newlines in strings correctly. Correct minor bugs in
9040 c-move-over-sentence and in c-beginning-of-statement.
9041
9042 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9043 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9044 that movement over macros and code are rigorously separated from
9045 eachother. Correct a few incidental bugs.
9046
9047 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9048 Improve its doc-string. Improve the handling of certain specific cases.
9049
9050 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9051
9052 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9053 (c-guess-basic-syntax): Change the way class-level labels are
9054 recognized; they can now contain essentially any symbols.
9055
9056 (c-opt-extra-label-key): New language variable to cope with the
9057 special protection label syntax in Objective-C.
9058
9059 (c-opt-access-key): Remove; this is now handled better by
9060 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9061
9062 (c-complex-decl-matchers): Update to handle that
9063 `c-opt-access-key' no longer exists.
9064
9065 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9066 improved label recognition in `c-beginning-of-statement-1'.
9067
9068 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9069 Recognize bitfields better.
9070
9071 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9072 Remove some cruft and fixed a bug that could cause it to go to a
9073 position further down.
9074
9075 * progmodes/cc-langs.el, cc-engine.el
9076 (c-beginning-of-statement-1): Improve detection of labels in
9077 declaration contexts.
9078
9079 (c-beginning-of-decl-1): Use it.
9080
9081 (c-nonlabel-token-key): New language constant and variable needed
9082 by `c-beginning-of-statement-1'.
9083
9084 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9085 manifested itself due to the correction in `c-forward-sexp'.
9086
9087 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9088 Make these behave as documented when used at the buffer limits.
9089
9090 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9091 (c-type-decl-end-used): Made this a language variable.
9092
9093 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9094 correctly when `combine-after-change-calls' is used together with
9095 temporary narrowings.
9096
9097 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9098 Report labels correctly when the start point is immediately after the
9099 colon.
9100
9101 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9102 Remove since it isn't used anymore.
9103
9104 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9105 bracket arglists such as template parens in C++.
9106
9107 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9108 in the last check-in. Some optimization.
9109
9110 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9111 where it could stop at the same level in a preceding sexp when
9112 PAREN-LEVEL is set.
9113
9114 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9115 text property lookup only when it's needed.
9116
9117 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9118 Change the policy for paren marked angle brackets to be more
9119 persistent; once marked they remain marked even when they're found
9120 to be unbalanced in the searched region. This should keep the
9121 paren syntax around even when individual lines are refontified in
9122 multiline template arglists.
9123
9124 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9125 to control markup so that incorrect angle bracket arglists aren't
9126 marked in contexts where the correct value for
9127 `c-disallow-comma-in-<>-arglists' isn't known.
9128
9129 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9130 argument has become `c-parse-and-markup-<>-arglists'.
9131
9132 (c-remove-<>-arglist-properties): Remove - no longer used.
9133
9134 (c-after-change-check-<>-operators): New function used on
9135 `after-change-functions' to avoid that "<" and ">" characters that
9136 are part of longer operators have paren syntax.
9137
9138 (c-<>-multichar-token-regexp): New language variable used by
9139 `c-after-change-check-<>-operators'.
9140
9141 (c-after-change): Call `c-after-change-check-<>-operators'.
9142
9143 (c-font-lock-<>-arglists): Use the context properties set by
9144 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9145 correctly to avoid doing invalid markup.
9146
9147 (c-font-lock-declarations): Remove code that undoes the invalid
9148 markup done by `c-font-lock-<>-arglists'.
9149
9150 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9151 after `c-font-lock-declarations'.
9152
9153 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9154 Add paren-level feature.
9155
9156 (c-guess-basic-syntax): Improve the anchor position for
9157 `template-args-cont' in nested template arglists. There's still
9158 much to be desired in this area, though.
9159
9160 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9161
9162 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9163 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9164
9165 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9166
9167 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9168 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9169
9170 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9171 it doesn't work no longer are supported.
9172
9173 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9174 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9175 requires support for the syntax-table' text property, which rules
9176 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9177 cruft associated with those versions.
9178
9179 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9180 for the `syntax-table' text property, which rules out Emacs 19 and
9181 XEmacs < 21.4. Removed various compatibility cruft associated
9182 with those versions.
9183
9184 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9185 support for the `syntax-table' text property.
9186
9187 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9188 variable and use an extra quoted face name instead. All the
9189 emacsen flavors handle that correctly.
9190
9191 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9192 (c-font-lock-declarators, c-font-lock-declarations)
9193 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9194 property to mark the items in in declarator lists to handle
9195 refontification inside multiline declarations better.
9196
9197 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9198 construct like "a * b = c;" as a declaration.
9199
9200 2005-12-08 Kim F. Storm <storm@cua.dk>
9201
9202 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9203 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9204 select either meta, hyper, or super modifier for rectangle commands.
9205 (cua--rectangle-modifier-key): New defvar.
9206 (cua--M/H-key): Use it. Remove special case for `space'.
9207 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9208 on X, to meta otherwise. Always bind C-return to toggle
9209 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9210
9211 * emulation/cua-rect.el (cua-help-for-rectangle):
9212 Use cua--rectangle-modifier-key. Handle super modifier too.
9213 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9214 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9215
9216 * ido.el: Move Acknowledgements and History after Commentary.
9217 Minor changes to Commentary.
9218
9219 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9220 keymap if cua--prefix-override-timer is `shift'.
9221 (cua--shift-control-prefix): New function; emulate "type prefix
9222 key twice" functionality to handle shifted prefix key override.
9223 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9224 New commands.
9225 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9226
9227 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9228
9229 * textmodes/org.el (org-insert-heading): Try to do items before
9230 headings.
9231 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9232 (org-insert-item): New function.
9233 (org-renumber-ordered-list): Don't skip to higher level lists.
9234
9235 2005-12-08 Juri Linkov <juri@jurta.org>
9236
9237 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9238
9239 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9240
9241 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9242
9243 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9244 the constructed function name fun-1.
9245
9246 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9247 because such links don't lead to parent documentation.
9248
9249 2005-12-08 Kenichi Handa <handa@m17n.org>
9250
9251 * descr-text.el (describe-char): Use *Help-2* buffer if the
9252 current buffer is *Help*. Call describe-text-properties while
9253 setting the original buffer.
9254
9255 2005-12-07 Bill Wohler <wohler@newt.com>
9256
9257 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9258 and causes problems with non-MH users (such as Gnus users).
9259
9260 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9261
9262 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9263 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9264 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9265 command "info sources". Move calls to GDB command "list".
9266 (gdb-find-file-hook): Just use gdb-source-file-list.
9267 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9268 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9269 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9270 (gdb-data-list-register-values-handler): Use correct trigger name.
9271
9272 2005-12-07 Kim F. Storm <storm@cua.dk>
9273
9274 * ido.el (ido-completion-map): Rename from ido-mode-map.
9275 (ido-common-completion-map, ido-file-completion-map)
9276 (ido-file-dir-completion-map, ido-buffer-completion-map):
9277 Rename from ido-mode-....-map.
9278 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9279 (ido-setup-completion-map): Rename from ido-define-mode-map.
9280 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9281 to ido-completion-map.
9282
9283 2005-12-07 Kenichi Handa <handa@m17n.org>
9284
9285 * international/mule-cmds.el
9286 (set-display-table-and-terminal-coding-system): If the coding
9287 system specified in `unibyte-display' property is different from
9288 the arg coding-system, don't setup standard-display-table.
9289
9290 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9291
9292 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9293 that comments end at \n, regardless of selective-display.
9294
9295 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9296
9297 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9298 (gdb-version): New variables.
9299 (gdb-source-file-list, gdb-register-names)
9300 (gdb-changed-registers): New variables for use with GDB 6.4+.
9301 (gdb-ann3): Replace with...
9302 (gdb-init-1, gdb-init-2): ...two new functions.
9303 (gdba, gdb-prompt): Call gdb-init-1.
9304 (gdb-get-version): New function. Call gdb-init-2 from here.
9305 (gud-watch): Make it work with mouse events too.
9306 (gdb-post-prompt): Don't add to queue until GDB version is known.
9307 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9308 (gdb-locals-mode): Use gdb-version.
9309 (gdb-memory-format-map, gdb-memory-unit-map)
9310 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9311 (gdb-locals-font-lock-keywords-1)
9312 (gdb-locals-font-lock-keywords-2): New variables.
9313 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9314 (gdb-set-gud-minor-mode-existing-buffers-1)
9315 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9316 (gdb-var-update-1, gdb-var-update-handler-1)
9317 (gdb-data-list-register-values-handler)
9318 (gdb-data-list-register-values-custom)
9319 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9320 (gdb-stack-list-locals-handler, gdb-get-register-names):
9321 New functions for use with GDB 6.4+.
9322 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9323 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9324 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9325 (gdb-stack-list-locals-regexp)
9326 (gdb-data-list-register-names-regexp): New regexps for use with
9327 GDB 6.4+.
9328
9329 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9330
9331 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9332
9333 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9334
9335 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9336 prompts work for AUTH PLAIN. Also reported by Steve Allan
9337 <seallan@verizon.net>.
9338
9339 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9340
9341 * frame.el (set-frame-parameter): Add doc string.
9342
9343 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9344
9345 * textmodes/org.el (org-occur-highlights): New variable.
9346 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9347 (org-highlight-sparse-tree-matches): New option.
9348 (org-do-occur): New function.
9349 (org-get-heading): Make it work also at beginning of line.
9350 (org-category-table): New variable.
9351 (org-get-category-table, org-get-category)
9352 (org-camel-to-words, org-link-search): New functions.
9353 (org-select-this-todo-keyword): New variable.
9354 (org-todo-list): New command.
9355 (org-shiftright, org-shiftleft): New commands.
9356 (org-agenda-todo): Add prefix argument.
9357 (org-show-hierarchy-above): New option.
9358 (org-show-todo-tree): Numerical prefix creates tree for specific
9359 TODO keyword.
9360 (org-outline-level): New function, to assign a level to plain
9361 lists items.
9362 (org-cycle-include-plain-lists): New option.
9363 (org-mode): Use `org-outline-level' as value of `outline-level'.
9364 (org-cycle): Temporarily switch `outline-regexp' if
9365 `org-cycle-include-plain-lists' is non-nil.
9366 (org-start-icalendar-file): Fix format bug.
9367 (org-agenda-get-day-entries): Create category table.
9368 (org-agenda-get-todos, org-agenda-get-timestamps)
9369 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9370 (org-agenda-get-blocks): Use `org-get-category'.
9371 (org-context-in-file-links): Rename from
9372 `org-line-numbers-in-file-links'.
9373
9374 2005-12-06 Romain Francoise <romain@orebokech.com>
9375
9376 * window.el (balance-windows): Delete extraneous third arg in call
9377 to `enlarge-window'.
9378
9379 2005-12-06 Kenichi Handa <handa@m17n.org>
9380
9381 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9382
9383 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9384
9385 * progmodes/gdb-ui.el (gdb-var-create-handler)
9386 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9387 (gdb-var-list-children-handler, gdb-var-update-handler):
9388 Current buffer is already gdb-partial-output-buffer, don't
9389 make it current again.
9390
9391 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9392
9393 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9394 (list-buffers-noselect): Use it.
9395
9396 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9397
9398 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9399 (mail-yank-ignored-headers): Use regexp-opt.
9400 (mail-mode-map): Move initialization into declaration.
9401 (mail-sent-via): Remove unused shadowed var `to-line'.
9402 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9403 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9404 (mail-do-fcc): Use dolist and push.
9405 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9406 (mail-yank-ignored-headers): Don't autoload.
9407
9408 2005-12-05 Kenichi Handa <handa@m17n.org>
9409
9410 * international/mule-cmds.el (set-language-info-internal): New fun.
9411 (set-language-info): Call set-language-info-internal to update
9412 language-info-alist. If LANG-ENV is the current one, call
9413 set-language-environment to make INFO effective now.
9414 (set-language-info-alist): Likewise.
9415 (locale-language-names): With locale "en", use English
9416 lang. env. but set the default codings to iso-8859-1.
9417
9418 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9419
9420 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9421 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9422 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9423 for plain strings.
9424 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9425 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9426 Create registers buffer if necessary. Echo new state in minibuffer.
9427 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9428
9429 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9430
9431 * info.el (Info-fontify-node): Match external links using
9432 non-directory part of filename.
9433
9434 2005-12-04 Juri Linkov <juri@jurta.org>
9435
9436 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9437 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9438 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9439 because there is no customization option for it.
9440
9441 * font-lock.el (lisp-font-lock-keywords-1):
9442 Add define-global-minor-mode.
9443
9444 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9445
9446 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9447 properties on the constructed variable names.
9448
9449 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9450 Put `definition-name' properties on the constructed function names
9451 next-sym and prev-sym.
9452
9453 * emacs-lisp/find-func.el (find-function-regexp):
9454 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9455 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9456 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9457 and easy-menu-define.
9458
9459 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9460 easy-mmode-define-global-mode and define-global-minor-mode.
9461 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9462
9463 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9464 instead of easy-mmode-define-global-mode.
9465
9466 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9467 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9468
9469 * cus-edit.el (customize-group, customize-group-other-window):
9470 Filter out autoloaded options from the group completion list by
9471 using heuristics that autoloaded groups don't have `custom-autoload'
9472 property on their symbols (they have only `custom-loads').
9473
9474 * simple.el (completion-setup-function): Put completions-common-part
9475 face on complete completion string too (i.e. completion string
9476 without completions-first-difference face).
9477
9478 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9479
9480 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9481
9482 * view.el (view-mode): Doc fix.
9483
9484 * disp-table.el (standard-display-european): Add to the warning
9485 message a reference to the doc string.
9486
9487 * play/yow.el (apropos-zippy): Call print-help-return-message,
9488 similar to other Help and Apropos commands.
9489
9490 * help.el (print-help-return-message): If pop-up-frames is
9491 non-nil, set up help-return-method to delete the help window and,
9492 possibly, its frame as well, and don't display message about
9493 scrolling the help window. Doc fix.
9494 (help-return-method): Doc fix.
9495
9496 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9497
9498 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9499 whereby names of length one or names starting with a
9500 symbol-constituent character would not be returned.
9501
9502 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9503
9504 * subr.el (atomic-change-group): Add edebug and indentation spec.
9505
9506 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * completion.el (save-completions-file-name): Fix typo in last change.
9509
9510 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9511
9512 * info.el: Move back/forward history to the beginning of the tool bar.
9513
9514 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9515
9516 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9517 Add fset of allout-real-isearch-abort during compile to fix
9518 byte-compilation warnings.
9519 (allout-mode-p): Move definition of this macro above all uses, or
9520 byte compilation in barren emacs (eg, during emacs build) will
9521 lack the definition.
9522 (allout-mode): Move this variable above any uses, or byte
9523 compilation will fail.
9524 (allout-resolve-xref): Remove use of personal file-reference function.
9525 (allout-toggle-current-subtree-encryption): Do the current (ie,
9526 visible containing) topic, rather than nearest around point. Doc fix.
9527 (allout-toggle-subtree-encryption): New function, workhorse that
9528 works on nearest topic containing point.
9529 (allout-encrypt-string): Signal requirement for newer version of pgg.
9530 (allout-resumptions): Doc fix.
9531
9532 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9533
9534 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9535
9536 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9537
9538 * textmodes/flyspell.el (flyspell-external-point-words):
9539 Consider a misspelling as found in the string search if: (a) misspelling
9540 and found string lengths match, or (b) misspelling is found as
9541 element in a boundary-chars separated longer string, or (c)
9542 ispell-program-name is really ispell and misspelling is found as
9543 part of a TeX string. After successful match move beginning of
9544 search region to end of match. Warn about not found misspellings
9545 once the process is done.
9546 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9547
9548 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9549
9550 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9551 tool bar (removed inadvertently).
9552
9553 2005-12-02 Juri Linkov <juri@jurta.org>
9554
9555 * log-view.el (log-view-diff): Clarify doc string.
9556
9557 2005-12-01 Bill Wohler <wohler@newt.com>
9558
9559 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9560 triggers lm-verify errors.
9561
9562 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9563
9564 * simple.el (transient-mark-mode, line-number-mode)
9565 (column-number-mode, size-indication-mode): Remove `:require nil'.
9566
9567 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9568
9569 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9570 in the margin also.
9571 (gdb-breakpoints-mode-map): Use D instead of d for
9572 gdb-delete-breakpoint.
9573 (gdb-get-frame-number): Require a number to match on.
9574 (gdb-threads-mode-map): Add follow-link binding.
9575
9576 2005-11-30 Jason Rumney <jasonr@gnu.org>
9577
9578 * isearch.el (isearch-mode-map): Avoid exiting search on
9579 language-change event.
9580
9581 2005-11-30 Romain Francoise <romain@orebokech.com>
9582
9583 * speedbar.el (speedbar-default-position): New defcustom.
9584 (speedbar-frame-reposition-smartly): Use it.
9585
9586 * dframe.el (dframe-reposition-frame-emacs): Fix position
9587 computation for `left' location.
9588 Update copyright year.
9589
9590 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 * help.el (help-map): Move initialization into declaration.
9593
9594 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9595
9596 * help-fns.el (help-argument-name): Don't autoload.
9597 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9598 to be re-loaded when customizing the `help' group.
9599
9600 2005-11-30 John Paul Wallington <jpw@gnu.org>
9601
9602 * help-fns.el (describe-function-1): Fill arglist output.
9603
9604 2005-11-30 Kim F. Storm <storm@cua.dk>
9605
9606 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9607 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9608 after revert-buffer (or anything else which kills all local variables).
9609
9610 * apropos.el (apropos-parse-pattern): Doc fix.
9611 Set apropos-regexp directly, rather than expecting callers to do so.
9612 (apropos-command, apropos, apropos-value, apropos-documentation):
9613 Simplify calls to apropos-parse-pattern.
9614
9615 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9616
9617 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9618 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9619 (hi-lock-write-interactive-patterns): Use comment-region.
9620
9621 * longlines.el (longlines-mode): Add mail-setup-hook.
9622
9623 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9624
9625 * simple.el (sendmail-user-agent-compose, next-line):
9626 Conditionally use hard-newline.
9627
9628 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9629
9630 * international/latexenc.el (latex-inputenc-coding-alist):
9631 Reword doc string.
9632
9633 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9634
9635 * help.el (describe-key-briefly, describe-key): Recognize default
9636 bindings.
9637
9638 2005-11-29 Romain Francoise <romain@orebokech.com>
9639
9640 * view.el (view-inhibit-help-message): New defcustom.
9641 (view-mode-enter): Use it.
9642
9643 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9644
9645 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9646 Preserve user position.
9647
9648 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9649
9650 * font-lock.el: Throw error if facemenu is not loaded to prevent
9651 accidental change of loading order in loadup.el. (Suggested by RMS.)
9652
9653 * loadup.el: Add comment explaining why facemenu must be loaded
9654 before font-lock.
9655
9656 2005-11-28 Jay Belanger <belanger@truman.edu>
9657
9658 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9659 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9660
9661 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9662
9663 * calc/calc-embed.el (calc-do-embedded): Update help message.
9664
9665 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9666
9667 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9670
9671 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9672 called-interactively-p.
9673 (elp-profilable-p): Rename from elp-not-profilable-p.
9674 Invert result and take into account macros and autoloaded functions.
9675 (elp-instrument-function): Update call.
9676 (elp-instrument-package): Update call. Add completion.
9677 (elp-pack-number): Use match-string.
9678 (elp-results-jump-to-definition-by-mouse): Merge into
9679 elp-results-jump-to-definition and then remove.
9680 (elp-output-insert-symname): Make help echo text single-line.
9681
9682 * replace.el (query-replace-map): Move initialization into declaration.
9683 (occur-engine): Use with-current-buffer.
9684 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9685 (occur-mode-mouse-goto): Replace with an alias.
9686
9687 2005-11-28 Juri Linkov <juri@jurta.org>
9688
9689 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9690
9691 * term/w32-win.el: Bind [S-tab] to [backtab].
9692
9693 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9694 `Info-find-file' to t.
9695
9696 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9697 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9698 and same-window-regexps.
9699 (occur-next-error): Don't move point for arg 0.
9700
9701 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9702
9703 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9704
9705 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * log-edit.el (log-edit-changelog-use-first): New var.
9708 (log-edit-changelog-ours-p): Use it.
9709 (log-edit-insert-changelog): Set it with new arg `use-first'.
9710 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9711 (log-edit-hook): Add them to the list of suggested options.
9712
9713 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9714 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9715 redundant work.
9716 (flyspell-mode-on): Use add-hook for after-change-functions.
9717 (flyspell-mode-off): Use remove-hook for after-change-functions.
9718 (flyspell-changes): Make it buffer-local.
9719 (flyspell-after-change-function): Make it non-interactive. Use push.
9720 (flyspell-post-command-hook): Check input-pending-p while processing
9721 the potentially long list of buffer changes.
9722
9723 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9724
9725 * buff-menu.el (list-buffers-noselect): Display the selected
9726 frame's buffer list, not the global one.
9727
9728 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9729
9730 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9731 that (list last-input-event) works as in interactive spec.
9732
9733 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9734
9735 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9736 `facemenu-keymap' needs to be defined when font-lock is loaded.
9737 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9738
9739 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9740
9741 * completion.el: Remove useless leading * in defcustom docstrings.
9742 (save-completions-file-name): Use ~/.emacs.d if available.
9743 (completion-standard-syntax-table): Rename from
9744 cmpl-standard-syntax-table and fold initialization into declaration,
9745 thus removing cmpl-make-standard-completion-syntax-table.
9746 (completion-lisp-syntax-table, completion-c-syntax-table)
9747 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9748 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9749 (symbol-under-point, symbol-before-point)
9750 (symbol-under-or-before-point, symbol-before-point-for-complete)
9751 (add-completions-from-c-buffer): Use with-syntax-table.
9752 (make-completion): Don't return a list of completion entries.
9753 Update callers.
9754 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9755 (completion-initialize): Rename from initialize-completions.
9756 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9757 (kill-emacs-save-completions): Collect stats here.
9758 (save-completions-to-file, load-completions-from-file):
9759 Use with-current-buffer.
9760 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9761 into a function. Move all calls to toplevel.
9762 (completion-lisp-mode-hook): New fun.
9763 (completion-c-mode-hook, completion-setup-fortran-mode):
9764 Set the syntax-table here. Use local-set-key.
9765 (completion-saved-bindings): New var.
9766 (dynamic-completion-mode): Make it into a proper minor mode.
9767 (load-completions-from-file): Remove unused var `num-uses'.
9768
9769 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9770 constructor if it is explicitly overridden.
9771
9772 * complete.el (PC-completion-as-file-name-predicate):
9773 Use minibuffer-completing-file-name.
9774 (partial-completion-mode): Use find-file-not-found-functions.
9775 (PC-lisp-complete-symbol): Use with-syntax-table.
9776 (PC-look-for-include-file): Remove dead setq.
9777 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9778 (PC-complete): Use with-current-buffer.
9779
9780 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9781 escape single quotes.
9782
9783 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9784
9785 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9786 of `if' whose condition always returned nil. Doc fix.
9787
9788 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9789 window's buffer the current buffer around the call to
9790 `list-buffers-noselect'. This is necessary to mark that buffer
9791 with a `.' in the Buffer Menu when called from Lisp, for instance
9792 by Auto Revert Mode.
9793
9794 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9795
9796 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9797 attaching to it.
9798 (gdb-pre-prompt): Make sure gdb-error is reset.
9799
9800 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9801 with a child process, detect it.
9802 (gud-speedbar-buttons): Match regexp more carefully.
9803
9804 2005-11-27 Richard M. Stallman <rms@gnu.org>
9805
9806 * mouse.el (mouse-drag-move-window-bottom):
9807 Use adjust-window-trailing-edge.
9808
9809 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9810
9811 * simple.el (blink-matching-open): Ignore
9812 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9813 (blink-matching-paren-on-screen): Update docstring.
9814
9815 * paren.el (show-paren-mode): No longer change
9816 `blink-matching-paren-on-screen'.
9817
9818 2005-11-27 John Paul Wallington <jpw@pobox.com>
9819
9820 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9821 (gdb-threads-select, gdb-edit-register-value):
9822 Use `posn-set-point' instead of `mouse-set-point' because the
9823 latter is not fbound when configured without X.
9824
9825 2005-11-27 Kim F. Storm <storm@cua.dk>
9826
9827 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9828 existing face when partially highlighting a TAB in a rectangle.
9829
9830 2005-11-26 Kim F. Storm <storm@cua.dk>
9831
9832 * ido.el (ido-mode-map): Doc fix.
9833 (ido-mode-common-map, ido-mode-file-map)
9834 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9835 (ido-define-mode-map): Rewrite. Select one of the new maps as
9836 parent for ido-mode-map instead of building from scratch.
9837 (ido-init-mode-maps): New defun to initialize new maps.
9838 (ido-mode): Call it.
9839 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9840 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9841
9842 2005-11-26 John Paul Wallington <jpw@pobox.com>
9843
9844 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9845 `mouse-set-point' because the latter is not fbound when configured
9846 without X.
9847
9848 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9849
9850 * files.el (file-relative-name): Doc fix.
9851
9852 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9853
9854 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9855 non-empty string for secondary prompt PS2.
9856
9857 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9858
9859 * progmodes/compile.el (compilation-setup): Fix last change.
9860
9861 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9862
9863 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9864 (gdb-mouse-toggle-breakpoint-margin)
9865 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9866 Add gdb-server-prefix to keep out of command history.
9867 (gdb-edit-register-value): New function.
9868 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9869 (gdb-info-registers-custom): Use above map.
9870
9871 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9872
9873 * custom.el (enable-theme): Signal error if argument is not a
9874 theme. Don't recalculate a face if it's not loaded yet.
9875
9876 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9877 the `user' theme is in effect.
9878
9879 * info.el (Info-on-current-buffer): Record actual filename in
9880 Info-current-file, instead of t, or a fake filename if a non-file
9881 buffer. Make autoload.
9882 (Info-find-node, Info-revert-find-node): No need to check for
9883 Info-current-file nil.
9884 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9885 Info-current-file is now never `t'.
9886 (Info-fontify-node): Many simplifications due to Info-current-file
9887 always being valid. Use Info-find-file to find node filename.
9888
9889 2005-11-25 David Kastrup <dak@gnu.org>
9890
9891 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9892 new character, then delete" in order to preserve markers.
9893
9894 2005-11-25 David Ponce <david@dponce.com>
9895
9896 * recentf.el (recentf-arrange-by-rule): Handle a special
9897 `auto-mode-alist'-like "strip suffix" rule.
9898 (recentf-build-mode-rules): Handle second level auto-mode entries.
9899
9900 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9901
9902 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9903 window modes.
9904
9905 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9906 jde-javadoc-checker-report-mode.
9907
9908 * ediff-wind (ediff-make-wide-display): Slight simplification.
9909
9910 * ediff.el (ediff-date): Change the date of last update.
9911
9912 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9913
9914 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9915 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9916 (hi-lock-mode): New global minor mode.
9917 (turn-on-hi-lock-if-enabled): New function.
9918 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9919 Change arguments to regexp and face instead of a font-lock pattern.
9920 Directly set face property, instead of refontifying.
9921 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9922 (hi-lock-find-patterns): Use line-number-at-pos.
9923
9924 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9925 arguments for hi-lock-set-pattern.
9926 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9927 Call font-lock-fontify-buffer.
9928 (hi-lock-find-file-hook, hi-lock-current-line)
9929 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9930
9931 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9932 turned off.
9933
9934 * progmodes/compile.el (compilation-setup): Don't fiddle with
9935 font-lock-defaults.
9936
9937 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9938
9939 * progmodes/gdb-ui.el (gdb-var-create-handler)
9940 (gdb-var-list-children-handler): Find values for all variable
9941 objects. gud-speedbar-buttons decides whether to display them.
9942
9943 2005-11-24 Romain Francoise <romain@orebokech.com>
9944
9945 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9946 buffer name with a space.
9947
9948 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9949
9950 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9951 `org-export-local-list-max-depth'. Change default value to 3.
9952 (org-auto-renumber-ordered-lists)
9953 (org-plain-list-ordered-item-terminator): New options.
9954 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9955 (org-get-indentation, org-get-string-indentation)
9956 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9957 New functions.
9958 (org-move-item-down, org-move-item-up): New commands.
9959 (org-export-as-html): New classes for CSS support. Bug fix in
9960 regular expression detecting fixed-width regions. Respect
9961 `org-local-list-ordered-item-terminator'.
9962 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9963 also a list item.
9964 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9965 New item moving functions.
9966
9967 2005-11-24 Juri Linkov <juri@jurta.org>
9968
9969 * isearch.el (isearch-repeat): With empty search ring set
9970 `isearch-error' to the error string instead of signaling error
9971 with the function `error'.
9972
9973 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9974
9975 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9976
9977 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9978
9979 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9980 and variable.
9981 (gdb-var-create-handler, gdb-var-list-children-handler):
9982 Don't match on "char **...".
9983 (gdb-var-update-handler): Find values for all variable objects.
9984 (gdb-info-frames-custom): Identify frames by leading "#".
9985
9986 * progmodes/gud.el (gud-speedbar-menu-items): Add
9987 gdb-speedbar-auto-raise as radio button.
9988 (gud-speedbar-buttons): Raise speedbar if requested.
9989 Don't match on "char **...".
9990 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9991 Make it editable.
9992
9993 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
9994
9995 * info.el (Info-fontify-node): Handle the case where
9996 Info-current-file is t.
9997
9998 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9999
10000 * simple.el (blink-matching-open): Fix off-by-one in last change.
10001
10002 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10003
10004 * term/mac-win.el: Don't change default directory.
10005
10006 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10007
10008 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10009 buffers correctly. (It used to throw an error in such buffers.)
10010 Make it ask for confirmation in group buffers and other Custom
10011 buffers containing more than one customization item.
10012
10013 2005-11-22 John Paul Wallington <jpw@gnu.org>
10014
10015 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10016 property on mail and url overlays.
10017 (goto-address-at-point): Use `posn-set-point' instead of
10018 `mouse-set-point' because the latter is not fbound when configured
10019 without X.
10020
10021 2005-11-22 Lars Hansen <larsh@soem.dk>
10022
10023 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10024 (ls-lisp-classify, ls-lisp-format): Delete call to
10025 ls-lisp-parse-symlink.
10026 (ls-lisp-handle-switches): Handle symlinks to directories as
10027 directories when ls-lisp-dirs-first in non-nil.
10028
10029 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10030
10031 * startup.el (command-line): Make sure that loaddefs.el is handled
10032 correctly in load-history.
10033
10034 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10035
10036 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10037 (gdb-struct-string, gdb-array-string): New constants.
10038 (gdb-info-locals-handler): Use them.
10039 (gdb-reset): Reset gdb-var-list to nil.
10040
10041 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10042
10043 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10044 in patterns.
10045
10046 2005-11-21 Juri Linkov <juri@jurta.org>
10047
10048 * custom.el (defcustom): Update link types in docstring.
10049
10050 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10051
10052 * custom.el (defgroup): Add doc-string-elt info.
10053
10054 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10055
10056 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10057
10058 * newcomment.el (comment-enter-backward): Fix last fix.
10059
10060 * simple.el (blink-matching-open):
10061 * paren.el (show-paren-function): Allow new paren-class info.
10062
10063 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10064
10065 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10066 handled automagically.
10067
10068 2005-11-20 Andreas Schwab <schwab@suse.de>
10069
10070 * descr-text.el (describe-char): When copying overlays put them
10071 over the full char description instead of just the first character
10072 of it.
10073
10074 2005-11-20 Juri Linkov <juri@jurta.org>
10075
10076 * simple.el (what-cursor-position):
10077 * descr-text.el (describe-char): Use Lisp-readable syntax
10078 for octal and hex. Reorder decimal, octal and hex values.
10079 Remove excess whitespace in the output. Use `=' in `column='
10080 like in `point=' and `Hscroll='.
10081
10082 * international/mule-cmds.el (encoded-string-description):
10083 Use Lisp-readable syntax for hex.
10084
10085 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10086
10087 * newcomment.el (comment-enter-backward): Handle the case where the
10088 comment is closed by EOB.
10089
10090 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10091
10092 * longlines.el (longlines-before-revert-hook)
10093 (longlines-after-revert-hook): New functions.
10094 (longlines-mode): Turn off longlines temporarily when reverting.
10095 Add a message-setup-hook.
10096 (longlines-decode-buffer): New function.
10097 (longlines-wrap-line): Preserve marker positions.
10098
10099 2005-11-19 Andreas Schwab <schwab@suse.de>
10100
10101 * emacs-lisp/shadow.el: Handle compressed files.
10102
10103 2005-11-19 Romain Francoise <romain@orebokech.com>
10104
10105 * net/browse-url.el (browse-url-default-browser): Signal an error
10106 if no usable browser can be found, rather than try to load w3.
10107
10108 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10109
10110 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10111 replacing existing properties.
10112 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10113 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10114 tty specs.
10115 (rcirc-server-prefix, rcirc-server): New faces.
10116 (rcirc-url-regexp): Generate with rx macro.
10117 (rcirc-last-server-message-time): New variable.
10118 (rcirc-filter): Record time of last message.
10119 (rcirc-keepalive): Kill processes that did not send a message
10120 since the last ping.
10121 (rcirc-mode): Give rcirc-topic a local binding here.
10122
10123 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10124
10125 * subr.el (read-passwd): Fontify the prompt as we do with other
10126 prompts.
10127
10128 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10129
10130 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10131 binding buffer-read-only to nil.
10132
10133 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10134
10135 * complete.el (partial-completion-mode):
10136 Mention completion-auto-help in the doc string.
10137
10138 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10139 more Lisp-ish way.
10140
10141 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10142
10143 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10144 digits, not 8, to avoid misalignment for files larger than 100MB.
10145
10146 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10147
10148 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10149 Mention "keyboard shortcuts" in the help text.
10150
10151 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10152
10153 * startup.el (fancy-splash-default-action): Discard only
10154 mouse-down and succeeding mouse-up events in the splash screen
10155 window so that drag-n-drop event can be processed.
10156
10157 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10158
10159 * longlines.el (longlines-mode): Add hacks for mail-mode and
10160 message-mode.
10161
10162 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10163
10164 * textmodes/org.el (org-table-sort-lines): New command.
10165 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10166 (org-add-file): Command removed, use `org-agenda-file-to-front'
10167 instead.
10168 (org-export-icalendar): Use `org-icalendar-combined-name'.
10169 (org-cycle-agenda-files, org-agenda-file-to-end)
10170 (org-agenda-file-to-front): New commands.
10171 (org-table-tab-jumps-over-hlines, org-export-html-style):
10172 New options.
10173 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10174 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10175 New functions.
10176 (org-fill-paragraph): Call `org-table-align' in tables.
10177 (org-mode): Call `org-set-autofill-regexps'.
10178 (org-export-as-html): Support for local handformatted lists.
10179 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10180 (org-export-local-list-max-depth): New option.
10181 (org-html-expand): Use `org-html-protect'.
10182
10183 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10184
10185 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10186 to "p".
10187 (gdb): Move definition of gud-pp to...
10188
10189 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10190 speedbar.
10191 (gdb-find-watch-expression): New function.
10192
10193 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10194
10195 * faces.el (face-attribute, set-face-attribute): Mention existence
10196 of `:ignore-defface' setting in docstring.
10197
10198 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10199
10200 * simple.el (completion-setup-function): Fix last change.
10201
10202 2005-11-17 John Paul Wallington <jpw@pobox.com>
10203
10204 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10205 Use `posn-set-point' instead of `mouse-set-point' because the
10206 latter is not fbound when configured without X.
10207
10208 * comint.el (comint-insert-input): Likewise.
10209
10210 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10211
10212 * simple.el (hard-newline): New variable.
10213 (sendmail-user-agent-compose, next-line): Use it.
10214
10215 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10216 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10217 (mail-mail-reply-to, mail-mail-followup-to)
10218 (mail-position-on-field, mail-signature, mail-yank-original)
10219 (mail-attach-file): Likewise.
10220
10221 * mail/mailheader.el (mail-header-format)
10222 (mail-header-format-function): Likewise.
10223
10224 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10225
10226 2005-11-17 Juri Linkov <juri@jurta.org>
10227
10228 * font-lock.el (font-lock-faces): Rename this defgroup from
10229 `font-lock-highlighting-faces'.
10230 (font-lock-comment-face, font-lock-comment-delimiter-face)
10231 (font-lock-string-face, font-lock-doc-face)
10232 (font-lock-keyword-face, font-lock-builtin-face)
10233 (font-lock-function-name-face, font-lock-variable-name-face)
10234 (font-lock-type-face, font-lock-constant-face)
10235 (font-lock-warning-face, font-lock-negation-char-face)
10236 (font-lock-preprocessor-face)
10237 (font-lock-regexp-grouping-backslash)
10238 (font-lock-regexp-grouping-construct): Rename :group from
10239 `font-lock-highlighting-faces' to `font-lock-faces'.
10240
10241 * cus-edit.el (lisp, c, tex):
10242 * progmodes/ada-mode.el (ada):
10243 * progmodes/asm-mode.el (asm):
10244 * progmodes/cperl-mode.el (cperl-faces):
10245 * progmodes/cpp.el (cpp):
10246 * progmodes/dcl-mode.el (dcl):
10247 * progmodes/f90.el (f90):
10248 * progmodes/fortran.el (fortran):
10249 * progmodes/icon.el (icon):
10250 * progmodes/idlwave.el (idlwave-misc):
10251 * progmodes/m4-mode.el (m4):
10252 * progmodes/make-mode.el (makefile):
10253 * progmodes/meta-mode.el (meta-font):
10254 * progmodes/modula2.el (modula2):
10255 * progmodes/octave-mod.el (octave):
10256 * progmodes/pascal.el (pascal):
10257 * progmodes/perl-mode.el (perl):
10258 * progmodes/prolog.el (prolog):
10259 * progmodes/ps-mode.el (PostScript-edit):
10260 * progmodes/scheme.el (scheme):
10261 * progmodes/sh-script.el (sh-script):
10262 * progmodes/simula.el (simula):
10263 * progmodes/tcl.el (tcl):
10264 * textmodes/nroff-mode.el (nroff):
10265 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10266 * textmodes/sgml-mode.el (sgml):
10267 * textmodes/texinfo.el (texinfo):
10268 Add :link (custom-group-link font-lock-faces) to defgroup.
10269
10270 * hi-lock.el (hi-lock): Rename this defgroup from
10271 `hi-lock-interactive-text-highlighting'. Change parent group from
10272 `faces' to `font-lock'. Add link to the manual.
10273 (hi-lock-mode, hi-lock-file-patterns-range)
10274 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10275 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10276 (hi-lock-faces): Add :group `faces'.
10277
10278 * cus-edit.el (custom-variable-prompt): Clarify the code.
10279
10280 * faces.el (face-read-string): Set the default value arg of
10281 completing-read.
10282
10283 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10284
10285 * rfn-eshadow.el (file-name-shadow-properties)
10286 (file-name-shadow-tty-properties, file-name-shadow-mode):
10287 Remove autoloads, because the file is now preloaded.
10288
10289 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10290
10291 * printing.el (easy-menu-intern): Don't define.
10292 (pr-get-symbol): Use easy-menu-intern only if defined.
10293
10294 * simple.el (blink-matching-open): Simplify a bit.
10295 (completion-setup-function): Fix the case of partial-completion-mode
10296 when the minibuffer's contents start with "-".
10297 Obey completion-base-size-function even when
10298 minibuffer-completing-file-name is non-nil.
10299
10300 2005-11-16 Richard M. Stallman <rms@gnu.org>
10301
10302 * net/eudcb-ph.el (eudc-ph-open-session):
10303 Use set-process-query-on-exit-flag.
10304
10305 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10306
10307 * international/ucs-tables.el (ucs-set-table-for-input):
10308 Use make-local-variable, not make-variable-buffer-local.
10309
10310 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10311 Improve warning message text.
10312
10313 * savehist.el (savehist-save-hook): Add :group.
10314
10315 * menu-bar.el (menu-bar-help-menu):
10316 Rename Find Extra Packages to External Packages.
10317
10318 * cus-edit.el (Custom-reset-standard): Verify that
10319 :custom-standard-value prop exists before calling it.
10320
10321 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10322
10323 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10324
10325 * wid-edit.el (color): Enclose %t in %{...%}.
10326
10327 * cus-edit.el (face): Enclose %t in %{...%}.
10328
10329 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10330
10331 * savehist.el (savehist-mode-hook): Re-add the var.
10332 (savehist-mode): Use it.
10333
10334 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * textmodes/flyspell.el: Fix commenting convention.
10337 Remove unnecessary leading * in custom docstrings.
10338 (flyspell-emacs): Remove unused var.
10339 (flyspell-delete-region-overlays): Use remove-overlays.
10340 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10341 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10342 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10343 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10344 (make-flyspell-overlay): Don't locally reuse a global name.
10345 (flyspell-highlight-incorrect-region)
10346 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10347 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10348 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10349 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10350 Wrap calls to accept-process-output inside with-local-quit since it's
10351 often called from a post-command-hook.
10352 (flyspell-correct-word, flyspell-auto-correct-word):
10353 Use ispell-send-string.
10354 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10355
10356 * calendar/diary-lib.el (diary-list-entries): Also hide the
10357 terminating newline.
10358
10359 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10360
10361 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10362 window-system, to allow fonts on tty.
10363
10364 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10365
10366 * progmodes/gud.el (gud-speedbar-item-info): New function.
10367 (gud-install-speedbar-variables): Use it to display data type
10368 of watch expression as a tooltip in speedbar.
10369
10370 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10371
10372 * font-core.el (global-font-lock-mode): Add :version keyword,
10373 because default was changed.
10374
10375 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10376
10377 * startup.el (command-line): Use `custom-reevaluate-setting' for
10378 `file-name-shadow-mode'.
10379
10380 * loadup.el: Preload rfn-eshadow.
10381
10382 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10383 Add :version keyword.
10384 (file-name-shadow-properties, file-name-shadow-tty-properties)
10385 (file-name-shadow): Add :version keyword.
10386
10387 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10388 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10389 in the custom-group property of the symbol frames and the fringe
10390 group got no link to its parent group frames.
10391 Doc fix.
10392
10393 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10394
10395 * progmodes/gud.el (gud-stop-subjob): New function.
10396 (gud-menu-map, gud-tool-bar-map): Use it.
10397
10398 2005-11-16 Kim F. Storm <storm@cua.dk>
10399
10400 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10401 than kill it.
10402 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10403 to a more useful/logical place.
10404
10405 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10406
10407 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10408 go buttons complementary.
10409
10410 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10411
10412 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10413 (rfn-eshadow-sifn-equal): New function.
10414 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10415
10416 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10417
10418 * viper-utils.el (viper-non-word-characters-reformed-vi):
10419 Quote `-' in string.
10420
10421 * viper.el (viper-emacs-state-mode-list): Ensure that
10422 rcirc-mode buffers come up in Emacs state.
10423
10424 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10425 operation.
10426
10427 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10428
10429 * term.el (term-termcap-format): Fix typos.
10430 (term-down): Fix the negative argument case.
10431
10432 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10433
10434 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10435 2005-08-15.
10436 (gdb-ann3): New command gud-go.
10437 (menu): Accomodate gdb-mi.el.
10438 (gdb-assembler-custom): Make buffer of selected window current
10439 so that set-window-point works.
10440
10441 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10442 buttons and include new ones.
10443
10444 2005-11-16 Kim F. Storm <storm@cua.dk>
10445
10446 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10447 (gud-menu-map): Use it.
10448
10449 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10450
10451 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10452 that works correctly for Custom and that does not override a user
10453 who disables it.
10454
10455 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10456 (help-xref-interned, help-follow): Make hyperlinks for variables
10457 that are unbound, but have a non-nil variable-documentation property.
10458
10459 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10460 mode hook. (It conflicted with defcustoms for some mode hooks.)
10461 Use the `variable-documentation' property to give the mode hook a
10462 docstring and expand that docstring.
10463
10464 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10465
10466 * savehist.el (savehist-mode): Don't bother with
10467 `custom-set-minor-mode'.
10468 (savehist-coding-system): Check XEmacs version.
10469 (history-length): Declare also at run time.
10470 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10471 Don't set the customize state.
10472 (savehist-minibuffer-hook): Special case for when
10473 minibuffer-history-variable is equal to t.
10474
10475 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10476
10477 * files.el (write-file): Refresh VC status.
10478
10479 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10480 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10481 than fundamental-mode to see if the mode was set.
10482
10483 2005-11-14 Romain Francoise <romain@orebokech.com>
10484
10485 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10486 dummy function in `eval-when-compile' to avoid compiler warning.
10487 Require `man' at compile time.
10488
10489 2005-11-14 Jay Belanger <belanger@truman.edu>
10490
10491 * calc-alg.el (calcFunc-write-out-power): Rename it to
10492 calcFunc-powerexpand.
10493 (math-write-out-power): Rename it to math-powerexpand; have it
10494 handle negative exponents.
10495 (calc-writeoutpower): Rename it to calc-powerexpand.
10496
10497 * calc-ext.el: Change calcFunc-writeoutpower and
10498 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10499 autoloads.
10500 Add calcFunc-ldiv to autoloads.
10501
10502 * calc-arith.el (calcFunc-ldiv): New function.
10503
10504 * calc.el (calc-left-divide): New function.
10505
10506 2005-11-14 Juri Linkov <juri@jurta.org>
10507
10508 * cus-edit.el (custom-variable-prompt): Set the default value arg
10509 of completing-read.
10510
10511 * cus-dep.el (custom-make-dependencies): Reverse the list of
10512 found dependencies.
10513
10514 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10515
10516 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10517 Highlighting" entry, it is on by default now.
10518 (menu-bar-options-save): Do not save global-font-lock-mode.
10519
10520 2005-11-13 Richard M. Stallman <rms@gnu.org>
10521
10522 * textmodes/flyspell.el (flyspell-large-region):
10523 Call flyspell-accept-buffer-local-defs.
10524
10525 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10526
10527 * textmodes/flyspell.el (flyspell-notify-misspell):
10528 Fix misspelling of "Misspelling".
10529 (flyspell-process-localwords): New function.
10530 (flyspell-large-region): Call flyspell-process-localwords and
10531 flyspell-delete-region-overlays.
10532 (flyspell-delete-region-overlays): New function.
10533 (flyspell-delete-all-overlays): Call that.
10534
10535 2005-11-13 Richard M. Stallman <rms@gnu.org>
10536
10537 * help.el (help-for-help-internal): Improve doc of C-h a.
10538 (describe-key): Improve prompt; doc fix.
10539
10540 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10541
10542 * vc-svn.el (vc-svn-registered): Catch all errors.
10543
10544 * cus-dep.el (custom-make-dependencies): Typo.
10545
10546 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10547
10548 * net/tramp-util.el (top): Fix compilation warning.
10549
10550 2005-11-13 Kim F. Storm <storm@cua.dk>
10551
10552 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10553
10554 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10555
10556 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10557 (gud-speedbar-buttons): Match on "const char *" too.
10558
10559 * progmodes/gdb-ui.el (gdb-var-create-handler)
10560 (gdb-var-list-children-handler): Match on "const char *" too.
10561 (gdb-var-evaluate-expression-handler): Match on empty string.
10562 (gdb-var-update-handler): Only call
10563 gdb-var-evaluate-expression-handler when required.
10564
10565 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10566
10567 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10568 selected window. This still doesn't work for speedbar.
10569 (gud-speedbar-buttons): Handle string expressions properly.
10570
10571 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10572 (gdb-var-create-handler): Handle string expressions properly.
10573 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10574 Handle string expressions properly. Move "type" field into regexp.
10575
10576 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10577
10578 * bookmark.el (bookmark-maybe-message): New function to reduce
10579 code duplication: invokes `message' iff baud-rate is high enough.
10580 (bookmark-write-file): Use above instead of an inline conditional.
10581 (bookmark-load): Same.
10582
10583 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10584
10585 * bookmark.el (bookmark-write-file): Don't visit the destination
10586 file, just write the data to it using write-region. This is
10587 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10588 change to avoid visiting the file in the first place.
10589
10590 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10591
10592 * hi-lock.el (hi-lock-mode): Set the default value of
10593 font-lock-defaults.
10594
10595 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10596
10597 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10598 arg to `file-attributes'.
10599 (find-lisp-format): The UID and GID can now be strings.
10600
10601 2005-11-12 Kim F. Storm <storm@cua.dk>
10602
10603 * help.el (help-map): Bind C-h d to apropos-documentation.
10604
10605 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10606 when point is at end-of-buffer.
10607
10608 * apropos.el (apropos-match-face): Doc fix.
10609 (apropos-sort-by-scores): Add new choice `verbose'.
10610 (apropos-documentation-sort-by-scores): New defcustom.
10611 (apropos-pattern): Now contains the pattern entered by the user.
10612 (apropos-pattern-quoted): New defvar.
10613 (apropos-regexp): New defvar, containing the regexp corresponding
10614 to apropos-pattern.
10615 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10616 (apropos-read-pattern): New defun. Use it to read pattern arg in
10617 interactive calls; returns list of words for a word list, and
10618 string for a regexp.
10619 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10620 parses a list of words or regexp as returned by apropos-read-pattern.
10621 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10622 (apropos-score-doc): Return a very high score if the string
10623 entered by the user matches literally.
10624 (apropos-variable): Doc fix. Use apropos-read-pattern.
10625 (apropos-command): Doc fix. Use apropos-read-pattern and
10626 apropos-parse-pattern. Call apropos-print with nosubst=t.
10627 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10628 apropos-parse-pattern.
10629 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10630 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10631 apropos-documentation-sort-by-scores. Call apropos-print with
10632 nosubst=t.
10633 (apropos-documentation-internal): Pass doc string through
10634 substitute-key-definition before adding text properties.
10635 Highlight substring matching literal user input if possible.
10636 (apropos-documentation-check-doc-file): Remove locals beg and end.
10637 Fix calculation of score (as added twice). Pass doc string through
10638 substitute-key-definition before adding text properties.
10639 (apropos-documentation-check-elc-file): Pass doc string through
10640 substitute-key-definition before adding text properties.
10641 Highlight substring matching literal user input if possible.
10642 (apropos-print): Add new arg NOSUBST; if set, command and variable
10643 doc strings have already been passed through substitute-key-definition.
10644 Add code to handle apropos-accumulator items without score element
10645 for backwards compatibility (e.g. with woman package).
10646 Only show scores if apropos-sort-by-scores is `verbose'.
10647
10648 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10649
10650 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10651 Add jka-compr-load-suffixes to load-suffixes.
10652
10653 * jka-compr.el: Require jka-cmpr-hook.
10654 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10655 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10656 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10657 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10658 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10659 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10660 (jka-compr-uninstall): Remove entries from
10661 jka-compr-added-to-file-coding-system-alist after they are used.
10662 (jka-compr-error): Remove unused var `curbuf'.
10663 (jka-compr-file-local-copy): Remove unused var `notfound'.
10664
10665 2005-11-10 Romain Francoise <romain@orebokech.com>
10666
10667 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10668
10669 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10670
10671 * progmodes/gud.el (gud-menu-map): Move parentheses.
10672 (gdb): New command gud-pv.
10673
10674 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10675
10676 * tar-mode.el: Remove spurious or unnecessary leading stars
10677 in docstrings.
10678 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10679 (tar-parse-octal-integer-safe): Use mapc.
10680 (tar-header-block-summarize): Remove unused var `ck'.
10681 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10682 cleared before. Obey default-enable-multibyte-characters.
10683 Use mapconcat. Simplify setting of tar-header-offset.
10684 (tar-mode-map): Move initialization inside delcaration.
10685 (tar-flag-deleted): Use `abs'.
10686 (tar-expunge-internal): Remove unused var `line'.
10687 (tar-expunge-internal): Don't hardcode point-min==1.
10688 (tar-expunge): Widen while doing set-buffer-multibyte.
10689 (tar-rename-entry): Use file-name-coding-system.
10690 (tar-alter-one-field): Don't hardcode point-min==1.
10691 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10692 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10693
10694 2005-11-10 Masatake YAMATO <jet@gyve.org>
10695
10696 * add-log.el (add-log-current-defun): Handle class::method
10697 notation of c++. Fix incorrect comment.
10698
10699 2005-11-10 Alan Mackenzie <acm@muc.de>
10700
10701 * help-fns.el (describe-variable): Make C-h v work when a variable
10702 has variable documentation yet is unbound.
10703
10704 2005-11-10 Masatake YAMATO <jet@gyve.org>
10705
10706 * man.el (Man-highlight-references): Set an empty
10707 string to `Man-arguments' if it is nil.
10708 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10709
10710 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10713 commenting conventions.
10714
10715 * cus-dep.el (custom-make-dependencies): Simplify.
10716 Better follow the commenting conventions.
10717
10718 2005-11-09 Richard M. Stallman <rms@gnu.org>
10719
10720 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10721 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10722 All uses changed.
10723 (apropos-rewrite-regexp): Doc fix.
10724 (apropos-variable, apropos-command, apropos, apropos-value):
10725 Change prompt; carry through the argument renaming.
10726
10727 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10728
10729 * find-lisp.el: Require dired.
10730 (find-lisp-find-dired-internal): Do not call
10731 `abbreviate-file-name' on DIR.
10732
10733 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10734
10735 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10736
10737 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10738
10739 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10740 when using the speedbar.
10741 (gdb): New command gud-pp.
10742 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10743
10744 2005-11-09 Juri Linkov <juri@jurta.org>
10745
10746 * replace.el (occur-excluded-properties): New defcustom.
10747 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10748
10749 2005-11-08 Jay Belanger <belanger@truman.edu>
10750
10751 * calc/calc-units.el (math-convert-units): Replace any composite
10752 unit by its definition.
10753
10754 2005-11-08 Lars Hansen <larsh@soem.dk>
10755
10756 * emacs-lisp/autoload.el (update-directory-autoloads):
10757 Add obsolete function alias.
10758
10759 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10760
10761 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10762 comment-indent-function.
10763 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10764
10765 * reveal.el (reveal-post-command): Rework the handling of
10766 reveal-open-spots, so as to be more reliable. There were several
10767 tricky corner cases where an open spot might be lost, or where
10768 a closed spot might end up on the list of open spots.
10769 Only reveal text that's ellipsised.
10770
10771 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10772
10773 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10774
10775 2005-11-07 John Paul Wallington <jpw@gnu.org>
10776
10777 * ibuffer.el (ibuffer): Search iconified frames too when
10778 getting Ibuffer buffer's window.
10779
10780 2005-11-06 Richard M. Stallman <rms@gnu.org>
10781
10782 * progmodes/compile.el (compilation-internal-error-properties):
10783 save-excursion around the computation of MARKER.
10784
10785 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10786
10787 * textmodes/flyspell.el (flyspell-external-point-words):
10788 flyspell-get-word returns a list, not just a string.
10789
10790 2005-11-06 John Paul Wallington <jpw@pobox.com>
10791
10792 * ibuffer.el (ibuffer): Search all visible frames when getting
10793 Ibuffer buffer's window.
10794
10795 2005-11-07 Masatake YAMATO <jet@gyve.org>
10796
10797 * man.el (Man-reference-regexp): Accept spaces between
10798 `Man-name-regexp' and `Man-section-regexp'.
10799 (Man-apropos-regexp): New variable.
10800 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10801 if available.
10802 (Man-highlight-references, Man-highlight-references0):
10803 Handle the case when `Man-arguments' includes "-k".
10804 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10805 `TARGET'. `TARGET' can be a number, function or nil.
10806
10807 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10808
10809 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10810 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10811 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10812 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10813 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10814 (gdb-send-item): Use buffer-local-value and simplify.
10815
10816 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10817
10818 * startup.el (command-line): Use `custom-reevaluate-setting' for
10819 `global-font-lock-mode'.
10820
10821 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10822 by default, except in batch mode or when the -D option is given.
10823
10824 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10825 specified keyword args on to `define-minor-mode'. Update docstring.
10826
10827 2005-11-05 Romain Francoise <romain@orebokech.com>
10828
10829 * replace.el (occur-engine): Add marker at end of line, too.
10830
10831 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10832
10833 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10834 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10835 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10836 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10837 argument to all these routines, so the passphrase can be managed
10838 externally and passed in to the system.
10839 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10840 pgg-add-passphrase-to-cache function.
10841
10842 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10843 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10844 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10845 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10846 argument to all these routines, so the passphrase can be managed
10847 externally and passed in to the system.
10848 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10849 function.
10850
10851 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10852
10853 * font-lock.el: Don't deal with font-lock-face-attributes here,
10854 move the code ...
10855
10856 * startup.el (command-line): ... here. Use face-spec-set instead
10857 of custom-declare-face.
10858
10859 * faces.el (face-spec-set): Reset the face if spec is not nil.
10860
10861 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10862
10863 * newcomment.el (comment-region-internal): Box more tightly in the
10864 common case where there's no TAB in the boxed text.
10865
10866 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10867
10868 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10869 up-node.
10870
10871 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10872
10873 * newsticker.el: Commentary updated. Code formatting changed.
10874 (newsticker-version): Change to "1.9".
10875 (newsticker, newsticker-feed): Doc fix.
10876 (newsticker-url-list): Doc fix. Add option "Weekly".
10877 (newsticker-retrieval-interval): Add option "Weekly".
10878 (newsticker-headline-processing): Doc fix.
10879 (newsticker-auto-mark-filter): Remove.
10880 (newsticker-auto-mark-filter-list): New.
10881 (newsticker-layout, newsticker-sort-method): Doc fix.
10882 (newsticker-hide-old-items-in-newsticker-buffer)
10883 (newsticker-heading-format, newsticker-item-format)
10884 (newsticker-desc-format): Doc fix.
10885 (newsticker-show-all-rss-elements): Remove.
10886 (newsticker-show-all-news-elements): New.
10887 (newsticker-faces, newsticker-ticker): Doc fix.
10888 (remove-from-invisibility-spec): Code formatting.
10889 (newsticker--process-ids): New.
10890 (newsticker-mode): Doc fix.
10891 (newsticker-mode): Change mode-line-format.
10892 (newsticker-start): Remove debug output.
10893 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10894 (newsticker-w3m-show-inline-images): Code formatting.
10895 (newsticker-next-item): Call `force-mode-line-update'.
10896 (newsticker-previous-item): Call `force-mode-line-update'.
10897 (newsticker-next-feed): Call `force-mode-line-update'.
10898 (newsticker-previous-feed): Call `force-mode-line-update'.
10899 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10900 (newsticker-show-old-items): Do not show descs.
10901 (newsticker-hide-entry): Hide too much.
10902 (newsticker-hide-entry, newsticker-show-entry)
10903 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10904 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10905 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10906 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10907 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10908 (newsticker-get-news): Call `force-mode-line-update'.
10909 Collect process ids.
10910 (newsticker--sentinel): Change coding system handling.
10911 Move image retrieval to new functions newsticker--get-logo-url-*.
10912 Move feed parsing to new functions newsticker--parse-*.
10913 Update list of process ids.
10914 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10915 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10916 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10917 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10918 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10919 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10920 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10921 (newsticker--decode-coding-string): Remove.
10922 (newsticker--decode-numeric-entities): Check input. Format code.
10923 (newsticker--remove-whitespace): Check input.
10924 (newsticker--do-forget-preformatted): Doc fix.
10925 (newsticker--decode-rfc822-date): Allow for missing time.
10926 (newsticker--update-process-ids): New.
10927 (newsticker--image-sentinel): Change comment.
10928 (newsticker--image-read): Change error message.
10929 (newsticker--imenu-goto): Doc fix. Show headline title.
10930 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10931 (newsticker--buffer-do-insert-text): Clean whitespace in
10932 html-rendered headline title. Code formatting.
10933 Call `newsticker--buffer-print-extra-elements'.
10934 (newsticker--buffer-print-extra-element): Remove.
10935 (newsticker--buffer-print-extra-elements): New.
10936 (newsticker--buffer-do-print-extra-element): New.
10937 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10938 large sizes.
10939 (newsticker--run-auto-mark-filter)
10940 (newsticker--do-run-auto-mark-filter):
10941 Use `newsticker-auto-mark-filter-list'.
10942
10943 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10944
10945 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10946 (rcirc-print): Force redisplay before running hooks. Do long
10947 buffer truncation after making new text read-only. Deal with nil
10948 text when decoding strings. If TARGET is nil, use either the
10949 currently selected buffer, if it is an rcirc buffer and of the
10950 same process or the process buffer.
10951 (rcirc-mode): Remove header-line. Recompute short buffer names.
10952 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10953 (rcirc-short-buffer-name): Add variable.
10954 (rcirc-kill-buffer-hook): Recompute short buffer names.
10955 Remove nick from private channel.
10956 (rcirc-send-input): Send command text to current-buffer.
10957 Don't clear overlay arrow here.
10958 (rcirc-short-buffer-name): Return a short buffer name.
10959 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10960 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10961 buffer-name abbreviations.
10962 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10963 Do not touch nick-table when killing a parted channel.
10964 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10965 Clear arrow from current buffer if it is now hidden.
10966 (rcirc-current-buffer): Add variable.
10967 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10968 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10969 Remove -face from names.
10970 (rcirc-update-activity-string): Print "DND" when globally ignoring
10971 activity.
10972 (rcirc-ignore-buffer-activity-flag): Rename from
10973 rcirc-ignore-channel-activity.
10974 (rcirc-ignore-all-activity-flag): Doc fix.
10975 (rcirc-channels): Remove variable.
10976 (rcirc-kill-buffer-hook):
10977 (rcirc-get-buffer-create): Add nick to private channel.
10978 (rcirc-multiline-edit-submit): Remove tabs.
10979 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10980 folded.
10981 (rcirc-remove-nick-channel): Bug fix.
10982 (rcirc-toggle-ignore-buffer-activity): Rename from
10983 rcirc-toggle-ignore-channel-activity.
10984 (rcirc-record-activity): Add buffers to the front of the list.
10985 (rcirc-update-activity): Remove killed buffers from list.
10986 (rcirc-process-server-response-1): Remove last argument if it is
10987 null before calling handler.
10988 (rcirc): Add "rcirc" defcustom prefix.
10989 (rcirc-prompt): Simplify default prompt.
10990 Use custom-initialize-default.
10991 (rcirc-private-chats): Remove variable.
10992 (rcirc-prompt): Change initialization.
10993 (rcirc-version): Remove function.
10994 (rcirc-id-string): Add constant.
10995 (rcirc-last-buffer): Remove variable.
10996 (rcirc-buffer-alist): Add variable.
10997 (rcirc-connect): Update variable setup.
10998 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10999 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11000 default.
11001 (rcirc-handler-generic): Trigger activity.
11002 (rcirc-send-message): Create the buffor of the target.
11003 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11004 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11005 (rcirc-multiline-edit-cancel): Remove function.
11006 (rcirc-set-last-buffer): Remove function.
11007 (rcirc-get-any-buffer): Add function.
11008 (rcirc-join-channels): Don't print /join text.
11009 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11010 messages.
11011 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11012 (rcirc-handler-NOTICE): Recognize CTCP responses.
11013 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11014 constructing TOPIC string for buffers we are not JOINed.
11015 (rcirc-handler-CTCP-response): Add handler.
11016 (rcirc-multiline-edit-submit): Restore the window-configuration
11017 before adjusting point.
11018 (rcirc): Add customization group.
11019 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11020 (rcirc-user-full-name, rcirc-startup-channels-alist)
11021 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11022 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11023 (rcirc-input-ring-size, rcirc-read-only-flag)
11024 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11025 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11026 Change defvar to defcustom.
11027 (rcirc-update-prompt): Add optional ALL arg, which will update
11028 prompts in all rcirc buffers. Regexp quote replacement text.
11029 (rcirc-fill-column): Accept frame-width as a value.
11030 (rcirc-set-changed): Add function.
11031 (rcirc-next-active-buffer): Write more meaningful messages.
11032 (rcirc-faces): Add customization group.
11033 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11034 (rcirc-nick-in-message-face, rcirc-prompt-face)
11035 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11036 (with-rcirc-process-buffer): Move before first usage.
11037 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11038 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11039 (rcirc-debug): Rename from `rcirc-log'.
11040 (rcirc-format-response-string): Do not print `-' chars for a
11041 NOTICE with no sender. Simplify output of server responses.
11042
11043 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11044
11045 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11046 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11047 Make urls mouse and RET clickable.
11048
11049 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11050
11051 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11052
11053 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11054
11055 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11056 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11057 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11058 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11059 argument to all these routines, so the passphrase can be managed
11060 externally and passed in to the system.
11061 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11062 pgg-add-passphrase-to-cache function.
11063
11064 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11065 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11066 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11067 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11068 argument to all these routines, so the passphrase can be managed
11069 externally and passed in to the system.
11070 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11071 function.
11072
11073 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11074
11075 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11076 from goto-address-url-regexp.
11077
11078 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11079
11080 * textmodes/org.el (org-read-date, org-goto-calendar)
11081 (org-recenter-calendar, org-agenda-goto-calendar):
11082 Temporarily clear `calendar-move-hook'.
11083
11084 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11085
11086 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11087 merging.
11088
11089 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11090 have merge clashes.
11091
11092 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11093
11094 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11095 Undo previous change.
11096
11097 * startup.el (command-line): Use `custom-reevaluate-setting' for
11098 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11099 tty-register-default-colors on Mac.
11100
11101 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11102
11103 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11104 (gdb-buffer-type): Make it automatically buffer local...
11105 (gdb-get-create-buffer): ...and set it accordingly.
11106 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11107 actually work.
11108
11109 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11110
11111 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11112 not red.
11113
11114 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11115
11116 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11117 case GUD buffer is not visible.
11118 (gdb-goto-breakpoint): Try to force display in source buffer.
11119 (gdb-frame-gdb-buffer): Copy other similar functions.
11120 (gdb-restore-windows): Don't display source if not asked for.
11121 (gdb-assembler-buffer-name): Don't capitalise.
11122
11123 2005-11-03 Richard M. Stallman <rms@gnu.org>
11124
11125 * wid-edit.el (key-sequence): New widget type.
11126
11127 * simple.el (set-mark-command-repeat-pop): New variable.
11128 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11129 if set-mark-command-repeat-pop is true.
11130
11131 * info.el (Info-fontify-node): Don't display extra "see" if there
11132 already is one here.
11133
11134 * mouse.el: Fix special handling of DEL after dragging a region:
11135 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11136 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11137
11138 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11139
11140 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11141 not to assume it pertains to an affix.
11142
11143 * textmodes/flyspell.el (flyspell-post-command-hook):
11144 Bind deactivate-mark to prevent deactivation.
11145
11146 2005-11-03 Lars Hansen <larsh@soem.dk>
11147
11148 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11149 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11150 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11151
11152 2005-11-03 Romain Francoise <romain@orebokech.com>
11153
11154 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11155 Update copyright years.
11156
11157 2005-11-03 Sam Steingold <sds@gnu.org>
11158
11159 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11160 Use system-type instead of window-system because window-system is not
11161 correctly defined during loadup.
11162
11163 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11164
11165 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11166 (xml-parse-tag): Join strings separated by a comment properly.
11167
11168 2005-11-02 Andreas Schwab <schwab@suse.de>
11169
11170 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11171
11172 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11173
11174 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11175 (byte-optimize-pure-func): Quote the eval'd value.
11176
11177 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11178 Rename from perl-font-lock-syntactic-face-function.
11179 Change the calling convention so it can be used as a font-lock MATCHER.
11180 Do the parse-partial-sexp loop outselves.
11181 (perl-font-lock-syntactic-keywords): Use it.
11182 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11183
11184 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11185
11186 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11187 disassembly buffer too.
11188 (gdb-exited): Remove overlay arrows when execution has finished.
11189 (gdb-info-frames-custom, gdb-info-threads-custom)
11190 (gdb-info-registers-custom): Don't add inappropriate text
11191 properties if inferior is not active.
11192
11193 2005-11-02 Glenn Morris <rgm@gnu.org>
11194
11195 * progmodes/fortran.el (fortran-blink-match):
11196 Use `blink-matching-delay'.
11197
11198 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11199
11200 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11201
11202 2005-11-02 Lars Hansen <larsh@soem.dk>
11203
11204 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11205 "Permission denied".
11206
11207 2005-11-01 Richard M. Stallman <rms@gnu.org>
11208
11209 * textmodes/flyspell.el (flyspell-external-point-words):
11210 Pass nil to flyspell-get-word.
11211
11212 2005-11-02 Kim F. Storm <storm@cua.dk>
11213
11214 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11215 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11216
11217 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11218
11219 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11220 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11221 (calendar-mouse-print-dates): Add optional `event' argument.
11222 Update interactive-spec.
11223 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11224 Use `calendar-event-to-date' instead of `event'.
11225
11226 2005-11-02 Masatake YAMATO <jet@gyve.org>
11227
11228 * progmodes/ld-script.el (ld-script-builtins):
11229 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11230 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11231 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11232
11233 2005-11-01 Romain Francoise <romain@orebokech.com>
11234
11235 * vc-sccs.el: Update copyright year.
11236 * ezimage.el: Likewise.
11237
11238 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11239
11240 * info.el (Info-fontify-node): Use `string-width' for fontifying
11241 underlined titles.
11242
11243 2005-11-01 Juri Linkov <juri@jurta.org>
11244
11245 * info.el (Info-fontify-node): Downcase node header keywords Node,
11246 Prev, Next, Up before comparison.
11247 (Info-history): Insert absolute directory name, and put invisible
11248 property on it.
11249
11250 2005-11-01 Juri Linkov <juri@jurta.org>
11251
11252 * info.el (Info-file-supports-index-cookies): New variable.
11253 (Info-find-node-2): Check makeinfo version for index cookie support.
11254 (Info-index-nodes): Search for nodes with index cookies only when
11255 Info-file-supports-index-cookies is t. Otherwise, search nodes
11256 with "Index" in the node name.
11257 (Info-index-node): Search index cookie in the current node only when
11258 Info-file-supports-index-cookies is t. Otherwise, check the word
11259 "Index" in the node name.
11260 (Info-find-emacs-command-nodes): Remove code that searches nodes
11261 with "Index" node name in the top menu.
11262
11263 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11264
11265 * progmodes/scheme.el (scheme-mode-variables): Use the default
11266 comment-indent-function.
11267
11268 * faces.el (face-attribute): Handle the case where a face inherits from
11269 a non-existent face.
11270
11271 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11272 for octal and hexa output, and merge the char into the paren.
11273 (kill-new): Use push.
11274 (copy-to-buffer): Use with-current-buffer.
11275 (completion-setup-function): Move code in loop to remove redundancy.
11276 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11277 those inherited from minibuffer-local-completion-map.
11278
11279 * savehist.el (savehist-mode) <defcustom>:
11280 Use custom-set-minor-mode if available.
11281 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11282 and emit a message if applicable.
11283
11284 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11285
11286 * savehist.el: Sync up to version 19.
11287 (savehist-mode): New minor mode.
11288 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11289 (savehist-length): Remove (use history-length instead).
11290 (savehist-file-modes): Rename from savehist-modes.
11291 (savehist-save-hook, savehist-loaded): New vars.
11292 (savehist-load): Use savehist-mode. Try to smooth up transition from
11293 old format to new format.
11294 (savehist-install): Allow savehist-autosave-interval to be nil.
11295 (savehist-save): Run the new hook. Be more careful to only trim the
11296 history variables.
11297 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11298 (savehist-printable): Print into a buffer rather than char-by-char.
11299
11300 2005-11-01 John Wiegley <johnw@newartisans.com>
11301
11302 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11303 toggle-ignore keybinding (C-a). The author said it had been
11304 disabled much earlier due to a possible incompatibility, but after
11305 many months of usage I have encountered no problems (and it is a
11306 rather useful option, especially for switching to " *temp*").
11307
11308 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11309 support for OS/X's AddressBook, by calling out to the open source
11310 program "contacts" (installable through Fink).
11311
11312 * net/eudc.el (eudc-expand-inline): If the
11313 `eudc-multiple-match-handling-method' is set to `all', delete the
11314 query string before inserting the query result.
11315
11316 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11317 flag, to prevent Eshell from using the system ls when
11318 `eshell-ls-insert-directory' is in used.
11319 (eshell-ls-insert-directory): Disable font-lock in directory
11320 buffer so that Eshell's own fontification is seen. This broke
11321 recently due to changes in font-lock, so this goes back to version
11322 21 behavior.
11323
11324 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11325
11326 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11327 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11328 (gdb-many-windows): Doc fix.
11329
11330 2005-10-31 Romain Francoise <romain@orebokech.com>
11331
11332 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11333
11334 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11335
11336 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11337 that global-font-lock-mode can be enabled by default.
11338
11339 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11340 (font-lock-add-keywords, font-lock-remove-keywords)
11341 (font-lock-fontify-buffer): Remove autoload cookies.
11342
11343 * jit-lock.el (jit-lock-register): Likewise.
11344
11345 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11346
11347 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11348
11349 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11350 intact if there is no gud-comint-buffer.
11351
11352 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11353
11354 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11355 old prompt comint-prompt-read-only is t and GDB commands are
11356 issued from tool bar etc.
11357
11358 2005-10-31 Masatake YAMATO <jet@gyve.org>
11359
11360 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11361
11362 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11363
11364 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11365 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11366
11367 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11368
11369 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11370 starting at beginning of line. Fontification is messed up when
11371 `open-paren-in-column-0-is-defun-start' set to t.
11372 Reported by John Paul Wallington <jpw@pobox.com>.
11373
11374 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11375
11376 * comint.el (comint-send-input): Call `comint-update-fence' when
11377 `comint-process-echoes' and `comint-prompt-read-only' are both
11378 non-nil, to avoid leftover read-only newline.
11379
11380 2005-10-30 Richard M. Stallman <rms@gnu.org>
11381
11382 * textmodes/flyspell.el (flyspell-external-point-words):
11383 Detect when WORD can't be checked properly because
11384 flyspell-get-word finds just part of it, and move on.
11385
11386 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11387 boundarychar for Polish.
11388 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11389 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11390
11391 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11392
11393 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11394 (gdb-registers-font-lock-keywords): Delete.
11395 (gdb-registers-mode): Don't fontify.
11396 (gdb-info-registers-custom): Use text properties instead as, in
11397 future, changed register values will use font-lock-warning-face.
11398 (gdb-local-font-lock-keywords): Rename to...
11399 (gdb-locals-font-lock-keywords): ...for consistency.
11400
11401 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11402
11403 * vc.el (vc-switch-backend): Better error message if the buffer is
11404 not visiting a file under version control.
11405
11406 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11407
11408 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11409
11410 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11411 ~/.emacs.d/.emacs.
11412
11413 2005-10-29 Richard M. Stallman <rms@gnu.org>
11414
11415 * replace.el (occur-mode-mouse-goto): Always go to other window.
11416 (occur-mode-goto-occurrence): Always switch in same window.
11417
11418 * simple.el (undo): Display message at end, not at start.
11419
11420 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11421 New arg REUSE-CELL.
11422 (cancel-timer-internal): New function.
11423 (timer-event-handler): Use cancel-timer-internal,
11424 and pass the cell it returns to timer-activate...
11425
11426 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11427 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11428 (jit-lock-after-change): Test memory-full.
11429
11430 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11431
11432 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11433 part of the decoded armor to find the key-identifier.
11434 (pgg-gpg-lookup-key-owner): New function to return the
11435 human-readable identifier of a key owner.
11436 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11437 key itself.
11438 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11439 the key value) if we have a key and can match it against a secret
11440 key. Also, added a note pointing out fact that the prompt only
11441 indicates the first matching key.
11442
11443 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11444 pgg-decrypt-region.
11445 (pgg-pending-timers): A new hash for tracking the passphrase cache
11446 timers, so that new ones supercede old ones.
11447 (pgg-add-passphrase-to-cache): Rename from
11448 `pgg-add-passphrase-cache' to reduce confusion (all callers
11449 changed). Modified to cancel old timers when new ones are added.
11450 (pgg-remove-passphrase-from-cache): Rename from
11451 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11452 changed). Modified to cancel old timers when their keys are
11453 removed from the cache.
11454 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11455 XEmacs, an indirection to delete-itimer.
11456 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11457 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11458 users can only check cache without risk of prompting. Correct bug in
11459 notruncate behavior.
11460 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11461 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11462 Add informative docstrings.
11463 (pgg-decrypt): Convey provided passphrase in subordinate call to
11464 pgg-decrypt-region.
11465
11466 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11467 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11468 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11469 `passphrase' argument, so the passphrase can be managed externally
11470 and then passed in to the system.
11471
11472 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11473 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11474 so the passphrase cache can be used reliably with identifiers
11475 besides a pgp packet's key id.
11476
11477 * pgg-gpg.el (pgg-pgp-encrypt-region)
11478 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11479 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11480 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11481 argument to all these routines, so the passphrase can be managed
11482 externally and passed in to the system.
11483
11484 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11485 `notruncate' argument, so the passphrase cache can be used
11486 reliably with identifiers besides a pgp packet's key id.
11487
11488 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11489
11490 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11491 symmetric encryption.
11492 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11493 encrypted session key.
11494 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11495 message ask for the passphrase in a proper way.
11496
11497 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11498 New user commands for symmetric encryption.
11499
11500 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11501
11502 * textmodes/conf-mode.el (conf-assignment-sign)
11503 (conf-assignment-regexp): Fix docstrings.
11504 (conf-mode-initialize): New function.
11505 (conf-mode): Remove optional args. Use delay-mode-hooks to
11506 recognize recursive calls.
11507 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11508 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11509 (conf-xdefaults-mode): Use define-derived-mode and
11510 conf-mode-initialize.
11511
11512 2005-10-29 Romain Francoise <romain@orebokech.com>
11513
11514 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11515
11516 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11517
11518 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11519 part of the decoded armor to find the key-identifier.
11520 (pgg-gpg-lookup-key-owner): New function to return the
11521 human-readable identifier of a key owner.
11522 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11523 key itself.
11524 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11525 the key value) if we have a key and can match it against a secret
11526 key. Also, added a note pointing out fact that the prompt only
11527 indicates the first matching key.
11528
11529 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11530 pgg-decrypt-region.
11531 (pgg-pending-timers): A new hash for tracking the passphrase cache
11532 timers, so that new ones supercede old ones.
11533 (pgg-add-passphrase-to-cache): Rename from
11534 `pgg-add-passphrase-cache' to reduce confusion (all callers
11535 changed). Modified to cancel old timers when new ones are added.
11536 (pgg-remove-passphrase-from-cache): Rename from
11537 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11538 changed). Modified to cancel old timers when their keys are
11539 removed from the cache.
11540 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11541 XEmacs, an indirection to delete-itimer.
11542 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11543 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11544 users can only check cache without risk of prompting. Correct bug in
11545 notruncate behavior.
11546 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11547 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11548 Add informative docstrings.
11549 (pgg-decrypt): Convey provided passphrase in subordinate call to
11550 pgg-decrypt-region.
11551
11552 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11553
11554 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11555 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11556 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11557 `passphrase' argument, so the passphrase can be managed externally
11558 and then passed in to the system.
11559
11560 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11561 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11562 so the passphrase cache can be used reliably with identifiers
11563 besides a pgp packet's key id.
11564
11565 * pgg-gpg.el (pgg-pgp-encrypt-region)
11566 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11567 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11568 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11569 argument to all these routines, so the passphrase can be managed
11570 externally and passed in to the system.
11571
11572 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11573 `notruncate' argument, so the passphrase cache can be used
11574 reliably with identifiers besides a pgp packet's key id.
11575
11576 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11577
11578 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11579 symmetric encryption.
11580 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11581 encrypted session key.
11582 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11583 message ask for the passphrase in a proper way.
11584
11585 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11586 New user commands for symmetric encryption.
11587
11588 2005-10-28 Bill Wohler <wohler@newt.com>
11589
11590 * help-mode.el (help-url): New button type. Calls browse-url.
11591 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11592 Similar to Info nodes: URL `url'.
11593 (help-make-xrefs): Create help-url buttons for
11594 help-xref-url-regexp matches.
11595
11596 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11597
11598 * tool-bar.el (tool-bar-add-item-from-menu)
11599 (tool-bar-local-item-from-menu): Fix doc strings.
11600
11601 2005-10-28 Romain Francoise <romain@orebokech.com>
11602
11603 * ldefs-boot.el: Update.
11604
11605 * subr.el (locate-library): Move from help-fns.el.
11606 * help-fns.el (locate-library): Move to subr.el.
11607
11608 2005-10-28 Richard M. Stallman <rms@gnu.org>
11609
11610 * net/tramp.el (tramp-completion-mode): defvar moved up.
11611
11612 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11613
11614 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11615
11616 * files.el (find-file-noselect): Use %d to format large file size.
11617
11618 * bindings.el (mode-line-format): Add %e.
11619
11620 * loadup.el ("facemenu"): Load unconditionally.
11621 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11622 ("x-dnd"): Load, when appropriate.
11623
11624 * startup.el (command-line): Call before-init-hook earlier.
11625 Warn about some bad characters in -u user name.
11626
11627 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11628 (flyspell-external-point-words): Error if misspelled word is not found.
11629 Set flyspell-large-region-beg at end of word.
11630
11631 2005-10-28 Andreas Schwab <schwab@suse.de>
11632
11633 * view.el (View-revert-buffer-scroll-page-forward):
11634 Use view-page-size-default.
11635
11636 2005-10-28 Juri Linkov <juri@jurta.org>
11637
11638 * international/quail.el (quail-get-current-str): Translate last
11639 raw character for deterministic input methods.
11640
11641 2005-10-27 Jay Belanger <belanger@truman.edu>
11642
11643 * calc/calc-ext.el: Add functions to autoloads.
11644 (math-identity-matrix-p, math-ident-row-p): New functions.
11645
11646 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11647 multiplication by an identity matrix; don't turn multiplication by
11648 an inverse matrix into division.
11649 (math-div-symbol-fancy): Replace division by matrices with
11650 multiplication by inverse.
11651
11652 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11653
11654 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11655 (calc-writeoutpower): New functions.
11656
11657 2005-10-27 Romain Francoise <romain@orebokech.com>
11658
11659 * replace.el (occur-engine): Include colon in mouse-face highlight.
11660
11661 * dired-x.el: Change Maintainer field.
11662
11663 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11664
11665 * longlines.el (longlines-mode): Bind after-change-functions to
11666 nil during initial decoding and final encoding.
11667
11668 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11669
11670 * term.el (term-emulate-terminal, term-handle-colors-array)
11671 (term-handle-ansi-escape): Specify the terminfo capabilities
11672 implemented.
11673
11674 2005-10-26 Richard M. Stallman <rms@gnu.org>
11675
11676 * info.el (Info-fontify-node): Fix detection of sentence-break
11677 before *Note.
11678
11679 2005-10-26 Romain Francoise <romain@orebokech.com>
11680
11681 * smerge-mode.el: Add `tools' to file keywords.
11682
11683 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11684
11685 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11686 when the fringe is not available.
11687
11688 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11689 (def-gdb-auto-update-trigger): Simplify construction.
11690 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11691 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11692 defined explicitly.
11693 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11694 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11695 defined explicitly.
11696 (gdb-info-locals-custom): Remove as it's a no-op.
11697
11698 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11699
11700 * longlines.el (longlines-mode): Remove narrowing before
11701 performing the initial decoding or final encoding.
11702
11703 2005-10-25 Romain Francoise <romain@orebokech.com>
11704
11705 * emacs-lisp/find-func.el (find-library-name): Also strip
11706 extension if library name ends in .el, to take advantage of
11707 `find-library-suffixes'.
11708
11709 2005-10-25 Richard M. Stallman <rms@gnu.org>
11710
11711 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11712
11713 2005-10-25 Juri Linkov <juri@jurta.org>
11714
11715 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11716 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11717
11718 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11719
11720 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11721 (blackbox-redefine-key): Add argument `map'.
11722
11723 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11724 regions when moving the jit-lock-context-unfontify-pos boundary.
11725
11726 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11727
11728 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11729
11730 2005-10-25 Masatake YAMATO <jet@gyve.org>
11731
11732 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11733
11734 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11735
11736 * play/blackbox.el (blackbox-redefine-key): New function.
11737 (blackbox-mode-map): Use it to remap existing bindings for cursor
11738 motion instead of binding literal keys.
11739
11740 2005-10-25 Glenn Morris <rgm@gnu.org>
11741
11742 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11743 diary does not end in a newline. Do not assume a blank line at
11744 the start of the diary file.
11745
11746 2005-10-25 Kenichi Handa <handa@m17n.org>
11747
11748 * international/quail.el (quail-translate-key): If the input
11749 method is deterministic and failed to handle the last key, restart
11750 the key handling loop from an appropriate key.
11751
11752 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11753
11754 * vc.el (vc-dired-mode): Extend comment for binding of
11755 `directory-listing-before-filename-regexp'.
11756
11757 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11758
11759 * textmodes/texinfo.el (texinfo-mode):
11760 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11761 not to unnecessarily expose emacs-mule's internal char codes.
11762
11763 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11764
11765 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11766 Display hand pointer and help-echo on disabled icon too.
11767 (gdb-mouse-until): New function.
11768 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11769
11770 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11771
11772 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11773 with 2005-10-23 change to doctor.el.
11774
11775 * finder.el (finder-mode-map): Add follow-link binding.
11776
11777 2005-10-25 Kim F. Storm <storm@cua.dk>
11778
11779 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11780 to gdb-mouse-toggle-breakpoint-fringe.
11781 (gdb-mouse-toggle-breakpoint-margin): Rename from
11782 gdb-mouse-toggle-breakpoint. Fix doc.
11783 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11784 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11785 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11786 string properties also for fringe breakpoint bitmaps.
11787
11788 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11789
11790 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11791
11792 2005-10-25 Masatake YAMATO <jet@gyve.org>
11793
11794 * simple.el (completion-common-substring):
11795 Use `completion-common-substring' prior to `completion-base-size'.
11796
11797 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11798
11799 * savehist.el: Require CL while compiling.
11800 (savehist-history-variables): Remove.
11801 (savehist-save-minibuffer-history, savehist-additional-variables)
11802 (savehist-minibuffer-history-variables): New vars.
11803 (savehist-save): Use them.
11804 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11805 (savehist-install): New fun, extracted from savehist-load.
11806 (savehist-load): Use them.
11807
11808 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11809
11810 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11811 a dummy doc-string-elt property.
11812 (defalias, defvaralias, define-category): Add a docstring property.
11813
11814 * image.el (defimage):
11815 * widget.el (define-widget):
11816 * custom.el (defface, defcustom): Add `doc-string' declaration.
11817
11818 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11819 (defadvice): Add `doc-string' declaration.
11820
11821 * emacs-lisp/byte-run.el (macro-declaration-function):
11822 Handle `doc-string' declarations.
11823 (define-obsolete-function-alias, define-obsolete-variable-alias):
11824 Add `doc-string' declaration.
11825
11826 2005-10-24 Kenichi Handa <handa@m17n.org>
11827
11828 * international/utf-7.el (utf-7): Add autoload cookie.
11829
11830 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11831
11832 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11833
11834 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11835 list of directories passed to batch-update-autoloads. Add "." to
11836 the list of the echoed directories.
11837
11838 * pgg-def.el:
11839 * pgg-gpg.el:
11840 * pgg-parse.el:
11841 * pgg-pgp.el:
11842 * pgg-pgp5.el:
11843 * pgg.el: Moved here from the gnus subdirectory.
11844
11845 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11846
11847 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11848 in case comint-prompt-read-only is set to t.
11849
11850 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11851 in case comint-prompt-read-only is set to t.
11852
11853 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11854
11855 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11856 Now a string.
11857 (icalendar-import-format): Handle CLASS, STATUS, URL.
11858 Rename `subject' to `summary'.
11859 (icalendar-import-format-summary): Rename from
11860 `icalendar-import-format-subject'.
11861 (icalendar-import-format-url, icalendar-import-format-status)
11862 (icalendar-import-format-class): New variables.
11863 (icalendar--rris): Take variable argument list.
11864 (icalendar--datestring-to-isodate): Remove unnecessary
11865 calendar-style check when converting dates with explicit month names.
11866 (icalendar-export-region): Change return type of conversion
11867 subroutines. Bury current buffer unless error occurred.
11868 (icalendar--convert-to-ical)
11869 (icalendar--parse-summary-and-rest): New functions.
11870 (icalendar--convert-ordinary-to-ical)
11871 (icalendar--convert-weekly-to-ical)
11872 (icalendar--convert-yearly-to-ical)
11873 (icalendar--convert-block-to-ical)
11874 (icalendar--convert-cyclic-to-ical)
11875 (icalendar--convert-anniversary-to-ical): Change return type.
11876 Strip trailing blanks from subject.
11877 (icalendar--convert-sexp-to-ical): Change return type.
11878 Strip trailing blanks from subject. Handle simple sexp
11879 entries as generated by icalendar.el.
11880 (icalendar--convert-float-to-ical)
11881 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11882 (icalendar-import-file): Doc fix.
11883 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11884 Correct call to icalendar--rris.
11885 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11886 `summary'.
11887 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11888
11889 2005-10-24 Romain Francoise <romain@orebokech.com>
11890
11891 * server.el (server-sentinel): Set query-on-exit flag to nil on
11892 new client processes (it isn't inherited from the server process).
11893
11894 * replace.el (occur-engine): Rearrange text properties.
11895
11896 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11897
11898 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11899 case-fold-search is nil.
11900 (debug-help-follow): Use help-xref-interned directly.
11901
11902 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11903
11904 * thumbs.el (thumbs-image-type): Add .pbm.
11905
11906 2005-10-23 Richard M. Stallman <rms@gnu.org>
11907
11908 * faces.el (inhibit-face-set-after-frame-default): New variable.
11909 (set-face-attribute): Bind it.
11910 (face-set-after-frame-default): Test it.
11911
11912 * help-fns.el (describe-simplify-lib-file-name): New function.
11913 (describe-function-1, describe-variable): Use it.
11914
11915 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11916
11917 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11918 Eliminate nil as possible value.
11919 (tooltip-hide-delay): Reduce internal-border-width.
11920
11921 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11922 (menu-bar-file-menu) <new-file>: Likewise.
11923
11924 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11925
11926 * international/mule.el (load-with-code-conversion):
11927 Pass full file name to `eval-buffer' unless preloading.
11928
11929 * textmodes/flyspell.el (flyspell-large-region):
11930 Call ispell-check-version.
11931
11932 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11933 Fix the make-variable-buffer-local call that was supposed
11934 to be for this variable.
11935 (ispell-aspell-supports-utf8): Doc fix.
11936 (ispell-find-aspell-dictionaries): Preserve elements of
11937 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11938 (ispell-aspell-find-dictionary): Return nil on error.
11939
11940 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11941 (doctor-symptoms): Likewise.
11942
11943 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11944
11945 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11946
11947 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11948 (custom-raised-buttons): Add :set spec.
11949 (custom-button-unraised, custom-button-pressed-unraised):
11950 New faces, so that custom-raised-buttons actually does something.
11951 (custom-mode): Use custom-button and custom-button-pressed.
11952
11953 * wid-edit.el (widget-specify-button): Don't ignore
11954 widget-mouse-face on graphic terminals.
11955 (widget-move-and-invoke): Cleanup.
11956
11957 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11958
11959 * whitespace.el (whitespace-cleanup): Doc fix.
11960
11961 2005-10-23 Romain Francoise <romain@orebokech.com>
11962
11963 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11964 `eval-after-load' to avoid evaluating their result.
11965
11966 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11967
11968 * files.el (directory-listing-before-filename-regexp):
11969 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11970
11971 * dired.el (dired-move-to-filename-regexp): Remove.
11972 All occurences replaced by `directory-listing-before-filename-regexp'.
11973
11974 * dired-x.el, locate.el, vc.el:
11975 Replace `dired-move-to-filename-regexp' by
11976 `directory-listing-before-filename-regexp'. In vc.el it is
11977 overwritten locally; maybe this can be handled in files.el too.
11978
11979 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11980 replaced by `directory-listing-before-filename-regexp'.
11981
11982 2005-10-23 Andreas Schwab <schwab@suse.de>
11983
11984 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11985 and eval-next-after-load.
11986
11987 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11988
11989 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11990 exist, create it.
11991
11992 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
11993
11994 * allout.el: Remove autoloads for mailcrypt and crypt++.
11995 Require pgg, pgg-gpg during compilation.
11996 (allout-version): Increment version number to 2.1, and use a literal
11997 rather than RCS Id.
11998 (allout-default-encryption-scheme): Remove.
11999 (allout-passphrase-verifier-handling)
12000 (allout-passphrase-verifier-string)
12001 (allout-file-passphrase-verifier-string)
12002 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12003 (allout-passphrase-hint-handling): Rename and simplify.
12004 (allout-init): Use `find-file-hook' if available, otherwise
12005 `find-file-hooks'.
12006 (allout-mode): Use `write-file-functions' if available, otherwise
12007 `local-write-file-hooks' and, instead of making auto-save-hook
12008 buffer local, make the write-file-hook activity contingent to
12009 allout-mode.
12010 (allout-mode): Use key-binding substitution in the docstring.
12011 (allout-kill-line): Spell-out kill ring data structure mutation
12012 instead of using byte-compiler-complaint-provoking `pop'.
12013 (allout-insert-listified): Use `insert' rather than `insert-string'
12014 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12015 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12016 (allout-encrypt-string): Totally revamped vis new underlying
12017 encryption facilities.
12018 (allout-mc-activate-passwd): Remove.
12019 (allout-obtain-passphrase): New, more or less replaces
12020 allout-mc-activate-passwd.
12021 (allout-encrypted-key-info): More or less replaces
12022 allout-encrypted-text-type.
12023 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12024 (my-mark-marker): Use `(featurep 'xemacs)'.
12025
12026 2005-10-23 Lars Hansen <larsh@soem.dk>
12027
12028 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12029 (byte-compile-file-form-defmumble, byte-compile-defun)
12030 (byte-compile-defmacro): Use it.
12031 (byte-compile-form): Don't call byte-compile-set-symbol-position
12032 when a byte-compile handler is called.
12033
12034 2005-10-22 Romain Francoise <romain@orebokech.com>
12035
12036 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12037
12038 * subr.el (eval-after-load): Convert library name to an absolute
12039 file name using locate-library, since load-history no longer has
12040 library names in it.
12041
12042 2005-10-22 Richard M. Stallman <rms@gnu.org>
12043
12044 * files.el (make-temp-file): Move from subr.el.
12045 * subr.el (make-temp-file): Move to files.el.
12046
12047 * window.el (get-buffer-window-list): Move from subr.el.
12048 * subr.el (get-buffer-window-list): Move to window.el.
12049
12050 * image.el (image-load-path): Use eval-at-startup to initialize.
12051
12052 * subr.el (eval-at-startup): New macro.
12053
12054 * subr.el: Much rearrangement of functions and division
12055 into pages. No code changes.
12056
12057 2005-10-22 Kenichi Handa <handa@m17n.org>
12058
12059 * tar-mode.el (tar-extract): Be sure to call
12060 find-operation-coding-system if set-auto-coding doesn't find a
12061 coding system.
12062
12063 2005-10-22 Kim F. Storm <storm@cua.dk>
12064
12065 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12066 Change users.
12067 (image-type-file-name-regexps): New defconst.
12068 (image-type-from-data): Simplify loop.
12069 (image-type-from-buffer): New defun.
12070 (image-type-from-file-header): Use it instead of image-type-from-data.
12071 Use image-search-load-path instead of only looking in data-directory.
12072 (image-type-from-file-name): New defun.
12073 (image-search-load-path): Change `pathname' to `filename'.
12074 Make PATH arg optional, default to image-load-path.
12075
12076 2005-10-21 Richard M. Stallman <rms@gnu.org>
12077
12078 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12079
12080 * textmodes/paragraphs.el (sentence-end-base): New variable.
12081 (sentence-end): Use sentence-end-base.
12082
12083 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12084
12085 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12086 property independently from the font-lock-multiline variable.
12087
12088 2005-10-21 Richard M. Stallman <rms@gnu.org>
12089
12090 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12091
12092 * startup.el (command-line): Convert library names
12093 in `load-history' to absolute file names.
12094
12095 * subr.el (symbol-file): Doc fix.
12096
12097 * loadhist.el (file-loadhist-lookup): Call locate-library
12098 instead of find-library-name. Don't try converting
12099 abs file names to library names, since load-history no longer
12100 has library names in it.
12101 (file-dependents, file-provides, file-requires): Doc fixes.
12102
12103 2005-10-21 Juri Linkov <juri@jurta.org>
12104
12105 * progmodes/etags.el (tags-table-mode): New function.
12106 (tags-verify-table): Replace initialize-new-tags-table with
12107 tags-table-mode.
12108
12109 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12110 default value.
12111 (desktop-modes-not-to-save): Add tags-table-mode to the
12112 default value.
12113
12114 * info.el (Info-index-next): Add total number of index
12115 alternatives to the message.
12116
12117 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12118 backward only space (instead of space and period) before looking
12119 at sentence end.
12120
12121 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12122 Add the old variable value as 4th default-value arg of read-string.
12123
12124 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12125
12126 * cus-face.el (custom-declare-face): Make face from X resources
12127 also on Mac.
12128
12129 * disp-table.el (standard-display-g1, standard-display-graphic):
12130 Refuse to use string glyphs also on Mac.
12131 (standard-display-european): Don't set terminal coding system also
12132 on Mac.
12133
12134 * frame.el (display-screens): Use x-display-screens also on Mac.
12135
12136 2005-10-21 Romain Francoise <romain@orebokech.com>
12137
12138 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12139
12140 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12141
12142 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12143 and $? into sexps.
12144
12145 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12146 warning face on open-paren-in-column-0.
12147
12148 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12149 boundary case. Fix typo.
12150 Suggested by Martin Rudalics <rudalics@gmx.at>.
12151
12152 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12153
12154 * textmodes/org.el (org-combined-agenda-icalendar-file)
12155 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12156 (org-export-icalendar-this-file)
12157 (org-export-icalendar-all-agenda-files)
12158 (org-export-icalendar-combine-agenda-files): New commands.
12159 (org-export-icalendar, org-print-icalendar-entries)
12160 (org-start-icalendar-file, org-finish-icalendar-file)
12161 (org-ical-ts-to-string): New functions.
12162 (org-read-date, org-goto-calendar)
12163 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12164 call to `calendar'.
12165 (orgtbl-setup): Remove the :keys arguments from the menu description.
12166 (org-after-save-iCalendar-file-hook): New variable.
12167
12168 2005-10-21 Kenichi Handa <handa@m17n.org>
12169
12170 * language/vietnamese.el (tcvn-5712): Make it an alias of
12171 vietnamese-tcvn coding-system.
12172
12173 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12174
12175 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12176 group id is given.
12177
12178 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12179
12180 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12181 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12182 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12183 whose line is either continued or ends with a comment.
12184
12185 2005-10-20 Romain Francoise <romain@orebokech.com>
12186
12187 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12188
12189 * replace.el (occur-engine): Add follow-link property.
12190
12191 * font-core.el (font-lock-mode): Doc fix.
12192
12193 2005-10-20 Richard M. Stallman <rms@gnu.org>
12194
12195 * net/rcirc.el: New file.
12196
12197 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12198
12199 * term.el (term-term-name): Initialize to "eterm-color".
12200
12201 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12202
12203 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12204 for encryption functionality.
12205 Move allout customization subgroup from `editing' to `outlines' group.
12206 Fix commentary keywords to legitimate ones.
12207 Update author info (using my current email address, obscurified).
12208 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12209 (allout-encrypted-topic-p, allout-encrypted-text-type)
12210 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12211 (allout-situate-encryption-key-verifier)
12212 (allout-get-encryption-key-verifier, allout-verify-key)
12213 (allout-next-topic-pending-encryption)
12214 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12215 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12216 (outline-key-verifier-handling, outline-key-hint-handling)
12217 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12218 (allout-file-key-verifier-string, allout-encryption-scheme)
12219 (allout-key-verifier-string, allout-key-hint-string)
12220 (allout-after-save-decrypt): New variables.
12221 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12222 (allout-after-saves-handler): New hook functions.
12223 (allout-post-command-business): Do allout-after-save-decrypt.
12224 (allout-enable-file-variable-adjustment): Custom var to enable
12225 mechanism for adding and adjusting settings of Emacs file variables.
12226 (allout-adjust-file-variable, allout-file-vars-section-data):
12227 New functions, implement the mechanism.
12228 (outlineify-sticky): Use the file vars mechanism.
12229 (allout-inhibit-protection, allout-during-write-cue)
12230 (allout-override-protect, allout-before-change-protect): Remove.
12231 (allout-flag-region, allout-open-topic): Adjust read-only text.
12232 (allout-open-line-not-read-only): Add to facilitate read-only
12233 text based protection.
12234 (allout-kill-line): Revise to adjust read-only text, clue the
12235 user about the inhibition.
12236 (allout-unprotected): Use unwind-protect.
12237 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12238 topic deeper than the offspring depth of the previous topic -
12239 avoiding confusing "containment discontinuities".
12240 (allout-reindent-bodies): Fix retention of body relative hanging
12241 indent during promotion of collapsed bodies.
12242 (allout-open-topic): Make it easy to open new topic with same
12243 bullet as current topic - topic creation functions provided with
12244 any universal argument provokes now prompt for bullet, defaulting
12245 to the bullet of the previous topic.
12246 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12247 Plain bullet alternates `.' period and `,' comma only. All other
12248 bullets are relegated to special status (but customizable).
12249 (allout-end-of-entry): Rename from allout-end-of-current-entry
12250 since it actually operates w.r.t. most immediately containing
12251 entry, visible or not.
12252 (allout-hide-current-entry, allout-show-current-entry): Use the
12253 revised version.
12254 (allout-old-expose-topic): Solidify deprecation.
12255 (allout-end-of-subtree): Add so we can span concealed as well
12256 as visible topics.
12257 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12258 (allout-end-of-current-heading): Tweak to just respect the first line.
12259 (allout-get-body-text): Add.
12260 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12261 when invoked interactively.
12262 (allout-up-current-level): Use `interactive-p'.
12263 (allout-mode, allout-init): Miscellaneous docstring and
12264 operational refinements, as well as hookups of new encryption stuff.
12265 (allout-beginning-of-current-entry): Now works as advertised.
12266 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12267 (allout-isearch-rectification): Refine condition for isearching.
12268 (allout-isearch-abort, allout-enwrap-isearch)
12269 (allout-flag-region, my-region-active-p): Relocate some macros.
12270 (allout-title): Fallback title is (buffer-name), not
12271 non-existing (current-buffer-name).
12272 (subst-char-in-string): Define if absent (for some XEmacs versions).
12273
12274 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12275
12276 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12277 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12278 (mail-citation-prefix-regexp, mail-signature-file)
12279 (mail-default-headers, mail-bury-selects-summary)
12280 (mail-send-nonascii): Add autoload cookies.
12281
12282 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12283
12284 * frame.el (blink-cursor-mode): Add `mac' to the list of
12285 window-system's that support blinking cursor.
12286
12287 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12288
12289 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12290
12291 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12292
12293 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12294 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12295 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12296
12297 2005-10-20 Kim F. Storm <storm@cua.dk>
12298
12299 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12300 (ido-set-current-directory): Don't add / after final @.
12301 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12302 Explicitly handle ange-ftp completion oddities.
12303 (ido-make-file-list): Don't rotate list at tramp root to avoid
12304 triggering tramp file handler for expand-file-name via get-file-buffer.
12305
12306 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12307
12308 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12309
12310 2005-10-19 Jay Belanger <belanger@truman.edu>
12311
12312 * calc/calc-units.el (math-standard-units): Add units, adjust
12313 symbols and update values.
12314 (math-unit-prefixes): Add more prefixes.
12315
12316 2005-10-19 Romain Francoise <romain@orebokech.com>
12317
12318 * bookmark.el (bookmark-menu-heading): New face.
12319 (bookmark-bmenu-list): Use it.
12320 Don't fiddle with `baud-rate' at top-level.
12321
12322 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12323
12324 * image.el (create-image, find-image): Mention max-image-size in
12325 docstring.
12326
12327 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12328
12329 * savehist.el (savehist-load): Revert to checking XEmacs.
12330
12331 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12332 Various docstring and line-width fixups.
12333 (conf-mode): Use cond.
12334 Set font-lock-defaults. Don't set comment-use-syntax.
12335
12336 2005-10-18 David Ponce <david@dponce.com>
12337
12338 * tree-widget.el (tree-widget-button-click): New function.
12339 (tree-widget-button-keymap): Use it.
12340
12341 2005-10-18 Romain Francoise <romain@orebokech.com>
12342
12343 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12344 (bookmark-bmenu-hide-filenames): Add follow-link property.
12345 Improve help-echo text.
12346
12347 * ffap.el (find-file-at-point): Doc fix.
12348
12349 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12350
12351 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12352
12353 2005-10-18 Masatake YAMATO <jet@gyve.org>
12354
12355 Install to the CVS repository what I forgot to install in my
12356 2005-10-16 changes.
12357
12358 * progmodes/python.el (python-complete-symbol): Pass the common
12359 prefix substring of completion to `display-completion-list'.
12360
12361 * textmodes/org.el (org-complete): Ditto.
12362
12363 2005-10-18 Masatake YAMATO <jet@gyve.org>
12364
12365 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12366
12367 * woman.el (WoMan-xref-man-page): New button type derived
12368 from `Man-abstract-xref-man-page'.
12369 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12370
12371 * man.el (Man-abstract-xref-man-page): New button type.
12372 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12373 (Man-highlight-references): Add new optional argument `xref-man-type'.
12374
12375 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12376
12377 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12378
12379 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12380
12381 * cus-edit.el (Custom-move-and-invoke): Delete.
12382 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12383
12384 * wid-edit.el (widget-move-and-invoke): New function, from
12385 Custom-move-and-invoke.
12386
12387 2005-10-17 Bill Wohler <wohler@newt.com>
12388
12389 Move all remaining images from lisp/toolbar to etc/images, move
12390 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12391 the low resolution images in their own directory (low-color).
12392
12393 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12394 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12395 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12396 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12397 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12398 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12399 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12400
12401 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12402 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12403 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12404 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12405 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12406 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12407 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12408 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12409 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12410 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12411 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12412 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12413 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12414 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12415 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12416
12417 To conform with convention, replace the underscore (_) in the
12418 following image names with dash (-) or (/) as appropriate.
12419
12420 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12421 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12422 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12423 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12424 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12425 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12426 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12427 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12428 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12429 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12430 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12431 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12432 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12433 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12434 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12435
12436 * info.el (info-tool-bar-map): Replace underscores in image names
12437 with dashes.
12438
12439 * makefile.w32-in (WINS): Remove toolbar.
12440
12441 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12442
12443 * tool-bar.el: Move to lisp from toolbar. Now that
12444 toolbar is empty, it should be deleted when folks run "cvs up -P".
12445
12446 2005-10-18 Jay Belanger <belanger@truman.edu>
12447
12448 * calc/calc-store.el (calc-store-into): Get the proper variable name
12449 to display in message.
12450
12451 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12452
12453 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12454 expressions display in speedbar for all buffers when debugging.
12455 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12456
12457 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12458 (speedbar-insert-button, speedbar-make-button):
12459 Use add-text-properties.
12460 (speedbar-update-localized-contents)
12461 (speedbar-update-directory-contents)
12462 (speedbar-update-special-contents): Use dolist.
12463 (speedbar-buffer-easymenu-definition): Add a menu separator.
12464
12465 2005-10-17 Jason Rumney <jasonr@gnu.org>
12466
12467 * makefile.w32-in: Use $(lisp) consistently.
12468 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12469 for shell specific generation of mh-autoloads.
12470
12471 2005-10-17 Richard M. Stallman <rms@gnu.org>
12472
12473 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12474
12475 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12476
12477 * jit-lock.el (jit-lock-fontify-now):
12478 Move jit-lock-context-unfontify-pos to avoid wasted work.
12479
12480 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12481
12482 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12483 `tramp-completion-mode' for checking if we are in completion mode.
12484 (tramp-completion-handle-file-name-all-completions): Reorder code
12485 in order to complete for file names only in case there are no
12486 method/user/host completions. This is necessary for cooperation
12487 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12488
12489 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12490
12491 * longlines.el (longlines-search-forward)
12492 (longlines-search-backward): Match any number of spaces.
12493
12494 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12495
12496 * diff-mode.el (diff-mode): Doc fix.
12497
12498 2005-10-16 David Reitter <david.reitter@gmail.com>
12499
12500 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12501 as default on darwin and windows systems.
12502
12503 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12504
12505 * arc-mode.el (archive-zip-extract): Doc fix.
12506
12507 2005-10-16 Romain Francoise <romain@orebokech.com>
12508
12509 * mouse.el (mouse-1-click-follows-link): Doc fix.
12510
12511 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12512
12513 * savehist.el: Don't require CL at runtime.
12514 (savehist-xemacs): Remove.
12515 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12516 (savehist-no-conversion): Use (featurep 'xemacs).
12517 (savehist-load): Check existence of start-itimer rather than XEmacs.
12518 Use an idle timer.
12519 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12520 `delete-if-not'.
12521
12522 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12523
12524 * savehist.el: Newer version.
12525 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12526 (savehist-last-checksum, savehist-no-conversion): New vars.
12527 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12528 New functions.
12529 (savehist-load, savehist-save): Use them.
12530 (savehist-delimit): Remove.
12531
12532 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12533
12534 * progmodes/compile.el (compilation-goto-locus): Display the
12535 compilation buffer first and the source buffer second, in case they're
12536 in overlapping frames. Don't raise the compilation frame if it was the
12537 selected window upon entry. Pass the `other-window' arg to
12538 pop-to-buffer.
12539
12540 * info.el (Info-fontify-node): Use dolist.
12541 Change add-text-properties to put-text-property.
12542
12543 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12544
12545 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12546 bound of search.
12547
12548 2005-10-16 Masatake YAMATO <jet@gyve.org>
12549
12550 * dabbrev.el (dabbrev-completion): Pass the common
12551 prefix substring of completion to `display-completion-list'.
12552
12553 * filecache.el (file-cache-minibuffer-complete)
12554 (file-cache-complete): Ditto.
12555
12556 * tempo.el (tempo-display-completions): Ditto.
12557
12558 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12559
12560 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12561
12562 * eshell/em-hist.el (eshell-list-history): Ditto.
12563
12564 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12565
12566 * mail/mailalias.el (mail-complete): Ditto.
12567
12568 * progmodes/etags.el (complete-tag): Ditto.
12569
12570 * progmodes/make-mode.el (makefile-complete): Ditto.
12571
12572 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12573
12574 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12575
12576 * progmodes/pascal.el (pascal-complete-word)
12577 (pascal-show-completions): Ditto.
12578
12579 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12580
12581 * simple.el (completion-common-substring): New variable.
12582 (completion-setup-function): Use `completion-common-substring'
12583 to put faces.
12584
12585 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12586
12587 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12588 (x-get-selection, mac-select-convert-to-string): Convert from/to
12589 UTF-16 clipboard data as in native byte order, no BOM.
12590
12591 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12592
12593 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12594 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12595 (gud-sentinel): Use speedbar-frame to check for speedbar.
12596
12597 2005-10-15 Richard M. Stallman <rms@gnu.org>
12598
12599 * savehist.el: New file.
12600
12601 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12602
12603 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12604 Fix bug in \bf fontification.
12605
12606 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12607
12608 * pcvs.el (cvs-edit-log-files): New var.
12609 (cvs-mode-edit-log): New arg `file'.
12610 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12611 Instead force the use of the original file and nothing else.
12612 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12613 the cvs-minor-wrap-function is set.
12614 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12615
12616 2005-10-14 Bill Wohler <wohler@newt.com>
12617
12618 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12619 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12620 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12621 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12622 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12623 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12624 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12625 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12626 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12627 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12628 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12629 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12630 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12631 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12632 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12633
12634 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12635 appropriately (for example, gud-break to gud/break).
12636
12637 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12638
12639 * longlines.el (longlinges-search-function)
12640 (longlines-search-forward, longlines-search-backward): New functions.
12641 (longlines-mode): Set isearch-search-fun-function to
12642 longlinges-search-function.
12643
12644 * mouse.el (mouse-drag-region-1): Handle the case where a
12645 double-click event is bound to an arbitrary function.
12646
12647 2005-10-14 David Ponce <david@dponce.com>
12648
12649 * recentf.el (recentf-track-opened-file)
12650 (recentf-track-closed-file, recentf-update-menu)
12651 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12652 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12653 mouse-1-click-follows-link.
12654
12655 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12656
12657 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12658 Gnome file-manager.png. Suggested by
12659 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12660
12661 * toolbar/README: Add diropen.xpm.
12662
12663 2005-10-13 Bill Wohler <wohler@newt.com>
12664
12665 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12666 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12667
12668 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12669
12670 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12671 Don't waste the byte-compiler's time on constant data.
12672
12673 2005-10-13 Kenichi Handa <handa@m17n.org>
12674
12675 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12676 byte with `escape-glyph' face.
12677
12678 * international/fontset.el (ccl-encode-unicode-font):
12679 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12680 Handle the case that ucs-mule-to-mule-unicode translates a character to
12681 ASCII (usually for IPA characters).
12682
12683 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12684
12685 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12686 Don't hide the underline of titles if font-lock-mode is disabled.
12687
12688 2005-10-12 Bill Wohler <wohler@newt.com>
12689
12690 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12691 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12692 files in MH-E-SRC have been updated.
12693 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12694
12695 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12696
12697 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12698 (mixal-mode-syntax-table): Add \n as end-comment.
12699 (mixal-operation-codes-alist): Immediately initialize to full value.
12700 (mixal-add-operation-code): Remove.
12701 (mixal-describe-operation-code): Make the arg non-optional.
12702 Use the interactive spec instead.
12703 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12704 (mixal-font-lock-keywords): Don't highlight comments here any more.
12705 (mixal-font-lock-syntactic-keywords): New var.
12706 (mixal-mode): Use it. Fix comment-start-skip.
12707
12708 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12709
12710 * startup.el (command-line-x-option-alist): -nb => -nbi
12711
12712 2005-10-12 Kim F. Storm <storm@cua.dk>
12713
12714 * startup.el (fancy-splash-default-action): Discard mouse click in
12715 the splash screen window, as it has no sensible meaning in the
12716 next window to be selected. Fixes error reported by Jan D.
12717
12718 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12719
12720 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12721
12722 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12723
12724 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12725 Try to fix up minor layout issues like indentation, line break, etc...
12726 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12727 because it doesn't work.
12728 (mixal-operation-codes): Add some more codes.
12729 (mixal-font-lock-keywords): Process comments here.
12730 (mixal-mode): mixasm no longer needs -g option.
12731
12732 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12733
12734 * progmodes/sh-script.el (sh-tmp-file):
12735 Use mktemp -t. Finish support for es and rc shells.
12736
12737 2005-10-11 Jay Belanger <belanger@truman.edu>
12738
12739 * calc/calcalg2.el (calc-integral): With an argument, compute the
12740 definite integral.
12741
12742 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12743
12744 * mouse.el (mouse-drag-region-1): Don't try to catch a
12745 double-click when doing follow-link (it's overridden anyway).
12746
12747 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12748
12749 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12750 (autoload-print-form-outbuf): Add docstring.
12751
12752 2005-10-11 Juri Linkov <juri@jurta.org>
12753
12754 * info.el (Info-mode-menu): Delete menu item "Edit".
12755 (Info-mode): Delete description of Info-edit from docstring,
12756 and rearrange descriptions of Info commands in the order
12757 they are documented in the Info manual.
12758
12759 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12760
12761 * calendar/appt.el (appt-check): Use diary-selective-display var.
12762
12763 2005-10-10 Richard M. Stallman <rms@gnu.org>
12764
12765 * net/newsticker.el (newsticker-start, newsticker-show-news):
12766 Add autoload cookies.
12767
12768 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12769
12770 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12771
12772 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12773
12774 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12775
12776 2005-10-10 Jay Belanger <belanger@truman.edu>
12777
12778 * calc/calc-arith.el (math-check-known-scalarp)
12779 (math-check-known-matrixp): Check the values of arguments that are
12780 variables.
12781 (math-check-known-square-matrixp): New function.
12782 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12783 (math-super-types): Add sqmatrix type.
12784
12785 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12786 mode name `square' to `sqmatrix'.
12787
12788 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12789 mode name `square' to `sqmatrix'.
12790
12791 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12792
12793 * progmodes/etags.el (select-tags-table-mode): Don't use
12794 selective-display.
12795 (tags-select-tags-table): Pass `button' to the action function.
12796 (select-tags-table): Place the side-info on button properties rather
12797 than in hidden text. Abbreviate file names.
12798 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12799 (select-tags-table-select): Add `button' argument.
12800 Get side-info from the button property rather than from hidden text.
12801
12802 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12803
12804 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12805 (gud-speedbar-buttons): Preserve point if possible.
12806 (gud-sentinel): Restore previous speedbar display type.
12807
12808 * progmodes/gdb-ui.el (gdba): Improve diagram.
12809 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12810 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12811 Call get-buffer-window once.
12812
12813 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12814
12815 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12816 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12817 (pascal-indent-command): Remove unused var `ind'.
12818 (pascal-indent-case): Remove unused var `oldpos'.
12819 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12820 since it's now used as a proper minor mode map.
12821 (pascal-outline): Rename to pascal-outline-mode.
12822 (pascal-outline-mode): Use define-minor-mode.
12823 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12824 selective-display.
12825
12826 2005-10-10 Andreas Schwab <schwab@suse.de>
12827
12828 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12829 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12830
12831 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12832 outside source directory.
12833
12834 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12835
12836 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12837 C-x' as a prefix.
12838 (orgtbl-mode-map): Full keymap instead of sparse, because all
12839 `self-insert-command' keys are redefined in this map.
12840 (org-export-as-html): Specify charset for HTML file, by taking it
12841 from the coding system.
12842
12843 2005-10-10 Kenichi Handa <handa@m17n.org>
12844
12845 * textmodes/flyspell.el (flyspell-check-word-p):
12846 If unread-command-events is non-empty, don't call sit-for.
12847
12848 2005-10-09 Richard M. Stallman <rms@gnu.org>
12849
12850 * font-lock.el (font-lock-syntactic-keywords)
12851 (font-lock-keywords): Doc fixes.
12852
12853 * textmodes/flyspell.el (flyspell-external-point-words):
12854 Simplify logic, and don't try to check for consecutive appearances
12855 of one incorrect word.
12856
12857 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12858
12859 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12860 separator.
12861
12862 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12863 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12864 (gud-expansion-speedbar-buttons): New function.
12865 (gud-speedbar-buttons): Check for gud-comint-buffer.
12866
12867 2005-10-09 Bill Wohler <wohler@newt.com>
12868
12869 * Makefile.in (updates): Add mh-loaddefs dependency.
12870
12871 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12872
12873 * speedbar.el (speedbar-file-key-map): Fix typo.
12874
12875 2005-10-09 Daniel Brockman <daniel@brockman.se>
12876
12877 * cus-start.el (line-spacing): Add custom spec.
12878
12879 2005-10-09 Romain Francoise <romain@orebokech.com>
12880
12881 * textmodes/ispell.el (ispell-check-version): Fix last change.
12882
12883 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12884
12885 * term/x-win.el: Remove -i, --icon-type from comment.
12886
12887 * startup.el (command-line-x-option-alist): Remove options -i,
12888 -itype, --icon-type, added -nb, --no-bitmap-icon
12889
12890 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12891
12892 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12893 instead of :active.
12894
12895 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12896
12897 * textmodes/ispell.el (ispell-check-version):
12898 Ignore hyphen, and all that follows, in aspell's version text.
12899
12900 2005-10-08 Jay Belanger <belanger@truman.edu>
12901
12902 * calc/calc-arith.el (math-known-square-matrixp): New function.
12903 (math-pow-fancy): Check for matrices before distributing exponent
12904 across products.
12905
12906 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12907 fullscreen keypad. Suggested by Luc Teirlinck.
12908 (calc-keypad-show-input): Add space for formatting.
12909
12910 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12911 Add square matrix option.
12912
12913 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12914 of checking calc-matrix-mode when deciding how to expand.
12915
12916 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12917
12918 2005-10-08 Lars Hansen <larsh@soem.dk>
12919
12920 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12921 Add error handling.
12922 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12923
12924 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12925
12926 Sync with Tramp 2.0.51.
12927
12928 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12929 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12930 Insert special handling for `last-coding-system-used', again
12931 it still seems to be necessary (unlike stated before).
12932 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12933 (tramp-password-prompt-regexp): There might be other words before
12934 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12935 (tramp-chunksize): Improve docstring.
12936 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12937 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12938 Christian Joergensen <bugs@razor.dk>.
12939
12940 2005-10-07 Glenn Morris <rgm@gnu.org>
12941
12942 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12943 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12944 precision'.
12945
12946 2005-10-07 Romain Francoise <romain@orebokech.com>
12947
12948 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12949 (ibuffer-do-shell-command-pipe-replace)
12950 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12951 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12952 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12953 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12954 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12955 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12956 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12957 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12958 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12959 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12960 Autoload file sans suffix.
12961
12962 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12963
12964 2005-10-07 David Ponce <david@dponce.com>
12965
12966 * recentf.el (recentf-menu-open-all-flag): New option.
12967 (recentf-digit-shortcut-command-name): New function.
12968 (recentf--shortcuts-keymap): New variable.
12969 (recentf-menu-shortcuts): New variable.
12970 (recentf-make-menu-items): Initialize it. Replace the "More..."
12971 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12972 (recentf-menu-value-shortcut): New function.
12973 (recentf-make-menu-item): Use it. No more in-lined.
12974 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12975 (recentf-open-most-recent-file): Rename from
12976 `recentf-open-file-with-key'. Don't depend on key binding.
12977 (recentf-mode-map): New variable.
12978 (recentf-mode): Use it.
12979
12980 2005-10-06 Bill Wohler <wohler@newt.com>
12981
12982 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12983
12984 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12985 (MH-E-SRC): New. Used by mh-autoloads.
12986 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12987 files in MH-E-SRC have been updated.
12988 (compile, recompile, bootstrap): Depend on mh-autoloads.
12989
12990 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
12991
12992 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12993 gud-break and gud-remove icons when the fringe is not available.
12994
12995 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12996 Typo.
12997
12998 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12999
13000 * play/zone.el (zone): Wrap body with save-window-excursion.
13001
13002 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13003
13004 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13005 Use the new `list-only' arg to diary-list-entries.
13006
13007 * calendar/diary-lib.el: Use overlays rather than selective-display.
13008 (diary-selective-display): New var.
13009 (diary-header-line-format): Use it.
13010 (diary-list-entries): Add argument `list-only'.
13011 Put the buffer in diary-mode. Don't add \^M at beg and end.
13012 Replace \^M by invisible overlays.
13013 (diary-unhide-everything): Replace \^M by invisible overlays.
13014 (print-diary-entries): Look for overlays rather than \^M.
13015 Add a space to the temp buffer name.
13016 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13017 Put the buffer in diary-mode.
13018 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13019 (diary-anniversary): Make the year arg optional.
13020 (diary-time-regexp): New const.
13021 (diary-font-lock-keywords): Use it to accept a few more time formats.
13022
13023 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13024
13025 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13026
13027 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13028 Fix bug introduced 2005-07-03: Use (car (last ...))
13029 to faithfully reproduce replaced artist-last.
13030 (artist-set-arrow-points-for-poly): Likewise.
13031 Suggested by Johan Bockg\e,Ae\e(Brd.
13032
13033 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13034
13035 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13036 * wid-edit.el (widget):
13037 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13038 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13039
13040 2005-10-06 Kenichi Handa <handa@m17n.org>
13041
13042 * international/mule-cmds.el (set-language-environment):
13043 Fix setting up of case-table for unibyte mode.
13044
13045 * simple.el (what-cursor-position): If the character is displayed
13046 by some `display' text property, show that. Don't use
13047 single-key-description for eight-bit characters in multibyte mode.
13048
13049 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13050
13051 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13052 (gdb-ann3): Set it.
13053 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13054 (gdb-info-frames-custom): Use inverse-video for first five
13055 characters of selected frame only.
13056 (gdb-get-frame-number): Select frame even when point is on frame
13057 number.
13058
13059 2005-10-06 Masatake YAMATO <jet@gyve.org>
13060
13061 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13062 Put `font-lock-function-name-face'.
13063 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13064 and `font-lock-variable-name-face'
13065 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13066 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13067 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13068 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13069 (gdb-local-font-lock-keywords): New font lock keywords definition.
13070 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13071 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13072 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13073
13074 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13075
13076 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13077 (ediff-merge-region-is-non-clash-to-skip): Previously called
13078 ediff-merge-region-is-non-clash.
13079
13080 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13081 Use insert-buffer-substring.
13082
13083 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13084 selecting files to patch. Also bug fixes.
13085
13086 * ediff-util.el (ediff-setup): Bug fix.
13087 (ediff-next-difference): Never skip clashes that differ in white
13088 space only.
13089
13090 * ediff-wind.el (ediff-setup-control-frame)
13091 (ediff-destroy-control-frame): Check the menubar feature.
13092
13093 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13094 (viper-refresh-mode-line): Use make-local-variable to localize
13095 some vars instead of make-variable-buffer-local. Suggested by
13096 Stefan Monnier.
13097
13098 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13099 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13100 Use make-local-variable instead of make-variable-buffer-local.
13101 Suggested by Stefan Monnier.
13102
13103 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13104 (viper-comint-mode-hook): Use make-local-variable on
13105 require-final-newline.
13106 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13107
13108 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13109
13110 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13111 also the second char of a comment-start sequence.
13112 (scheme-sexp-comment-syntax-table): New var.
13113 (lambda, define): Set their scheme-doc-string-elt property.
13114 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13115 Use lisp-font-lock-syntactic-face-function now that it properly
13116 handles |...| symbols.
13117 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13118 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13119
13120 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13121 bit from # to |.
13122 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13123
13124 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13125 (lisp-doc-string-elt-property): New var.
13126 (lisp-font-lock-syntactic-face-function): Use it.
13127 Rewrite to recognize docstrings even for forms not at toplevel.
13128
13129 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13130 annotation on the | part of #| rather than on the # part.
13131 (scheme-font-lock-syntactic-face-function): New function, to
13132 distinguish strings from |...| symbols.
13133 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13134 syntax-table so that #|...|# is properly highlighted.
13135
13136 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13137 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13138
13139 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13140
13141 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13142 and C-e.
13143
13144 * emacs-lisp/eldoc.el: Move comments into docstrings.
13145 (eldoc-message-commands): Initialize in its declaration.
13146 Add move-beginning-of-line and move-end-of-line.
13147 (eldoc-add-command, eldoc-add-command-completions)
13148 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13149
13150 * outline.el (outline-mark-subtree): Activate the mark.
13151
13152 * calendar/appt.el (appt-time-regexp): New var.
13153 (appt-add, appt-make-list): Use it.
13154 (appt-convert-time): Clean up.
13155
13156 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13157 Don't set any syntax-table property here.
13158 (tex-font-lock-verb): New function. Do it here.
13159 (tex-font-lock-syntactic-keywords): Use it.
13160
13161 2005-10-04 Richard M. Stallman <rms@gnu.org>
13162
13163 * wid-edit.el (widget-file-complete): Get the widget start point
13164 the right way. Default directory to `/' if file has none.
13165
13166 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13167
13168 * textmodes/flyspell.el (flyspell-mode-on):
13169 Call ispell-maybe-find-aspell-dictionaries.
13170
13171 * textmodes/ispell.el (ispell-word, ispell-region):
13172 Call ispell-maybe-find-aspell-dictionaries.
13173 (ispell-accept-buffer-local-defs):
13174 Don't call ispell-maybe-find-aspell-dictionaries
13175
13176 2005-10-04 Richard M. Stallman <rms@gnu.org>
13177
13178 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13179
13180 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13181
13182 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13183 instead of `fboundp' in order to allow for anonymous functions.
13184
13185 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13186
13187 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13188 case the user clicks on the link while another window is selected.
13189 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13190
13191 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13192 functionality.
13193 (dframe-help-echo): Save point in case mouse tracking is off.
13194
13195 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13196
13197 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13198
13199 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13200
13201 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13202 not change the global value of those vars.
13203
13204 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13205 make-local-variable which we do not need any more.
13206
13207 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13208
13209 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13210 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13211 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13212 (speedbar-path-line): Define obsolete aliases.
13213 (speedbar-line-directory): Doc fix.
13214
13215 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13216 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13217 instead of speedbar-line-path.
13218
13219 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13220
13221 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13222 to nil if dropping on a window. Handle dropping on a minibuffer window
13223 like dropping on a non-window part of Emacs.
13224
13225 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13226
13227 * net/ange-ftp.el: Use with-current-buffer.
13228 (ange-ftp-insert-directory): Do not follow symlinks any more.
13229
13230 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13231 Remove interactive spec.
13232
13233 2005-10-03 Kim F. Storm <storm@cua.dk>
13234
13235 * ido.el (ido-mode): Use custom-initialize-set.
13236
13237 2005-10-02 Richard M. Stallman <rms@gnu.org>
13238
13239 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13240 Use insert-buffer-substring.
13241
13242 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13243 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13244
13245 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13246
13247 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13248 in last change.
13249 (ange-ftp-insert-directory): Fix up the search for the case where
13250 `file' is absolute.
13251
13252 2005-10-02 Romain Francoise <romain@orebokech.com>
13253
13254 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13255
13256 2005-10-02 Andreas Schwab <schwab@suse.de>
13257
13258 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13259 directory component in the session info.
13260
13261 2005-10-01 Richard M. Stallman <rms@gnu.org>
13262
13263 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13264
13265 * simple.el (next-error-internal): New function.
13266
13267 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13268 (compilation-start): Pass new arg to compilation-buffer-name.
13269 (compile-goto-error): Use next-error-internal.
13270
13271 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13272
13273 * speedbar.el: Remove RCS tag.
13274 (speedbar-check-read-only): Handle non-existent files.
13275
13276 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13277
13278 * info.el (Info-speedbar-hierarchy-buttons)
13279 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13280
13281 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13282
13283 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13284 Do not match newline.
13285 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13286 (bibtex-summary): Remove unnecessary save-excursion.
13287 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13288
13289 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13290
13291 * term/mac-win.el: Add charset info for "iso10646-1".
13292 Modify default fontset to use ATSUI-compatible fonts for some charsets
13293 if available.
13294
13295 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13296
13297 * speedbar.el: Re-apply arch tag.
13298 (speedbar-version): Rename to version 1.0. Suggested by Eric
13299 M. Ludlam.
13300 Reapply two changes from Emacs CVS' version of speedbar lost
13301 during the merge:
13302 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13303 (speedbar-frame-parameters): Improve customize type.
13304
13305 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13306
13307 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13308 (ange-ftp-file-directory-p): Fix the symlink case.
13309 (ange-ftp-insert-directory): When listing a single file, get a list of
13310 the parent buffer and extract the relevant line. Inspired from a patch
13311 by Katsumi Yamaoka <yamaoka@jpl.org>.
13312 (ange-ftp-file-name-sans-versions): Simplify.
13313
13314 2005-09-30 Bill Wohler <wohler@newt.com>
13315
13316 Move MH-E image files from toolbar and mail directories into
13317 etc/images.
13318
13319 * mail/reply2.*: Move to etc/images/mail/reply*.
13320
13321 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13322 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13323 etc/images.
13324
13325 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13326 * toolbar/reply*: Move to etc/images/mail.
13327
13328 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13329
13330 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13331
13332 * speedbar.el: New version 1.0pre3.
13333
13334 Frame management code (including timer, and mouse click specifics)
13335 moved to dframe.el:
13336 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13337 (speedbar-timer): Removed. Use dframe-timer.
13338 (speedbar-close-frame): Removed. Use dframe-close-frame.
13339 (speedbar-activity-change-focus-flag): Removed. Use
13340 dframe-activity-change-focus-flag.
13341 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13342 dframe-update-speed.
13343
13344 (speedbar-current-frame): New macro. Use this instead of the
13345 variable speedbar-frame.
13346
13347 (speedbar-use-images, speedbar-expand-image-button-alist)
13348 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13349
13350 (speedbar-find-image-on-load-path): Removed. Replaced by
13351 defezimage in ezimage.el.
13352 (speedbar-expand-image-button-alist): Removed. Replaced by
13353 ezimage-expand-image-button-alist in ezimage.el.
13354
13355 (speedbar-ignored-directory-regexp)
13356 (speedbar-add-ignored-directory-regexp)
13357 (speedbar-ignored-directory-expressions)
13358 (speedbar-line-directory, speedbar-buffers-line-directory)
13359 (speedbar-directory-line, speedbar-buffers-line-directory):
13360 Renamed, replacing `path' with `directory'.
13361
13362 (speedbar-create-directory, speedbar-expand-line-descendants)
13363 (speedbar-toggle-line-expansion)
13364 (speedbar-contract-line-descendants): New commands.
13365
13366 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13367 (speedbar-use-tool-tips-flag): New options.
13368
13369 (speedbar-check-read-only, speedbar-require-version)
13370 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13371 (speedbar-handle-delete-frame, speedbar-try-completion)
13372 (speedbar-update-localized-contents): New functions.
13373
13374 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13375 (speedbar-object-read-only-indicator): New variables.
13376
13377 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13378 New hooks.
13379
13380 (speedbar-separator-face): New face.
13381
13382 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13383 (speedbar-ignored-modes): Add fundamental-mode.
13384 (speedbar-directory-unshown-regexp): Add . directories.
13385
13386 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13387 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13388 `]' for full expand/close.
13389 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13390
13391 (speedbar-check-vc): Support hidden files.
13392 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13393 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13394 state is nil, it is not checked out.
13395
13396 (speedbar-line-text, speedbar-line-token): Support expand buttons
13397 with no text.
13398 (speedbar-refresh): Universal argument acts as power-click.
13399 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13400 that buffer to get variable values.
13401
13402 And many other bugfixes.
13403
13404 * dframe.el, ezimage.el, sb-image.el: New files.
13405
13406 * sb-*.xpm: Remove files. New image files installed into
13407 etc/images/ezimage.
13408
13409 2005-09-30 Kenichi Handa <handa@m17n.org>
13410
13411 * ps-mule.el (ps-mule-show-warning): If a character is in
13412 ps-print-translation-table, don't treat it as non-printable.
13413
13414 2005-09-30 David Ponce <david@dponce.com>
13415
13416 * tree-widget.el (tree-widget-themes-load-path): New variable.
13417 (tree-widget-themes-directory): Doc fix.
13418 (tree-widget-image-formats) [Emacs]: Doc fix.
13419 (tree-widget--locate-sub-directory): New function.
13420 (tree-widget-themes-directory): Use it.
13421
13422 * recentf.el (recentf-filename-handlers): Rename from
13423 `recentf-filename-handler'. Allow a list of functions.
13424 (recentf-menu-items-for-commands): Fix :help strings.
13425 (recentf-apply-filename-handlers): New function.
13426 (recentf-expand-file-name): Use it.
13427 (recentf-cleanup): Remove duplicates too.
13428
13429 2005-09-29 Juri Linkov <juri@jurta.org>
13430
13431 * faces.el: Rearrange face definitions to be in the same order as
13432 their face descriptions in "(emacs)Standard Faces".
13433
13434 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13435
13436 * tooltip.el (tooltip): Add group `basic-faces'.
13437
13438 * buff-menu.el (Buffer-menu-buffer): Remove group
13439 `font-lock-highlighting-faces'.
13440
13441 * progmodes/compile.el (compilation-error, compilation-warning)
13442 (compilation-info, compilation-line-number, compilation-column-number):
13443 Change group from `font-lock-highlighting-faces' to `compilation'.
13444
13445 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13446 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13447 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13448 (vhdl-font-lock-reserved-words-face)
13449 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13450 `font-lock-highlighting-faces'.
13451
13452 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13453
13454 2005-09-28 Kim F. Storm <storm@cua.dk>
13455
13456 * emulation/cua-base.el: Set CUA move property on additional commands:
13457 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13458 forward-sexp, backward-sexp, forward-list, backward-list.
13459
13460 2005-09-28 Romain Francoise <romain@orebokech.com>
13461
13462 * comint.el (comint-show-output): Really set point at the
13463 beginning of the output when not using `comint-use-prompt-regexp'.
13464
13465 2005-09-27 Jay Belanger <belanger@truman.edu>
13466
13467 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13468 in TeX mode.
13469
13470 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13471
13472 * textmodes/org.el (org-table-sum): Fix format string.
13473
13474 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13475 Quote face names.
13476
13477 2005-09-26 Romain Francoise <romain@orebokech.com>
13478
13479 * isearch.el (isearch-forward-regexp): Close doc string.
13480
13481 2005-09-25 Richard M. Stallman <rms@gnu.org>
13482
13483 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13484
13485 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13486
13487 * progmodes/compile.el (compilation-error-properties):
13488 When getting the file from the previous error message,
13489 correctly decode the new data format.
13490
13491 * progmodes/cc-cmds.el (c-electric-paren):
13492 Call old-blink-paren only for close-paren.
13493
13494 2005-09-24 Andreas Schwab <schwab@suse.de>
13495
13496 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13497 condition.
13498
13499 2005-09-25 Romain Francoise <romain@orebokech.com>
13500
13501 * dired-aux.el (dired-copy-file-recursive):
13502 * dired.el (dired-delete-file):
13503 * ediff-mult.el (ediff-dir-diff-copy-file):
13504 * ediff-util.el (ediff-test-save-region):
13505 * forms.el (forms-mode):
13506 * ido.el (ido-file-internal, ido-delete-file-at-head):
13507 * log-edit.el (log-edit-done):
13508 * ses.el (ses-yank-resize):
13509 * play/gomoku.el (gomoku-human-plays, gomoku)
13510 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13511 (gomoku-offer-a-draw):
13512 * play/landmark.el (lm-human-resigns, lm):
13513 * net/eudcb-ldap.el (eudc-ldap-check-base):
13514 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13515 * progmodes/ebrowse.el (ebrowse-find-pattern):
13516 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13517 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13518 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13519
13520 * vc.el (vc-delete-file):
13521 * play/gomoku.el (gomoku-terminate-game, gomoku)
13522 (gomoku-prompt-for-move, gomoku-human-takes-back):
13523 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13524 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13525
13526 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13527
13528 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13529 color rxvt terminals by using the code xterm.el used to use before
13530 2005-04-09 in order to match the colors used by rxvt.
13531
13532 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13533
13534 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13535 colors rxvt-unicode terminals by using the same code as xterm.el.
13536
13537 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13538
13539 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13540 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13541 new symbol used for the tex-verbatim face.
13542
13543 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13544
13545 * woman.el (woman-file-name):
13546 * wid-edit.el (widget-file-prompt-value)
13547 (widget-coding-system-prompt-value):
13548 * w32-fns.el (set-w32-system-coding-system):
13549 * vc.el (vc-version-diff, vc-annotate):
13550 * textmodes/reftex-auc.el (reftex-arg-cite)
13551 (reftex-arg-index-tag):
13552 * textmodes/refer.el (refer-get-bib-files):
13553 * textmodes/artist.el (artist-figlet-choose-font):
13554 * terminal.el (terminal-emulator):
13555 * replace.el (occur-read-primary-args):
13556 * rect.el (string-rectangle, string-insert-rectangle):
13557 * ps-print.el (ps-print-preprint):
13558 * progmodes/pascal.el (pascal-goto-defun):
13559 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13560 * progmodes/compile.el (compilation-find-file):
13561 * printing.el (pr-interactive-n-up):
13562 * play/animate.el (animate-birthday-present):
13563 * net/rcompile.el (remote-compile):
13564 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13565 * mail/rmailsum.el (rmail-summary-search-backward)
13566 (rmail-summary-search):
13567 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13568 (rmail-output-read-file-name):
13569 * mail/rmail.el (rmail-search, rmail-search-backwards):
13570 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13571 * locate.el (locate):
13572 * international/quail.el (quail-show-keyboard-layout):
13573 * international/mule.el (set-buffer-file-coding-system)
13574 (revert-buffer-with-coding-system, set-file-name-coding-system)
13575 (set-terminal-coding-system, set-keyboard-coding-system)
13576 (set-next-selection-coding-system):
13577 * international/mule-diag.el (describe-coding-system)
13578 (describe-font, describe-fontset):
13579 * international/mule-cmds.el (universal-coding-system-argument)
13580 (search-unencodable-char, describe-input-method)
13581 (set-language-environment, describe-language-environment):
13582 * international/codepage.el (codepage-setup):
13583 * international/code-pages.el (codepage-setup):
13584 * info.el (Info-search, Info-follow-reference)
13585 (Info-search-backward):
13586 * emacs-lisp/advice.el (ad-read-advised-function)
13587 (ad-read-advice-class, ad-clear-cache, ad-activate)
13588 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13589 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13590 (ad-read-regexp):
13591 * ediff-util.el (ediff-toggle-regexp-match):
13592 * ediff-ptch.el (ediff-prompt-for-patch-file):
13593 * dired-aux.el (dired-diff):
13594 * diff.el (diff):
13595 * cus-edit.el (custom-variable-prompt):
13596 * calendar/timeclock.el (timeclock-ask-for-project):
13597 * calc/calcalg3.el (calc-get-fit-variables):
13598 * calc/calc-store.el (calc-edit-variable)
13599 (calc-permanent-variable):
13600 * vc-mcvs.el (vc-mcvs-register):
13601 * shadowfile.el (shadow-define-literal-group):
13602 * woman.el (woman-file-name):
13603 * vc.el (vc-version-diff, vc-merge):
13604 * textmodes/reftex-index.el (reftex-index-complete-tag):
13605 * format.el (format-decode-buffer, format-decode-region):
13606 * emulation/viper-cmd.el (viper-read-string-with-history):
13607 * emacs-lisp/debug.el (cancel-debug-on-entry):
13608 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13609 * ediff.el (ediff-merge-revisions)
13610 (ediff-merge-revisions-with-ancestor, ediff-revision):
13611 * completion.el (interactive-completion-string-reader):
13612 * calc/calc-prog.el (calc-user-define-formula):
13613 Follow convention for reading with the minibuffer.
13614
13615 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13616
13617 * progmodes/python.el (python-describe-symbol): Add globals() and
13618 locals() to the arguments of emacs.ehelp.
13619
13620 2005-09-24 Magnus Henoch <mange@freemail.hu>
13621
13622 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13623 New function, code extracted from ispell-valid-dictionary-list.
13624 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13625 Call it.
13626
13627 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13628
13629 * subr.el (version-regexp-alist): Extend valid syntax for version
13630 strings: allow any of the characters -,_,+ to separate the
13631 alpha/beta/rc part from the version part. Doc fix.
13632 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13633
13634 2005-09-23 David Reitter <david.reitter@gmail.com>
13635
13636 * mail/mailclient.el: New file.
13637
13638 2005-09-23 Richard M. Stallman <rms@gnu.org>
13639
13640 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13641 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13642 Doc fixes.
13643
13644 * progmodes/cc-mode.el (c-font-lock-init):
13645 Specify font-lock-lines-before.
13646
13647 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13648
13649 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13650 whole conflict.
13651
13652 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13653
13654 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13655 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13656 of `remap' feature when available. Additional key bindings for
13657 better tty support.
13658 (org-mode-restart, org-force-self-insert): New commands.
13659 (org-time-stamp-inactive): New command.
13660 (org-remap): New function.
13661 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13662 (org-enable-fixed-width-editor): Move to `org-structure'
13663 customization group.
13664 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13665 blank field after field motion commands.
13666
13667 2005-09-23 Kenichi Handa <handa@m17n.org>
13668
13669 * international/mule-cmds.el (set-language-environment):
13670 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13671 have to call utf-translate-cjk-load-tables.
13672
13673 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13674
13675 * mouse.el (mouse-move-drag-overlay): Fix last change.
13676
13677 2005-09-22 David Ponce <david@dponce.com>
13678
13679 * tree-widget.el (tree-widget-value-create): Fix previous change.
13680
13681 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13682
13683 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13684
13685 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13686
13687 * mouse.el (mouse-move-drag-overlay): New function.
13688 (mouse-drag-region-1): Use it.
13689 Try to simplify a bit the state handling. Handle clicks on links
13690 inside intangible areas.
13691 (mouse-save-then-kill): Minor simplification.
13692 (mouse-secondary-overlay): Make it always non-nil instead of
13693 recreating it each time.
13694 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13695 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13696 Simplify accordingly.
13697
13698 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13699
13700 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13701
13702 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13703
13704 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13705 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13706 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13707 to patch.
13708
13709 * ediff-util.el: Use insert-buffer-substring.
13710
13711 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13712
13713 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13714 field boundaries in the minibuffer.
13715 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13716 (viper-minibuffer-post-command-hook): New hook.
13717 (viper-line): Don't move cursor at bolp.
13718
13719 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13720
13721 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13722 avoid compiler warnings.
13723
13724 * emulation/viper-macs.el (ex-map): Better messages.
13725
13726 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13727
13728 * emulation/viper.el: Replace make-variable-buffer-local with
13729 viper-make-variable-buffer-local everywhere, to avoid warnings.
13730
13731 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13732
13733 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13734 Delete unused var `old-selected-window'.
13735 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13736 (mouse-drag-secondary): Delete unused var `start-frame'.
13737
13738 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13739
13740 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13741
13742 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13743
13744 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13745 Re-indent within 80 columns. Use inhibit-read-only.
13746
13747 2005-09-19 Romain Francoise <romain@orebokech.com>
13748
13749 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13750
13751 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13752
13753 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13754 unconditionally, since the after-change-function already did it.
13755
13756 2005-09-19 Miles Bader <miles@gnu.org>
13757
13758 * net/newsticker.el: Get rid of CVS keyword.
13759
13760 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13761
13762 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13763 The prompt is formatted later.
13764
13765 2005-09-19 David Ponce <david@dponce.com>
13766
13767 * tree-widget.el (tree-widget-value-create): Save the converted
13768 tree :node widget.
13769
13770 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13771
13772 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13773 variable `message'.
13774
13775 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13776
13777 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13778 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13779 <slawomir.nowaczyk.847@student.lu.se>.
13780
13781 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13782
13783 * image.el (image-load-path): Use symbol `data-directory' instead
13784 of its value, for backward compatibility with packages that bind
13785 it during `find-image'. Suggested by Katsumi Yamaoka.
13786 (image-search-load-path): Handle symbols whose values are strings.
13787
13788 2005-09-18 Romain Francoise <romain@orebokech.com>
13789
13790 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13791 with-current-buffer form in save-excursion.
13792
13793 2005-09-18 Deepak Goel <deego@gnufans.org>
13794
13795 * apropos.el (apropos-command): Fix `message' call: first arg
13796 should be a format spec. In this and all other cases that appear
13797 below and elsewhere in the source code, I made a change only when
13798 two conditions were satisfied: [1] I can think of a possibility
13799 that the arguments would cause an error, for example, the code in
13800 question relies on external variables such as filenames. [2] I
13801 was sure that the arg to `message' could not have been nil in the code.
13802
13803 * textmodes/tildify.el (tildify-region): Ditto.
13804
13805 * textmodes/reftex-index.el (reftex-index-change-entry)
13806 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13807 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13808 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13809 (org-priority, org-table-sum):
13810 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13811 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13812 (flyspell-word, flyspell-display-next-corrections):
13813 * textmodes/bibtex.el (bibtex-print-help-message):
13814 * textmodes/artist.el (artist-key-set-point-poly):
13815 * term/mac-win.el (mac-services-insert-text):
13816 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13817 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13818 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13819 (vhdl-compose-configuration):
13820 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13821 (sh-set-indent, sh-learn-line-indent):
13822 * progmodes/ps-mode.el (ps-mode-target-column):
13823 * progmodes/idlwave.el (idlwave-make-tags)
13824 (idlwave-scan-library-catalogs):
13825 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13826 * progmodes/gud.el (gud-jdb-analyze-source):
13827 * progmodes/flymake.el (flymake-log):
13828 * progmodes/ebnf2ps.el (ebnf-generate-region):
13829 * progmodes/cmacexp.el (c-macro-expansion):
13830 * progmodes/ada-xref.el (ada-treat-cmd-string):
13831 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13832 (ada-justified-indent-current, ada-batch-reformat):
13833 * play/zone.el (zone):
13834 * play/landmark.el (lm-move):
13835 * play/decipher.el (decipher-show-alphabet):
13836 * net/newsticker.el (newsticker--display-jump)
13837 (newsticker--display-scroll):
13838 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13839 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13840 * mail/feedmail.el (feedmail-dump-message-to-queue):
13841 * eshell/esh-proc.el (eshell-remove-process-entry):
13842 * emulation/ws-mode.el (ws-last-error):
13843 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13844 (viper-record-kbd-macro):
13845 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13846 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13847 * emacs-lisp/find-func.el (find-function-noselect):
13848 * calendar/timeclock.el (timeclock-status-string)
13849 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13850 (timeclock-when-to-leave-string):
13851 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13852 * calc/calc-units.el (calc-enter-units-table):
13853 * calc/calc-mode.el (calc-mode-record-mode):
13854 * woman.el (woman-mini-help):
13855 * wdired.el (wdired-change-to-wdired-mode):
13856 * vc.el (vc-retrieve-snapshot):
13857 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13858 * startup.el (display-startup-echo-area-message):
13859 * simple.el (set-goal-column):
13860 * ses.el (ses-command-hook, ses-recalculate-cell):
13861 * server.el (server-process-filter):
13862 * printing.el (pr-interface-txt-print, pr-interface-printify)
13863 (pr-interface-ps):
13864 * pcvs.el (cvs-help):
13865 * log-edit.el (log-edit, log-edit-mode-help):
13866 * iswitchb.el (iswitchb-possible-new-buffer):
13867 * isearch.el (isearch-edit-string):
13868 * image-mode.el (image-mode, image-minor-mode):
13869 * ibuf-macs.el (define-ibuffer-filter):
13870 * hi-lock.el (hi-lock-find-patterns):
13871 * files.el (toggle-read-only):
13872 * ediff-util.el (ediff-copy-diff)
13873 (ediff-write-merge-buffer-and-maybe-kill):
13874 * echistory.el (Electric-history-undefined):
13875 * dnd.el (dnd-insert-text):
13876 * dired-aux.el (dired-query):
13877 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13878 * bookmark.el (bookmark-bmenu-locate):
13879 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13880 Fix `message' calls to ensure first arg is a format string.
13881 The change was made only when these two conditions were satisfied:
13882 [1] when there is a possibility that the arguments would cause an error
13883 for example, if the code in question relies on external variables
13884 such as filenames, and
13885 [2] if the arg to `message' could not have been nil in the code.
13886
13887 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13888 Not having a %s would be weird, though not technically wrong.
13889
13890 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13891
13892 * term/mac-win.el (mac-add-charset-info): Doc fix.
13893
13894 2005-09-17 Romain Francoise <romain@orebokech.com>
13895
13896 * shell.el (shell-resync-dirs): Handle echoing processes more
13897 reliably. Don't insert resync command if `comint-process-echoes'
13898 is non-nil.
13899
13900 2005-09-17 Magnus Henoch <mange@freemail.hu>
13901
13902 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13903 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13904 aspell versions >= 0.60.
13905 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13906 only if ispell-aspell-supports-utf8 is non-nil.
13907
13908 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13909
13910 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13911 buffer-local value to lisp-indent-function.
13912
13913 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13914
13915 * progmodes/glasses.el (glasses-make-readable): If
13916 glasses-separator differs from underscore, put appropriate
13917 overlays over underscore characters.
13918 (glasses-convert-to-unreadable): If glasses-separator differs from
13919 underscore, try to convert glasses-separator characters to
13920 underscores.
13921
13922 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13923
13924 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13925 Use with-syntax-table and dolist.
13926
13927 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13928
13929 * textmodes/reftex-auc.el:
13930 * textmodes/reftex-cite.el:
13931 * textmodes/reftex-dcr.el:
13932 * textmodes/reftex-global.el:
13933 * textmodes/reftex-parse.el:
13934 * textmodes/reftex-ref.el:
13935 * textmodes/reftex-sel.el:
13936 * textmodes/reftex-toc.el:
13937 * textmodes/reftex-vars.el:
13938 * textmodes/reftex.el: Small changes to remove compiler warnings.
13939
13940 * textmodes/reftex-index.el: Likewise.
13941 (reftex-query-index-phrase): More efficient use of markers.
13942
13943 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13944
13945 * image.el (image-load-path): New variable.
13946 (image-search-load-path): New function.
13947 (find-image): Search for images in `image-load-path'.
13948
13949 2005-09-15 Richard M. Stallman <rms@gnu.org>
13950
13951 * follow.el: Change Maintainer field.
13952
13953 2005-09-15 David Ponce <david@dponce.com>
13954
13955 * recentf.el (recentf-save-file-modes): New option.
13956 (recentf-save-list): Use it.
13957
13958 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13959
13960 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13961 (mode-line-mule-info, mode-line-modified): Move bindings from
13962 mouse-3 to mouse-1.
13963
13964 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13965
13966 * simple.el (sendmail-user-agent-compose): Revert last change.
13967
13968 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13969
13970 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13971 Use with-current-buffer.
13972 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13973 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13974 (ange-ftp-insert-directory): Remove unused var `short'.
13975 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13976
13977 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13978 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13979
13980 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13981 (check-calendar-holidays, diary-list-entries): Autoload.
13982 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13983 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13984
13985 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13986 which mistakenly removed a call to display-buffer.
13987
13988 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13989
13990 * obsolete/iso-insert.el: Move to obsolete/ from international/.
13991
13992 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
13993
13994 * progmodes/hideshow.el
13995 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13996 (hs-allow-nesting): New user var.
13997 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13998 (hs-hide-block-at-point): When nesting allowed,
13999 if there is already an overlay in place, delete it.
14000 (hs-safety-is-job-n): Delete func; remove call sites.
14001 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14002 (hs-overlay-at): New func.
14003 (hs-already-hidden-p, hs-show-block): Use it.
14004 (hs-hide-all): Don't pre-clean if nesting allowed.
14005 (hs-show-all): Temporarily disallow
14006 nesting around call to `hs-discard-overlays'.
14007
14008 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14009
14010 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14011 Delete unused local var.
14012
14013 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14014
14015 * help-fns.el (describe-categories): "?\ " -> "?\s".
14016 (help-do-arg-highlight): Recognize also ARG-n, as in
14017 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14018
14019 * international/codepage.el (dos-unsupported-char-glyph):
14020 * net/newsticker.el (tool-bar-map, w3-mode-map)
14021 (w3m-minor-mode-map):
14022 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14023 (ent-alist):
14024 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14025
14026 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14027
14028 * custom.el (custom-push-theme): Handle the case where a symbol is
14029 bound but face properties have not yet been assigned.
14030
14031 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14032 Fix behavior if noerase is `t' and there is no mail buffer.
14033
14034 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14035 if `continue' is nil, rather than signal an error.
14036
14037 2005-09-12 Richard M. Stallman <rms@gnu.org>
14038
14039 * font-lock.el (font-lock-keywords): Add autoload.
14040
14041 * help-fns.el (describe-variable): Rearrange to put source link
14042 in a predictable place.
14043
14044 * net/newsticker.el: New file.
14045
14046 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14047
14048 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14049 (calendar-basic-setup): Use the new nil arg.
14050 (number-of-diary-entries): Move to diary-lib.el.
14051
14052 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14053 (diary-list-entries): Use with-syntax-table and dolist.
14054 Rename from list-diary-entries.
14055 Use number-of-diary-entries if `number' is nil.
14056 (diary, diary-view-entries): Use this new name and new nil arg value.
14057 (number-of-diary-entries): Move from calendar.el.
14058 (diary-unhide-everything): New function.
14059 (include-other-diary-files, fancy-diary-display)
14060 (diary-show-all-entries, make-diary-entry): Use it.
14061 (diary-mail-entries): Use buffer-string.
14062 (mark-diary-entries): Fix long standing paren typo.
14063 (diary-sexp-entry): Use count-lines.
14064 (make-diary-entry): Avoid `previous-line'.
14065 (diary-mode-map): New var.
14066 (diary-mode): Redraw cal after saving. Setup header-line.
14067 (fancy-diary-display-mode): Use local-set-key.
14068
14069 * startup.el (command-line): Try calling various terminal-init-foo-bar
14070 functions by stripping hyphenated suffixes from $TERM.
14071
14072 * files.el (normal-mode): Check boundness of font-lock-keywords.
14073
14074 2005-09-12 Richard M. Stallman <rms@gnu.org>
14075
14076 * progmodes/compile.el: Don't decide a file's directory
14077 until the user actually tries to go there.
14078 (compilation-next-error-function):
14079 Pass compilation-find-file the directory from the file-struct.
14080 (compilation-internal-error-properties): Separate local FILE-STRUCT
14081 from FILE. Doc the args better. Rename arg FMT to FMTS.
14082 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14083 Expand it, and if nil, use default-directory.
14084 (compilation-get-file-structure): Don't mix specified directory
14085 with default directory. Put specified directory into
14086 file-struct. Don't make the file name absolute.
14087
14088 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14089 (compile-command): Add autoload.
14090 (compilation-disable-input): Add autoload.
14091
14092 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14093
14094 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14095 strings of the variables it can override.
14096 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14097 %Q and %q, for fully-qualified domain name and unqualified host name.
14098
14099 2005-09-11 Kim F. Storm <storm@cua.dk>
14100
14101 * emacs-lisp/authors.el (authors-aliases): Update list.
14102 (authors-fixed-entries): Update mldrag.el entry.
14103
14104 2005-09-10 Alan Mackenzie <acm@muc.de>
14105
14106 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14107 from the region narrowed to.
14108
14109 2005-09-10 Magnus Henoch <mange@freemail.hu>
14110
14111 * textmodes/ispell.el (ispell-check-version): Signal an error if
14112 aspell version is less than 0.60.
14113
14114 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14115
14116 * progmodes/octave-inf.el (inferior-octave-startup):
14117 Resync current dir at the end.
14118
14119 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14120
14121 * woman.el (woman-topic-at-point-default):
14122 Rename to woman-use-topic-at-point-default.
14123 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14124 (woman-file-name): Reflect renames above. Automatically use the
14125 word at point as topic if woman-use-topic-at-point is non-nil.
14126 Otherwise offer it as default but don't insert it in the
14127 minibuffer. Also use `test-completion' instead of `assoc' as
14128 suggested by Stefan Monnier.
14129
14130 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14131
14132 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14133 the attempt to do it over Tramp. This is not yet supported.
14134
14135 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14136
14137 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14138 (menu-bar-non-minibuffer-window-p): New functions.
14139 ("Split Window", "Save As..."): Use them.
14140 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14141 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14142 Use menu-bar-menu-frame-live-and-visible-p.
14143 ("Save Buffer", "Insert File", "Open Directory...")
14144 ("Open File...", "Visit New File..."):
14145 Use menu-bar-non-minibuffer-window-p.
14146 (kill-this-buffer-enabled-p, dired <menu-enable>):
14147 Use menu-bar-non-minibuffer-window-p.
14148
14149 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14150
14151 * cus-start.el (all): Don't complain about fringe-related
14152 built-ins if fringes are not supported. Ditto about
14153 selection-related built-ins. Fix the test for GTK-related built-ins.
14154
14155 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14156 ("Postscript Print Buffer", "Print Region", "Save As...")
14157 ("Save", "Insert File...", "Open Directory...")
14158 ("Open File...", "Visit New File..."")
14159 ("Truncate Long Lines in this Buffer"): Don't look at
14160 menu-updating-frame if this display does not support multiple frames.
14161
14162 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14163
14164 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14165
14166 2005-09-09 Emilio Lopes <eclig@gmx.net>
14167
14168 * woman.el: Format- and whitespace-related changes.
14169
14170 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14171
14172 * woman.el: Fix my email address.
14173
14174 2005-09-08 Richard M. Stallman <rms@gnu.org>
14175
14176 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14177 (sh-mode): Locally set skeleton-pair-default-alist.
14178
14179 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14180
14181 * progmodes/flymake.el: Require `compile' unconditionally.
14182
14183 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14184
14185 * woman.el (woman-file-name): Provide a default, not initial input.
14186
14187 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14188
14189 * font-lock.el (font-lock-support-mode): Doc fix.
14190
14191 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14192
14193 2005-09-08 Richard M. Stallman <rms@gnu.org>
14194
14195 * simple.el (blink-matching-open): Get rid of text props from
14196 the string shown in echo area. Don't permanently set point.
14197 Some rearrangements.
14198
14199 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14200
14201 * recentf.el (recentf-filename-handler): Add custom choice
14202 `abbreviate-file-name'.
14203
14204 * msb.el (msb--very-many-menus): Fix typo.
14205
14206 * disp-table.el (standard-display-european): Don't set
14207 enable-multibyte-characters to nil.
14208
14209 2005-09-08 David Ponce <david@dponce.com>
14210
14211 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14212 (recentf-expand-file-name): Doc fix.
14213 (recentf-dialog-mode-map): Define digit shortcuts.
14214 (recentf--files-with-key): New variable.
14215 (recentf-show-digit-shortcut-filter): New function.
14216 (recentf-open-files-items): New function.
14217 (recentf-open-files): Use it.
14218 (recentf-open-file-with-key): New command.
14219
14220 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14221
14222 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14223 Suggested by Kim F. Storm.
14224 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14225 (Buffer-menu-make-sort-button): Use global keymap.
14226
14227 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14228
14229 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14230 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14231 necessary any longer with the remapped command.
14232 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14233 formatting time only.
14234
14235 * net/tramp.el (tramp-action-password)
14236 (tramp-multi-action-password): Compile the password prompt from
14237 `method', `user' and `host'. Sometimes it isn't obvious which
14238 password to enter, for example with remote files offered by
14239 recentf.el, or with multiple steps. Suggested by Robert Marshall
14240 <robert@chezmarshall.freeserve.co.uk>.
14241
14242 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14243
14244 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14245 Fix regexp for when "s///" is at the beginning of line.
14246
14247 2005-09-07 Jay Belanger <belanger@truman.edu>
14248
14249 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14250 when in matrix mode.
14251
14252 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14253
14254 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14255 non-anonymous functions.
14256
14257 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14258
14259 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14260 when using a header line. Otherwise, use mouse-1-click-follows-link.
14261
14262 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14263 can't be moved; don't signal an error.
14264
14265 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14266
14267 * cus-theme.el (custom-theme-write-faces): Save the current face
14268 spec, not the defface spec.
14269
14270 * custom.el (custom-known-themes): Clarify meaning of "standard".
14271 (custom-push-theme): Save old values in the standard theme.
14272 (disable-theme): Correct typo.
14273 (custom-face-theme-value) Deleted unused function.
14274 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14275
14276 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14277
14278 * progmodes/compile.el (compilation-goto-locus): Take into account
14279 iconified frames when determining whether the buffer is
14280 already visible.
14281 Don't reset window height if the window already existed.
14282
14283 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14284
14285 * custom.el (load-theme): Rename from require-theme.
14286 Add interactive spec.
14287 (enable-theme): Rename from custom-enable-theme.
14288 Add interactive spec.
14289 (disable-theme): Rename from custom-disable-theme.
14290 Add interactive spec.
14291 (custom-make-theme-feature): Doc fix.
14292 (custom-theme-directory): Doc fix.
14293 (provide-theme): Call enable-theme.
14294
14295 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14296
14297 * obsolete/lazy-lock.el (lazy-lock-mode):
14298 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14299 font-lock-mode if it's off. Print a warning instead.
14300
14301 * progmodes/compile.el (compilation-start): Ignore errors if the
14302 process died before we get to send-eof.
14303
14304 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14305 Undo last change. Enclosing the result in quotes broke things on Unix
14306 since tex-send-command passes it through shell-quote-argument.
14307 (tex-send-command): Pass `file' through convert-standard-filename
14308 when possible.
14309 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14310 info in a transcript.
14311
14312 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14313
14314 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14315 fix compilation warning. Reorder the key definitions to group
14316 together keys emitted by the current version of xterm.
14317
14318 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14319 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14320 Reorder predicates to correct min-color usage.
14321
14322 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14323
14324 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14325 Kill local variables when longlines-mode is turned off.
14326
14327 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14328
14329 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14330
14331 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14332
14333 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14334
14335 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14336 (font-lock-lines-before): Change default to being inactive.
14337 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14338 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14339
14340 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14341
14342 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14343 Deactivate temporarily advice if active (not needed for Emacs 22,
14344 but for backwards compatibility).
14345 (tramp-exists-file-name-handler): Rewrite. First implementation
14346 was too simple.
14347 (tramp-advice-make-auto-save-file-name):
14348 Call `tramp-handle-make-auto-save-file-name' (again, just for
14349 backwards compatibility).
14350
14351 2005-08-31 Reto Zimmermann <reto@gnu.org>
14352
14353 * progmodes/vhdl-mode.el
14354 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14355 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14356 (vhdl-set-default-project): New function (easier setting of default).
14357 (vhdl-port-copy): Handle extended identifiers for generics.
14358 (vhdl-compiler-alist): Better description for error message regexp.
14359 (vhdl-make): Query for target, use previous as default.
14360 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14361 (vhdl-font-lock-keywords-2): Fix fontification for record
14362 el. assign.
14363 (vhdl-speedbar-make-subpack-line): Add package body link.
14364 (vhdl-generate-makefile-1): Not include itself as dependency.
14365 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14366 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14367 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14368 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14369 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14370 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14371 (vhdl-import-project): Add string argument for `error'.
14372 (vhdl-compose-configuration)
14373 (vhdl-compose-configuration-architecture): Add configuration
14374 declaration generation.
14375 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14376 (vhdl-trailer-re): Add "record" keyword (better indentation).
14377 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14378 "[^ \t-\"]+".
14379 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14380 (vhdl-testbench-entity-file-name)
14381 (vhdl-testbench-architecture-file-name): Allow separate
14382 customization of testbench file names.
14383 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14384 (vhdl-get-visible-signals): Allow newline within alias declaration.
14385 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14386 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14387 (member-ignore-case): Alias for missing function in XEmacs.
14388 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14389 (vhdl-update-sensitivity-list): Ignore case on read signals.
14390 (vhdl-replace-string): Adjust case only for file names.
14391 (vhdl-update-sensitivity-list): Fix search for read signals.
14392 (vhdl-update-sensitivity-list): Exclude formal parameters.
14393 (vhdl-get-visible-signals): Include aliases of signals.
14394 (vhdl-get-visible-signals): Fix signal name searching.
14395 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14396 (vhdl-fixup-whitespace-region): Fix for character
14397 literals (e.g. `:').
14398
14399 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14400
14401 * ansi-color.el (comint-last-output-start):
14402 * bs.el (font-lock-verbose):
14403 * diff-mode.el (add-log-buffer-file-name-function):
14404 * dired-x.el (vm-folder-directory):
14405 * faces.el (help-xref-stack-item):
14406 * files.el (font-lock-keywords):
14407 * find-lisp.el (dired-buffers, dired-subdir-alist):
14408 * ido.el (cua-inhibit-cua-keys):
14409 * log-view.el (cvs-minor-wrap-function):
14410 * outline.el (font-lock-warning-face):
14411 * simple.el (compilation-current-error):
14412 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14413 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14414 * tooltip.el (comint-prompt-regexp):
14415 * w32-fns.el (explicit-shell-file-name):
14416 * term/mac-win.el (mac-charset-info-alist)
14417 (mac-services-selection, mac-system-script-code):
14418 * term/tty-colors.el (msdos-color-values):
14419 * term/w32-win.el (xlfd-regexp-registry-subnum):
14420 * term/x-win.el (x-keysym-table, x-selection-timeout)
14421 (x-session-id, x-session-previous-id):
14422 * textmodes/ispell.el (mail-yank-prefix):
14423 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14424 * textmodes/org.el (calc-embedded-close-formula)
14425 (calc-embedded-open-formula)
14426 (font-lock-unfontify-region-function):
14427 * textmodes/reftex-global.el (isearch-next-buffer-function)
14428 (TeX-master):
14429 * textmodes/reftex.el (font-lock-keywords):
14430 * textmodes/tex-mode.el (font-lock-comment-face)
14431 (font-lock-doc-face):
14432 * textmodes/texinfo.el (outline-heading-alist):
14433 Add defvars.
14434
14435 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14436 (artist-spray-chars, artist-mode-init, artist-replace-string)
14437 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14438 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14439 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14440
14441 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14442 (conf-align-assignments): "?\ " -> "?\s".
14443
14444 * textmodes/reftex-index.el (TeX-master): Add defvar.
14445 (reftex-index-phrases-marker): Move up defvar.
14446
14447 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14448 (reftex-toc-include-labels-indicator)
14449 (reftex-toc-include-index-indicator)
14450 (reftex-toc-max-level-indicator): Move up declarations.
14451
14452 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14453 of args to `tramp-run-real-handler', even if it's empty in this case.
14454
14455 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14456
14457 * dired.el (dired-move-to-filename-regexp): Add date format for
14458 Mac OS X 10.3 in East Asian locales.
14459
14460 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14461
14462 * files.el (make-auto-save-file-name): Add file name handler call
14463 if applicable.
14464
14465 * net/tramp.el (tramp-file-name-handler-alist)
14466 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14467 (tramp-handle-make-auto-save-file-name): Rename from
14468 `tramp-make-auto-save-file-name'.
14469 (tramp-exists-file-name-handler): New defun.
14470 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14471 `make-auto-save-file-name' is not a magic file name operation.
14472
14473 2005-08-30 Richard M. Stallman <rms@gnu.org>
14474
14475 * files.el (risky-local-variable-p):
14476 Match `-predicates' and `-commands.
14477
14478 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14479 (custom-save-all): Visit the file if necessary;
14480 kill the buffer if we created it.
14481 (custom-save-delete): Don't visit file or kill buffer here.
14482
14483 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14484
14485 * textmodes/org.el (org-special-keyword): New face.
14486 (org-table-copy-down, org-table-eval-formula)
14487 (org-table-recalculate, org-init-section-numbers):
14488 Use `string-to-number' instead of `string-to-int'.
14489 (org-get-location): Use `insert-buffer-substring' instead of
14490 `insert-buffer'.
14491 (org-modify-diary-entry-string): New function.
14492 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14493 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14494 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14495 active region.
14496 (org-export-as-html): Handle QUOTE keyword.
14497 (org-quote-string): New option.
14498 (org-bookmark-jump-unhide): New function, used for
14499 `bookmark-after-jump-hook'.
14500 (org-diary-default-entry): Apply only when not called through
14501 `org-agenda'.
14502
14503 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14504
14505 * net/eudc.el (mode-popup-menu):
14506 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14507 * progmodes/ada-mode.el (compile-auto-highlight)
14508 (skeleton-further-elements):
14509 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14510 * progmodes/cmacexp.el (msdos-shells):
14511 * progmodes/compile.el (font-lock-extra-managed-props)
14512 (font-lock-keywords, font-lock-maximum-size)
14513 (font-lock-support-mode):
14514 * progmodes/grep.el (font-lock-lines-before):
14515 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14516 * progmodes/mixal-mode.el (compile-command):
14517 * progmodes/perl-mode.el (font-lock-comment-face)
14518 (font-lock-doc-face, font-lock-string-face):
14519 * progmodes/prolog.el (comint-prompt-regexp):
14520 * progmodes/sh-script.el (font-lock-comment-face)
14521 (font-lock-set-defaults, font-lock-string-face):
14522 * progmodes/sql.el (font-lock-keyword-face)
14523 (font-lock-set-defaults, font-lock-string-face):
14524 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14525 (itimer-version, lazy-lock-defer-contextually)
14526 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14527 Add defvars.
14528
14529 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14530 (cperl-electric-keyword, cperl-electric-pod)
14531 (cperl-electric-backspace, cperl-forward-re)
14532 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14533 (vc-rcs-header, vc-sccs-header): Add defvars.
14534
14535 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14536 (font-lock-syntactic-keywords, gud-find-expr-function):
14537 Add defvars.
14538
14539 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14540 (gdb-frame-parameters): Declare before use.
14541
14542 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14543 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14544 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14545 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14546
14547 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14548 (idlwave-help-with-source): Use `insert-buffer-substring', not
14549 `insert-buffer'.
14550
14551 2005-08-29 Juri Linkov <juri@jurta.org>
14552
14553 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14554 Put outline-back-to-heading function call inside save-excursion.
14555
14556 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14557
14558 * man.el (Man-init-defvars, Man-translate-references)
14559 (Man-support-local-filenames, Man-highlight-references):
14560 * progmodes/sql.el (sql-interactive-mode):
14561 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14562
14563 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14564 (compilation-mode-font-lock-keywords): Add defvars.
14565 (checkdoc-interactive-loop): "?\ " -> "?\s".
14566
14567 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14568 (font-lock-doc-face, font-lock-string-face)
14569 (font-lock-keywords-case-fold-search): Add defvars.
14570 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14571
14572 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14573 Don't pass X and Y (they are ignored anyway).
14574 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14575 (mouse-delete-window): Make arguments optional.
14576
14577 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14578 (caesar-translate-table, minor-modes, news-buffer-save)
14579 (news-group-name, news-minor-modes): Add defvars.
14580
14581 * emacs-lisp/lselect.el (mouse-highlight-priority)
14582 (x-lost-selection-functions, zmacs-regions):
14583 * emacs-lisp/pp.el (font-lock-verbose):
14584 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14585 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14586 (ses-mode-map):
14587 * emacs-lisp/tcover-unsafep.el (safe-functions):
14588 * international/mule-cmds.el (mac-system-coding-system)
14589 (mac-system-locale):
14590 * language/ethio-util.el (rmail-current-message)
14591 (rmail-message-vector):
14592 * language/thai-util.el (thai-auto-composition-mode):
14593 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14594 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14595 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14596 (vm-primary-inbox, vm-spool-files):
14597 * mail/rmail.el (deleted-head, font-lock-fontified)
14598 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14599 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14600 (total-messages):
14601 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14602 (rmail-summary-mode-map):
14603 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14604 (rmail-last-label, rmail-last-multi-labels)
14605 (rmail-summary-vector, rmail-total-messages):
14606 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14607 * mail/rmailsum.el (msgnum):
14608 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14609 (rmail-current-message):
14610 * obsolete/fast-lock.el (font-lock-face-list):
14611 * obsolete/rnewspost.el (mail-reply-buffer):
14612 * obsolete/scribe.el (compile-command):
14613 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14614
14615 2005-08-28 John Paul Wallington <jpw@gnu.org>
14616
14617 * ibuf-ext.el (ibuffer-auto-update-changed):
14618 Use `frame-or-buffer-changed-p' to check whether we need to update.
14619 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14620 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14621 as a `frame-or-buffer-changed-p' state vector instead.
14622
14623 2005-08-27 Romain Francoise <romain@orebokech.com>
14624
14625 * textmodes/makeinfo.el (makeinfo-compile):
14626 Use `compilation-start'. Set `next-error-function' according to
14627 `disable-errors'.
14628 (makeinfo-next-error): New function.
14629 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14630 (makeinfo-buffer): Likewise.
14631
14632 * progmodes/compile.el (compilation-start): Add autoload cookie.
14633
14634 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14635 * textmodes/sgml-mode.el: Likewise.
14636 * progmodes/python.el: Likewise.
14637
14638 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14639
14640 * simple.el (blink-matching-paren-distance): Document the meaning
14641 of nil value, and allow to customize to nil.
14642
14643 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14644 command.com, not command.exe.
14645
14646 2005-08-26 John Wiegley <johnw@newartisans.com>
14647
14648 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14649 code around a bit so that an extraneous nil argument is not added
14650 to a command when no args are given.
14651
14652 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14653 double-quoted argument resolves to nil, return it as an empty
14654 string rather than as nil. This made it impossible to pass "" to
14655 a shell script as a null string argument.
14656
14657 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14658
14659 * outline.el (outline-invent-heading): New fun.
14660 (outline-promote, outline-demote): Use it.
14661 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14662 (outline-end-of-subtree): Remove unused var `opoint'.
14663
14664 2005-08-26 David Reitter <david.reitter@gmail.com>
14665
14666 * menu-bar.el (truncate-lines, write-file, print-buffer)
14667 (ps-print-buffer-faces, ps-print-buffer, split-window):
14668 Disable menu items when the frame they refer to is invisible, or when
14669 they refer to a buffer and the minibuffer is selected.
14670
14671 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14672
14673 * progmodes/flymake.el (flymake-highlight-err-lines):
14674 Use save-excursion around flymake-highlight-line to preserve point.
14675
14676 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14677
14678 * progmodes/octave-mod.el: Change Author and Maintainer address.
14679 (octave-maintainer-address): Change Kurt's email address.
14680 * progmodes/octave-inf.el: Change Author and Maintainer address.
14681 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14682
14683 2005-08-26 Kim F. Storm <storm@cua.dk>
14684
14685 * subr.el (version-list-<, version-list-<=, version-list-=):
14686 Rename from integer-list-*.
14687 (version-list-not-zero): Likewise. Fix while loop.
14688 (version=): Use version-list-= instead of string-equal.
14689
14690 2005-08-26 Richard M. Stallman <rms@gnu.org>
14691
14692 * outline.el (outline-promote): Try shortening the heading.
14693 As last resort, read the heading to use.
14694 (outline-demote): As last resort, read the heading to use.
14695
14696 2005-08-26 Romain Francoise <romain@orebokech.com>
14697
14698 * progmodes/compile.el (compilation-start): Doc fix.
14699
14700 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14701 (antlr-font-lock-additional-keywords): Fix reference to
14702 `antlr-font-lock-literal-regexp' erroneously changed during the
14703 mass face rename.
14704 (antlr-run-tool): Use `compilation-start'.
14705
14706 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14707 instead of the obsolete `compile-internal'.
14708
14709 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14710
14711 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14712 (number, original-date):
14713 * calendar/cal-china.el (date):
14714 * calendar/cal-coptic.el (date):
14715 * calendar/cal-french.el (date):
14716 * calendar/cal-hebrew.el (date, entry, number, original-date):
14717 * calendar/cal-islam.el (date, number, original-date):
14718 * calendar/cal-iso.el (date):
14719 * calendar/cal-julian.el (date):
14720 * calendar/cal-mayan.el (date):
14721 * calendar/cal-menu.el (date, event):
14722 * calendar/cal-persia.el (date):
14723 * calendar/lunar.el (date):
14724 * calendar/solar.el (date): Add defvars.
14725
14726 * emerge.el:
14727 * ibuffer.el:
14728 * info-xref.el:
14729 * obsolete/bg-mouse.el:
14730 * obsolete/sun-curs.el:
14731 * obsolete/swedish.el: Move the `defvar's to the top level.
14732
14733 * smerge-mode.el (smerge-refined-change): Add :group.
14734
14735 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14736
14737 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14738 (smerge-keep-n): Remove props.
14739 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14740 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14741 now that it's done in smerge-keep-n.
14742 (smerge-refined-change): New face.
14743 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14744 (smerge-refine): New funs.
14745 (smerge-basic-map): Bind smerge-refine.
14746
14747 2005-08-25 Juri Linkov <juri@jurta.org>
14748
14749 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14750 compilation-process-setup-function and compilation-disable-input
14751 in grep-mode instead of let-bindings in grep.
14752
14753 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14754 Delete "Automatic File De/compression" (auto-compression-mode).
14755
14756 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14757
14758 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14759 Silence warning about non-existent variable.
14760
14761 2005-08-25 Richard M. Stallman <rms@gnu.org>
14762
14763 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14764 Rename "Describe Key" to "Describe Key or Mouse Operation".
14765
14766 * mail/mailalias.el (build-mail-aliases): Delete comments
14767 from the contents before processing them.
14768
14769 * isearch.el (isearch-edit-string): Erase the Search prompt
14770 if user enters an empty string and there is no default.
14771
14772 * comint.el (comint-file-name-prefix): Add autoload.
14773
14774 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14775
14776 * subr.el (play-sound): Rearrange to avoid warning.
14777
14778 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14779
14780 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14781 New hook.
14782 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14783
14784 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14785
14786 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14787
14788 * custom.el (custom-theme-set-variables): Sort minor modes last.
14789
14790 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14791
14792 * subr.el (version-separator, version-regexp-alist): New vars used by
14793 version comparison funs.
14794 (integer-list-<, integer-list-=, integer-list-<=)
14795 (integer-list-not-zero): New funs for integer list comparison.
14796 (version-to-list, version=, version<, version<=): New funs for version
14797 comparison.
14798
14799 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14800
14801 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14802 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14803 time to silence the byte-compiler.
14804
14805 * ibuffer.el (ibuffer-compile-make-eliding-form)
14806 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14807 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14808 so it's silly to get warnings for it).
14809 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14810 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14811 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14812 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14813 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14814 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14815 Defvar at compile time.
14816 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14817 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14818 Declare them before use.
14819
14820 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14821 (info-xref-good, info-xref-bad): Defvar at compile time.
14822
14823 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14824 Use `let*' instead of `let'.
14825
14826 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14827 (*mouse-y*, menu, char): Defvar at compile time.
14828 (sc::menu): Declare it before use.
14829 (sc::pack-one-line): Use `let', not `let*'.
14830
14831 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14832 (mail-send-hook): Defvar at compile time.
14833
14834 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14835 Defvar at compile time.
14836
14837 * term/sun-mouse.el (current-global-mousemap)
14838 (current-local-mousemap): Declare them before use.
14839
14840 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14841
14842 * bookmark.el (bookmark-after-jump-hook): New hook.
14843 (bookmark-jump): Run `bookmark-after-jump-hook'.
14844
14845 2005-08-23 Juri Linkov <juri@jurta.org>
14846
14847 * faces.el (minibuffer-prompt): Doc fix.
14848
14849 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14850
14851 * progmodes/xscheme.el: Trivial changes to silence warnings.
14852 (xscheme-previous-mode, xscheme-previous-process-state):
14853 Add defvars.
14854 (xscheme-last-input-end, xscheme-process-command-line)
14855 (xscheme-process-name, xscheme-buffer-name)
14856 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14857 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14858 (xscheme-control-g-synchronization-p)
14859 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14860 (default-xscheme-runlight, xscheme-runlight)
14861 (xscheme-runlight-string, xscheme-process-filter-state)
14862 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14863 Move to beginning of file.
14864 (scheme-interaction-mode-commands-alist)
14865 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14866 Declare them before use. Note: the initialization code for the variables
14867 has not been moved because it uses functions that reference the variables.
14868 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14869 (xscheme-prompt-for-expression-map): Declare them before use.
14870 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14871
14872 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14873
14874 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14875
14876 2005-08-22 Juri Linkov <juri@jurta.org>
14877
14878 * faces.el (set-face-underline): Delete this duplicate function
14879 and make an obsolete alias to set-face-underline-p.
14880 (set-face-underline-p): Use docstring of set-face-underline.
14881 (describe-face): Create hyperlink to parent face.
14882
14883 * info.el (Info-insert-dir): Use save-excursion around
14884 insert-buffer-substring.
14885 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14886 (Info-escape-percent): Delete function.
14887 (Info-fontify-node): Replace Info-escape-percent by
14888 replace-regexp-in-string with REP arg set to lambda that
14889 duplicates `%' and preserves text properties.
14890
14891 * progmodes/compile.el (compilation-disable-input): Doc fix.
14892 (define-compilation-mode): Doc fix and refill.
14893 (kill-compilation): Use `mode-name' in the error message.
14894 (compilation-find-file): Use `compilation-error' in the
14895 read-file-name's prompt.
14896
14897 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14898
14899 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14900 (smerge-auto-leave): Make undo re-enable the mode.
14901 (debug-ignored-errors): Add the user-error of impossible resolution.
14902 (smerge-resolve): Move things around a bit, in preparation for later.
14903 (smerge-diff): Don't fail if the buffer has no associated file.
14904 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14905 (smerge-conflict-overlay): New function.
14906 (smerge-match-conflict): Don't add text properties here.
14907 (smerge-find-conflict): Instead, add an overlay here.
14908 Also check for the case where we're inside a conflict already, so as to
14909 obviate the need for font-lock-multiline, which is unbearably slow with
14910 large conflicts and ciomplex font-lock patterns.
14911 (smerge-remove-props): Remove overlay rather than text-properties.
14912 (smerge-mode): Don't set font-lock-multiline.
14913 Remove overlays when turned off.
14914
14915 2005-08-21 Kim F. Storm <storm@cua.dk>
14916
14917 * ido.el (ido-ignore-item-p): Use save-match-data.
14918 Bind case-fold-search to ido-case-fold locally.
14919
14920 2005-08-20 Richard M. Stallman <rms@gnu.org>
14921
14922 * files.el (normal-mode): If font lock is on, turn it off and on.
14923
14924 * subr.el (replace-regexp-in-string): Doc fix.
14925
14926 * startup.el (command-line-1): Don't suppress startup screen
14927 due to existing processes.
14928
14929 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14930
14931 * progmodes/compile.el (compilation-disable-input): Default to nil.
14932
14933 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14934
14935 * progmodes/compile.el (compilation-disable-input): New defcustom.
14936 (compilation-start): If compilation-disable-input is non-nil, send
14937 EOF to the compilation process.
14938
14939 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14940
14941 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14942 Run the argument of tex-shell-cd-command through
14943 convert-standard-filename, to get the correct style of slashes on
14944 Windows, and enclose the result in quotes, in case the file name
14945 includes whitespace or other special characters.
14946
14947 2005-08-19 Andreas Schwab <schwab@suse.de>
14948
14949 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14950 process.
14951
14952 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14953
14954 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14955
14956 2005-08-18 Kim F. Storm <storm@cua.dk>
14957
14958 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14959
14960 2005-08-18 Richard M. Stallman <rms@gnu.org>
14961
14962 * scroll-lock.el: New file.
14963
14964 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14965
14966 * dired.el (dired-move-to-end-of-filename):
14967 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14968
14969 2005-08-18 Kim F. Storm <storm@cua.dk>
14970
14971 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14972 rather than toggle mode when custom value is nil.
14973 (ido-everywhere): Fix defun doc string.
14974
14975 2005-08-17 Richard M. Stallman <rms@gnu.org>
14976
14977 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14978 as tag instead of "Inviolable".
14979
14980 2005-08-17 Kim F. Storm <storm@cua.dk>
14981
14982 * windmove.el (windmove-coordinates-of-position): Remove.
14983 (windmove-coordinates-of-window-position): Remove.
14984 (windmove-reference-loc): Use posn-at-point instead.
14985
14986 * subr.el (insert-for-yank-1): Doc fix.
14987
14988 * ido.el (ido-enter-matching-directory): Rename from
14989 ido-enter-single-matching-directory. Change `slash' choice to
14990 `only'. Add `first' choice.
14991 (ido-exhibit): Adapt to above changes.
14992
14993 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
14994
14995 * Makefile.in: Expand comment about building loaddefs.el.
14996
14997 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
14998
14999 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15000 Comment use of defadvice.
15001
15002 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15003
15004 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15005
15006 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15007 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15008 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15009 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15010 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15011 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15012 for backward compatibility for faces that did not appear in the
15013 previous Emacs release.
15014
15015 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15016
15017 2005-08-15 Kim F. Storm <storm@cua.dk>
15018
15019 * emulation/cua-base.el (cua-delete-region): Return t if
15020 deleted region was non-empty.
15021 (cua-replace-region): Inhibit overwrite-mode for
15022 self-insert-command if replaced region was non-empty.
15023 (cua--explicit-region-start, cua--status-string): Make them
15024 buffer-local at top-level...
15025 (cua-mode): ...rather than when mode is enabled.
15026
15027 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15028
15029 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15030 Set t for Emacs 21, 22, and so on.
15031
15032 2005-08-15 David Ponce <david@dponce.com>
15033
15034 * tree-widget.el: Update Commentary header.
15035 (tree-widget-theme): Doc fix.
15036 (tree-widget-space-width): New option.
15037 (tree-widget-image-properties): Look up in the default theme too.
15038 (tree-widget--cursors): Only for images with arrow pointer shape.
15039 (tree-widget-lookup-image): Pointer shape is hand by default.
15040 (tree-widget-icon): Rename generic icon widget from
15041 `tree-widget-control'.
15042 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15043 derive from `tree-widget-icon'.
15044 (tree-widget-handle): Improve default look and feel of the text
15045 representation.
15046 (tree-widget): Rename :*-control properties to :*-icon properties.
15047 Add :action and :help-echo properties.
15048 (tree-widget-after-toggle-functions): Move.
15049 (tree-widget-close-node, tree-widget-open-node): Remove.
15050 (tree-widget-before-create-icon-functions): New hook.
15051 (tree-widget-value-create): Update to allow customization of icons
15052 and nodes at run-time via that new hook.
15053 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15054 (tree-widget-icon-action, tree-widget-icon-help-echo)
15055 (tree-widget-action, tree-widget-help-echo): New functions.
15056
15057 2005-08-15 Kim F. Storm <storm@cua.dk>
15058
15059 * ido.el (ido-buffer-internal): Use with-no-warnings.
15060 (ido-make-merged-file-list): Use while-no-input.
15061
15062 2005-08-15 Richard M. Stallman <rms@gnu.org>
15063
15064 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15065 (flyspell-large-region): Fix doc and custom type.
15066
15067 2005-08-14 Richard M. Stallman <rms@gnu.org>
15068
15069 * files.el (interpreter-mode-alist): Doc fix.
15070
15071 * mail/rmail.el (rmail-nonignored-headers): New variable.
15072 (rmail-clear-headers): Use it.
15073 (rmail-reply): Better handling of mail-followup-to header.
15074
15075 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15076 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15077 don't try to refer to executable-font-lock-keywords.
15078 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15079 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15080 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15081 (sh-mode): Set comment-start-skip, local-abbrev-table,
15082 imenu-case-fold-search.
15083 (sh-set-shell): Don't set them here.
15084 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15085 Don't cache the results in the original alist; don't ever modify
15086 that alist.
15087
15088 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15089
15090 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15091 empty.
15092
15093 2005-08-15 Andreas Schwab <schwab@suse.de>
15094
15095 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15096
15097 * dired.el, info.el, mail/rmail.el: Revert last change.
15098
15099 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15100
15101 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15102 modification in `eval-after-load' form.
15103 * info.el: Likewise.
15104 * mail/rmail.el: Likewise.
15105
15106 2005-08-14 Juri Linkov <juri@jurta.org>
15107
15108 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15109 Remove highlighting of "Compilation started". Highlight only
15110 the word "finished" in "Compilation finished". Add highlighting
15111 of "interrupt", "killed", "terminated" and the exit code.
15112 (compilation-start): Add newline after header. Use exactly the
15113 same time stamp format as the finishing message.
15114 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15115
15116 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15117 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15118 Add highlighting of "interrupt", "killed", "terminated".
15119
15120 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15121 enabled and the current command is self-insert-command, call it
15122 explicitly with overwrite-mode bound to nil, to not allow it
15123 to delete the character after the selected region.
15124
15125 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15126
15127 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15128 move-end-of-line, end-of-line, and beginning-of-line to the list
15129 of commands after which the echo area is updated.
15130
15131 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15132
15133 * cus-edit.el (custom-save-all, custom-save-delete):
15134 Bind recentf-exclude to exclude custom-file.
15135
15136 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15137
15138 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15139 to go to the bottom of the mail message. Added to
15140 `rmail-summary-mode-map' with key "/".
15141 (rmail-summary-show-message): New (internal) function for use by
15142 both `rmail-summary-beginning/end-of-message'.
15143 (rmail-summary-beginning-of-message): Change to use
15144 rmail-summary-show-message.
15145
15146 * mail/rmail.el (rmail-end-of-message): New command to go to the
15147 end of the current message. Added to `rmail-mode-map' with key "/".
15148 (rmail-beginning-of-message): Fix to work as documented.
15149 (rmail-mode): Change documentation.
15150
15151 * progmodes/compile.el (compilation-start): Add the line
15152 "Compilation started" with compilation start time.
15153 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15154
15155 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15156
15157 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15158 of menu items.
15159
15160 2005-08-11 Richard M. Stallman <rms@gnu.org>
15161
15162 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15163
15164 * battery.el (battery-status-function): Don't use ignore-errors.
15165
15166 2005-08-11 Lute Kamstra <lute@gnu.org>
15167
15168 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15169 define-obsolete-variable-alias.
15170
15171 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15172
15173 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15174 (ange-ftp-send-cmd): Revert last change, and expand
15175 the comment explaining the problem.
15176
15177 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15178
15179 * ldefs-boot.el: Update.
15180
15181 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15182 item to "Time, Load and Mail". Change help echo text.
15183
15184 * time.el (display-time-use-mail-icon, display-time-format)
15185 (display-time-string-forms): Shorten first line of docstrings.
15186
15187 2005-08-10 Lars Hansen <larsh@soem.dk>
15188
15189 * desktop.el (desktop-buffer-mode-handlers):
15190 Make non-customizable. Add autoload cookie. Change initial value to
15191 nil; add elements in respective modules instead. Fix doc string.
15192 (desktop-load-file): New function.
15193 (desktop-minor-mode-handlers): New autoloaded variable.
15194 (desktop-create-buffer): Call minor mode handlers.
15195 Use desktop-load-file to load major and minor mode modules prior to
15196 checking for a handler.
15197 (desktop-save): Don't add nil to desktop-minor-modes for minor
15198 modes with nil function in desktop-minor-mode-table. Don't delete
15199 desktop file before rewriting it.
15200 (desktop-locals-to-save): Add autoload cookie. Don't make
15201 automatically buffer-local. Add variables column-number-mode,
15202 size-indication-mode, indent-tabs-mode,
15203 indicate-buffer-boundaries, indicate-empty-lines and
15204 show-trailing-whitespace.
15205 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15206 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15207 (desktop-clear-preserve-buffers-regexp): Delete.
15208 (desktop-clear-preserve-buffers): Update initial value and docstring.
15209 (desktop-save-buffer): Fix doc string.
15210
15211 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15212 (hilit-chg-desktop-restore): New function.
15213 (highlight-changes-mode): Add highlight-changes-mode to
15214 desktop-locals-to-save.
15215
15216 * dired.el: Add handler to desktop-buffer-mode-handlers.
15217 (dired-restore-desktop-buffer): Remove autoload cookie.
15218 (dired-mode): Add autoload cookie.
15219
15220 * info.el: Add handler to desktop-buffer-mode-handlers.
15221 (Info-restore-desktop-buffer): Remove autoload cookie.
15222 (Info-mode): Add autoload cookie.
15223
15224 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15225 (mh-restore-desktop-buffer): Remove autoload cookie.
15226 (mh-folder-mode): Add autoload cookie.
15227
15228 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15229 (rmail-restore-desktop-buffer): Remove autoload cookie.
15230
15231 2005-08-11 Masatake YAMATO <jet@gyve.org>
15232
15233 * hexl.el (hexl-address-region):
15234 (hexl-ascii-region, hexl-font-lock-keywords):
15235 (hexl-highlight-line-range): Use the term "region"
15236 instead of "area" for consistency with the other symbols
15237 defined in hexl.el.
15238
15239 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15240
15241 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15242 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15243 out by Juri Linkov). Add `display-battery-mode'.
15244
15245 2005-08-09 Juri Linkov <juri@jurta.org>
15246
15247 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15248 Remove `-text' from face variable names.
15249 (compilation-error-file-name, compilation-warning-file-name)
15250 (compilation-info-file-name): Delete faces.
15251 (compilation-line-number, compilation-column-number):
15252 Remove face underlining.
15253 (compilation-message-face): Set to `underline' value by default.
15254 (compilation-error-face, compilation-warning-face)
15255 (compilation-info-face): Remove `-file-name' from face names.
15256 (compilation-error-text-face, compilation-warning-text-face)
15257 (compilation-info-text-face): Delete face variables.
15258 (compilation-text-face): Delete function.
15259
15260 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15261 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15262 (grep-error-face): Set to `compilation-error' instead of
15263 `compilation-error-face' (which is redefined to `grep-hit-face' in
15264 grep buffers).
15265 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15266 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15267
15268 * dired-aux.el (dired-do-query-replace-regexp):
15269 Use `query-replace-read-args'.
15270
15271 * replace.el (query-replace-read-from, query-replace-read-to)
15272 (query-replace-read-args): Rename arg `string' to `prompt'.
15273
15274 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15275
15276 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15277
15278 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15279 uploading files.
15280 (ange-ftp-canonize-filename): Handle file names beginning with ~
15281 correctly.
15282
15283 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15284
15285 * textmodes/fill.el (canonically-space-region)
15286 (fill-context-prefix, fill-french-nobreak-p)
15287 (fill-delete-newlines, fill-comment-paragraph)
15288 (justify-current-line): "?\ " -> "?\s".
15289
15290 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15291
15292 * textmodes/fill.el (fill-nonuniform-paragraphs):
15293 Improve argument/docstring consistency.
15294
15295 2005-08-09 Richard M. Stallman <rms@gnu.org>
15296
15297 * textmodes/ispell.el (ispell-word): More fboundp checks.
15298
15299 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15300 (find-file-noselect-1): Call it here, only if RAWFILE.
15301 (normal-mode): Always set some major mode.
15302 (save-some-buffers-action-alist): Change some explanation strings.
15303 (file-name-non-special): In the `quote' method, use unwind-protect.
15304
15305 2005-08-09 Magnus Henoch <mange@freemail.hu>
15306
15307 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15308 (ispell-have-aspell-dictionaries): New variable.
15309 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15310 (ispell-get-aspell-config-value): New function.
15311 (ispell-aspell-find-dictionary): New function.
15312 (ispell-aspell-add-aliases): New function.
15313 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15314 appropriate. Don't look for ispell dictionaries if we use aspell.
15315 (ispell-menu-map): Don't build a submenu of dictionaries.
15316
15317 2005-08-09 Richard M. Stallman <rms@gnu.org>
15318
15319 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15320 (sql-read-passwd): Use read-passwd.
15321
15322 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15323 (idlwave-toolbar-is-possible): Add defvars.
15324
15325 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15326 Avoid warnings.
15327
15328 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15329 (idlwave-system-class-info, idlwave-executive-commands-alist):
15330 Use defvar.
15331
15332 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15333
15334 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15335 Avoid warnings.
15336
15337 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15338 and content-type: headers.
15339
15340 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15341
15342 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15343 and rename some of them to be more self-explanatory.
15344
15345 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15346
15347 * startup.el (command-line-1): Implement -scriptload.
15348
15349 * replace.el (occur-engine): Initial *Occur* output not undoable.
15350
15351 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15352 and improve help strings.
15353
15354 * isearch.el (isearch-repeat): When changing direction,
15355 mark search successful.
15356
15357 * ediff-init.el: Use (featurep 'xemacs).
15358
15359 * comint.el (send-invisible): Identify buffer, if not selected.
15360
15361 * align.el: Delete autoload for c-guess-basic-syntax.
15362
15363 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15364
15365 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15366 Improve argument/docstring consistency. Doc fixes.
15367 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15368 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15369 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15370 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15371 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15372 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15373 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15374 Defvar at compile time.
15375
15376 2005-08-09 Juri Linkov <juri@jurta.org>
15377
15378 * info.el: Replace `info' with upper-case `Info' where appropriate.
15379 (info-title-1, info-title-2, info-title-3, info-title-4)
15380 (info-menu-header): Move up face definitions.
15381 (info-menu-star): Rename from `info-menu-5'.
15382 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15383 (Info-fontify-visited-nodes): Fix docstring.
15384 (Info-hide-note-references): Fix docstring.
15385 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15386 menu items in the same way as on cross-references.
15387 (info-apropos): Fix sorting order and formatting to be like in the
15388 stand-alone Info browser. Display error messages for 1 sec.
15389 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15390 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15391 from the menu bar.
15392 (Info-insert-dir): Restore point after calling
15393 `insert-buffer-substring'.
15394
15395 2005-08-08 Richard M. Stallman <rms@gnu.org>
15396
15397 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15398 (recompute-lucid-menubar): Add defvars.
15399
15400 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15401
15402 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15403
15404 * net/net-utils.el (run-dig): Rename from `dig'.
15405
15406 * play/gametree.el (gametree-mode): Use make-local-variable,
15407 not make-variable-buffer-local.
15408
15409 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15410
15411 * ansi-color.el (ansi-color-make-extent)
15412 (ansi-color-set-extent-face): Use fboundp, not functionp.
15413
15414 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15415 not make-variable-buffer-local.
15416
15417 * bookmark.el (Info-current-file): Add defvar.
15418 (bookmark-jump-noselect): Use with-no-warnings.
15419
15420 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15421
15422 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15423
15424 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15425
15426 * find-file.el (ada-procedure-start-regexp)
15427 (ada-package-start-regexp): Add defvars.
15428
15429 * info.el (Info-insert-dir): Use insert-buffer-substring.
15430
15431 * xml.el (xml-att-def-re): Add defvar.
15432
15433 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15434 calling convention.
15435
15436 * subr.el (while-no-input): Return t if there is input.
15437
15438 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15439
15440 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15441
15442 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15443
15444 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15445 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15446
15447 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15448
15449 * cmuscheme.el (scheme-start-file): Replace reference to
15450 `user-emacs-directory' by "~/.emacs.d/".
15451
15452 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15453
15454 * info.el (Info-dir-remove-duplicates): Avoid case folding
15455 in loop; instead, keep downcased strings for comparison.
15456 Suggested by Helmut Eller.
15457
15458 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15459
15460 Sync with Tramp 2.0.50.
15461
15462 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15463 XEmacs case; not necessary anymore.
15464 (tramp-user-regexp): Allow "@" as part of user name.
15465 (tramp-handle-set-visited-file-modtime)
15466 (tramp-handle-insert-file-contents)
15467 (tramp-handle-write-region): No special handling for
15468 `last-coding-system-used, because this is done in
15469 `tramp-accept-process-output' now.
15470 (tramp-accept-process-output): New defun.
15471 (tramp-process-one-action, tramp-process-one-multi-action)
15472 (tramp-wait-for-regexp, tramp-wait-for-output)
15473 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15474 Howells <dhowells@redhat.com>.
15475 (clear-visited-file-modtime): Defadvice removed. The check for
15476 unset buffer's modtime does not need to be based on
15477 `tramp-buffer-file-attributes'. Suggested by RMS.
15478 (tramp-message): Insert "\n" if not being at beginning of line.
15479 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15480 sequence with same logic.
15481 (tramp-completion-handle-expand-file-name): Discard call of
15482 `tramp-drop-volume-letter'. It is not necessary, and there have
15483 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15484 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15485 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15486 should always be visible.
15487 (tramp-handle-insert-directory, tramp-setup-complete)
15488 (tramp-set-process-query-on-exit-flag)
15489 (tramp-append-tramp-buffers): Pacify byte-compiler.
15490 (tramp-bug): Delete non-existing variables from list.
15491 Apply `tramp-load-report-modules' as pre-hook.
15492 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15493 `shell-prompt-pattern' because of non-7bit characters.
15494 Reported by Sebastian Luque <sluque@mun.ca>.
15495 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15496 (tramp-match-string-list): Remove function.
15497 (tramp-wait-for-regexp): Remove call of that function.
15498 Suggested by Kim F. Storm <storm@cua.dk>.
15499 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15500 instead of octal character code ?\600. The latter resulted in a
15501 syntax error with XEmacs.
15502
15503 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15504 XEmacs case; not necessary anymore.
15505 (tramp-smb-handle-write-region): No special handling for
15506 `last-coding-system-used, because this is done in
15507 `tramp-accept-process-output' now.
15508 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15509
15510 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15511
15512 * wid-edit.el (widget-choice-value-create):
15513 Unconditionally respect user choice. Set :explicit-choice back to nil
15514 when no longer needed.
15515 (widget-choice-action): Unconditionally respect user choice.
15516 Eliminate :explicit-choice-value.
15517
15518 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15519
15520 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15521 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15522 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15523 running new function `toggle-indicate-empty-lines'.
15524 Rename "Customize" item to "Customize fringe".
15525 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15526 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15527 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15528 Delete "Empty lines only" item.
15529 (menu-bar-showhide-fringe-ind-customize): New function.
15530 (menu-bar-showhide-fringe-ind-mixed)
15531 (menu-bar-showhide-fringe-ind-box)
15532 (menu-bar-showhide-fringe-ind-right)
15533 (menu-bar-showhide-fringe-ind-left)
15534 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15535 instead of `fringe-indicators'.
15536
15537 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15538
15539 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15540 Change the date of last update.
15541
15542 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15543
15544 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15545 (viper-exec-yank, viper-put-back): Don't display modification msg
15546 if in the minibuffer.
15547
15548 * viper-init.el (viper-replace-overlay-cursor-color)
15549 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15550 Make variables frame local.
15551
15552 * viper-util.el (viper-append-filter-alist): Use append instead of
15553 nconc.
15554
15555 * viper.el (viper-vi-state-mode-list)
15556 (viper-emacs-state-mode-list): Move help-mode and
15557 completion-list-mode from the first list to the second.
15558 (viper-mode): Docstring.
15559 (viper-go-away, viper-non-hook-settings): Don't localize
15560 minor-mode-alist in newer Emacsen. Add advice to
15561 set-cursor-color. Don't bind "\C-c\\".
15562
15563 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15564
15565 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15566 (scheme-macro-expand-command): New user options.
15567 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15568 (scheme-form-at-point, scheme-start-file)
15569 (scheme-interactively-start-process): New functions.
15570 (scheme-get-process): New function, extracted from `scheme-proc'.
15571 (run-scheme): Call `scheme-start-file' to get start file, and pass
15572 it to `make-comint'.
15573 (switch-to-scheme, scheme-proc):
15574 Call `scheme-interactively-start-process' if no Scheme buffer/process
15575 is available.
15576
15577 2005-08-06 Juri Linkov <juri@jurta.org>
15578
15579 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15580 Use `compilation-text-face', `compilation-info-text-face' and
15581 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15582 (compilation-error): New face.
15583 (compilation-error-file-name): Inherit from
15584 `compilation-error' instead of `font-lock-warning-face'.
15585 (compilation-warning-file-name): Inherit from
15586 `compilation-warning' instead of `font-lock-warning-face'.
15587 (compilation-info, compilation-error-file-name)
15588 (compilation-warning-file-name, compilation-info-file-name)
15589 (compilation-line-number, compilation-column-number): Doc fix.
15590 (compilation-error-text-face, compilation-warning-text-face)
15591 (compilation-info-text-face): New face variables.
15592 (compilation-line-face, compilation-column-face)
15593 (compilation-enter-directory-face)
15594 (compilation-leave-directory-face): Doc fix.
15595 (compilation-text-face): New function.
15596
15597 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15598 instead of 1 to display binary file names as info file links.
15599 (grep-error-face): Use `compilation-error-face' instead of
15600 `font-lock-keyword-face'.
15601 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15602 and `compilation-warning-text-face' instead of
15603 `font-lock-keyword-face'. Use `compilation-error-text-face'
15604 instead of `grep-error-face'.
15605
15606 2005-08-05 Kenichi Handa <handa@m17n.org>
15607
15608 * international/code-pages.el: Add autoload cookies for all coding
15609 systems.
15610
15611 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15612
15613 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15614
15615 2005-08-04 Juri Linkov <juri@jurta.org>
15616
15617 * progmodes/compile.el (compilation-mode-map):
15618 * progmodes/grep.el (grep-mode-map):
15619 Bind TAB to `compilation-next-error' and [backtab] to
15620 `compilation-previous-error'.
15621
15622 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15623 matching line numbers, column numbers and their ranges with regexp
15624 matching only line numbers.
15625 (grep-context-face): New face variable.
15626 (grep-mode-font-lock-keywords): Use it.
15627
15628 * faces.el (read-face-name): Delete duplicate faces.
15629
15630 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15631
15632 * thumbs.el (thumbs-find-image): Don't make variables
15633 automatically buffer local.
15634 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15635 (thumbs-image-num): Make automatically buffer local.
15636 (thumbs-show-thumbs-list): Use `make-local-variable', not
15637 `make-variable-buffer-local'.
15638 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15639
15640 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15641 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15642 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15643 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15644 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15645 (feelings-about, foullst, found, hello, history, howareyoulst)
15646 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15647 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15648 (neglst, obj, object, owner, please, problems, qlist)
15649 (random-adjective, relation, remlst, repetitive-shortness)
15650 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15651 (shortlst, something, sportslst, stallmanlst, states, subj)
15652 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15653 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15654 Defvar at compile time.
15655
15656 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15657 not `make-variable-buffer-local'.
15658
15659 2005-08-02 Kim F. Storm <storm@cua.dk>
15660
15661 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15662 rectangle overlay in selected window.
15663
15664 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15665
15666 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15667 instead of display group. Make `indicate-buffer-boundaries'
15668 customizable through Custom.
15669
15670 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15671
15672 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15673 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15674 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15675 (gdb-put-string): Fix typos in docstrings.
15676
15677 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15678
15679 Update copyright notices of files in progmodes directory for
15680 release of Emacs 22.1.
15681
15682 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15683
15684 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15685 Don't barf if the GUD buffer has been killed.
15686
15687 2005-08-01 Kim F. Storm <storm@cua.dk>
15688
15689 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15690
15691 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15692
15693 * simple.el (next-error-follow-minor-mode):
15694 make-variable-buffer-local -> make-local-variable.
15695
15696 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15697
15698 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15699 (byte-compile-form-make-variable-buffer-local): New functions to warn
15700 about misuses of make-variable-buffer-local where make-local-variable
15701 was meant.
15702
15703 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15704
15705 * bs.el (bs-attributes-list): Doc fix.
15706 (bs): Update url-link.
15707
15708 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15709 (desktop-load-default): Simplify.
15710
15711 * ibuffer.el (ibuffer-columnize-and-insert-list)
15712 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15713 (ibuffer-unmark-all, ibuffer-toggle-marks)
15714 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15715 (ibuffer-compile-make-format-form, ibuffer-format-column)
15716 (ibuffer-current-buffers-with-marks)
15717 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15718 (ibuffer): Doc fix.
15719 (ibuffer-mode): Fix typo in docstring.
15720 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15721 with `define-obsolete-variable-alias'.
15722 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15723
15724 2005-07-29 Kenichi Handa <handa@m17n.org>
15725
15726 * international/mule-cmds.el (select-message-coding-system):
15727 Be sure to use LF for end-of-line. If no coding system is decided,
15728 return iso-8859-1-unix.
15729
15730 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15731
15732 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15733 (ange-ftp-pending-error-line): New vars.
15734 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15735 to handle the non-fatal no-route-to-host messages.
15736 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15737
15738 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15739
15740 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15741 (isearch-quote-char, isearch-printing-char)
15742 (isearch-text-char-description): "?\ " -> "?\s".
15743 (isearch-lazy-highlight-cleanup)
15744 (isearch-lazy-highlight-initial-delay)
15745 (isearch-lazy-highlight-interval)
15746 (isearch-lazy-highlight-max-at-a-time)
15747 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15748 Declare with define-obsolete-*-alias macros.
15749 (isearch-forward): Fix typo in docstring.
15750 (search-invisible, search-ring-yank-pointer)
15751 (regexp-search-ring-yank-pointer): Doc fixes.
15752
15753 * recentf.el (recentf-menu-append-commands-p): Declare with
15754 `define-obsolete-variable-alias'.
15755 (recentf-max-saved-items, recentf-menu-filter)
15756 (recentf-arrange-by-rule-subfilter): Doc fixes.
15757 (recentf-menu-append-commands-flag)
15758 (recentf-initialize-file-name-history, recentf-expand-file-name)
15759 (recentf-clear-data): Fix typos in docstrings.
15760
15761 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15762
15763 * progmodes/gdb-ui.el: Smarten comments.
15764 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15765
15766 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15767
15768 * term/apollo.el (terminal-init-apollo): New function containing
15769 all former top level forms in the file.
15770 * term/bobcat.el (terminal-init-bobcat):
15771 * term/cygwin.el (terminal-init-cygwin):
15772 * term/iris-ansi.el (terminal-init-iris-ansi):
15773 * term/linux.el (terminal-init-linux):
15774 * term/news.el (terminal-init-news):
15775 * term/rxvt.el (terminal-init-rxvt):
15776 * term/sun.el (terminal-init-sun):
15777 * term/tvi970.el (terminal-init-tvi970):
15778 * term/vt100.el (terminal-init-vt100):
15779 * term/vt102.el (terminal-init-vt102):
15780 * term/vt125.el (terminal-init-vt125):
15781 * term/vt200.el (terminal-init-vt200):
15782 * term/vt201.el (terminal-init-vt201):
15783 * term/vt220.el (terminal-init-vt220):
15784 * term/vt240.el (terminal-init-vt240):
15785 * term/vt300.el (terminal-init-vt300):
15786 * term/vt320.el (terminal-init-vt320):
15787 * term/vt400.el (terminal-init-vt400):
15788 * term/vt420.el (terminal-init-vt420):
15789 * term/wyse50.el (terminal-init-wyse50):
15790 * term/xterm.el (terminal-init-xterm): Likewise.
15791
15792 * term/README: Describe the terminal-init-* functionality.
15793
15794 * startup.el (command-line): After loading the terminal initialization
15795 file call the corresponding terminal initialization function.
15796
15797 2005-07-27 Kenichi Handa <handa@m17n.org>
15798
15799 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15800 negative.
15801
15802 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15803 (ps-mule-composition-prologue): Fix for the case that
15804 RelativeCompose is false.
15805
15806 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15807
15808 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15809
15810 * descr-text.el (describe-char): Handle the case where the list of
15811 chars is displayed in a separate frame.
15812 Be a bit more discriminating when looking for the char.
15813
15814 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15815
15816 * bookmark.el (bookmark-automatically-show-annotations)
15817 (bookmark-read-annotation-text-func): Doc fixes.
15818 (bookmark-save): Improve argument/docstring consistency.
15819 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15820 (bookmark-alist-from-buffer)
15821 (bookmark-upgrade-file-format-from-0)
15822 (bookmark-grok-file-format-version)
15823 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15824 (bookmark-read-annotation-mode)
15825 (bookmark-insert-current-bookmark, bookmark-jump)
15826 (bookmark-exit-hook): Fix typos in docstrings.
15827 (bookmark-exit-hooks): Define as obsolete alias.
15828 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15829 not `bookmark-exit-hooks'. Fix docstring.
15830 (bookmark-bmenu-select): "?\ " -> "?\s".
15831
15832 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15833
15834 * startup.el (command-line): Fix typo.
15835
15836 2005-07-24 Richard M. Stallman <rms@gnu.org>
15837
15838 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15839 not emacs-quick-startup.
15840
15841 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15842
15843 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15844 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15845 instead of `reb-with-current-window'.
15846 (reb-prev-match): Likewise. Also, don't move left if the search
15847 was unsuccessful.
15848 (reb-initialize-buffer): New function.
15849 (re-builder, reb-change-syntax): Use it.
15850
15851 * man.el (Man-goto-page): Make second argument NOERROR optional.
15852
15853 2005-07-23 Richard M. Stallman <rms@gnu.org>
15854
15855 * man.el (Man-bgproc-sentinel): Check here for failure to find
15856 any man page in the output, and report the error here.
15857 (Man-arguments): Make it permanent local.
15858 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15859 (Man-mode): Pass t for NOERROR.
15860
15861 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15862 (grep-mode-font-lock-keywords):
15863 Don't use compilation-...-face for messages that are not file names.
15864
15865 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15866 Don't use compilation-...-face for messages that are not file names.
15867
15868 2005-07-22 Juri Linkov <juri@jurta.org>
15869
15870 * startup.el (normal-splash-screen): Update menu name.
15871
15872 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15873
15874 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15875
15876 * term/xterm.el: Load term/rxvt if the terminal is actually an
15877 rxvt terminal.
15878 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15879
15880 * term/rxvt.el (function-key-map): Use substitute-key-definition
15881 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15882
15883 * term/cygwin.el: New file.
15884
15885 2005-07-22 Kim F. Storm <storm@cua.dk>
15886
15887 * image-file.el (insert-image-file, image-file-yank-handler):
15888 Fix last change to maintain a (unique) yank-handler on yanked images.
15889
15890 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15891
15892 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15893 of the file size (as in "177B" for 177 bytes). This happens with
15894 "ls -lh" on FreeBSD.
15895
15896 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15897
15898 * hilit-chg.el (highlight-changes-global-initial-state)
15899 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15900 (hilit-chg-fixup, highlight-changes-mode):
15901 Fix typos in docstrings.
15902 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15903 Doc fixes.
15904
15905 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15906
15907 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15908 mode function using `eval-after-load'.
15909
15910 2005-07-21 Kim F. Storm <storm@cua.dk>
15911
15912 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15913 included when reporting an emacs crash, and tell about the DEBUG file.
15914
15915 * image-file.el (insert-image-file): Add yank-handler.
15916 (image-file-yank-handler): Yank handler to make unique copies of
15917 images when they are yanked into a buffer next to each other.
15918
15919 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15920
15921 * comint.el (comint-use-prompt-regexp, comint-send-input)
15922 (comint-source-default, comint-extract-string)
15923 (comint-get-source, comint-word, comint-completion)
15924 (comint-source, comint-prompt-read-only, comint-update-fence):
15925 Fix typos in docstrings.
15926 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15927 Declare with define-obsolete-*-alias macros.
15928 (comint-previous-matching-input-from-input)
15929 (comint-next-matching-input-from-input)
15930 (comint-previous-matching-input, comint-next-matching-input)
15931 (comint-forward-matching-input):
15932 Improve argument/docstring consistency.
15933
15934 * desktop.el (desktop-clear-preserve-buffers-regexp):
15935 Also preserve the *server* buffer.
15936
15937 * simple.el (clone-indirect-buffer): Doc fix.
15938 (fixup-whitespace, just-one-space)
15939 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15940 (next-error, next-error-highlight)
15941 (next-error-highlight-no-select, next-error-last-buffer)
15942 (next-error-buffer-p, next-error-find-buffer, next-error)
15943 (previous-error, next-error-no-select, previous-error-no-select)
15944 (open-line, split-line, minibuffer-prompt-width, kill-new)
15945 (binary-overwrite-mode): Fix typos in docstrings.
15946 (set-fill-column): Fix typo in message.
15947
15948 * skeleton.el (skeleton-proxy-new): Doc fix.
15949
15950 * strokes.el (strokes-load-hook): Doc fix.
15951 (strokes-grid-resolution, strokes-get-grid-position)
15952 (strokes-renormalize-to-grid, strokes-read-stroke)
15953 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15954 (strokes-global-map): Fix typos in docstrings.
15955 (strokes-help): Doc fix. Fix help message and pass it through
15956 `substitute-command-keys'.
15957
15958 * tempo.el (tempo-insert-prompt, tempo-interactive)
15959 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15960 (tempo-insert-string-functions, tempo-local-tags)
15961 (tempo-define-template, tempo-insert-template)
15962 (tempo-insert-prompt-compat, tempo-is-user-element)
15963 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15964 Fix typos in docstrings.
15965
15966 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15967 (vcursor-key-bindings, vcursor-use-vcursor-map)
15968 (vcursor-find-window, vcursor-scroll-down)
15969 (vcursor-disable, vcursor-beginning-of-buffer)
15970 (vcursor-end-of-buffer): Fix typos in docstrings.
15971 (vcursor-relative-move, vcursor-get-char-count):
15972 Improve argument/docstring consistency.
15973
15974 * version.el: "?\ " -> "?\s".
15975
15976 * wid-edit.el (widget-default-create, widget-after-change)
15977 (widget-default-format-handler, widget-checklist-add-item)
15978 (widget-radio-add-item, widget-choose, widget-specify-secret)
15979 (widget-field-value-create, widget-field-value-get)
15980 (widget-editable-list-format-handler)
15981 (widget-editable-list-entry-create, widget-group-value-create)
15982 (widget-documentation-link-add)
15983 (widget-documentation-string-value-create): "?\ " -> "?\s".
15984 (widget-convert-text): Doc fix.
15985 (widget-narrow-to-field, widget-field-find)
15986 (widget-url-link-action, widget-emacs-library-link-action)
15987 (widget-color-notify): Fix typos in docstrings.
15988
15989 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15990 (x-select-text, set-w32-system-coding-system)
15991 (w32-add-charset-info): Fix typos in docstrings.
15992
15993 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15994 (cua-enable-cua-keys, cua-use-hyper-key)
15995 (cua-virtual-rectangle-edges): Fix typos in docstrings.
15996 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15997
15998 * net/tramp.el (tramp-handle-load): Fix typo in error message.
15999
16000 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16001 `defalias' instead of faking it.
16002
16003 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16004 (eshell-ls-missing, eshell-ls-dired-initial-args)
16005 (eshell-ls-use-in-dired): Fix typos in docstrings.
16006
16007 2005-07-20 Kim F. Storm <storm@cua.dk>
16008
16009 * emulation/cua-base.el (cua-mode): Improve doc string.
16010
16011 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16012
16013 * abbrev.el (expand-region-abbrevs): Doc fix.
16014 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16015 Improve argument/docstring consistency.
16016
16017 * arc-mode.el (archive-get-descr, archive-alternate-display):
16018 Doc fixes.
16019 (archive-l-e): Improve argument/docstring consistency.
16020 (archive-tmpdir, archive-unixdate, archive-unixtime)
16021 (archive-chmod-entry): Fix typos in docstrings.
16022 (archive-unflag, archive-unflag-backwards)
16023 (archive-unmark-all-files): "?\ " -> "?\s".
16024
16025 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16026 (Buffer-menu-not-modified, Buffer-menu-execute)
16027 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16028 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16029
16030 * composite.el (compose-string, encode-composition-rule)
16031 (compose-last-chars): Fix typos in docstrings.
16032
16033 * desktop.el (desktop-enable, desktop-basefilename):
16034 Declare with `define-obsolete-variable-alias'.
16035 (desktop-internal-v2s): Don't quote keywords.
16036 (desktop-clear): "?\ " -> "?\s".
16037
16038 * dired.el (dired-align-file, dired-flag-backup-files)
16039 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16040 (dired-listing-switches, dired-ls-F-marks-symlinks)
16041 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16042 (dired-directory, dired-faces, dired, dired-revert)
16043 (dired-mode, dired-summary, dired-view-file)
16044 (dired-copy-filename-as-kill, dired-delete-file)
16045 (dired-no-confirm, dired-unmark-all-marks)
16046 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16047 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16048 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16049 Fix typos in message strings.
16050
16051 * dired-x.el (virtual-dired): Declare with `defalias'.
16052 (dired-mark-unmarked-files, dired-local-variables-file)
16053 (dired-omit-here-always): Doc fix.
16054 (dired-omit-mode, dired-find-subdir)
16055 (dired-enable-local-variables, dired-clean-up-buffers-too)
16056 (dired-extra-startup, dired-mark-extension, dired-jump)
16057 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16058 (dired-smart-shell-command, dired-guess-shell-alist-user)
16059 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16060 (dired-x-bind-find-file, dired-x-submit-report):
16061 Fix typos in docstrings.
16062 (dired-mark-unmarked-files): "?\ " -> "?\s".
16063
16064 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16065
16066 * faces.el (describe-face): "?\ " -> "?\s".
16067 (read-all-face-attributes, read-face-font, modify-face)
16068 (face-attr-construct, italic): Fix typos in docstrings.
16069 (frame-update-face-colors): Declare with
16070 `define-obsolete-function-alias'.
16071
16072 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16073 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16074 (magic-mode-alist, buffer-file-numbers-unique)
16075 (write-file-functions, get-free-disk-space):
16076 Fix typos in docstrings.
16077 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16078 (write-contents-hooks, write-file-hooks):
16079 Declare with `define-obsolete-variable-alias'.
16080
16081 * forms-d2.el (arch-rj): Fix typo in docstrings.
16082 (arch-tocol): Likewise. "?\ " -> "?\s".
16083
16084 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16085 Fix typo in docstring.
16086 (set-screen-width, set-screen-height): Delete redundant info in
16087 doctrings.
16088 (new-frame, screen-height, screen-width): Declare with
16089 `define-obsolete-function-alias'.
16090 (delete-frame-hook, blink-cursor): Declare with
16091 `define-obsolete-variable-alias'.
16092
16093 * paths.el (prune-directory-list): Fix typos in docstring.
16094
16095 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16096 (cvs-prefix-get): Fix typos in docstrings.
16097
16098 * ps-print.el (ps-extend-face-list, ps-extend-face)
16099 (ps-print-background-image): Fix typos in docstrings.
16100 (ps-default-fg, ps-default-bg): Doc fixes.
16101
16102 * s-region.el (s-region-bind): Doc fix.
16103 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16104
16105 * textmodes/org.el (org-table-formula-substitute-names)
16106 (org-table-get-vertical-vector): Doc fixes.
16107 (org-table-recalculate): Remove unused argument to `message'.
16108
16109 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16110
16111 * textmodes/org.el (org-table-column-names)
16112 (org-table-column-name-regexp)
16113 (org-table-named-field-locations): New variables.
16114 (org-archive-subtree): Protect `this-command' when calling
16115 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16116 the kill buffer.
16117 (org-complete): Remove fixed-formula completion.
16118 (org-edit-formulas-map): New variable.
16119 (org-table-edit-formulas): New command.
16120 (org-finish-edit-formulas, org-abort-edit-formulas)
16121 (org-show-variable, org-table-get-vertical-vector): New functions.
16122 (org-table-maybe-eval-formula): Handle `:=' fields.
16123 (org-table-get-stored-formulas, org-table-store-formulas)
16124 (org-table-get-formula, org-table-modify-formulas)
16125 (org-table-replace-in-formulas): Handle named field formulas.
16126 (org-table-get-specials): Store locations of named fields.
16127
16128 2005-07-19 Juri Linkov <juri@jurta.org>
16129
16130 * progmodes/grep.el (grep-regexp-alist)
16131 (grep-mode-font-lock-keywords, grep-process-setup):
16132 Use default GNU grep match color "01;31m" instead of "01;41m".
16133 (grep-regexp-alist, grep-mode-font-lock-keywords):
16134 Use `\\[[0-9]*m' instead of `\\[00m'.
16135 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16136 sgr_start where its handling is more important. Use the real
16137 length of sgr_start instead of constant 8.
16138 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16139 specially. Delete all remaining escape sequences.
16140 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16141 (grep-regexp-alist): Make hyperlink only for binary file name
16142 instead of the whole line.
16143 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16144 (grep-mode): Add autoload.
16145
16146 * emacs-lisp/find-func.el (find-function-regexp):
16147 Add `define-compilation-mode'.
16148
16149 2005-07-19 Juri Linkov <juri@jurta.org>
16150
16151 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16152 (compare-windows-sync-string-size, compare-windows-recenter)
16153 (compare-windows-highlight, compare-windows): Add version 22.1.
16154 (compare-windows) <defface>: Inherit from lazy-highlight instead
16155 of duplicating its default value.
16156
16157 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16158 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16159
16160 * descr-text.el (describe-char): Create link buttons for `charset'
16161 and `code point'. Add the current input method name with a link
16162 button to `to input' field. Print face names of display table
16163 characters in `The display table entry is displayed by' section
16164 instead of printing face-id in the `display' field.
16165 Guess hardcoded faces and create a link button for them.
16166 Skip empty fields when calculating max-width.
16167 Treat `widget-create' specially while inserting strings from the
16168 collected field list.
16169 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16170
16171 * diff-mode.el (diff-file-header): Change foreground color from
16172 yellow to green on light backgrounds.
16173 (diff-context): Inherit from `shadow' only for color/grayscale
16174 with more than 88 colors.
16175 (diff-indicator-removed, diff-indicator-added)
16176 (diff-indicator-changed): New faces.
16177 (diff-font-lock-keywords): Use new faces. Regroup rules.
16178 Add "^---$" for `normal' diff format. Fontify `#' lines with
16179 font-lock-comment-delimiter-face and font-lock-comment-face.
16180 Add `#' to ^[^...] in the rule for `diff-context-face'.
16181
16182 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16183 a button-like box. Inherit from `highlight' on low colors.
16184 (shadow): Use shades of gray only for color/grayscale with
16185 more than 88 colors. Use green for light backgrounds with
16186 8 colors, and yellow for dark backgrounds with 8 colors.
16187
16188 * font-lock.el (font-lock-regexp-grouping-backslash):
16189 Don't inherit from escape-glyph (use bold for all cases).
16190
16191 * info.el (info-xref-visited): Use light foreground color `violet'
16192 for dark backgrounds instead of dark color `magenta3'.
16193 (info-title-1): Use `yellow' color for dark backgrounds.
16194
16195 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16196 too-light magenta2.
16197
16198 * replace.el (match): Use slightly more light RoyalBlue3 instead
16199 of dark RoyalBlue4.
16200
16201 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16202
16203 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16204
16205 * novice.el (disabled-command-hook): Declare it with
16206 `define-obsolete-variable-alias'.
16207
16208 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16209 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16210 (desktop-load-default): Add release to obsolescence info.
16211 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16212 (desktop-append-buffer-args, desktop-read):
16213 Fix typos in docstrings.
16214 (desktop-kill): Fix typo in message.
16215 (desktop-save): Doc fix.
16216
16217 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16218
16219 * viper-cmd.el (viper-escape-to-state): Bug fix.
16220 (viper-envelop-ESC-key): Change the definition of fast
16221 keysequence so it'll work with keyboard macros.
16222
16223 * ediff.el (ediff-patch-buffer): Change the docstring.
16224
16225 2005-07-19 Kenichi Handa <handa@m17n.org>
16226
16227 * international/mule-cmds.el (select-safe-coding-system): Try to
16228 use an auto-coding (if any) before anything else. If the found
16229 auto-coding is invalid, show a warning message.
16230
16231 * international/mule.el (find-auto-coding): New function created
16232 by modifying the body of set-auto-coding.
16233 (set-auto-coding): Use find-auto-coding to find a coding.
16234
16235 2005-07-18 Richard M. Stallman <rms@gnu.org>
16236
16237 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16238 not isearch-mode-end-hook-error.
16239 (allout-before-change-protect): Fix error message.
16240
16241 2005-07-18 Juri Linkov <juri@jurta.org>
16242
16243 * allout.el (allout-mode):
16244 * calculator.el (calculator-copy):
16245 * custom.el (custom-known-themes):
16246 * dired.el (dired-desktop-buffer-misc-data)
16247 (dired-restore-desktop-buffer):
16248 * dired-x.el (dired-omit-marker-char):
16249 * files.el (basic-save-buffer):
16250 * font-core.el (font-lock-mode):
16251 * calendar/calendar.el (calendar-goto-hebrew-date)
16252 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16253 (calendar-goto-persian-date):
16254 * language/ethio-util.el (ethio-sera-to-fidel-region):
16255 * textmodes/picture.el (picture-mode):
16256 Delete duplicate duplicate words.
16257
16258 2005-07-18 Juri Linkov <juri@jurta.org>
16259
16260 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16261 chars * ? } |.
16262 (isearch-fallback): Don't call `isearch-process-search-char'.
16263 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16264 (isearch-process-search-char): Call `isearch-fallback' for regexp
16265 chars * ? } |.
16266 (isearch-return-char): Make obsolete with `make-obsolete' instead
16267 of simply documenting it as obsolete in the docstring.
16268 (isearch-fallback): Refill docstring.
16269
16270 * international/isearch-x.el
16271 (isearch-process-search-multibyte-characters): Remove unneeded
16272 `concat'. Add intermediate values to `junk-hist' instead of
16273 `minibuffer-history'. Test the length of `str'.
16274
16275 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16276
16277 * allout.el (allout-resolve-xref): Fix typos in error strings.
16278 (allout-before-change-protect): Remove unneeded `concat'.
16279
16280 * array.el (array-mode, array-reconfigure-rows)
16281 (untabify-backward): Fix typos in docstrings.
16282 (array-reconfigure-rows): Use `insert-buffer-substring', not
16283 `insert-buffer'.
16284
16285 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16286 * progmodes/ada-mode.el (ada-make-body):
16287 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16288
16289 * dired.el (dired-log):
16290 * tar-mode.el (tar-subfile-save-buffer):
16291 * play/zone.el (zone-pgm-stress-destress):
16292 Use `insert-buffer-substring', not `insert-buffer'.
16293
16294 2005-07-17 Simon Josefsson <jas@extundo.com>
16295
16296 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16297
16298 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16299
16300 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16301 Add plain auth method.
16302 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16303
16304 2005-07-17 Kim F. Storm <storm@cua.dk>
16305
16306 * ido.el (dired-other-window): Add ido property.
16307
16308 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16309
16310 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16311 Fix typo in docstring.
16312 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16313 `insert-file-literally'.
16314
16315 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16316 info and delete redundant message. Doc fix.
16317 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16318 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16319
16320 2005-07-16 Richard M. Stallman <rms@gnu.org>
16321
16322 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16323 (byte-compile-and): Use byte-compile-and-recursion.
16324 (byte-compile-or-recursion): New function.
16325 (byte-compile-or): Use that.
16326 (byte-compile-if): Guard the else-clause too.
16327 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16328
16329 * isearch.el (isearch-mode-end-hook-quit): New variable.
16330 (isearch-done): Bind it.
16331 (isearch-mode-end-hook): Doc fix.
16332
16333 * allout.el (allout-isearch-did-quit): Variable deleted.
16334 (allout-real-isearch-abort): Function name no longer used.
16335 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16336 (allout-isearch-rectification): isearch-mode always exists.
16337 Don't set allout-isearch-did-quit.
16338 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16339 allout-isearch-did-quit.
16340 (allout-enwrap-isearch): Just add the hook.
16341 (allout-isearch-abort): Function deleted.
16342 (allout-pre-command-business): Avoid warning.
16343
16344 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16345 Correctly avoid warnings.
16346 (pascal-outline): Likewise.
16347
16348 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16349
16350 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16351
16352 * play/tetris.el (tetris-mode): Avoid warning.
16353
16354 * play/snake.el (snake-mode): Avoid warning.
16355
16356 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16357 (gamegrid-set-display-table): Avoid warning.
16358 (gamegrid-set-timer): Likewise.
16359 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16360 (gamegrid-add-score-with-update-game-score-1): Take FILE
16361 as argument.
16362 (gamegrid-add-score-with-update-game-score): Pass that argument.
16363 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16364
16365 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16366
16367 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16368 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16369
16370 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16371 and insert-file.
16372
16373 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16374 (sc-ask): Avoid warnings.
16375
16376 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16377 (eshell-hist-initialize): Use that var the natural way.
16378
16379 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16380
16381 * emacs-lisp/re-builder.el (reb-cook-regexp):
16382 Avoid warning calling lre-compile-string.
16383 (reb-color-display-p): Avoid warning.
16384
16385 * calculator.el (calculator-last-input): Guard uses
16386 of event-key and key-press-event-p.
16387 (event-key, key-press-event-p): Delete definitions.
16388
16389 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16390 (find-gc-source-directory, find-gc-subrs-callers)
16391 (find-gc-noreturn-list, find-gc-source-files)
16392 (find-gc-subrs-called): Vars renamed and defvar'd.
16393
16394 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16395 (checkdoc-overlay-put, checkdoc-delete-overlay)
16396 (checkdoc-overlay-start, checkdoc-overlay-end)
16397 (checkdoc-mode-line-update, checkdoc-char=):
16398 Define such that compiler knows they are defined.
16399 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16400 (checkdoc-read-event): Delete. Use read-event directly.
16401
16402 * whitespace.el (whitespace-make-overlay)
16403 (whitespace-overlay-put, whitespace-delete-overlay)
16404 (whitespace-overlay-start, whitespace-overlay-end):
16405 Define such that compiler knows they are defined.
16406 (whitespace): Move conditional inside.
16407
16408 * tempo.el (tempo-insert-template): Suppress warning.
16409
16410 * ediff-diff.el (longlines-mode): Add defvar.
16411
16412 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16413
16414 * server.el: Bind "C-x #" in a way that works even if C-x is
16415 redefined to a command key, not a prefix key.
16416
16417 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16418
16419 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16420 cl-make-type-test till execution time.
16421
16422 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16423
16424 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16425 arg ARG and use it.
16426
16427 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16428
16429 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16430
16431 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16432
16433 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16434 a defcustom with two :set or :type keywords.
16435
16436 2005-07-15 Richard M. Stallman <rms@gnu.org>
16437
16438 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16439 Don't give ^M comment-end syntax.
16440
16441 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16442
16443 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16444 Don't consider gdbmi (gdb-mi.el has its own update functions).
16445 (gdb-var-delete): Make it work for gdbmi as well.
16446 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16447
16448 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16449 (gud-speedbar-menu-items): Correct logic for enabling items.
16450
16451 2005-07-15 Kim F. Storm <storm@cua.dk>
16452
16453 * ido.el: Fix commentary.
16454 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16455 Use with-no-warnings around ffap-guesser.
16456 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16457 Let bind minibuffer-completing-file-name to t.
16458
16459 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16460
16461 * startup.el (site-run-file, keyboard-type): Doc fixes.
16462 (command-line): Check for "--basic-display" argument; also for
16463 "--quick", not "--bare-bones" (which was renamed).
16464 (fancy-splash-text): Add missing item "Getting New Versions".
16465 (normal-splash-screen): Fix typos and improve consistency with
16466 `fancy-splash-text'. Update copyright year.
16467
16468 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16469 valid binding for `help-char'.
16470
16471 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16472
16473 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16474
16475 * term.el (term-mode): Disable cua-mode for term buffers.
16476
16477 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16478
16479 * add-log.el (add-log-mailing-address, change-log-merge):
16480 Doc fixes.
16481 (change-log-get-method-definition): Fix typo in docstring.
16482
16483 2005-07-14 Kim F. Storm <storm@cua.dk>
16484
16485 * emulation/cua-base.el:
16486 (cua--pre-command-handler-1, cua--pre-command-handler)
16487 (cua--post-command-handler-1, cua--post-command-handler):
16488 Split in two. Check (buffer local) value of cua-mode.
16489 (cua-selection-mode): New command.
16490
16491 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16492
16493 * custom.el (custom-initialize-safe-set)
16494 (custom-initialize-safe-default): Doc fixes.
16495
16496 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16497 and simplify :init-value again.
16498
16499 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16500 and simplify :init-value again. Delete autoload.
16501
16502 * startup.el (command-line): Use `custom-reevaluate-setting' again
16503 for tooltip-mode.
16504
16505 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16506 a defcustom with two :initialize keywords.
16507
16508 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16509
16510 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16511 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16512 (allout-post-command-business, allout-flag-region)
16513 (isearch-reenable-font-lock, allout-yank)
16514 (allout-insert-latex-header, allout-insert-latex-trailer)
16515 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16516 (allout-latex-verb-quote): Fix typos in docstrings.
16517 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16518 (allout-unprotected, allout-prefix-data):
16519 Improve argument/docstring consistency.
16520 (allout-chart-subtree): Fix argument spec.
16521 (allout-open-topic): Rename `use_sib_bullet' argument to
16522 `use-sib-bullet'. Doc fix.
16523
16524 * whitespace.el (whitespace-check-buffer-leading)
16525 (whitespace-check-buffer-trailing)
16526 (whitespace-check-buffer-indent)
16527 (whitespace-check-buffer-spacetab)
16528 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16529 (whitespace-check-leading-whitespace)
16530 (whitespace-check-trailing-whitespace)
16531 (whitespace-check-spacetab-whitespace)
16532 (whitespace-check-indent-whitespace)
16533 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16534 (whitespace-modes): Fix typos in docstrings.
16535 (defgroup, defcustom): Doc fixes.
16536
16537 * winner.el (winner-mode, winner-boring-buffers)
16538 (winner-pending-undo-ring): Doc fixes.
16539 (winner-ring): Remove unneeded `progn'.
16540 (winner-equal): `defsubst' it.
16541 (winner-redo): Fix message.
16542
16543 2005-07-13 Kim F. Storm <storm@cua.dk>
16544
16545 * simple.el (line-move-1): Always use vertical-motion to
16546 do the last (or only) line move to ensure some movement.
16547 Undo 2005-06-23 change--don't check for overlays.
16548
16549 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16550
16551 * term/mac-win.el (ccl-encode-mac-roman-font)
16552 (ccl-encode-mac-centraleurroman-font)
16553 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16554 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16555 Change charset-id boundary of dimension to ?\xef.
16556 (mac-char-fontspec-list): New constant.
16557 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16558 argument. Nil uses itself as family in font-spec. Previous
16559 behavior for nil is now provided by non-nil non-string argument.
16560 All callers changed. Add font-specs for Mac fonts to
16561 "fontset-default" unless iso8859-1 fonts are installed.
16562
16563 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16564
16565 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16566 a continuation line if the \ is preceded by SPC or TAB.
16567 (sh-get-indent-info): Simplify.
16568 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16569 Use with-current-buffer.
16570
16571 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16572 when the matched text is empty.
16573
16574 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16575
16576 * startup.el (command-line): Revert to previous handling of
16577 tooltip-mode. Explain in comment why the complexity is needed.
16578
16579 * tooltip.el (tooltip-mode): Revert to previous implementation of
16580 its defcustom.
16581
16582 * frame.el (blink-cursor-mode): Revert to previous implementation
16583 of its defcustom. Update comment.
16584
16585 2005-07-12 Lars Hansen <larsh@soem.dk>
16586
16587 * desktop.el: Update e-mail address.
16588
16589 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16590
16591 * term/mac-win.el (mac-services-mail-selection)
16592 (mac-services-mail-to): New functions.
16593 (mac-application-menu-map): Bind them.
16594
16595 2005-07-12 wulei <milton@wulei.net> (tiny change)
16596
16597 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16598
16599 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16600
16601 * custom.el (custom-reevaluate-setting): Doc fix.
16602
16603 2005-07-11 Jay Belanger <belanger@truman.edu>
16604
16605 * calc/calc.el (calc-embedded-announce-formula-alist)
16606 (calc-embedded-open-close-plain-alist)
16607 (calc-embedded-open-close-mode-alist): Add checks for additional
16608 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16609
16610 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16611
16612 * custom.el (custom-enable-theme): Don't add theme to
16613 `custom-enabled-themes' with `push' because there is no
16614 setf-method for `delq'.
16615
16616 2005-07-11 Richard M. Stallman <rms@gnu.org>
16617
16618 * custom.el (custom-declare-variable): Doc fix.
16619
16620 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16621 from the alists.
16622
16623 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16624 Do nothing if edebug-active.
16625
16626 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16627 (edebug-display): Do it here instead.
16628
16629 2005-07-10 Richard M. Stallman <rms@gnu.org>
16630
16631 * cus-face.el (custom-theme-set-faces): Make it work.
16632 (custom-reset-faces): Doc fix.
16633 (custom-theme-reset-internal-face, custom-theme-face-value):
16634 Functions deleted.
16635
16636 * custom.el (custom-push-theme): Maintain list of the settings
16637 of a given theme in its theme-settings property.
16638 Maintain position of old settings in the theme-value
16639 or theme-face property.
16640 (custom-enabled-themes): New variable.
16641 (custom-theme-enabled-p): New function.
16642 (provide-theme): Update custom-enabled-themes.
16643 Disable and reenable the `user' theme.
16644 (require-theme): Doc fix.
16645 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16646 (custom-theme-value, custom-theme-variable-value): Likewise.
16647 (custom-theme-reset-internal): Likewise.
16648 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16649 (custom-enable-theme, custom-disable-theme): New functions.
16650 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16651 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16652 (custom-theme-reset-variables): Simplify.
16653 (deftheme, custom-declare-theme, custom-make-theme-feature):
16654 Definitions moved.
16655
16656 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16657
16658 * longlines.el (longlines-show-region)
16659 (longlines-unshow-hard-newlines): Recognize hard newlines by
16660 non-nil hard property, instead of t.
16661
16662 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16663
16664 * viper-cmd.el (viper--key-maps): New variable.
16665 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16666 emulation-mode-map-alists.
16667 (viper-envelop-ESC-key): Use viper-subseq.
16668 (viper-search-forward/backward/next): Disable debug-on-error.
16669
16670 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16671 (viper-ESC-key): New defcustoms.
16672
16673 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16674
16675 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16676 (viper-subseq): Copy of subseq from cl.el.
16677
16678 * viper.el (viper-go-away, viper-set-hooks): Use
16679 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16680
16681 * viper-mous.el (viper-current-frame-saved): Use defvar.
16682
16683 * viper-init.el: Get rid of -face in face names.
16684
16685 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16686 Make it work with longlines mode
16687
16688 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16689
16690 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16691
16692 * ediff-init.el: Get rid of -face in face names.
16693
16694 2005-07-10 Richard M. Stallman <rms@gnu.org>
16695
16696 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16697 and with-timeout-unsuspend.
16698
16699 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16700 and with-timeout-unsuspend.
16701
16702 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16703 (with-timeout): Bind that variable to record timers.
16704 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16705
16706 * emacs-lisp/debug.el (debug-help-follow): New function.
16707 (debugger-mode-map): Use that instead of help-follow.
16708 (debugger-setup-buffer): Use eval-buffer-list
16709 to handle eval-buffer frames.
16710
16711 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16712
16713 * timezone.el (timezone-parse-date): Change first regexp
16714 so it will not mistakenly match dates with no time zone.
16715
16716 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16717
16718 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16719
16720 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16721
16722 * custom.el (custom-initialize-safe-set)
16723 (custom-initialize-safe-default): New functions.
16724
16725 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16726 and simplify :init-value.
16727
16728 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16729 and simplify :init-value. Delete obsolete comment.
16730
16731 * startup.el (command-line): Use `custom-reevaluate-setting' to
16732 handle `tooltip-mode'. Delete obsolete comment.
16733
16734 * files.el (set-visited-file-name): Avoid calling
16735 `file-name-nondirectory' with a nil argument.
16736
16737 2005-07-09 Richard M. Stallman <rms@gnu.org>
16738
16739 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16740 was called with nil for the buffer, handle the read position right.
16741 Handle read position for eval-region, too.
16742
16743 2005-07-09 Juri Linkov <juri@jurta.org>
16744
16745 * fringe.el (fringe-mode): Add period in docstring.
16746 (fringe-query-style): Build prompt depending on `all-frames' arg.
16747
16748 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16749 to not create links to unrelated functions in the Help buffer.
16750
16751 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16752 Doc fix.
16753
16754 * simple.el (next-error-hook): New variable.
16755 (next-error): Use it. Doc fix.
16756
16757 * textmodes/ispell.el (ispell-command-loop): Add current
16758 dictionary name and program name to mode-line-format.
16759 (ispell-region, ispell-process-line): Add current dictionary name
16760 and program name to messages.
16761
16762 2005-07-08 Jay Belanger <belanger@truman.edu>
16763
16764 * calc/calc.el (calc-embedded-announce-formula-alist)
16765 (calc-embedded-open-close-formula-alist)
16766 (calc-embedded-open-close-word-alist)
16767 (calc-embedded-open-close-plain-alist)
16768 (calc-embedded-open-close-new-formula-alist)
16769 (calc-embedded-open-close-mode-alist)
16770 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16771 (calc-embedded-mode-hook): New variables.
16772
16773 * calc/calc-embed.el (calc-embedded-firsttime)
16774 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16775 New variables.
16776 (calc-do-embedded): Use calc-embedded-firsttime,
16777 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16778 determine whether or not to run hooks.
16779 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16780 calc-embedded-firsttime-formula appropriately.
16781 Set calc-embedded delimiter variables according to mode.
16782
16783 2005-07-08 Richard M. Stallman <rms@gnu.org>
16784
16785 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16786 Check for "emacs", etc., as entire symbol, not just as word.
16787 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16788
16789 * files.el (set-visited-file-name): Report the error
16790 for "empty filename" earlier.
16791 (kill-some-buffers): Ignore buffers already dead.
16792
16793 * fringe.el (fringe-mode): Doc fix.
16794
16795 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16796 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16797 Use unwind-protect to ensure byte-compile-unresolved-functions
16798 is updated.
16799
16800 * whitespace.el (whitespace-buffer-leading-cleanup):
16801 Simplify w/ skip-chars-forward.
16802 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16803
16804 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16805 Unconditionally try to leave point at the same old place.
16806
16807 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16808
16809 * comint.el (comint-postoutput-scroll-to-bottom)
16810 (comint-show-maximum-output): Take scroll-margin into consideration.
16811
16812 2005-07-08 Kim F. Storm <storm@cua.dk>
16813
16814 * ido.el (ido-use-filename-at-point): New choice `guess'.
16815 (ido-file-internal): Try ffap-guesser if selected.
16816
16817 * ido.el (ido-before-fallback-functions): New hook.
16818 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16819 (ido-read-file-name): Run it.
16820
16821 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16822
16823 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16824 strings rather than a list of symbols to the completion function.
16825
16826 2005-07-07 Jay Belanger <belanger@truman.edu>
16827
16828 * calc/calc-units.el (math-apply-units): Change the places in
16829 which units are simplified.
16830
16831 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16832
16833 * cus-edit.el (customize-option, customize-option-other-window):
16834 Make them handle aliases.
16835
16836 * custom.el (custom-variable-p): Make it recursively follow
16837 aliases. Mention that in the docstring.
16838
16839 2005-07-07 Richard M. Stallman <rms@gnu.org>
16840
16841 * cus-start.el (exec-path): Use `directory' instead of `file'.
16842 Fix tag for nil.
16843
16844 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16845
16846 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16847 when called non-interactively. Doc fix.
16848
16849 2005-07-07 Lute Kamstra <lute@gnu.org>
16850
16851 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16852 new address as well.
16853
16854 2005-07-07 Kenichi Handa <handa@m17n.org>
16855
16856 * international/mule.el (make-coding-system):
16857 Describe `ascii-incompatible' property in the docstring.
16858 (set-file-name-coding-system): Signal an error if coding-system is
16859 ascii-incompatible.
16860 (set-keyboard-coding-system): Likewise.
16861
16862 * international/mule-cmds.el (set-default-coding-systems):
16863 Don't set default-file-name-coding-system and
16864 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16865
16866 * international/utf-16.el: Declare that all UTF-16-based coding
16867 systems are ASCII-incompatible.
16868
16869 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16870
16871 * progmodes/gud.el: Require font-lock for displaying errors.
16872 Used by gdb-ui.el.
16873
16874 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16875
16876 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16877 values for the pattern lists which are `read'able but not
16878 `append'able (like symbols).
16879
16880 2005-07-06 Richard M. Stallman <rms@gnu.org>
16881
16882 * progmodes/flymake.el (flymake-float-time): Instead of
16883 with-no-warnings, test for xemacs.
16884 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16885 to avoid warning.
16886
16887 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16888
16889 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16890
16891 2005-07-05 Lute Kamstra <lute@gnu.org>
16892
16893 * battery.el: Add support for Darwin (with much debugging help
16894 from Samuel Lauber <sam124@operamail.com>).
16895 (battery-status-function, battery-echo-area-format)
16896 (battery-mode-line-format): Add support for pmset on Darwin.
16897 (battery-load-low, battery-load-critical): New user options.
16898 (battery-pmset): New function.
16899
16900 2005-07-05 Lute Kamstra <lute@gnu.org>
16901
16902 Update FSF's address in GPL notices.
16903
16904 * textmodes/page-ext.el: Update FSF's address.
16905
16906 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16907
16908 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16909 filling from using prefix when filling a single-line docstring.
16910
16911 * progmodes/flymake.el: Remove useless eval-when-compile.
16912
16913 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16914
16915 2005-07-04 Richard M. Stallman <rms@gnu.org>
16916
16917 * textmodes/org.el (org-file-apps-defaults-gnu):
16918 Rename from org-file-apps-defaults-linux.
16919 (org-default-apps): Don't test system-type for `linux'.
16920 (org-file-apps): Doc fix.
16921
16922 2005-07-04 David Ponce <david@dponce.com>
16923
16924 * tree-widget.el: Improve header Commentary section.
16925 (tree-widget) [defgroup]
16926 (tree-widget-image-enable, tree-widget-themes-directory)
16927 (tree-widget-theme, tree-widget-image-properties-emacs)
16928 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16929 (tree-widget-image-formats, tree-widget-control)
16930 (tree-widget-empty-control, tree-widget-leaf-control
16931 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16932 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16933 (tree-widget-keep, tree-widget-after-toggle-functions)
16934 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16935 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16936 :help-echo message.
16937 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16938 (tree-widget-image-properties): Doc fix. Clearer implementation.
16939 (tree-widget--cursors): New constant.
16940 (tree-widget-lookup-image): New function split from
16941 `tree-widget-find-image'. Clearer implementation.
16942 (tree-widget-find-image): Use it.
16943 (tree-widget-button-keymap): Use `set-keymap-parent'.
16944 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16945 Define the sub-widgets here.
16946 (tree-widget-node): Check that :node is not a tree-widget.
16947 (tree-widget-get-super, tree-widget-open-control)
16948 (tree-widget-close-control, tree-widget-empty-control)
16949 (tree-widget-leaf-control, tree-widget-guide)
16950 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16951 (tree-widget-no-handle, tree-widget-value-delete)
16952 (tree-widget-map): Remove.
16953 (tree-widget-children-value-save): Doc fix. Simplified.
16954 (tree-widget-value-create): Update according to previous changes.
16955
16956 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16957
16958 * textmodes/org.el: Leading space replaced by TABS.
16959 (org-recalc-marks, org-table-rotate-recalc-marks)
16960 (org-table-get-specials): Treat "^" and "_" marks.
16961 (org-table-justify-field-maybe): Optional argument NEW.
16962 (org-table-eval-formula): Parsing of the format simplified.
16963 New modes C,I. Honor the %= parameter in the current table.
16964 Avoid unnecessary re-align by using the NEW argument to
16965 `org-table-justify-field-maybe'.
16966 (org-calc-default-modes): Default for date-format mimicks org-mode.
16967 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16968
16969 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16970
16971 * cus-face.el (custom-theme-set-faces): Make it handle face
16972 aliases whose alias declarations are pre- or autoloaded.
16973
16974 2005-07-04 Juri Linkov <juri@jurta.org>
16975
16976 * faces.el (read-face-name): Put the code for getting a face name
16977 from the buffer before adding the faces from the `face' property.
16978 Use `completing-read-multiple' instead of `completing-read'.
16979 Require `crm'. Add default value and post-process the returned
16980 list of faces.
16981
16982 * emacs-lisp/crm.el (crm-find-current-element)
16983 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16984
16985 * emacs-lisp/lisp-mode.el (eval-defun-1):
16986 * emacs-lisp/edebug.el (edebug-eval-defun):
16987 Remove unnecessary quotes.
16988
16989 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16990
16991 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16992 (prolog-indent-level): Fix typo in docstring.
16993
16994 * info.el (Info-history, Info-history-forward)
16995 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16996
16997 * add-log.el (add-change-log-entry):
16998 * comint.el (comint-dynamic-list-input-ring)
16999 (comint-dynamic-list-completions):
17000 * dabbrev.el (dabbrev-expand):
17001 * delim-col.el (delimit-columns-rectangle-line):
17002 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17003 (diff-unified->context):
17004 * ediff-init.el (ediff-abbrev-jobname):
17005 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17006 (ediff-replace-session-activity-marker-in-meta-buffer):
17007 * info.el (Info-summary):
17008 * lpr.el (printify-region):
17009 * printing.el (pr-create-interface):
17010 * ps-print.el (ps-print-quote):
17011 * ses.el (ses-column-widths, ses-print-cell)
17012 (ses-adjust-print-width, ses-center):
17013 * shell.el (shell-file-name-quote-list):
17014 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17015 (strokes-fill-current-buffer-with-whitespace)
17016 (strokes-xpm-for-stroke, strokes-list-strokes)
17017 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17018 * term.el (term-dynamic-list-input-ring)
17019 (term-dynamic-list-completions):
17020 * calc/calc.el (math-format-stack-value):
17021 * emacs-lisp/edebug.el (edebug-display-freq-count):
17022 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17023 (delphi-new-comment-line):
17024 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17025 * progmodes/executable.el (executable-set-magic):
17026 * progmodes/python.el (inferior-python-mode):
17027 * progmodes/scheme.el (scheme-mode-syntax-table):
17028 * progmodes/sh-script.el (sh-maybe-here-document):
17029 * progmodes/sql.el (sql-copy-column):
17030 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17031 * textmodes/bibtex.el (bibtex-mode):
17032 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17033 (sgml-auto-attributes):
17034 * textmodes/table.el (table-insert, table-shorten-cell)
17035 (table--generate-source-scan-lines, table-delete-row)
17036 (*table--cell-delete-char, table--spacify-frame)
17037 (table--horizontally-shift-above-and-below)
17038 (table--cell-insert-char, table--cell-blank-str)
17039 (table--fill-region-strictly):
17040 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17041 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17042
17043 * add-log.el (change-log):
17044 * apropos.el (apropos):
17045 * comint.el (comint-completion, comint-source):
17046 * dabbrev.el (dabbrev):
17047 * delim-col.el (columns):
17048 * diff-mode.el (diff-mode):
17049 * ediff.el (ediff):
17050 * ediff-diff.el (ediff-diff):
17051 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17052 * ediff-mult.el (ediff-mult):
17053 * ediff-ptch.el (ediff-ptch):
17054 * ediff-wind.el (ediff-window):
17055 * facemenu.el (facemenu):
17056 * indent.el (indent):
17057 * info.el (info):
17058 * jka-cmpr-hook.el (compression, jka-compr):
17059 * lpr.el (lpr):
17060 * outline.el (outlines):
17061 * pcmpl-cvs.el (pcmpl-cvs):
17062 * pcmpl-rpm.el (pcmpl-rpm):
17063 * printing.el (printing):
17064 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17065 (ps-print-vertical, ps-print-headers, ps-print-font)
17066 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17067 (ps-print-background, ps-print-printer, ps-print-page)
17068 (ps-print-miscellany):
17069 * ses.el (ses):
17070 * shell.el (shell, shell-directories, shell-faces):
17071 * startup.el (initialization):
17072 * strokes.el (strokes):
17073 * term.el (term):
17074 * uniquify.el (uniquify):
17075 * w32-vars.el (w32):
17076 * calc/calc.el (calc):
17077 * emacs-lisp/bytecomp.el (bytecomp):
17078 * emacs-lisp/cl-indent.el (lisp-indent):
17079 * emacs-lisp/edebug.el (edebug):
17080 * emacs-lisp/elp.el (elp):
17081 * emacs-lisp/testcover.el (testcover):
17082 * emacs-lisp/trace.el (trace):
17083 * emulation/viper-ex.el (viper-ex):
17084 * emulation/viper-mous.el (viper-mouse):
17085 * mail/mailalias.el (mailalias):
17086 * mail/supercite.el (supercite, supercite-frames)
17087 (supercite-attr, supercite-cite, supercite-hooks):
17088 * net/rcompile.el (remote-compile):
17089 * net/rlogin.el (rlogin):
17090 * obsolete/ooutline.el (outlines):
17091 * progmodes/delphi.el (delphi):
17092 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17093 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17094 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17095 (ebnf-optimization):
17096 * progmodes/etags.el (etags):
17097 * progmodes/executable.el (executable):
17098 * progmodes/idlwave.el (idlwave):
17099 * progmodes/pascal.el (pascal):
17100 * progmodes/prolog.el (prolog):
17101 * progmodes/python.el (python):
17102 * progmodes/scheme.el (scheme):
17103 * progmodes/sh-script.el (sh, sh-script):
17104 * progmodes/sql.el (SQL):
17105 * progmodes/tcl.el (tcl):
17106 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17107 * textmodes/enriched.el (enriched):
17108 * textmodes/makeinfo.el (makeinfo):
17109 * textmodes/sgml-mode.el (sgml):
17110 * textmodes/table.el (table-hooks):
17111 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17112 * textmodes/texinfo.el (texinfo):
17113 * textmodes/two-column.el (two-column):
17114 Finish `defgroup' description with period.
17115
17116 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17117 * eshell/esh-var.el (eshell-var):
17118 * progmodes/vhdl-mode.el (vhdl-testbench):
17119 * textmodes/org.el (org): Fix typos in docstrings.
17120
17121 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17122 consistency.
17123
17124 * progmodes/flymake.el (flymake-find-file): Remove.
17125 (flymake-float-time): Use `with-no-warnings'.
17126 (flymake-check-start-time, flymake-check-was-interrupted)
17127 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17128 (flymake-new-err-info): `defvar' at compile time.
17129
17130 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17131
17132 * replace.el (occur-hook): Doc fix.
17133 (occur-1): Don't call `occur-hook' if there are no matches.
17134
17135 2005-07-03 Richard M. Stallman <rms@gnu.org>
17136
17137 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17138 global-map, save the same map.
17139 (global-map): Don't alter it at top level.
17140 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17141 Then alter it here instead.
17142 (tpu-edt-off): Set global-map to the saved one.
17143
17144 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17145 All references simplified.
17146 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17147 (zmacs-regions): Add defvar.
17148 (repeat-complex-command-map): Everything about that deleted.
17149
17150 * textmodes/artist.el (artist-key-is-drawing)
17151 (artist-key-endpoint1, artist-key-poly-point-list)
17152 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17153 (artist-key-compl-table, artist-rb-save-data)
17154 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17155 Don't put them in eval-when-compile.
17156 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17157
17158 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17159 Use with-no-warnings.
17160
17161 * net/browse-url.el (dos-windows-version): Add defvar.
17162
17163 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17164
17165 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17166 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17167 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17168 Add defvar.
17169 (rmail-summary-beginning-of-message): Use with-no-warnings.
17170 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17171
17172 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17173 Use with-no-warnings.
17174
17175 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17176 (c-mark-function): Add point-moving-unit property.
17177 (vi-goto-line): Use with-no-warnings.
17178
17179 * emulation/edt.el (edt-last-copied-word): Add defvar.
17180 (zmacs-region-stays): Likewise.
17181 (edt-mark-section-wisely): Use c-mark-function for C.
17182 Use makr-defun for Fortran.
17183 (time-string): defvar deleted.
17184 (edt-display-the-time): Don't set time-string.
17185
17186 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17187
17188 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17189 Don't warn when name is not constant
17190 or for defining the group `emacs'.
17191
17192 * tooltip.el (gud-tooltip-mode): Add defvar.
17193
17194 * startup.el (default-frame-background-mode): Add defvar.
17195
17196 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17197
17198 * info.el (tool-bar-map): Add defvar.
17199
17200 * dired.el (dnd-protocol-alist): Add defvar.
17201
17202 * dired-aux.el (dired-query): Display question with answer, when
17203 the user answers.
17204
17205 * custom.el (custom-add-option): Doc fix.
17206
17207 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17208
17209 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17210
17211 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17212 bogus name from the last change.
17213
17214 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17215
17216 * custom.el (custom-declare-variable): Fix typos in comment.
17217 (custom-known-themes): Doc fix.
17218 (custom-theme-directory): New defcustom.
17219 (require-theme): Make it check `custom-theme-directory'.
17220
17221 * cus-theme.el (custom-new-theme-mode): New function.
17222 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17223 (custom-theme-description): Add compiler defvars.
17224 (customize-create-theme): Add doc to the "*New Custom Theme*"
17225 buffer. Use `custom-new-theme-mode'.
17226 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17227 and save it to the `custom-theme-directory'. Make this the
17228 default directory of the buffer.
17229
17230 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17231
17232 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17233 Fix unbalanced parentheses.
17234
17235 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17236
17237 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17238 into flymake-mode and delegate to flymake-mode.
17239
17240 * find-file.el (ff-which-function-are-we-in): Clean up.
17241
17242 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17243
17244 * replace.el (occur-rename-buffer): Fix docstring.
17245
17246 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17247 (edt-last-copied-word, edt-learn-macro-count)
17248 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17249 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17250 (time-string, zmacs-region-stays):
17251 * emulation/edt-mapper.el (edt-save-function-key-map)
17252 (EDT-key-name): `defvar' to silence the byte-compiler.
17253
17254 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17255
17256 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17257 font-lock-regexp-backslash. Doc fix.
17258 (font-lock-regexp-backslash-grouping-construct): Rename from
17259 font-lock-regexp-backslash-construct. Doc fix.
17260 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17261 grouping constructs.
17262
17263 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17264
17265 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17266 updating all the prerequisites.
17267
17268 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17269
17270 * textmodes/org.el (org-agenda-start-on-weekday)
17271 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17272 (org-agenda-use-time-grid, org-archive-location)
17273 (org-allow-space-in-links, org-usenet-links-prefer-google)
17274 (org-enable-table-editor, org-export-default-language)
17275 (org-export-html-show-new-buffer, org-fill-paragraph)
17276 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17277 (org-goto-quit, org-occur, org-eval-in-calendar)
17278 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17279 (org-agenda-diary-entry, org-remember-help)
17280 (org-table-convert-region, org-at-table-p)
17281 (org-table-move-row-down, org-table-move-row-up)
17282 (org-table-copy-region, org-table-toggle-vline-visibility)
17283 (org-table-get-stored-formulas, org-table-get-specials)
17284 (org-recalc-commands, org-table-eval-formula)
17285 (org-table-formula-substitute-names, orgtbl-make-binding)
17286 (org-format-org-table-html, org-format-table-table-html)
17287 (org-format-table-table-html-using-table-generate-source)
17288 (org-customize): Fix typos in docstrings.
17289 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17290 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17291 (org-back-to-heading): Doc fixes.
17292 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17293 (org-agenda-change-all-lines, org-get-header):
17294 Improve argument/docstring consistency.
17295 (orgtbl-error): Fix error message.
17296
17297 * progmodes/flymake.el (flymake-find-possible-master-files)
17298 (flymake-master-file-compare, flymake-get-line-err-count)
17299 (flymake-highlight-line, flymake-gui-warnings-enabled):
17300 Fix typos in docstrings.
17301 (flymake-parse-line, flymake-get-project-include-dirs-function)
17302 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17303 Doc fixes.
17304 (flymake-get-project-include-dirs-function)
17305 (flymake-make-err-menu-data):
17306 Improve argument/docstring consistency.
17307
17308 2005-07-01 Lute Kamstra <lute@gnu.org>
17309
17310 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17311 Catch errors with ignore-errors. Use temporary buffer.
17312 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17313
17314 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17315 background color faces.
17316 (facemenu-set-foreground, facemenu-set-background):
17317 Use facemenu-set-face-from-menu.
17318 (facemenu-set-face-from-menu): Treat face names that start with
17319 "fg:" or "bg:" as special.
17320 (facemenu-add-new-color): Don't create faces. Simplify.
17321
17322 2005-06-30 Richard M. Stallman <rms@gnu.org>
17323
17324 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17325 (crm-find-current-element): Likewise.
17326
17327 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17328
17329 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17330
17331 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17332
17333 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17334 (archive-mouse-extract): Make it an obsolete alias.
17335 (archive-mode-map): Don't use archive-mouse-extract any more.
17336 (archive-mode, archive-extract): write-contents-hooks ->
17337 write-contents-functions.
17338 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17339 first arg.
17340 (archive-rename-entry): Update the call.
17341 (archive-zip-summarize): Remove unused var `method'.
17342 (archive-lzh-summarize): Remove unused var `creator'.
17343
17344 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17345 dedicated frame upon exit.
17346
17347 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17348 (archive-zip-extract, archive-zip-expunge)
17349 (archive-zip-update, archive-zip-update-case): Use executable-find.
17350 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17351 Use restore-buffer-modified-p.
17352 (archive-extract, archive-add-new-member, archive-write-file-member):
17353 Use with-current-buffer.
17354 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17355
17356 2005-06-30 Andreas Schwab <schwab@suse.de>
17357
17358 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17359
17360 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17361
17362 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17363
17364 2005-06-30 Juri Linkov <juri@jurta.org>
17365
17366 * faces.el (vertical-border): Inherit from mode-line-inactive
17367 only on tty.
17368
17369 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17370
17371 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17372 example, -NLINES in the `occur' docstring).
17373
17374 * replace.el (occur-1): When no matches are found, do not set the
17375 `buffer-read-only' and modified flags for the occur buffer,
17376 because it is deleted.
17377
17378 * emulation/cua-base.el (cua-check-pending-input)
17379 (cua-repeat-replace-region, cua-mode, cua-debug)
17380 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17381 Fix typos in docstrings.
17382
17383 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17384 (cua-cut-region-to-global-mark)
17385 (cua--cut-rectangle-to-global-mark):
17386 Remove period from end of messages.
17387
17388 * emulation/cua-rect.el (cua-do-rectangle-padding):
17389 Remove period from end of messages.
17390 (cua--rectangle-seq-format): Fix typo in docstring.
17391 (cua-sequence-rectangle, cua-fill-char-rectangle):
17392 Improve argument/docstring consistency.
17393
17394 2005-06-29 Juri Linkov <juri@jurta.org>
17395
17396 * faces.el (default-frame-background-mode): New internal variable.
17397 (frame-set-background-mode): Use it.
17398
17399 * startup.el (normal-top-level): Set default-frame-background-mode
17400 instead of frame-background-mode. Before setting it, test for its
17401 nil value. Remove tests for frame-background-mode and frame
17402 parameter `reverse'. Add test for "unspecified-fg".
17403
17404 * term/xterm.el (xterm-rxvt-set-background-mode):
17405 * term/rxvt.el (rxvt-set-background-mode):
17406 Set default-frame-background-mode instead of frame-background-mode.
17407
17408 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17409
17410 * simple.el (set-variable): Warn about obsolete user variables.
17411
17412 * imenu.el (imenu--completion-buffer):
17413 * mouse.el (mouse-buffer-menu-alist):
17414 * msb.el (msb-invisible-buffer-p):
17415 * calendar/diary-lib.el (diary-header-line-format):
17416 * emacs-lisp/pp.el (pp-buffer):
17417 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17418 * textmodes/picture.el (picture-replace-match):
17419 Change space constants followed by a sexp to "?\s ".
17420
17421 * play/decipher.el (decipher-loop-with-breaks):
17422 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17423 constants "protected" from end of line by a comment to "?\s".
17424
17425 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17426
17427 * font-lock.el (save-buffer-state): Use `declare'.
17428
17429 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17430 reset the syntax-table to cperl-mode-syntax-table.
17431 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17432 "foo_print_bar" is not matched as a reserved keyword.
17433
17434 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17435
17436 * textmodes/org.el (orgtbl-setup): New function, for delayed
17437 setup for the orgtbl commands.
17438 (org-calc-default-modes): New option.
17439 (orgtbl-make-binding): Use `defun' to get better help display.
17440 (org-diary): Call `org-compile-prefix-format'.
17441 (org-table-formula-substitute-names): New function.
17442 (org-agenda-day-view, org-agenda-week-view): New commands.
17443 (org-agenda-toggle-week-view): Command removed.
17444 (org-tbl-menu): Split off from org-org-menu.
17445 (org-mode): Move removal of outline-mode menus to here.
17446 (org-table-formula-debug): New option.
17447 (org-table-insert-row): Keep first field if just "#" or "*".
17448 (org-mode): Paragraph regexps fixed.
17449 (org-table-recalculate-regexp): New constant.
17450 (org-table-justify-field-maybe): Avoid replace if not necessary.
17451 (org-copy-special, org-cut-special): Use `call-interactively'.
17452 (org-table-copy-region): Take region from `interactive' call.
17453 (org-trim): Return string even if no match.
17454 (org-formula): New face.
17455 (org-set-font-lock-defaults): No longer highlight "FIXME".
17456 But highlight formula-related fields in table.
17457 (org-table-p): Use regexp, not fontification.
17458 (org-table-align): Handle white space at end of line.
17459 (org-table-formula-evaluate-inline): New option.
17460 (org-mode): Auto-wrapping in comment lines turned off.
17461 (org-table-copy-down): Evaluate only in copied field, not in
17462 destination.
17463 (org-table-current-formula): Variable removed.
17464 (org-table-store-formulas, org-table-get-stored-formulas)
17465 (org-table-modify-formulas, org-table-replace-in-formulas)
17466 (org-table-maybe-eval-formula): New functions.
17467 (org-table-get-formula): Modify to use stored formulas.
17468 (org-table-insert-column, org-table-delete-column)
17469 (org-table-move-column): Call `org-table-modify-formulas'.
17470 (org-complete): Add completion for keyword formulas.
17471 (orgtbl-mode): Pull orgtbl-mode-map to start of
17472 minor-mode-map-alist.
17473
17474 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17475
17476 * progmodes/python.el (python-check): Require `compile' before
17477 modifying its variables.
17478
17479 * newcomment.el (comment-indent-default): Don't get fooled by an early
17480 end of buffer.
17481
17482 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17483
17484 * ps-print.el (ps-print-version): Fix version number.
17485
17486 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17487
17488 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17489
17490 2005-06-28 Richard M. Stallman <rms@gnu.org>
17491
17492 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17493 (flyspell-local-mouse-map): Declaration deleted.
17494 (flyspell-mouse-map): Bind only mouse-2.
17495 (flyspell-mode-map): Don't test flyspell-use-local-map.
17496 (flyspell-overlay-keymap-property-name): Var deleted.
17497 (flyspell-mode-on): Don't make local bindings for
17498 flyspell-mouse-map and flyspell-mode-map.
17499 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17500
17501 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17502
17503 * progmodes/compile.el (compilation-next-error-function):
17504 Don't switch buffers; operate on the current buffer.
17505
17506 * progmodes/compile.el (compilation-error-file-name)
17507 (compilation-warning-file-name, compilation-info-file-name)
17508 (compilation-line-number, compilation-column-number): New faces.
17509 (compilation-error-face, compilation-warning-face)
17510 (compilation-info-face, compilation-line-face)
17511 (compilation-column-face): Use them.
17512
17513 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17514
17515 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17516
17517 * bindings.el (global-map): Bind insertchar and its variants.
17518
17519 2005-06-27 Richard M. Stallman <rms@gnu.org>
17520
17521 * textmodes/artist.el (artist-text-overwrite)
17522 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17523
17524 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17525
17526 * ps-print.el: It was not working the page selection for printing.
17527 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17528 (ps-print-version): New version 6.6.7.
17529 (ps-end-sheet): New fun.
17530 (ps-header-sheet, ps-end-job): Call it.
17531
17532 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17533
17534 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17535
17536 2005-06-27 Lute Kamstra <lute@gnu.org>
17537
17538 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17539 background color faces.
17540 (facemenu-get-face): Delete function.
17541 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17542 (facemenu-add-new-color): Make second argument mandatory.
17543 Create the appropriate face and return it. Simplify.
17544 (facemenu-set-foreground, facemenu-set-background): Don't check if
17545 color is defined. Use return value of facemenu-add-new-color.
17546
17547 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17548
17549 * progmodes/gud.el (gud-filter): Add missing argument to
17550 with-selected-window.
17551
17552 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17553
17554 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17555 a :require to the defcustom.
17556
17557 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17558 defcustoms corresponding to minor modes.
17559
17560 2005-06-26 David Ponce <david@dponce.com>
17561
17562 * recentf.el: Require tree-widget instead of wid-edit.
17563 (recentf-filename-handler): Fix widget :type.
17564 (recentf-cancel-dialog, recentf-open-more-files)
17565 (recentf-open-files-action): Doc fix.
17566 (recentf-dialog-goto-first): New function.
17567 (recentf-dialog-mode-map): Set parent keymap first.
17568 (recentf-dialog-mode): Define with define-derived-mode.
17569 Don't display continuation lines in dialogs.
17570 (recentf-edit-list): Rename from recentf-edit-selected-items.
17571 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17572 Simplify.
17573 (recentf-edit-list-validate): New function.
17574 (recentf-edit-list): Update accordingly.
17575 (recentf-open-files-item-shift): Remove.
17576 (recentf-open-files-item): Convert menu elements into tree and
17577 link widgets. Don't create the widgets.
17578 (recentf-open-files): Update accordingly.
17579 (recentf-save-list): Untabify.
17580
17581 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17582
17583 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17584 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17585 partially contained in the active region. Do not take active
17586 region into account when called from Lisp, unless INTERACTIVE arg
17587 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17588 avoid trouble with fields. Make marker point nowhere when no
17589 longer used. Always return nil. Doc fix.
17590 (flush-lines): Add INTERACTIVE arg. Do not take active region
17591 into account when called from Lisp, unless INTERACTIVE arg is
17592 non-nil. Use `forward-line' instead of `beginning-of-line' to
17593 avoid trouble with fields. Make marker point nowhere when no
17594 longer used. Always return nil. Doc fix.
17595 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17596 interchangeable. Do not take active region into account when
17597 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17598 message in echo area when called from Lisp, unless INTERACTIVE arg
17599 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17600 Return the number of matches. Doc fix.
17601 (occur): Doc fix.
17602 (perform-replace): Make comment follow double space convention for
17603 the sake of `outline-minor-mode'.
17604
17605 * faces.el (facep): Doc fix.
17606
17607 2005-06-25 Richard M. Stallman <rms@gnu.org>
17608
17609 * facemenu.el (facemenu-enable-faces-p): New function.
17610 (facemenu-background-menu, facemenu-foreground-menu)
17611 (facemenu-face-menu): Add menu-enable property.
17612
17613 * jka-compr.el (jka-compr-insert-file-contents):
17614 Special handling if cannot find the uncompression program.
17615
17616 * cus-face.el (custom-face-attributes): Add autoload.
17617
17618 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17619 Bind comment-indent-function locally.
17620
17621 * window.el (save-selected-window): Use save-current-buffer.
17622
17623 * subr.el (with-selected-window): Use save-current-buffer.
17624
17625 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17626 and with-current-buffer.
17627
17628 2005-06-24 Richard M. Stallman <rms@gnu.org>
17629
17630 * simple.el (line-move-1): Fix previous change.
17631
17632 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17633
17634 * replace.el (occur-1): Set `buffer-read-only' and the
17635 buffer-modified flag before running `occur-hook' to protect
17636 against unintentional buffer switches that can lead to data loss.
17637
17638 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17639
17640 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17641 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17642 initial error.
17643
17644 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17645 after fresh input.
17646 (gdb-var-create-handler): Put name of expression in quotes.
17647
17648 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17649
17650 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17651 elements of RING in order, and without bogus nil elements.
17652
17653 2005-06-23 Richard M. Stallman <rms@gnu.org>
17654
17655 * simple.el (set-variable): Args renamed; doc fix.
17656 (line-move-1): When there are overlays around, use vertical-motion.
17657
17658 * faces.el (escape-glyph): Use brown against light background.
17659 (nobreak-space): Rename from no-break-space.
17660 Fix previous change.
17661
17662 * dired-aux.el (dired-do-copy): Fix arg prompt.
17663
17664 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17665
17666 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17667
17668 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17669 rather than "Distributor".
17670
17671 2005-06-23 Lute Kamstra <lute@gnu.org>
17672
17673 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17674 (debug-on-entry): Use it. New interactive declaration that uses
17675 function-called-at-point.
17676
17677 2005-06-23 Kim F. Storm <storm@cua.dk>
17678
17679 * subr.el (save-match-data): Add comment about using evaporate arg
17680 to set-match-data.
17681
17682 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17683
17684 * cus-edit.el (customize-face)
17685 (customize-face-other-window): Handle face aliases.
17686
17687 * faces.el (face-documentation, set-face-attribute)
17688 (face-spec-set): Handle face aliases.
17689
17690 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17691
17692 * help-mode.el (help-make-xrefs): If a symbol representing a face
17693 name is not followed by the word "face", it could still be a
17694 function or variable name, so don't bypass other checks.
17695
17696 2005-06-22 Juri Linkov <juri@jurta.org>
17697
17698 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17699 Replace aliased functions with calls where second arg `inherit' is t.
17700
17701 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17702
17703 * progmodes/gdb-ui.el (gdb-error): New variable.
17704 (gdb-error): New function.
17705 (gdb-annotation-rules): Act on error-begin and error annotations.
17706 (gdb-concat-output): Use font-lock-warning-face for errors.
17707
17708 2005-06-22 Miles Bader <miles@gnu.org>
17709
17710 * bindings.el (propertized-buffer-identification): Use renamed
17711 `Buffer-menu-buffer' face.
17712
17713 * faces.el (vertical-border): Rename from `vertical-divider'.
17714 (escape-glyph): Change dark-background color back to `cyan'.
17715
17716 2005-06-21 Juri Linkov <juri@jurta.org>
17717
17718 * faces.el (face-user-default-spec): Try getting `customized-face'
17719 prior to `saved-face'.
17720 (frame-background-mode): Refill docstring.
17721
17722 * emacs-lisp/lisp-mode.el (eval-defun-1):
17723 * emacs-lisp/edebug.el (edebug-eval-defun):
17724 Set `saved-face' temporarily to nil before calling form.
17725 Set `customized-face' to the new spec after that.
17726
17727 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17728
17729 * subr.el (1value, lambda, key-substitution-in-progress):
17730 Doc fixes.
17731
17732 * autoinsert.el (auto-insert-alist):
17733 * ses.el (ses-call-printer):
17734 * subr.el (noreturn):
17735 * emacs-lisp/lisp.el (check-parens):
17736 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17737 * net/browse-url.el (browse-url-mosaic):
17738 * progmodes/cc-defs.el (c-safe-scan-lists):
17739 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17740 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17741 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17742 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17743 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17744 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17745
17746 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17747
17748 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17749
17750 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17751
17752 * calendar/appt.el (appt-make-list): Activate the package, if
17753 not already active (for backwards compatibility).
17754
17755 2005-06-20 Kim F. Storm <storm@cua.dk>
17756
17757 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17758
17759 2005-06-20 Miles Bader <miles@gnu.org>
17760
17761 * faces.el (vertical-divider): New face.
17762
17763 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17764
17765 * simple.el (kill-whole-line): Doc fix.
17766 (next-error-buffer-p, next-error-find-buffer)
17767 (clone-indirect-buffer): Fix typos in docstrings.
17768 (comment-line-break-function): Doc fix: don't say variable
17769 is automatically buffer-local (it isn't).
17770
17771 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17772
17773 * net/tramp-ftp.el (top):
17774 * net/tramp-smb.el (top):
17775 * net/tramp-util.el (top):
17776 * net/tramp-uu.el (top):
17777 * net/tramp-vc.el (top):
17778 * net/tramp.el (top): Revert copyright years back to original
17779 ones. Tramp has a life outside GNU Emacs.
17780
17781 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17782
17783 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17784
17785 2005-06-18 Juri Linkov <juri@jurta.org>
17786
17787 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17788 end of first regexp to limit the match to the position between
17789 line number and source line with same separator character as used
17790 between file name and line number. In the second regexp limit
17791 mouse-face area to file name and line number by adding new group
17792 for them and referring it in HYPERLINK arg.
17793 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17794 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17795 previous line where grep markers may be already removed.
17796
17797 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17798
17799 * progmodes/ps-mode.el: Update version and maintainer's email address.
17800
17801 2005-06-18 Steve Youngs <steve@xemacs.org>
17802
17803 * net/browse-url.el (browse-url-browser-function)
17804 (browse-url-default-browser): Add firefox.
17805 (browse-url-firefox-program, browse-url-firefox-arguments)
17806 (browse-url-firefox-startup-arguments)
17807 (browse-url-firefox-new-window-is-tab): New defcustoms.
17808 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17809
17810 2005-06-17 Richard M. Stallman <rms@gnu.org>
17811
17812 * startup.el (command-line): Warn if specified user name has
17813 no home directory.
17814
17815 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17816 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17817
17818 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17819 Doc fixes.
17820
17821 * faces.el (underline): Try bold if terminal doesn't support underline.
17822
17823 * mail/sendmail.el (mail-setup-with-from): New variable.
17824 (mail-insert-from-field): New function.
17825 (sendmail-send-it): Call it.
17826 (mail-setup): Optionally call it here.
17827
17828 * term/linux.el: Call tty-no-underline.
17829
17830 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17831
17832 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17833
17834 2005-06-17 Miles Bader <miles@gnu.org>
17835
17836 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17837 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17838 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17839 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17840 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17841 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17842 Remove "-face" suffix from face names.
17843 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17844 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17845 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17846 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17847 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17848 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17849 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17850 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17851 New backward-compatibility aliases for renamed faces.
17852 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17853 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17854 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17855 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17856 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17857 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17858 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17859 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17860 Use renamed ediff faces.
17861
17862 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17863 Remove "-face" suffix from face names.
17864 (eshell-test-ok-face, eshell-test-failed-face):
17865 New backward-compatibility aliases for renamed faces.
17866 (eshell-run-test): Use renamed eshell-test faces.
17867
17868 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17869 face name.
17870 (eshell-prompt-face): New backward-compatibility alias for renamed
17871 face.
17872 (eshell-emit-prompt): Use renamed eshell-prompt face.
17873
17874 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17875 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17876 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17877 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17878 Remove "-face" suffix from face names.
17879 (eshell-ls-directory-face, eshell-ls-symlink-face)
17880 (eshell-ls-executable-face, eshell-ls-readonly-face)
17881 (eshell-ls-unreadable-face, eshell-ls-special-face)
17882 (eshell-ls-missing-face, eshell-ls-archive-face)
17883 (eshell-ls-backup-face, eshell-ls-product-face)
17884 (eshell-ls-clutter-face):
17885 New backward-compatibility aliases for renamed faces.
17886 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17887
17888 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17889 Remove "-face" suffix from face name.
17890 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17891 instead of literal face.
17892
17893 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17894
17895 * emacs-lisp/warnings.el (display-warning, lwarn)
17896 (warning-minimum-log-level): Doc fixes.
17897 (warning-minimum-level, warning-minimum-log-level):
17898 Add :debug to :type choices.
17899
17900 * progmodes/ada-mode.el (ada-format-paramlist)
17901 (ada-get-indent-case, ada-check-matching-start)
17902 (ada-check-defun-name, ada-goto-matching-decl-start)
17903 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17904 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17905 (ada-make-subprogram-body): Follow error conventions.
17906 (ada-case-exception-file, ada-indent-comment-as-code)
17907 (ada-indent-handle-comment-special, ada-indent-renames)
17908 (ada-indent-return, ada-search-directories-internal)
17909 (ada-tab-policy, ada-case-exception-substring)
17910 (ada-other-file-alist, ada-matching-start-re)
17911 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17912 (ada-imenu-generic-expression, ada-compile-goto-error)
17913 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17914 (ada-popup-menu, ada-add-extensions, ada-mode)
17915 (ada-region-selected, ada-create-case-exception)
17916 (ada-create-case-exception-substring, ada-after-keyword-p)
17917 (ada-activate-keys-for-case, ada-adjust-case-region)
17918 (ada-adjust-case-buffer, ada-format-paramlist)
17919 (ada-scan-paramlist, ada-insert-paramlist)
17920 (ada-indent-newline-indent)
17921 (ada-indent-newline-indent-conditional)
17922 (ada-justified-indent-current, ada-goto-previous-word)
17923 (ada-indent-current, ada-get-indent-open-paren)
17924 (ada-get-indent-paramlist, ada-get-indent-end)
17925 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17926 (ada-get-indent-block-start, ada-get-indent-subprog)
17927 (ada-get-indent-noindent, ada-get-indent-label)
17928 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17929 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17930 (ada-goto-stmt-end, ada-goto-next-word)
17931 (ada-check-matching-start, ada-check-defun-name)
17932 (ada-goto-matching-decl-start, ada-goto-matching-start)
17933 (ada-goto-matching-end, ada-search-ignore-string-comment)
17934 (ada-in-decl-p, ada-looking-at-semi-or)
17935 (ada-looking-at-semi-private, ada-in-paramlist-p)
17936 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17937 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17938 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17939 (ada-previous-package, ada-create-menu)
17940 (ada-fill-comment-paragraph-justify)
17941 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17942 (ada-other-file-name, ada-last-which-function-line)
17943 (ada-last-which-function-subprog, ada-which-function)
17944 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17945 (ada-gen-treat-proc, ada-check-emacs-version)
17946 (ada-continuation-indent, ada-align-region-separate):
17947 Fix typos in docstrings.
17948 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17949
17950 2005-06-16 Lute Kamstra <lute@gnu.org>
17951
17952 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17953 conditionally.
17954
17955 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17956
17957 * comint.el (comint-replace-by-expanded-filename)
17958 (comint-prompt-regexp, comint-delimiter-argument-list)
17959 (comint-preinput-scroll-to-bottom):
17960 * info.el (Info-hide-cookies-node):
17961 * ls-lisp.el (ls-lisp-classify):
17962 * find-file.el (ff-search-directories, ff-special-constructs)
17963 (ff-find-other-file):
17964 * font-lock.el (font-lock-keywords):
17965 * shell.el (shell-prompt-pattern)
17966 (shell-dynamic-complete-functions, shell-mode)
17967 (shell-delimiter-argument-list):
17968 * term.el (term-replace-by-expanded-filename)
17969 (term-prompt-regexp, term-delimiter-argument-list):
17970 * woman.el (woman-ignore, woman0-if):
17971 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17972 * emacs-lisp/elint.el (elint-init-env):
17973 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17974 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17975 * language/ethio-util.el (ethio-tilde-escape)
17976 (ethio-use-three-dot-question):
17977 * net/zone-mode.el (zone-mode-load-time-setup):
17978 * progmodes/cc-align.el (c-lineup-argcont):
17979 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17980 * progmodes/cperl-mode.el (cperl-set-style-back):
17981 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17982 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17983 Fix spellings in docstrings.
17984
17985 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17986 * progmodes/modula2.el (m2-for): Fix spellings.
17987
17988 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17989
17990 * simple.el (undo-more): Don't use `format' on `error' arguments.
17991 Improve argument/docstring consistency.
17992 (pending-undo-list): Doc fix.
17993
17994 * smerge-mode.el (smerge-ensure-match):
17995 * emulation/vip.el (vip-ex):
17996 * net/zone-mode.el (zone-mode-update-serial):
17997 * progmodes/idlwave.el (idlwave-complete):
17998 * progmodes/vhdl-mode.el (vhdl-visit-file)
17999 (vhdl-compose-wire-components):
18000 Don't use `format' on `error' arguments.
18001
18002 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18003 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18004 (tooltip-help-tips): Fix typos in docstrings.
18005
18006 2005-06-16 David Ponce <david@dponce.com>
18007
18008 * tree-widget.el (tree-widget-value-create): Simplify last change.
18009
18010 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18011
18012 * ido.el (ido-incomplete-regexp): New variable.
18013 (ido-set-matches-1): Handle invalid-regexp error and set
18014 ido-incomplete-regexp.
18015 (ido-incomplete-regexp): New face.
18016 (ido-completions): Use it.
18017 (ido-complete, ido-exit-minibuffer, ido-completions):
18018 Handle incomplete regexps.
18019 (ido-completions): Add check for complete match when entering a regexp.
18020
18021 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18022
18023 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18024
18025 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18026
18027 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18028 by field delimiters.
18029
18030 2005-06-15 David Ponce <david@dponce.com>
18031
18032 * tree-widget.el: eval-and-compile inlined functions so they will
18033 be available at run-time too.
18034 (tree-widget-super-format-handler)
18035 (tree-widget-format-handler): Remove.
18036 (tree-widget-value-create): Handle the :indent property.
18037
18038 2005-06-15 Miles Bader <miles@gnu.org>
18039
18040 * progmodes/which-func.el (which-func): Only inherit
18041 `font-lock-function-name-face' when that makes sense against the
18042 default mode-line face, otherwise set the face color explicitly.
18043
18044 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18045 faces instead of (non-existent) variables.
18046
18047 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18048
18049 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18050 (iswitchb-get-matched-buffers): Likewise. Simplify.
18051
18052 2005-06-14 Miles Bader <miles@gnu.org>
18053
18054 * progmodes/ld-script.el (ld-script-location-counter):
18055 Remove "-face" suffix from face name.
18056 (ld-script-location-counter-face):
18057 New backward-compatibility alias for renamed face.
18058 (ld-script-location-counter-face): Use renamed face.
18059
18060 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18061 (cperl-hash): Remove "-face" suffix from face names.
18062 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18063 New backward-compatibility aliases for renamed faces.
18064 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18065 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18066
18067 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18068 name.
18069 (which-func-face): New backward-compatibility alias for renamed face.
18070 (which-func-format): Use renamed which-func face.
18071
18072 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18073 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18074 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18075 names.
18076 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18077 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18078 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18079 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18080 (vhdl-speedbar-architecture-selected)
18081 (vhdl-speedbar-configuration-selected)
18082 (vhdl-speedbar-package-selected)
18083 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18084 names.
18085 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18086 Use renamed faces.
18087 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18088 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18089 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18090 Use renamed faces.
18091 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18092 names.
18093 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18094 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18095 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18096 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18097 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18098 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18099
18100 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18101 face name.
18102 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18103 (sh-heredoc-face): Use renamed sh-heredoc face.
18104
18105 * progmodes/idlw-help.el (idlwave-help-link):
18106 Remove "-face" suffix from face name.
18107 (idlwave-help-link-face):
18108 New backward-compatibility alias for renamed face.
18109 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18110
18111 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18112 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18113 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18114 New backward-compatibility aliases for renamed faces.
18115 (idlwave-shell-disabled-breakpoint-face)
18116 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18117
18118 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18119 Remove "-face" suffix from face names.
18120 (flymake-errline-face, flymake-warnline-face):
18121 New backward-compatibility aliases for renamed faces.
18122 (flymake-highlight-line): Use renamed flymake faces.
18123
18124 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18125 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18126 (ebrowse-member-class, ebrowse-progress):
18127 Remove "-face" suffix from face names.
18128 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18129 (ebrowse-file-name-face, ebrowse-default-face)
18130 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18131 (ebrowse-progress-face):
18132 New backward-compatibility aliases for renamed faces.
18133 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18134 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18135 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18136 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18137
18138 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18139 antlr-syntax)
18140 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18141 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18142 names.
18143 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18144 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18145 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18146 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18147 backward-compatibility aliases for renamed faces.
18148 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18149 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18150 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18151 remove "font-lock-". Use renamed antlr-mode faces.
18152 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18153 literal face-names with face variable references.
18154
18155 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18156 face name.
18157 (Buffer-menu-buffer-face): New backward-compatibility alias for
18158 renamed face.
18159 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18160
18161 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18162
18163 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18164 Eliminate "-face" suffix.
18165 (makefile-targets): Inherit from font-lock-function-name-face and
18166 eliminate "-face" suffix.
18167 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18168 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18169 actions, instead of prepending, to make it less visible.
18170 (makefile-previous-dependency, makefile-match-dependency):
18171 Don't match a target on a continuation line.
18172
18173 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18174
18175 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18176
18177 * progmodes/gdb-ui.el (menu): Re-order menu items.
18178 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18179
18180 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18181 Define in tooltip.el.
18182 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18183 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18184 gud-tooltip-echo-area.
18185
18186 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18187 backward compatibility and make obsolete.
18188 (tooltip-help-tips): Use tooltip-use-echo-area.
18189 (tooltip-show-help-function): Rename to...
18190 (tooltip-show-help): ...this, because it is a function.
18191 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18192
18193 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18194
18195 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18196 (edebug-print-length, edebug-print-level, edebug-print-circle)
18197 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18198 (edebug-eval-print-last-sexp): Doc fixes.
18199
18200 2005-06-14 Kim F. Storm <storm@cua.dk>
18201
18202 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18203 as the coverage buffer/file/both may change.
18204
18205 2005-06-14 Lute Kamstra <lute@gnu.org>
18206
18207 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18208 and run-mode-hooks. Simplify.
18209
18210 * mail/rmailedit.el (rmail-edit-mode):
18211 * progmodes/octave-inf.el (inferior-octave-mode):
18212 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18213
18214 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18215 and run-mode-hooks.
18216 (recentf-edit-list, recentf-open-files): Don't call
18217 kill-all-local-variables directly.
18218
18219 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18220
18221 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18222
18223 * emacs-lisp/byte-run.el (make-obsolete)
18224 (define-obsolete-function-alias): Rename arguments FUNCTION and
18225 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18226 (make-obsolete-variable, define-obsolete-variable-alias):
18227 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18228 respectively.
18229
18230 * isearchb.el (isearchb-activate):
18231 * pcvs.el (cvs-mode):
18232 * ses.el (ses-load):
18233 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18234 * net/tramp.el (tramp-find-file-exists-command)
18235 (tramp-find-shell):
18236 * progmodes/ada-mode.el (ada-create-case-exception)
18237 (ada-create-case-exception-substring, ada-make-subprogram-body):
18238 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18239 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18240 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18241 * textmodes/org.el (org-promote, org-evaluate-time-range)
18242 (org-agenda-next-date-line, org-agenda-previous-date-line)
18243 (org-agenda-error, org-open-at-point, org-table-move-row)
18244 (org-format-table-table-html-using-table-generate-source)
18245 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18246 * textmodes/reftex.el (reftex-access-scan-info):
18247 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18248 (reftex-toc-promote-prepare): Follow error conventions.
18249
18250 * diff-mode.el (diff-mode): Fix typo in docstring.
18251
18252 * forms.el (forms--intuit-from-file): Fix reference to
18253 `forms-number-of-fields' in error message.
18254 (forms-print): Fix quoting in error message.
18255
18256 * forms.el (forms-mode):
18257 * emulation/vi.el (vi-goto-insert-state):
18258 * progmodes/flymake.el (flymake-new-err-info)
18259 (flymake-start-syntax-check-for-current-buffer)
18260 (flymake-simple-cleanup):
18261 * eshell/esh-var.el (eshell/export):
18262 * progmodes/gud.el (xdb):
18263 * textmodes/flyspell.el (flyspell-incorrect-hook)
18264 (flyspell-maybe-correct-transposition)
18265 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18266
18267 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18268
18269 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18270 minibuffer prompt.
18271
18272 2005-06-13 Kim F. Storm <storm@cua.dk>
18273
18274 * subr.el (add-to-ordered-list): New defun.
18275
18276 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18277 add cua--keymap-alist to emulation-mode-map-alists.
18278
18279 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18280
18281 * subr.el (complete-in-turn): New macro.
18282 (dynamic-completion-table, lazy-completion-table): Add debug info.
18283
18284 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18285 in preference to face aliases.
18286
18287 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18288 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18289 Remove unused vars `start' and `firstline'.
18290 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18291 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18292
18293 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18294
18295 * cus-start.el (all): Don't complain about missing GTK-related
18296 variables, unless either `gtk' is boundp or this isn't a
18297 `windows-nt' build.
18298
18299 2005-06-13 Lute Kamstra <lute@gnu.org>
18300
18301 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18302 run-mode-hooks.
18303
18304 * ediff-mult.el (ediff-meta-mode):
18305 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18306
18307 * ledit.el (ledit-mode): Use delay-mode-hooks.
18308
18309 * woman.el (woman-mode-line-format): Delete constant.
18310 (woman-mode-map): Initialize it properly.
18311 (woman-mode): Set mode-class property to special.
18312 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18313 Set major-mode and mode-name. Don't set mode-line-format directly.
18314 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18315
18316 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18317 string argument obsolete.
18318
18319 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18320
18321 * textmodes/org.el (org-CUA-compatible): New option.
18322 (org-disputed-keys): New variable.
18323 (org-key): New function.
18324 (orgtbl-make-binding): Add docstring to the created function.
18325 (org-mode): Set paragraph start/separate regexps.
18326 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18327 (org-archive-location, org-archive-mark-done)
18328 (org-archive-stamp-time): New options.
18329 (org-archive-subtree): New command.
18330 (org-fill-paragraph): New function.
18331 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18332 (org-fake-empty-table-line): Function removed.
18333 (org-format-org-table-html): Do not create empty table lines at
18334 separator lines. Improved table header treatment.
18335 (org-link-format): New option.
18336 (org-make-link): New function.
18337 (org-insert-link, org-store-link): Use org-make-link.
18338 (org-open-file): Quote file name for shell command, to allow
18339 spaces in file names.
18340 (org-link-regexp): Fix bug with mailto link.
18341 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18342 New constants.
18343 (org-export-as-html): Deal with the optional angles around a link.
18344 Better treatment of file: links.
18345 (org-open-at-point): Replace @{ and @} with < and >.
18346 (org-run-mode-hooks): Function removed.
18347 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18348
18349 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18350
18351 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18352 MI command -data-list-register-values.
18353 (gdb-post-prompt): Indent properly.
18354
18355 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18356
18357 * hilit-chg.el (highlight-changes-colors): Rename from
18358 `highlight-changes-colours'.
18359 (highlight-changes-colours): Keep as obsolete alias.
18360 (highlight-changes-face-list): Doc fix.
18361 (hilit-chg-make-list): Use `highlight-changes-colors'.
18362
18363 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18364
18365 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18366 defun-prompt-regexp.
18367
18368 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18369
18370 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18371 and cygwin.
18372
18373 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18374 Don't use an old loaddefs.el, as in Makefile.in.
18375
18376 2005-06-12 Lute Kamstra <lute@gnu.org>
18377
18378 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18379
18380 * man.el (Man-mode-map): Initialize it properly.
18381 (Man-mode): Set mode-class property to special.
18382
18383 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18384
18385 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18386
18387 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18388 A newline is needed in the docstring there.
18389
18390 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18391 Doc fixes.
18392
18393 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18394
18395 * printing.el: Doc fix. The menubar is no more changed when printing
18396 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18397 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18398 (pr-version): New version number (6.8.4).
18399 (pr-menu-bind): New command.
18400 (pr-update-menus): Docstring and code fix.
18401 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18402 Docstring fix.
18403 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18404 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18405
18406 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18407
18408 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18409 "Returns" to "return", document useful return values, etc.
18410
18411 2005-06-11 Alan Mackenzie <acm@muc.de>
18412
18413 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18414 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18415 (adaptive-file-function): Minor amendment to doc-string.
18416
18417 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18418
18419 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18420 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18421 Fix :type--it is `integer', not `string'.
18422
18423 * faces.el (modeline-highlight): Rename from (the erroneous)
18424 `modeline-higilight'.
18425
18426 2005-06-11 Lute Kamstra <lute@gnu.org>
18427
18428 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18429 lisp-interaction-mode-map but make it the parent.
18430 (edebug-eval-mode): Use define-derived-mode.
18431
18432 2005-06-11 Andreas Schwab <schwab@suse.de>
18433
18434 * bindings.el: Add binding of `ESC functionkey' for every
18435 `M-functionkey'.
18436 * hexl.el (hexl-mode-map): Likewise.
18437
18438 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18439
18440 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18441 [msft]: update regexp for newer msft compilers.
18442
18443 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18444
18445 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18446 ATTLIST portions of included DTDs.
18447 (xml-parse-dtd): Eliminate use of inefficient match-data.
18448
18449 2005-06-10 Miles Bader <miles@gnu.org>
18450
18451 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18452 (mpuz-text): Remove "-face" suffix from face names.
18453 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18454 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18455 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18456
18457 * play/gomoku.el (gomoku-O, gomoku-X):
18458 Remove "-face" suffix from face names.
18459 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18460 New backward-compatibility aliases for renamed faces.
18461 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18462
18463 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18464
18465 * thumbs.el: Fixes for changes of 2005-06-09.
18466 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18467 as a directory.
18468 (thumbs-thumbname): Remove directory separator from format string;
18469 `thumbs-thumbsdir' now returns a valid directory name.
18470 (thumbs-temp-dir): New defsubst.
18471 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18472 Use it.
18473
18474 * cus-edit.el (minibuffer):
18475 * files.el (make-backup-file-name-function):
18476 * filesets.el (filesets-external-viewers):
18477 * hilit-chg.el (highlight-changes-colours)
18478 (highlight-changes-face-list, highlight-changes-rotate-faces):
18479 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18480 * kmacro.el (kmacro-call-macro):
18481 * log-edit.el (log-edit-changelog-full-paragraphs):
18482 * mouse.el (mouse-1-click-follows-link):
18483 * skeleton.el (skeleton-autowrap):
18484 * subr.el (insert-for-yank-1):
18485 * tempo.el (tempo-insert-region):
18486 * terminal.el (terminal-emulator):
18487 * time.el (display-time-mail-face):
18488 * vc.el (vc-annotate):
18489 * vcursor.el (vcursor-copy-line):
18490 * woman.el (woman-bold-headings, woman-ignore)
18491 (woman-default-faces, woman-monochrome-faces):
18492 * calendar/todo-mode.el (todo-insert-threshold):
18493 * emulation/pc-select.el (pc-select-selection-keys-only)
18494 (pc-selection-mode):
18495 * emulation/vip.el (vip-find-char-forward):
18496 * emulation/viper-cmd.el (viper-find-char-forward):
18497 * international/mule-cmds.el
18498 (select-safe-coding-system-accept-default-p)
18499 (input-method-exit-on-invalid-key):
18500 * international/mule-diag.el (describe-coding-system):
18501 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18502 * net/browse-url.el (browse-url-xterm-program):
18503 * obsolete/lazy-lock.el (lazy-lock-mode):
18504 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18505 (cperl-mode):
18506 * progmodes/cpp.el (cpp-face-light-name-list)
18507 (cpp-face-dark-name-list):
18508 * progmodes/delphi.el (delphi-newline-always-indents):
18509 Fix spellings in docstrings.
18510
18511 * ido.el (ido-mode, ido-file-extensions-order)
18512 (ido-default-file-method, ido-default-buffer-method)
18513 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18514 (ido-decorations, ido-read-file-name-as-directory-commands)
18515 (ido-read-file-name-non-ido, ido-work-directory-list)
18516 (ido-ignore-item-temp-list, ido-current-directory)
18517 (ido-magic-forward-char, ido-enter-find-file)
18518 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18519 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18520
18521 2005-06-10 Lute Kamstra <lute@gnu.org>
18522
18523 * play/dunnet.el (dun-mode): Use define-derived-mode.
18524 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18525 obsolete alias.
18526
18527 * play/doctor.el (doctor-mode-map): Remove defvar.
18528 (doctor-mode): Use define-derived-mode.
18529
18530 * mail/mspools.el (mspools-mode):
18531 * net/eudc-hotlist.el (eudc-hotlist-mode):
18532 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18533
18534 2005-06-10 Miles Bader <miles@gnu.org>
18535
18536 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18537 Remove "-face" suffix from face names.
18538 (flyspell-incorrect-face, flyspell-duplicate-face):
18539 New backward-compatibility aliases for renamed faces.
18540 (flyspell-mode-on, make-flyspell-overlay)
18541 (flyspell-highlight-incorrect-region)
18542 (flyspell-highlight-duplicate-region)
18543 (flyspell-display-next-corrections)
18544 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18545
18546 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18547 from face name.
18548 (texinfo-heading-face): New backward-compatibility alias for
18549 renamed face.
18550 (texinfo-heading-face): Use renamed texinfo-heading face.
18551
18552 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18553 suffix from face names.
18554 (tex-math-face, tex-verbatim-face):
18555 New backward-compatibility aliases for renamed faces.
18556 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18557 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18558 literal face name.
18559
18560 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18561 name.
18562 (table-cell-face): New backward-compatibility alias for renamed face.
18563 (table--put-cell-face-property, table--update-cell-face):
18564 Use renamed table-cell face.
18565
18566 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18567 from face name.
18568 (sgml-namespace-face): New backward-compatibility alias for
18569 renamed face.
18570 (sgml-namespace-face): Use renamed sgml-namespace face.
18571
18572 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18573 (org-level-4, org-level-5, org-level-6, org-level-7)
18574 (org-level-8, org-warning, org-headline-done)
18575 (org-deadline-announce, org-scheduled-today)
18576 (org-scheduled-previously, org-link, org-done, org-table)
18577 (org-time-grid): Remove "-face" suffix from face names.
18578 (org-level-1-face, org-level-2-face, org-level-3-face)
18579 (org-level-4-face, org-level-5-face, org-level-6-face)
18580 (org-level-7-face, org-level-8-face, org-warning-face)
18581 (org-headline-done-face, org-deadline-announce-face)
18582 (org-scheduled-today-face, org-scheduled-previously-face)
18583 (org-link-face, org-done-face, org-table-face)
18584 (org-time-grid-face):
18585 New backward-compatibility aliases for renamed faces.
18586 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18587 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18588 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18589 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18590
18591 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18592 (viper-minibuffer-emacs, viper-minibuffer-insert)
18593 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18594 (viper-search-face, viper-replace-overlay-face)
18595 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18596 (viper-minibuffer-vi-face):
18597 New backward-compatibility aliases for renamed faces.
18598 (viper-search-face, viper-replace-overlay-face)
18599 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18600 (viper-minibuffer-vi-face): Use renamed viper faces.
18601
18602 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18603 Remove "-face" suffix from face names.
18604 (testcover-nohits-face, testcover-1value-face):
18605 New backward-compatibility aliases for renamed faces.
18606 (testcover-mark): Use renamed testcover faces.
18607
18608 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18609 face name.
18610 (diary-button-face): New backward-compatibility alias for renamed face.
18611 (diary-entry): Use renamed diary-button face.
18612
18613 * calendar/calendar.el (diary, calendar-today, holiday)
18614 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18615 (diary-face, calendar-today-face, holiday-face):
18616 New backward-compatibility aliases for renamed faces.
18617 (eval-after-load "facemenu", diary-entry-marker)
18618 (calendar-today-marker, calendar-holiday-marker, diary-face):
18619 Use renamed calendar faces.
18620
18621 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18622 (compare-windows-face): New backward-compatibility alias for
18623 renamed face.
18624 (compare-windows-highlight): Use renamed compare-windows face.
18625
18626 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18627 (strokes-char-face): New backward-compatibility alias for renamed face.
18628 (strokes-encode-buffer): Use renamed strokes-char face.
18629
18630 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18631 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18632 Remove "-face" suffix from face names.
18633 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18634 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18635 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18636 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18637 Use renamed pcvs faces.
18638 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18639 * pcvs-defs.el (cvs-mode-map): Likewise.
18640 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18641
18642 * info.el (info-title-1, info-title-2, info-title-3)
18643 (info-title-4): Remove "-face" suffix from and downcase face names.
18644 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18645 (Info-title-4-face):
18646 New backward-compatibility aliases for renamed faces.
18647 (Info-fontify-node): Use renamed info faces.
18648
18649 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18650 Remove "-face" suffix from face names.
18651 (highlight-changes-face, highlight-changes-delete-face):
18652 New backward-compatibility aliases for renamed faces.
18653 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18654 (hilit-chg-make-list): Use renamed highlight-changes faces.
18655
18656 * generic-x.el (show-tabs-tab, show-tabs-space):
18657 Remove "-face" suffix from face names.
18658 (show-tabs-tab-face, show-tabs-space-face):
18659 New backward-compatibility aliases for renamed faces.
18660 (show-tabs-generic-mode-font-lock-defaults-1)
18661 (show-tabs-generic-mode-font-lock-defaults-2):
18662 Use renamed show-tabs faces.
18663
18664 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18665 (smerge-markers): Remove "-face" suffix from face names.
18666 (smerge-mine-face, smerge-other-face, smerge-base-face)
18667 (smerge-markers-face):
18668 New backward-compatibility aliases for renamed faces.
18669 (smerge-mine-face, smerge-other-face, smerge-base-face)
18670 (smerge-markers-face): Use renamed smerge faces.
18671
18672 * log-view.el (log-view-file, log-view-message): Remove "-face"
18673 suffix from face names.
18674 (log-view-file-face, log-view-message-face):
18675 New backward-compatibility aliases for renamed faces.
18676 (log-view-file-face, log-view-message-face): Use renamed log-view
18677 faces.
18678
18679 * paren.el (show-paren-match, show-paren-mismatch):
18680 Remove "-face" suffix from face names.
18681 (show-paren-match-face, show-paren-mismatch-face):
18682 New backward-compatibility aliases for renamed faces.
18683 (show-paren-function): Use renamed show-paren faces.
18684
18685 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18686 (ruler-mode-margins, ruler-mode-fringes)
18687 (ruler-mode-column-number, ruler-mode-fill-column)
18688 (ruler-mode-comment-column, ruler-mode-goal-column)
18689 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18690 suffix from face names.
18691 (ruler-mode-default-face, ruler-mode-pad-face)
18692 (ruler-mode-margins-face, ruler-mode-fringes-face)
18693 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18694 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18695 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18696 New backward-compatibility aliases for renamed faces.
18697 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18698 (ruler-mode-column-number, ruler-mode-fill-column)
18699 (ruler-mode-comment-column, ruler-mode-goal-column)
18700 (ruler-mode-tab-stop, ruler-mode-current-column)
18701 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18702 faces.
18703
18704 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18705 face name.
18706 (whitespace-highlight-the-space): Use renamed face.
18707 (whitespace-highlight-face): New backward-compatibility alias for
18708 renamed face.
18709
18710 * woman.el (woman-italic, woman-bold, woman-unknown)
18711 (woman-addition, woman-symbol-face):
18712 Remove "-face" suffix from face names.
18713 (woman-italic-face, woman-bold-face, woman-unknown-face)
18714 (woman-addition-face):
18715 New backward-compatibility aliases for renamed faces.
18716 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18717 (woman-decode-region, woman-replace-match)
18718 (woman-display-extended-fonts, woman-special-characters)
18719 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18720 Use renamed woman faces.
18721
18722 * longlines.el (longlines-visible-face): Face removed.
18723
18724 * diff-mode.el (diff-header, diff-file-header, diff-index)
18725 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18726 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18727 suffix from face names.
18728 (diff-header-face, diff-file-header-face, diff-index-face)
18729 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18730 (diff-changed-face, diff-function-face, diff-context-face)
18731 (diff-nonexistent-face): New backward-compatibility aliases for
18732 renamed faces.
18733 (diff-header-face, diff-file-header-face)
18734 (diff-index, diff-index-face, diff-hunk-header)
18735 (diff-hunk-header-face, diff-removed, diff-removed-face)
18736 (diff-added, diff-added-face, diff-changed-face, diff-function)
18737 (diff-function-face, diff-context-face, diff-nonexistent)
18738 (diff-nonexistent-face): Use renamed diff-mode faces.
18739
18740 * progmodes/compile.el (compilation-warning-face)
18741 (compilation-info-face): Remove "-face" suffix from face names.
18742 (compilation-warning-face, compilation-info-face):
18743 New backward-compatibility aliases for renamed faces.
18744 (compilation-warning-face, compilation-info-face):
18745 Use renamed compilation faces.
18746
18747 * add-log.el (change-log-date, change-log-name)
18748 (change-log-email, change-log-file, change-log-list)
18749 (change-log-conditionals, change-log-function)
18750 (change-log-acknowledgement): Remove "-face" suffix from face names.
18751 (change-log-date-face, change-log-name-face)
18752 (change-log-email-face, change-log-file-face)
18753 (change-log-list-face, change-log-conditionals-face)
18754 (change-log-function-face, change-log-acknowledgement-face):
18755 New backward-compatibility aliases for renamed faces.
18756 (change-log-font-lock-keywords): Use renamed change-log faces.
18757
18758 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18759 (custom-set, custom-changed, custom-saved, custom-button)
18760 (custom-button-pressed, custom-documentation, custom-state)
18761 (custom-comment, custom-comment-tag, custom-variable-tag)
18762 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18763 (custom-group-tag): Remove "-face" suffix from face names.
18764 (custom-magic-alist, custom-magic-value-create)
18765 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18766 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18767 (custom-set-face, custom-changed-face, custom-saved-face)
18768 (custom-button-face, custom-button-pressed-face)
18769 (custom-documentation-face, custom-state-face)
18770 (custom-comment-face, custom-comment-tag-face)
18771 (custom-variable-tag-face, custom-variable-button-face)
18772 (custom-face-tag-face, custom-group-tag-face-1)
18773 (custom-group-tag-face):
18774 New backward-compatibility aliases for renamed faces.
18775
18776 * wid-edit.el (widget-documentation, widget-button)
18777 (widget-field, widget-single-line-field, widget-inactive)
18778 (widget-button-pressed): "-face" suffix removed from face names.
18779 (widget-documentation-face, widget-button-face)
18780 (widget-field-face, widget-single-line-field-face)
18781 (widget-inactive-face, widget-button-pressed-face):
18782 New backward-compatibility aliases for renamed faces.
18783 (widget-documentation-face, widget-button-face)
18784 (widget-button-pressed-face, widget-specify-field)
18785 (widget-specify-inactive): Use renamed widget faces.
18786
18787 2005-06-10 Kenichi Handa <handa@m17n.org>
18788
18789 * term/x-win.el (x-clipboard-yank): Remove condition-case
18790 wrapping.
18791
18792 2005-06-11 Kenichi Handa <handa@m17n.org>
18793
18794 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18795 date lines stricter.
18796
18797 2005-06-10 Zhang Wei <id.brep@gmail.com>
18798
18799 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18800 of x-get-selection.
18801
18802 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18803
18804 * comint.el (comint-mode, comint-snapshot-last-prompt):
18805 * frame.el (frame-current-scroll-bars):
18806 * term.el (term-mode, term-check-proc, term-input-sender)
18807 (term-simple-send, term-extract-string, term-word)
18808 (term-match-partial-filename):
18809 * window.el (window-current-scroll-bars):
18810 * emulation/cua-base.el (cua-normal-cursor-color)
18811 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18812 (cua-global-mark-cursor-color):
18813 * mail/undigest.el (rmail-forward-separator-regex):
18814 Fix typos in docstrings.
18815
18816 * comint.el (comint-check-proc, make-comint-in-buffer)
18817 (comint-source-default): Doc fixes.
18818
18819 * term.el (term-send-string): Improve argument/docstring consistency.
18820
18821 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18822
18823 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18824 call to `delete-region'.
18825 (comint-mode-hook): Do not enable Font Lock by default.
18826
18827 2005-06-09 Lute Kamstra <lute@gnu.org>
18828
18829 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18830 could be void.
18831
18832 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18833
18834 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18835 (debug): Use it.
18836 (debugger-step-through, debugger-continue, debugger-jump)
18837 (debugger-return-value): Set it when needed.
18838 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18839 Use inhibit-read-only.
18840
18841 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18842
18843 * window.el (shrink-window-if-larger-than-buffer)
18844 (window-size-fixed): Fix typo in docstring.
18845
18846 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18847 thumbnails directory on loading.
18848 (thumbs-conversion-program): Use `eq' to check the system type,
18849 not `equal'.
18850 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18851 not "/tmp". Fix docstring.
18852 (thumbs-thumbsdir): New function to return the thumbnails
18853 directory, creating it if needed.
18854 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18855 (thumbs-temp-file): Delete variable and make it into a function.
18856 (thumbs-resize-image, thumbs-modify-image): Use it.
18857 (thumbs-kill-buffer): Simplify.
18858 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18859 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18860 docstrings.
18861
18862 2005-06-09 Kim F. Storm <storm@cua.dk>
18863
18864 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18865 set-match-data to free markers in match-data.
18866
18867 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18868 match-data to unchain markers in match-data.
18869
18870 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18871
18872 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18873 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18874 unnecessary now.
18875
18876 2005-06-08 Richard M. Stallman <rms@gnu.org>
18877
18878 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18879 give the variable a doc string that doesn't say don't set it directly.
18880
18881 * textmodes/ispell.el (ispell-check-version):
18882 Use match-string-no-properties.
18883 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18884 (ispell-buffer-local-words): Likewise.
18885
18886 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18887 except on terminals with enough colors to really display it.
18888 (makefile-dependency-regex): Delete spurious `bb'.
18889
18890 * faces.el (escape-glyph): Use blue once again in last case.
18891 (no-break-space): Redefine so that it isn't invisible on a tty.
18892
18893 2005-06-08 Kim F. Storm <storm@cua.dk>
18894
18895 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18896 also when reading directory name.
18897
18898 2005-06-08 Lute Kamstra <lute@gnu.org>
18899
18900 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18901 (flyspell-mode-line-string): Remove autoload cookie.
18902 (flyspell-mode): Remove defvar.
18903
18904 2005-06-07 Lute Kamstra <lute@gnu.org>
18905
18906 * textmodes/org.el (org-run-mode-hooks): New function.
18907 (org-agenda-mode): Use it.
18908
18909 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18910
18911 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18912
18913 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18914
18915 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18916
18917 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18918
18919 * font-lock.el (font-lock-add-keywords): Doc fix.
18920
18921 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18922
18923 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18924 (tex-compile-default): In the absence of any history, use the order in
18925 tex-compile-alist to choose the preferred command.
18926 (tex-compile-commands): Reorder a bit.
18927
18928 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18929 (flyspell-incorrect-face, flyspell-duplicate-face):
18930 Use (X)Emacs-agnostic code.
18931 (flyspell-mode-map): Don't overwrite at each load. Remove code
18932 redundant with the subsequent add-minor-mode. Merge Emacs and
18933 XEmacs code.
18934 (flyspell-word): Minor simplification.
18935 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18936 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18937 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18938 Merge the corresponding Emacs code.
18939 (flyspell-correct-word, flyspell-xemacs-popup):
18940 Use flyspell-do-correct.
18941
18942 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18943 a dedicated window.
18944
18945 * international/latexenc.el (latexenc-find-file-coding-system):
18946 Undo part of last patch, to turn off a compiler warning.
18947
18948 2005-06-06 Juri Linkov <juri@jurta.org>
18949
18950 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18951 Rename `tmm-inactive-face' to `tmm-inactive'.
18952
18953 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18954
18955 * iswitchb.el: Rename faces.
18956
18957 2005-06-06 Kim F. Storm <storm@cua.dk>
18958
18959 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18960 (cua-global-mark): Remove -face suffix from face names.
18961
18962 * emulation/cua-gmrk.el (cua--init-global-mark):
18963 Remove cua-global-mark face setup.
18964
18965 2005-06-06 Richard M. Stallman <rms@gnu.org>
18966
18967 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18968 just like other allowed characters.
18969 (makefile-match-dependency): Exclude leading and training whitespace
18970 from the range of regexp subexp 1.
18971 (makefile-macroassign-regex): Don't try to match the body,
18972 just the name of the macro being defined.
18973
18974 * info.el (Info-read-node-name-2): New function.
18975 (Info-read-node-name-1): Use that.
18976 Add a completion-base-size-function property.
18977
18978 * simple.el (completion-setup-function): Look for
18979 completion-base-size-function property of minibuffer-completion-table.
18980
18981 * files.el (locate-file-completion): Doc fix.
18982
18983 * printing.el: Don't call pr-update-menus; user must do that.
18984
18985 * emacs-lisp/debug.el (debugger-window): New variable.
18986 (debug): Use debugger-window if it is set and still alive.
18987 Record debugger-window for next entry.
18988
18989 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18990
18991 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
18992
18993 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18994 (hack-one-local-variable, hack-local-variables)
18995 (hack-local-variables-prop-line): Pass that arg.
18996
18997 2005-06-06 Kim F. Storm <storm@cua.dk>
18998
18999 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19000 (ido-indicator): Remove -face suffix from face names.
19001
19002 2005-06-06 Juri Linkov <juri@jurta.org>
19003
19004 * font-lock.el (font-lock-regexp-backslash)
19005 (font-lock-regexp-backslash-construct): New faces.
19006 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19007 after `('. Add `while-no-input' to control structures.
19008
19009 * faces.el (no-break-space, shadow): New faces.
19010 (escape-glyph): Use less loud colors pink2 and red4.
19011
19012 * diff-mode.el (diff-context-face)
19013 * dired.el (dired-ignored)
19014 * rfn-eshadow.el (file-name-shadow)
19015 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19016
19017 * info.el (Info-title-1-face): Use green instead of yellow because
19018 bold yellow is not readable on light backgrounds.
19019
19020 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19021 before selecting the desired mode to not spend time fontifying
19022 old contents.
19023
19024 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19025
19026 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19027 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19028
19029 * ps-print.el (ps-default-fg, ps-default-bg):
19030 Fix typos in docstrings.
19031
19032 * isearchb.el (isearchb): Don't pass a spurious second argument to
19033 `iswitchb-completions'.
19034
19035 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19036
19037 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19038 to preserve point.
19039 (gdb-find-file-hook): Add doc string.
19040
19041 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19042 C dereferenced pointer expression.
19043 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19044
19045 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19046
19047 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19048 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19049 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19050 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19051 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19052 Make background transparent.
19053
19054 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19055
19056 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19057 (font-lock-remove-keywords): Doc fix.
19058 (font-lock-mode-major-mode): Compiler defvar.
19059 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19060
19061 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19062 (font-lock-mode): Update `font-lock-mode-major-mode'.
19063 (font-lock-set-defaults): Compiler defvar.
19064 (font-lock-default-function): Take `font-lock-mode-major-mode'
19065 into account.
19066
19067 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19068 keep track of which major mode it enabled the minor mode for.
19069 Use find-file-hook again. Update docstring.
19070
19071 * simple.el (eval-expression-print-level)
19072 (eval-expression-print-length, eval-expression-debug-on-error):
19073 Doc fixes.
19074
19075 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19076
19077 * iswitchb.el (iswitchb-single-match-face)
19078 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19079 (iswitchb-invalid-regexp-face): New faces.
19080 (iswitchb-completions): Use them.
19081 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19082 now marked as an obsolete alias.
19083 (iswitchb-read-buffer): Remove check for bound font variables.
19084 (iswitchb-invalid-regexp): New free variable.
19085 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19086 set iswitchb-invalid-regexp.
19087 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19088 invalid regexps.
19089 (iswitchb-completions): Add check for complete match when entering
19090 a regexp.
19091 (iswitchb-completions): Remove require-match argument.
19092 (iswitchb-exhibit): Fix caller.
19093 (iswitchb-common-match-inserted): New variable.
19094 (iswitchb-complete, iswitchb-completion-help): Use it.
19095
19096 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19097
19098 * url-http.el (url-http-chunked-encoding-after-change-function):
19099 Use `url-http-debug' instead of `message'.
19100
19101 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19102
19103 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19104 callback argument.
19105
19106 2005-06-04 Kim F. Storm <storm@cua.dk>
19107
19108 * simple.el (line-move): Only call sit-for when moving backwards.
19109
19110 * ido.el (ido-make-merged-file-list-1): New defun split from
19111 ido-make-merged-file-list.
19112 (ido-make-merged-file-list): Bind throw-on-input around call to
19113 ido-make-merged-file-list-1. Return input-pending-p if
19114 interrupted by more input available.
19115 (ido-read-internal): Handle input-pending-p return value from
19116 ido-make-merged-file-list.
19117
19118 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19119
19120 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19121 compatibility code.
19122
19123 * international/latexenc.el (latexenc-find-file-coding-system):
19124 Don't inherit the EOL part of the coding-system from the
19125 tex-main buffer. Fit within 80 columns.
19126
19127 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19128
19129 * tmm.el (tmm-inactive-face): New face.
19130 (tmm-remove-inactive-mouse-face): New function.
19131 (tmm-prompt, tmm-add-one-shortcut)
19132 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19133 but not selectable.
19134
19135 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19136
19137 * faces.el (face-equal): Improve argument/docstring consistency.
19138
19139 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19140
19141 * progmodes/make-mode.el (makefile-targets-face)
19142 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19143 (makefile-bsdmake-dependency-regex)
19144 (makefile-makepp-rule-action-regex)
19145 (makefile-bsdmake-rule-action-regex): New constants.
19146 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19147
19148 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19149 Allow (...) within `...' for makepp messages.
19150
19151 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19152
19153 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19154
19155 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19156 "." files are deleted from all file lists before comparison.
19157
19158 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19159 (viper-ESC-key): Made them customizable.
19160
19161 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19162
19163 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19164
19165 * autorevert.el (auto-revert-buffers): Use save-match-data.
19166
19167 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19168
19169 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19170 menu items with a nil command binding.
19171
19172 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19173
19174 * emacs-lisp/cl-macs.el (defsetf):
19175 Improve argument/docstring consistency.
19176
19177 * faces.el (list-faces-display): Improve the formatting by
19178 computing the maximum length required for any face-name (reworked
19179 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19180 (internal-find-face): Remove redundant info in docstring.
19181
19182 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19183
19184 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19185 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19186 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19187 (gdb-assembler-custom): Improve regexps.
19188 (def-gdb-auto-update-handler): Use window point to preserve point.
19189
19190 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19191
19192 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19193
19194 2005-05-31 Jay Belanger <belanger@truman.edu>
19195
19196 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19197 to calc-embedded.
19198 (calc-embedded-make-info): Have plain prefix argument select
19199 entire line.
19200
19201 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19202
19203 * faces.el (list-faces-display): Signal error if passed a regexp
19204 that matches no face name.
19205
19206 * simple.el (filter-buffer-substring): Fix typo in docstring.
19207
19208 2005-05-31 Richard M. Stallman <rms@gnu.org>
19209
19210 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19211 (vhdl-emacs-21): Doc fix.
19212 (vhdl-mode): Unconditionally set comment-padding.
19213 (vhdl-fixup-whitespace-region): Insert spaces only where
19214 there are none.
19215 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19216
19217 2005-05-30 John Wiegley <johnw@newartisans.com>
19218
19219 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19220 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19221 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19222 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19223 `string-to-number'.
19224
19225 2005-05-30 Jay Belanger <belanger@truman.edu>
19226
19227 * calc/calc.el (calc-bug-address): Fix docstring.
19228 (calc-window-hook, calc-trail-window-hook): New variables.
19229 (calc-trail-display): Restore use of calc-trail-window-hook.
19230 (calc): Restore use of calc-window-hook.
19231
19232 2005-05-31 Masatake YAMATO <jet@gyve.org>
19233
19234 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19235
19236 * help-fns.el (help-C-file-name): Add autoload mark for
19237 `find-function-noselect'.
19238
19239 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19240
19241 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19242 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19243
19244 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19245
19246 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19247 included diary buffer if it was not already being visited.
19248 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19249
19250 * calendar/icalendar.el (top-level): Do not require appt.
19251
19252 * mail/supercite.el (sc-select-attribution): Only use a list
19253 element from sc-attrib-selection-list if it returns a string.
19254 Reported by Davide G. M. Salvetti <salve@debian.org>.
19255
19256 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19257
19258 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19259 includes a hash value to improve its uniqueness, and has a ".jpg"
19260 extension. Also, it is now a valid filename on all systems.
19261 (thumbs-make-thumb): Use `let', not `let*'.
19262 (thumbs-show-thumbs-list): Check for JPEG availability.
19263
19264 2005-05-30 Richard M. Stallman <rms@gnu.org>
19265
19266 * filesets.el (filesets-menu-ensure-use-cached):
19267 Prevent warning when emacs-version>= is undefined.
19268
19269 * printing.el (pr-interactive-n-up): Use string-to-number.
19270
19271 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19272
19273 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19274 Warn only when name to be defined is quoted.
19275
19276 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19277
19278 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19279 Make regexp more robust.
19280 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19281 Force regeneration of disassembly.
19282
19283 2005-05-29 Jay Belanger <belanger@truman.edu>
19284
19285 * calc/calc.el (calc-user-invocation): Check if
19286 calc-invocation-macro is non-nil.
19287
19288 2005-05-29 Juri Linkov <juri@jurta.org>
19289
19290 * add-log.el (change-log-font-lock-keywords):
19291 Add `+' to e-mail regexp to accept mail address with keywords.
19292
19293 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19294
19295 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19296
19297 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19298
19299 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19300
19301 2005-05-29 Richard M. Stallman <rms@gnu.org>
19302
19303 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19304 Undo the change that moves to end of the current word.
19305
19306 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19307
19308 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19309 Throw error when count <= 0 to ensure input is a number.
19310 (gdb-read-memory-custom): Pick up address from buffer.
19311 (gdb-memory-mode): Allow user to increment and decrement
19312 memory address from header line.
19313
19314 2005-05-29 Richard M. Stallman <rms@gnu.org>
19315
19316 * flyspell.el (flyspell-version): Function deleted.
19317 (flyspell-auto-correct-previous-hook): Doc fix.
19318
19319 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19320 Do nothing if memory is full.
19321
19322 * font-lock.el (font-lock-fontify-syntactically-region):
19323 Pass t for GREEDY to looking-back.
19324
19325 * saveplace.el (save-place-alist-to-file): Write the file
19326 using write-region.
19327
19328 * subr.el (looking-back): New argument GREEDY.
19329
19330 * progmodes/compile.el (compilation-start): Set the mode
19331 before inserting the initial text.
19332
19333 * progmodes/which-func.el (which-func-update-1): Turn the mode
19334 off in case of error by setting which-func-mode.
19335
19336 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19337
19338 * flyspell.el (flyspell-auto-correct-previous-word):
19339 Narrow down to what's on the screen, and recenter overlays
19340 at the end of the next word.
19341
19342 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19343
19344 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19345 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19346 (flyspell-abbrev-p): Default to nil.
19347 (flyspell-use-global-abbrev-table-p): Doc fix.
19348 (flyspell-large-region): Allow nil as value.
19349 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19350
19351 (mail-mode-flyspell-verify): More robust handling
19352 of `mail-header-separator'. More efficient signature detection.
19353 Allow for regexp metacharacters in message-header-separator.
19354 Adding `To' not to be checked in mail-mode-flyspell-verify.
19355
19356 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19357 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19358 Bind flyspell-auto-correct-binding.
19359 Bind C-. and C-, .
19360 (flyspell-mode-map): Likewise.
19361 (flyspell-mode): Doc fix.
19362 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19363 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19364 (flyspell-word-cache-result): New var, always local.
19365 (flyspell-check-pre-word-p): Doc fix.
19366 (flyspell-check-changed-word-p): Handle spc like newline.
19367 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19368 (flyspell-word-search-backward, flyspell-word-search-forward):
19369 New functions.
19370 (flyspell-word): Return t if nothing to check.
19371 When parsing TeX code, check for after } or \.
19372 Use flyspell-word-search-backward to find previous word.
19373 Return nil if duplicated word.
19374 For word already checked, return same value as last time.
19375 Set flyspell-word-cache-result after checking.
19376 Don't clobber the return value.
19377 (flyspell-get-word): Major rewrite.
19378 (flyspell-external-point-words): New locals pword, pcount.
19379 Fix size used in progress message.
19380 Find the proper corresponding word in flyspell-large-region-buffer.
19381 (flyspell-region): Check for flyspell-large-region = nil.
19382 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19383 (flyspell-auto-correct-word): Check that WORD is a cons.
19384 (flyspell-correct-word): Likewise.
19385
19386 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19387
19388 * progmodes/make-mode.el (makefile-rule-action-regex)
19389 (makefile-macroassign-regex, makefile-makepp-mode)
19390 (makefile-bsdmake-mode): Continuation lines may be empty.
19391 Reported by Joshua Varner.
19392 (makefile-makepp-font-lock-keywords): Add $(stem).
19393
19394 2005-05-28 Karl Berry <karl@gnu.org>
19395
19396 * textmodes/tex-mode.el: Now that tex-send-command calls
19397 shell-quote-argument (2005-03-31 change), remove all calls to
19398 shell-quote-argument; they all end up invoking tex-send-command.
19399 The double quoting loses on filenames with non-safe characters,
19400 such as "@". Reported by Frederik Fouvry.
19401
19402 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19403
19404 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19405 about preserving point.
19406
19407 2005-05-27 Jay Belanger <belanger@truman.edu>
19408
19409 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19410 Info-goto-node.
19411
19412 * calc/calc-embed.el (calc-embed-arg): New variable.
19413 (calc-do-embedded-activate, calc-embedded-activate-formula)
19414 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19415 variable by new variable.
19416 (calc-embedded-make-info): Replace undeclared variable by new
19417 variable. When selecting region with positive prefix
19418 argument, use end of previous line instead of beginning of line.
19419
19420 * calc/calc-aent.el (calc-arg-values): Declare it.
19421
19422 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19423 Declare them.
19424
19425 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19426
19427 * calc/calc.el (calc-alg-map): Declare it.
19428
19429 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19430
19431 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19432
19433 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19434 (gdb-registers-buffer, toggle-gdb-all-registers):
19435 Toggle display of floating point registers.
19436 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19437
19438 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19439 (toggle-gud-tooltip-dereference):
19440 Rename from gud-toggle-tooltip-dereference.
19441
19442 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19443
19444 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19445
19446 2005-05-27 Jay Belanger <belanger@truman.edu>
19447
19448 * calc/calc-prog.el (calc-kbd-report): Remove.
19449 (calc-kbd-query): Rewrite.
19450
19451 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19452
19453 * image.el (image-library-alist): Move to image.c.
19454 (image-type-available-p): Doc fix.
19455
19456 2005-05-27 Lute Kamstra <lute@gnu.org>
19457
19458 * calc/calc.el (calc):
19459 * outline.el (outline-1, outline-2, outline-3, outline-4)
19460 (outline-5, outline-6, outline-7, outline-8):
19461 * textmodes/dns-mode.el (dns-mode):
19462 * textmodes/sgml-mode.el (sgml-namespace-face):
19463 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19464 (tex-verbatim-face, tex-use-reftex):
19465 * textmodes/texinfo.el (texinfo-heading-face):
19466 Specify customization group.
19467
19468 * longlines.el: Don't require easy-mmode.
19469 (longlines-visible-face): Specify customization group.
19470
19471 2005-05-27 Kenichi Handa <handa@m17n.org>
19472
19473 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19474 encoding table of windows-1251.
19475
19476 * international/ucs-tables.el (ucs-set-table-for-input):
19477 If translation-table-for-input of a coding system is a symbol, get
19478 its translation-table property.
19479
19480 * international/code-pages.el: Don't register a coding system into
19481 non-iso-charset-alist more than once.
19482 (cp-make-coding-system): Likewise.
19483
19484 2005-05-26 John Wiegley <johnw@newartisans.com>
19485
19486 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19487 `eshell-resume-eval' is wrapped in a list, it indicates that the
19488 command was run asynchronously. In that case, unwrap the value
19489 before checking the delimiter value.
19490
19491 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19492 character before a space at the end of a line is \, assume the space
19493 is part of the last argument rather than a final argument separator.
19494
19495 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19496 is in use, and the target is `t' or `nil' (which are the most common
19497 values), don't assume that the symbol target is a buffer.
19498
19499 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19500
19501 * calendar/calendar.el (calendar-mode-line-format):
19502 Use mode-line-highlight as mouse-face.
19503
19504 * time.el (display-time-string-forms, display-time-update):
19505 Use mode-line-highlight as mouse-face.
19506
19507 2005-05-26 Jay Belanger <belanger@truman.edu>
19508
19509 * calc/calc.el (calc-language-alist): Remove extra defvar.
19510
19511 2005-05-26 Lute Kamstra <lute@gnu.org>
19512
19513 * arc-mode.el (archive-mode):
19514 * bookmark.el (bookmark-read-annotation-mode)
19515 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19516 * bs.el (bs-mode):
19517 * calc/calc-yank.el (calc-edit-mode):
19518 * calc/calc.el (calc-mode, calc-trail-mode):
19519 * calculator.el (calculator-mode):
19520 * chistory.el (command-history-mode):
19521 * comint.el:
19522 * cus-edit.el (custom-mode):
19523 * descr-text.el (describe-text-mode):
19524 * ebuff-menu.el (Electric-buffer-menu-mode):
19525 * ediff-util.el (ediff-mode):
19526 * emacs-lisp/re-builder.el (reb-mode):
19527 * emulation/vi.el (vi-mode-setup):
19528 * emulation/ws-mode.el (wordstar-mode):
19529 * eshell/esh-mode.el (eshell-mode):
19530 * forms.el (forms-mode):
19531 * help-mode.el (help-mode):
19532 * hexl.el (hexl-mode):
19533 * ibuffer.el (ibuffer-mode):
19534 * ielm.el (inferior-emacs-lisp-mode):
19535 * info.el (Info-mode, Info-edit-mode):
19536 * international/swedish.el:
19537 * ledit.el (ledit-from-lisp-mode):
19538 * locate.el (locate-mode):
19539 * mail/rmail.el (rmail-mode):
19540 * mail/rmailedit.el (rmail-edit-mode):
19541 * mail/rmailsum.el (rmail-summary-mode):
19542 * mail/supercite.el (sc-electric-mode):
19543 * net/eudc.el (eudc-mode):
19544 * net/quickurl.el (quickurl-list-mode):
19545 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19546 * obsolete/ooutline.el (outline-mode):
19547 * obsolete/options.el (Edit-options-mode):
19548 * obsolete/rnews.el (news-mode):
19549 * obsolete/rnewspost.el (news-reply-mode):
19550 * play/5x5.el (5x5-mode):
19551 * play/decipher.el (decipher-mode, decipher-stats-mode):
19552 * play/gomoku.el (gomoku-mode):
19553 * play/snake.el (snake-mode):
19554 * play/solitaire.el (solitaire-mode):
19555 * play/tetris.el (tetris-mode):
19556 * progmodes/ada-mode.el (ada-mode):
19557 * progmodes/antlr-mode.el (antlr-mode):
19558 * progmodes/autoconf.el (autoconf-mode):
19559 * progmodes/dcl-mode.el (dcl-mode):
19560 * progmodes/delphi.el (delphi-mode):
19561 * progmodes/ebrowse.el (ebrowse-tree-mode)
19562 (ebrowse-electric-list-mode, ebrowse-member-mode)
19563 (ebrowse-electric-position-mode):
19564 * progmodes/f90.el (f90-mode):
19565 * progmodes/fortran.el (fortran-mode):
19566 * progmodes/icon.el (icon-mode):
19567 * progmodes/idlw-help.el (idlwave-help-mode):
19568 * progmodes/idlw-shell.el (idlwave-shell-mode):
19569 * progmodes/idlwave.el (idlwave-mode):
19570 * progmodes/inf-lisp.el (inferior-lisp-mode):
19571 * progmodes/m4-mode.el (m4-mode):
19572 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19573 * progmodes/modula2.el (modula-2-mode):
19574 * progmodes/octave-inf.el (inferior-octave-mode):
19575 * progmodes/octave-mod.el (octave-mode):
19576 * progmodes/pascal.el (pascal-mode):
19577 * progmodes/sh-script.el (sh-mode):
19578 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19579 * progmodes/vhdl-mode.el (vhdl-mode):
19580 * progmodes/xscheme.el (scheme-interaction-mode):
19581 * replace.el (occur-mode):
19582 * ses.el (ses-mode):
19583 * simple.el (completion-list-mode):
19584 * skeleton.el:
19585 * speedbar.el (speedbar-mode):
19586 * term.el (term-mode):
19587 * terminal.el (terminal-edit-mode):
19588 * textmodes/reftex-index.el (reftex-index-mode)
19589 (reftex-index-phrases-mode):
19590 * textmodes/reftex-sel.el (reftex-select-label-mode)
19591 (reftex-select-bib-mode):
19592 * textmodes/reftex-toc.el (reftex-toc-mode):
19593 * wdired.el (wdired-change-to-wdired-mode):
19594 * wid-browse.el (widget-browse-mode):
19595 Use run-mode-hooks.
19596
19597 * array.el (array-mode):
19598 * calendar/todo-mode.el (todo-mode):
19599 * man.el (Man-mode):
19600 * play/landmark.el (lm-mode):
19601 * play/mpuz.el (mpuz-mode):
19602 Use kill-all-local-variables and run-mode-hooks.
19603
19604 * subr.el (delay-mode-hooks): Specify indentation.
19605
19606 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19607
19608 * xml.el (xml-substitute-special): Don't die for undefined xml
19609 entities.
19610
19611 2005-05-26 Jay Belanger <belanger@truman.edu>
19612
19613 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19614 of nil.
19615
19616 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19617
19618 * progmodes/gdb-ui.el (gdb-frame-address):
19619 Rename from gdb-current-address.
19620 (gdb-previous-frame-address): Rename from gdb-previous-address.
19621 (gdb-selected-frame): Rename from gdb-current-frame.
19622 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19623 (gdb-frame-number): Rename from gdb-current-stack-level.
19624 (gdb-ann3): Match new mode-name for disassembly buffer.
19625 Extend initialization of variables.
19626 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19627 (gdb-memory-mode): Use mouse-face in header line.
19628 (gdb-assembler-buffer-name): Call it disassembly and give frame
19629 in mode line.
19630 (gdb-source-spec-regexp, gdb-assembler-custom)
19631 (gdb-invalidate-assembler, gdb-frame-handler):
19632 Make robust to leading zeroes in address format.
19633
19634 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19635
19636 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19637 define `org-mode'.
19638 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19639
19640 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19641
19642 * log-edit.el (log-edit-changelog-entries): Distinguish between
19643 filenames like xfns.c and fns.c.
19644
19645 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19646
19647 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19648 point after reverting.
19649 (Buffer-menu-make-sort-button): Handle the case where
19650 `Buffer-menu-use-header-line' is nil.
19651
19652 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19653
19654 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19655 New funcs. In minibuffer-local-completion-map bind `]', `/'
19656 and `:' to them.
19657
19658 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19659
19660 * startup.el (normal-top-level): Allow modification of load-path while
19661 we're iterating over it.
19662
19663 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19664
19665 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19666 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19667 (thumbs-resize-interactive, thumbs-insert-image)
19668 (thumbs-insert-thumb, thumbs-dired-show-marked)
19669 (thumbs-find-image-at-point, thumbs-delete-images)
19670 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19671 (thumbs-increment-image-size, thumbs-decrement-image-size):
19672 Fix typos in docstrings.
19673
19674 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19675
19676 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19677 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19678 (cperl-mode): Use them.
19679
19680 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19681
19682 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19683 Doc fixes.
19684
19685 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19686
19687 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19688 Bind C-d to gdb-inferior-io-eof.
19689
19690 * dired.el (dired-dnd-popup-notice): Use message-box.
19691
19692 2005-05-23 Masatake YAMATO <jet@gyve.org>
19693
19694 * bindings.el (mode-line-major-mode-keymap):
19695 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19696
19697 * faces.el (mode-line-highlight): New face.
19698
19699 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19700 as mouse-face.
19701
19702 * bindings.el (top-level, help-echo, mode-line-modified)
19703 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19704 as mouse-face.
19705
19706 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19707
19708 * progmodes/cc-engine.el (c-guess-basic-syntax):
19709 Remove spurious call to `zerop'.
19710
19711 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19712
19713 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19714
19715 CC Mode update to 5.30.10:
19716
19717 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19718 could go past the limit in decoration level 2, thereby causing
19719 errors during interactive fontification.
19720
19721 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19722 the file is evaluated interactively.
19723
19724 * cc-engine.el (c-guess-basic-syntax): Handle operator
19725 declarations somewhat better in C++.
19726
19727 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19728 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19729 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19730 (awk-mode): Use it.
19731 (make-local-hook): Suppress warning about obsoleteness.
19732
19733 * cc-engine.el, cc-align.el, cc-cmds.el
19734 (c-append-backslashes-forward, c-delete-backslashes-forward)
19735 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19736 Compensate for return value from `forward-line' when it has moved
19737 but not to a different line due to eob.
19738
19739 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19740 `objc-method-intro' and `objc-method-args-cont'.
19741
19742 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19743
19744 CC Mode update to 5.30.10:
19745
19746 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19747 in the copyright statement. Incidentally, change "along with GNU
19748 Emacs" to "along with this program" where it occurs.
19749
19750 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19751 so that it is interactive, hence can be found by M-x awk-mode
19752 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19753 <gmorris+emacs@ast.cam.ac.uk>.
19754
19755 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19756 Mode's regexps.
19757
19758 2005-05-23 Kevin Ryde <user42@zip.com.au>
19759
19760 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19761 c-parse-state, to avoid a lisp error (on bad code).
19762
19763 2005-05-23 Lute Kamstra <lute@gnu.org>
19764
19765 * subr.el (font-lock-defaults): Remove defvar as it's already
19766 defined in font-core.el.
19767
19768 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19769
19770 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19771
19772 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19773 more general and work when GDB variable "print pretty" is on,
19774 as with Emacs, for example.
19775
19776 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19777
19778 * font-core.el: Update comment.
19779
19780 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19781 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19782
19783 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19784
19785 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19786
19787 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19788 and `yank-handler' in the doc strings.
19789
19790 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19791
19792 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19793
19794 2005-05-22 Richard M. Stallman <rms@gnu.org>
19795
19796 * help.el (describe-key): Move print-help-return-message call
19797 out of conditional.
19798
19799 * progmodes/etags.el (list-tags): Use with-no-warnings.
19800
19801 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19802 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19803 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19804
19805 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19806
19807 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19808 Add defvar.
19809
19810 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19811 Use defvar, not defconst.
19812
19813 * hexl.el (hexl-follow-line): Use with-no-warnings.
19814
19815 * emulation/tpu-extras.el: Use write-file-functions instead of
19816 write-file-hooks.
19817
19818 * dired.el (dired-font-lock-keywords): Fontify files with junk
19819 extensions even if marked by -F.
19820
19821 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19822
19823 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19824 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19825 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19826 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19827 (concatenate, list-length, get*, getf, cl-remprop):
19828 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19829 (etypecase, progv, lexical-let, lexical-let*)
19830 (multiple-value-bind, multiple-value-setq, shiftf):
19831 Improve argument/docstring consistency.
19832
19833 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19834
19835 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19836
19837 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19838 doesn't exist.
19839
19840 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19841 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19842
19843 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19844
19845 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19846 already deleted variables: auto-fill-hook, blink-paren-hook,
19847 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19848 suspend-hooks, comment-indent-hook, meta-flag,
19849 before-change-function, after-change-function,
19850 font-lock-doc-string-face.
19851
19852 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19853
19854 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19855
19856 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19857
19858 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19859 rmail-dont-reply-to.
19860
19861 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19862
19863 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19864 literal blank when splitting new-header-values.
19865
19866 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19867
19868 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19869 string so that tmm doesn't create a completion entry for it.
19870
19871 * textmodes/table.el (table-disable-menu): Ditto.
19872
19873 2005-05-21 Richard M. Stallman <rms@gnu.org>
19874
19875 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19876
19877 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19878
19879 * net/rcompile.el (remote-compile): Use compilation-start.
19880
19881 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19882
19883 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19884
19885 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19886 Default to makefile-bsdmake-mode on BSD systems.
19887
19888 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19889 REGEXP may also be a search function now. The part of doc-string
19890 for describing the structure was 95% identical to that of
19891 `imenu--generic-function'. Unify it there.
19892
19893 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19894 Use function to find dependencies, because regexp alone is so complex,
19895 it easily goes into an endless loop.
19896 (makefile-makepp-mode): Also add submenu for Perl functions
19897 defined in the makefile.
19898 (makefile-bsdmake-mode): Special imenu-generic-expression no
19899 longer needed, due to function call.
19900 (makefile-match-dependency): Take BOUND into account when checking
19901 if we're through.
19902
19903 2005-05-20 Jay Belanger <belanger@truman.edu>
19904
19905 * calc/calc-units.el (calc-invalidate-units-table):
19906 Use inhibit-read-only.
19907 (math-build-units-table-buffer): Use view-mode.
19908
19909 2005-05-20 David Kastrup <dak@gnu.org>
19910
19911 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19912 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19913
19914 2005-05-20 Lute Kamstra <lute@gnu.org>
19915
19916 * diff-mode.el (diff-header-face, diff-file-header-face)
19917 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19918 (diff-added-face, diff-changed-face, diff-function-face)
19919 (diff-context-face, diff-nonexistent-face): Put them in the
19920 diff-mode customization group.
19921
19922 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19923
19924 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19925
19926 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19927
19928 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19929 Minor regexp-optimization.
19930
19931 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19932
19933 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19934 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19935 (org-agenda-add-time-grid-maybe): New function.
19936 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19937 (org-table-create): `dotimes' instead of `mapcar'.
19938 (org-xor): Simplify implementation.
19939 (org-agenda): `inhibit-redisplay' turned on.
19940 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19941 a consistent line after a state change.
19942 (org-agenda-remove-times-when-in-prefix): New option.
19943 (org-prefix-has-time): New variable.
19944 (org-parse-time-string): Optional argument NODEFAULT.
19945 (org-format-agenda-item): Parse items for time-of-day
19946 specifications and move these into the prefix if possible.
19947 (org-agenda-priority): Get current heading, not previous heading
19948 during agenda remote editing.
19949
19950 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19951
19952 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19953 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19954 (remove-duplicates, delete-duplicates, substitute)
19955 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19956 (nsubstitute-if-not, find, find-if, find-if-not, position)
19957 (position-if, position-if-not, count, count-if, count-if-not)
19958 (mismatch, search, sort*, stable-sort, merge, member*)
19959 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19960 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19961 (intersection, nintersection, set-difference, nset-difference)
19962 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19963 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19964 (nsublis, tree-equal): Improve argument/docstring consistency.
19965
19966 * subr.el (send-string, send-region): Remove obsolescence declaration.
19967 (window-dot, set-window-dot, read-input, show-buffer)
19968 (eval-current-buffer, string-to-int):
19969 Add release number to obsolescence declarations.
19970
19971 2005-05-19 Kim F. Storm <storm@cua.dk>
19972
19973 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19974 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19975
19976 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19977
19978 * faces.el (list-faces-display): Make back button respect optional
19979 regexp arg.
19980
19981 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19982
19983 * calculator.el (calculator-radix-grouping-mode)
19984 (calculator-radix-grouping-digits, calculator-displayer)
19985 (calculator-radix-grouping-separator, calculator-copy-displayer):
19986 * dabbrev.el (dabbrev-search-these-buffers-only):
19987 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19988 (diff-advance-after-apply-hunk, diff-mode-hook)
19989 (diff-minor-mode-prefix):
19990 * imenu.el (imenu-use-popup-menu):
19991 * jit-lock.el (jit-lock-context-time):
19992 * newcomment.el (comment-fill-column, comment-column)
19993 (comment-style, comment-padding, comment-multi-line)
19994 (comment-empty-lines, comment-auto-fill-only-comments):
19995 * reveal.el (reveal-around-mark):
19996 * uniquify.el (uniquify-buffer-name-style)
19997 (uniquify-after-kill-buffer-p)
19998 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19999 (uniquify-min-dir-content, uniquify-separator)
20000 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20001 * w32-vars.el (w32-fixed-font-alist):
20002 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20003 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20004 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20005 * progmodes/perl-mode.el (perl-indent-level)
20006 (perl-continued-statement-offset, perl-continued-brace-offset)
20007 (perl-brace-offset, perl-brace-imaginary-offset)
20008 (perl-label-offset, perl-indent-continued-arguments)
20009 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20010 * progmodes/tcl.el (tcl-indent-level)
20011 (tcl-continued-indent-level, tcl-auto-newline)
20012 (tcl-tab-always-indent, tcl-electric-hash-style)
20013 (tcl-help-directory-list, tcl-use-smart-word-finder)
20014 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20015 (inferior-tcl-source-command):
20016 * textmodes/fill.el (enable-kinsoku):
20017 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20018 * textmodes/table.el (table-yank-handler):
20019 Specify missing group (and type, if simple) in defcustom.
20020
20021 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20022
20023 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20024
20025 2005-05-19 Richard M. Stallman <rms@gnu.org>
20026
20027 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20028
20029 * subr.el (event-basic-type): Don't get an error.
20030 (left-fringe-p): Function deleted.
20031
20032 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20033 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20034
20035 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20036 in recursive copy.
20037
20038 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20039
20040 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20041
20042 * emacs-lisp/bytecomp.el
20043 (byte-compile-file-form-custom-declare-variable):
20044 Call byte-compile-nogroup-warn if appropriate.
20045
20046 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20047 (compilation-set-window): Don't call left-fringe-p; do it directly.
20048
20049 2005-05-19 Jay Belanger <belanger@truman.edu>
20050
20051 * calc/calc-graph.el (calc-graph-format-data): Make sure
20052 var-PlotRejects is bound before trying to check its value.
20053
20054 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20055
20056 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20057 definition of this variable from reftex-global.el to reftex.el,
20058 because it is needed in the menu.
20059
20060 2005-05-19 Lute Kamstra <lute@gnu.org>
20061
20062 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20063 years are fixed. Don't insert a space after a dash.
20064
20065 2005-05-19 Kim F. Storm <storm@cua.dk>
20066
20067 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20068
20069 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20070
20071 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20072 strings, because (eq ... ?\\) is fairly frequent.
20073
20074 * progmodes/make-mode.el (makefile-add-this-line-targets):
20075 Simplify and integrate into `makefile-pickup-targets'.
20076 (makefile-add-this-line-macro): Simplify and integrate into
20077 `makefile-pickup-macros.
20078 (makefile-pickup-filenames-as-targets): Simplify.
20079 (makefile-previous-dependency, makefile-match-dependency):
20080 Don't stumble over `::'.
20081
20082 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20083
20084 * subr.el (post-command-idle-hook, post-command-idle-delay):
20085 Remove obsoletion of post-command-idle-hook and
20086 post-command-idle-delay.
20087
20088 * faces.el (list-faces-display): Provide button when describe-face
20089 is called to take user back to the list of faces.
20090
20091 * help-fns.el (describe-variable): Remove hyperlinks in a
20092 variable's value as these are quite frequently inappropriate.
20093
20094 * follow.el (follow-submit-feedback, follow-mode):
20095 Remove references to post-command-idle-hook.
20096
20097 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20098
20099 * progmodes/make-mode.el (makefile-previous-dependency)
20100 (makefile-match-dependency): Check for := (and in bsd mode also
20101 !=) to give a better result, even when font-lock is not on.
20102
20103 2005-05-18 Jay Belanger <belanger@truman.edu>
20104
20105 * calc/calc-help.el (calc-s-prefix-help):
20106 Add `calc-copy-special-constant' to help string.
20107
20108 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20109
20110 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20111
20112 2005-05-18 Jay Belanger <belanger@truman.edu>
20113
20114 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20115 in linear factors are in proper order.
20116
20117 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20118
20119 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20120 Support for jurabib.
20121
20122 * textmodes/reftex.el (featurep): Define aliases for overlay
20123 commands, for XEmacs compatibility, and use these aliases in
20124 overlay initializations.
20125 (reftex-highlight): Use `reftex-move-overlay'.
20126 (reftex-unhighlight): Use `reftex-delete-overlay'.
20127 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20128 (reftex-access-search-path): Use `reftex-uniquify' instead of
20129 `reftex-uniq'
20130
20131 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20132 `before-string' property modification enables for Emacs as well.
20133 (reftex-select-item): Use `reftex-delete-overlay'.
20134 (reftex-select-mark): Use `reftex-make-overlay' and
20135 `reftex-overlay-put'.
20136 (reftex-select-unmark): Use `reftex-delete-overlay' and
20137 `reftex-overlay-put'.
20138
20139 2005-05-18 Lute Kamstra <lute@gnu.org>
20140
20141 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20142
20143 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20144
20145 * add-log.el (add-change-log-entry):
20146 * array.el (array-make-template, array-reconfigure-rows)
20147 (array-init-max-row, array-init-max-column)
20148 (array-init-columns-per-line, array-init-field-width):
20149 * replace.el (replace-match-maybe-edit, perform-replace):
20150 * textmodes/spell.el (spell-region):
20151 Replace `read-input' by `read-string'.
20152
20153 * forms.el (forms-mode):
20154 * finder.el (finder-compile-keywords):
20155 * shadowfile.el (shadow-read-files):
20156 Replace `eval-current-buffer' by `eval-buffer'.
20157
20158 * terminal.el (te-pass-through):
20159 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20160 (ange-ftp-raw-send-cmd):
20161 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20162 (send-process-next-char, telnet-initial-filter, telnet):
20163 Replace `send-string' by `process-send-string'.
20164
20165 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20166 (prolog-consult-region): Replace `send-string' by
20167 `process-send-string'; replace `send-region' by `process-send-region'.
20168
20169 * progmodes/delphi.el (delphi-log-msg):
20170 Replace `set-window-dot' by `set-window-point'.
20171
20172 * subr.el (window-dot, set-window-dot, read-input, send-string)
20173 (send-region, show-buffer, eval-current-buffer):
20174 Make really obsolete, as the comment says.
20175
20176 2005-05-17 Kim F. Storm <storm@cua.dk>
20177
20178 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20179 (cua--init-keymaps): Bind C-return instead of S-return to set
20180 rectangle mark.
20181
20182 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20183 instead of S-return to toggle/clear rectangle mark.
20184
20185 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20186
20187 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20188 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20189 Also fontify plain strings assigned to variables, mostly so that a
20190 colon has a face and is thus not taken as a dependency separator.
20191 (makefile-previous-dependency): Inline the new matcher, because it
20192 is too complex to work in both directions.
20193 (makefile-match-dependency): Eliminate `backward' arg (see above).
20194 Completely reimplemented so as to not sometimes go into an endless
20195 loop. It should also be more efficient, because first it only
20196 searches for `:', instead of applying the very complex regexp.
20197 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20198 to be fontified in one piece can be too long for JIT.
20199 Makefiles are never *that* big.
20200
20201 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20202
20203 * dired.el (dired-mode): Simplify.
20204
20205 2005-05-17 Lute Kamstra <lute@gnu.org>
20206
20207 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20208 defcustom for the mode hook variable.
20209
20210 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20211 Emacs Lisp Reference Manual.
20212
20213 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20214
20215 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20216 (evenp, list*):
20217 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20218 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20219
20220 * net/tramp-smb.el (tramp-smb-open-connection):
20221 Pass `tramp-chunksize' as fifth (required) argument.
20222
20223 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20224
20225 * font-lock.el (lisp-font-lock-keywords-1):
20226 Set `font-lock-negation-char-face' for [^...] char group.
20227 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20228
20229 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20230 a var, and refine it to mask one more level of nested vars.
20231 (makefile-rule-action-regex): Turn it into a var, and refine it so
20232 it recognizes backslashed continuation lines as belonging to the
20233 same command.
20234 (makefile-macroassign-regex): Refine it so it recognizes
20235 backslashed continuation lines as belonging to the same command.
20236 (makefile-var-use-regex): Don't look at the next char, because it
20237 might be the same one to be skipped by the initial [^$], leading
20238 to an overlooked variable use.
20239 (makefile-make-font-lock-keywords): Remove two parameters, which
20240 are now variables that some of the modes set locally.
20241 Handle dependency and rule action matching through functions, because
20242 regexps alone match too often. Dependency matching now comes
20243 last, so it can check, whether a colon already matched something else.
20244 (makefile-mode): Inform that font-lock improves makefile parsing
20245 capabilities.
20246 (makefile-match-dependency, makefile-match-action): New functions.
20247
20248 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20249
20250 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20251
20252 * align.el (align-regexp):
20253 * ansi-color.el (ansi-color-get-face):
20254 * array.el (array-reconfigure-rows, array-init-max-row)
20255 (array-init-max-column, array-init-columns-per-line)
20256 (array-init-field-width):
20257 * dired-aux.el (dired-trample-file-versions):
20258 * dired-x.el (dired-mark-sexp):
20259 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20260 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20261 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20262 * faces.el (face-read-integer):
20263 * files.el (backup-extract-version, insert-directory):
20264 * hexl.el (hexl-insert-decimal-char):
20265 * server.el (server-process-filter):
20266 * shell.el (shell-extract-num):
20267 * startup.el (command-line-1):
20268 * term.el (term-command-hook):
20269 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20270 (time-stamp-do-number):
20271 * time.el (display-time-update):
20272 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20273 (timezone-fix-time):
20274 * vms-patch.el (vms-suspend-resume-hook):
20275 * calendar/appt.el (appt-convert-time):
20276 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20277 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20278 * calendar/cal-islam.el (mark-islamic-diary-entries):
20279 * calendar/calendar.el (calendar-cursor-to-date)
20280 (calendar-star-date):
20281 * calendar/diary-lib.el (diary-attrtype-convert)
20282 (mark-diary-entries, diary-entry-time):
20283 * calendar/solar.el (solar-get-number):
20284 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20285 * emacs-lisp/re-builder.el (reb-display-subexp):
20286 * emulation/edt.el (edt-set-scroll-margins):
20287 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20288 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20289 (vip-get-ex-count):
20290 * emulation/viper-ex.el (viper-get-ex-token)
20291 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20292 * international/fontset.el (fontset-plain-name):
20293 * mail/feedmail.el (feedmail-look-at-queue-directory):
20294 * mail/mailalias.el (mail-get-names):
20295 * mail/rmail.el (rmail-convert-to-babyl-format):
20296 * mail/rmailsum.el (rmail-make-basic-summary-line)
20297 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20298 (rmail-summary-goto-msg):
20299 * mail/smtpmail.el (smtpmail-read-response):
20300 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20301 (ange-ftp-vms-add-file-entry):
20302 * play/gametree.el (gametree-looking-at-ply)
20303 (gametree-current-branch-score):
20304 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20305 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20306 * progmodes/cperl-mode.el (condition-case):
20307 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20308 (ebrowse-set-member-buffer-column-width)
20309 (ebrowse-select-1st-to-9nth):
20310 * progmodes/etags.el (etags-snarf-tag):
20311 * progmodes/flymake.el (flymake-parse-line):
20312 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20313 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20314 (idlwave-shell-menu-def):
20315 * progmodes/ps-mode.el (ps-run-goto-error):
20316 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20317 (vhdl-speedbar-contract-level):
20318 * term/mac-win.el (x-handle-numeric-switch):
20319 * term/sun-mouse.el (sun-get-frame-data):
20320 * term/w32-win.el (x-handle-numeric-switch):
20321 * term/x-win.el (x-handle-numeric-switch):
20322 * textmodes/ispell.el (ispell-parse-output):
20323 * textmodes/nroff-mode.el (nroff-outline-level):
20324 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20325 (reftex-bib-sort-year-reverse, reftex-format-citation):
20326 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20327 (reftex-section-number):
20328 * textmodes/texinfmt.el (texinfo-paragraphindent):
20329 Replace `string-to-int' by `string-to-number'.
20330
20331 * international/latexenc.el: Add page marker to force the "Local
20332 Variables:" string out of the last page.
20333
20334 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20335
20336 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20337 tooltip-change-major-mode.
20338 (gud-tooltip-print-command): Remove case where gud-minor-mode
20339 is gdb ("--fullname").
20340 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20341 explain to user.
20342
20343 2005-05-16 Jay Belanger <belanger@truman.edu>
20344
20345 * calc/calc-store.el (calc-copy-special-constant): New function.
20346
20347 * calc/calc-ext.el (calc-init-extensions): Add binding for
20348 `calc-copy-special-constant'.
20349
20350 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20351 for the `calc-copy-special-constant' command.
20352
20353 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20354
20355 * subr.el (left-fringe-p): New function.
20356
20357 * progmodes/compile.el (compilation-setup): Set local value of
20358 overlay-arrow-string to "" always.
20359 (compilation-set-window): Left fringe then don't scroll.
20360 No left fringe then no arrow and scroll message to top.
20361 (compilation-context-lines): Adjust doc string accordingly.
20362
20363 2005-05-16 Kim F. Storm <storm@cua.dk>
20364
20365 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20366 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20367 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20368 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20369 (ido-read-file-name): Handle commands with ido property value
20370 equal to find-file as reading a file name, to allow C-d to enter dired.
20371 (ibuffer-find-file): Add ido property with value find-file.
20372
20373 2005-05-15 Kim F. Storm <storm@cua.dk>
20374
20375 * subr.el (open-network-stream-nowait): Remove.
20376 (open-network-stream-server): Remove.
20377
20378 2005-05-15 Richard M. Stallman <rms@gnu.org>
20379
20380 * faces.el (describe-face): Output a definition link button.
20381
20382 * help-mode.el (help-face-def): New button type.
20383
20384 * emacs-lisp/copyright.el (copyright-fix-years):
20385 Match properly if the first year is 2-digit.
20386 Don't mess up the whitespace after the years by filling.
20387
20388 * dired-aux.el (dired-mark-confirm):
20389 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20390
20391 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20392 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20393 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20394
20395 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20396 Set font-lock-comment-start-skip.
20397
20398 * font-lock.el (font-lock-comment-start-skip): New variable.
20399 (font-lock-comment-end-skip): New variable.
20400 (font-lock-fontify-syntactically-region): Use them if non-nil.
20401
20402 2005-05-15 Jay Belanger <belanger@truman.edu>
20403
20404 * calc/calc-store.el (calc-store-value): Return a string rather
20405 than display it as a message.
20406 Use calc-var-name for variable name.
20407 (calc-store-into): Add the result of calc-store-value to message.
20408 (calc-copy-variable): Add a message.
20409 (calc-store-exchange): Improve error messages.
20410 (calc-store-binary, calc-store-map): Don't reset the values of
20411 special constants.
20412
20413 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20414
20415 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20416 manual to docstring.
20417
20418 * files.el (hack-local-variables-confirm): Add STRING argument.
20419 Make the function handle non file visiting buffers correctly.
20420 (hack-local-variables-prop-line, hack-local-variables)
20421 (hack-one-local-variable): Use STRING arg of
20422 `hack-local-variables-confirm'.
20423
20424 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20425
20426 Sync with Tramp 2.0.49.
20427
20428 * net/tramp.el (tramp-handle-dired-call-process)
20429 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20430 because the contents of the Tramp buffer is changed before
20431 insertion (`expand-file' and alike).
20432 (tramp-handle-insert-directory): If `localname' has an empty
20433 nondirectory name, it must not be quoted.
20434 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20435 variable `tramp-chunksize'. Change callees.
20436 (tramp-open-connection-setup-interactive-shell): Check remote host
20437 for buggy `send-process-string' implementation.
20438 Set `tramp-chunksize' if found. Reported by Michael Kifer
20439 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20440 (tramp-handle-shell-command): `insert-buffer' cannot be used
20441 because the contents of the Tramp buffer is changed before
20442 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20443 <frederic.bothamy@free.fr>.
20444 (tramp-set-auto-save): Actions should be done for Tramp file name
20445 handler only. Ange-FTP has its own auto-save mechanism.
20446 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20447 (tramp-set-auto-save-file-modes): Set file modes of
20448 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20449 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20450 (tramp-bug): Remove obsolete variable.
20451 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20452 for presence of `mml-mode'. Make it running for older Emacsen as well.
20453
20454 2005-05-14 John Paul Wallington <jpw@pobox.com>
20455
20456 * ibuf-ext.el (define-ibuffer-filter filename):
20457 If `dired-directory' is a list, use its car.
20458
20459 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20460
20461 * ibuffer.el (define-ibuffer-column filename):
20462 If `dired-directory' is a list, use its car.
20463
20464 2005-05-14 Richard M. Stallman <rms@gnu.org>
20465
20466 * subr.el (symbol-file): Doc fix.
20467
20468 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20469 (byte-compile-form): Call byte-compile-nogroup-warn.
20470 (byte-compile-warning-types): Doc fix.
20471
20472 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20473
20474 * progmodes/cc-engine.el (c-literal-faces):
20475 Add font-lock-comment-delimiter-face.
20476
20477 * net/net-utils.el (dig): Use with-no-warnings.
20478
20479 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20480 (sc-recite-frame-alist, sc-default-cite-frame)
20481 (sc-default-uncite-frame, sc-default-recite-frame)
20482 (sc-attrib-selection-list, sc-rewrite-header-list):
20483 Mark as risky-local-variable.
20484
20485 * international/ogonek.el (ogonek-jak, ogonek-how):
20486 Don't use beginning-of-buffer.
20487
20488 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20489
20490 * calendar/solar.el (solar-data-list): Move definition up.
20491
20492 * dnd.el (dnd-protocol-alist): Add autoload.
20493
20494 * progmodes/sh-script.el: Many doc usage fixes.
20495 (sh-indent-after-do): Change default to match common styles.
20496
20497 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20498
20499 * files.el (interpreter-mode-alist)
20500 (auto-mode-interpreter-regexp): Doc fixes.
20501
20502 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20503
20504 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20505
20506 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20507
20508 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20509
20510 * dired.el (dired-mode): make-variable-buffer-local =>
20511 make-local-variable.
20512
20513 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20514
20515 * term/mac-win.el (mac-select-convert-to-string): Try coding
20516 systems in mac-script-code-coding-systems if specified one cannot
20517 encode string for `com.apple.traditional-mac-plain-text'.
20518
20519 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20520
20521 * progmodes/make-mode.el (makefile-targets-face)
20522 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20523 (makefile-dependency-regex): Fix it to not make the colon in
20524 $(var:a=b) special.
20525 (makefile-rule-action-regex): New regexp for highlighting embedded
20526 Shell strings.
20527 (makefile-macroassign-regex): Handle != for highlighting as
20528 embedded Shell strings.
20529 (makefile-var-use-regex): New const.
20530 (makefile-statements, makefile-automake-statements)
20531 (makefile-gmake-statements, makefile-makepp-statements)
20532 (makefile-bsdmake-statements): New consts.
20533 (makefile-make-font-lock-keywords): New function.
20534 (makefile-automake-font-lock-keywords)
20535 (makefile-gmake-font-lock-keywords)
20536 (makefile-makepp-font-lock-keywords)
20537 (makefile-bsdmake-font-lock-keywords): New consts.
20538 (makefile-mode-map): Add switchers between the various submodes.
20539 (makefile-mode): Document the availability of the variants.
20540 (makefile-automake-mode, makefile-gmake-mode)
20541 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20542
20543 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20544 new variants of makefile-mode.
20545
20546 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20547
20548 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20549 the inheritance.
20550
20551 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20552
20553 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20554 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20555
20556 * files.el (normal-mode): Extend the scope of the
20557 `enable-local-variables' binding to include the `set-auto-mode' call.
20558 (magic-mode-alist): Doc fix.
20559
20560 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20561
20562 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20563 font-lock-comment-face rather than copying its setting.
20564
20565 2005-05-12 Andreas Schwab <schwab@suse.de>
20566
20567 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20568
20569 2005-05-12 Lute Kamstra <lute@gnu.org>
20570
20571 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20572 defcustom for the mode hook variable. Delete the last argument.
20573 * generic-x.el: Fix callers of define-generic-mode.
20574 (generic-x-modes): Delete group.
20575 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20576 generic-x customization group.
20577
20578 2005-05-12 Kim F. Storm <storm@cua.dk>
20579
20580 * font-lock.el (font-lock-negation-char-face): Default to "off".
20581
20582 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20583 font-lock-negation-char-face to ! in !=.
20584
20585 2005-05-12 Masatake YAMATO <jet@gyve.org>
20586
20587 * add-log.el (find-change-log): Fix typos in the docstring
20588 of function.
20589
20590 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20591
20592 * international/latexenc.el (latexenc-find-file-coding-system):
20593 Avoid `re-search-forward' when looking for input encoding because
20594 of speed and safety. Better regular expressions for recognizing
20595 input encoding. Limit a search for TeX-master/tex-main-file to
20596 the local variable section.
20597
20598 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20599
20600 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20601 syntax of $ to "'" (quote).
20602
20603 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20604
20605 * dnd.el (dnd-protocol-alist): Improve custom type.
20606
20607 * dired.el (dired-dnd-protocol-alist): New variable.
20608 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20609 `dired-mode-hook' to the end.
20610
20611 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20612
20613 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20614 comment-end if comment-start-skip is not set.
20615 Obey the font-lock-comment-delimiter-face variables.
20616
20617 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20618
20619 * files.el (executable-find): Move from executable.el. Use
20620 locate-file.
20621 * progmodes/executable.el (executable-find): Move to files.el.
20622
20623 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20624 when trying to ensure forward progress.
20625
20626 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20627
20628 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20629 (mouse-select, mouse-select-internal, mouse-extend-internal):
20630 Use it to implement mouse-1-click-follows-link functionality.
20631
20632 2005-05-11 Richard M. Stallman <rms@gnu.org>
20633
20634 * font-lock.el (font-lock-fontify-syntactically-region):
20635 Use font-lock-comment-delimiter-face for comment delimiters.
20636
20637 2005-05-10 Jay Belanger <belanger@truman.edu>
20638
20639 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20640 preserving embedded modes.
20641
20642 2005-05-10 Richard M. Stallman <rms@gnu.org>
20643
20644 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20645
20646 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20647 Move from ada-stmt.el.
20648 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20649
20650 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20651 Move to ada-mode.el.
20652 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20653
20654 * cus-edit.el (custom-file): Call file-chase-links.
20655
20656 * files.el (read-directory-name): Fix previous change.
20657 (hack-local-variables-confirm): New function.
20658 (hack-local-variables-prop-line, hack-local-variables)
20659 (hack-one-local-variable): Use it.
20660
20661 2005-05-10 Lute Kamstra <lute@gnu.org>
20662
20663 * font-lock.el (font-lock-keywords-alist)
20664 (font-lock-removed-keywords-alist): Clarify docstrings.
20665
20666 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20667
20668 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20669 (gdb-source-info): Check for preprocessor info.
20670 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20671 a macro for a function.
20672 (gdb-info-breakpoints-custom): Try to find file again if not already
20673 found (user might have used GDB dir command).
20674 (gdb-get-location): Update gdb-location-alist correctly for change
20675 to gdb-info-breakpoints-custom.
20676
20677 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20678 (gud-tooltip-print-command): Add gdbmi case.
20679 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20680 preprocessor info.
20681
20682 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20683
20684 * startup.el (fancy-splash-insert): Fix typo in doc string.
20685
20686 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20687
20688 * obsolete/float.el (string-to-float):
20689 * obsolete/hilit19.el (hilit-add-pattern):
20690 * obsolete/rnews.el (news-parse-range, news-select-message)
20691 (news-get-pruned-list-of-files): Replace `string-to-int' by
20692 `string-to-number'.
20693
20694 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20695 `find-file-not-found-hooks'; use `add-hook'.
20696 (uncompress-while-visiting): Set `write-file-functions', not
20697 `write-file-hooks'; use `add-hook'.
20698
20699 2005-05-09 Kim F. Storm <storm@cua.dk>
20700
20701 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20702 (cua-paste): Handle clipboard action.
20703 (cua--init-keymaps): Remap clipboard-kill-region and
20704 clipboard-kill-ring-save.
20705
20706 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20707
20708 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20709 Improve commentary.
20710
20711 * simple.el (next-error-overlay-arrow-position): Revert the change
20712 made on 2005-04-30.
20713
20714 2005-05-07 Jay Belanger <belanger@truman.edu>
20715
20716 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20717 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20718 `calc-sel-reselect'.
20719
20720 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20721 Calc is in embedded mode.
20722
20723 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20724
20725 * progmodes/compile.el (compilation-setup):
20726 Set overlay-arrow-string to an empty string on text terminals.
20727
20728 * textmodes/ispell.el (ispell-program-name): Try looking for
20729 "aspell" along exec-path, and if found, use it as the default
20730 speller program.
20731
20732 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20733
20734 * international/mule.el (sgml-xml-auto-coding-function):
20735 Recognize encoding='FOO' in single quotes as well as in double quotes.
20736
20737 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20738
20739 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20740 as well as `interactive', so that defmacro* would recognize
20741 `declare' forms.
20742
20743 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20744
20745 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20746 Explain more about the LIGHTER arg's usage in the doc string.
20747 Add commentary to clarify what the code does. Fix the regexp that
20748 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20749 since it could have characters special to regular expressions.
20750
20751 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20752
20753 * replace.el (occur-1): Bind inhibit-read-only so that
20754 erase-buffer doesn't barf on read-only text properties (likewise
20755 for add-text-properties in occur-engine). Mark buffer as unmodified.
20756 (occur-engine): Don't set buffer-read-only here.
20757
20758 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20759
20760 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20761 list-buffers-directory. This caused the *cvs-commit* buffer to be
20762 sometimes mistakenly reused as a *cvs* buffer.
20763
20764 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20765
20766 * tooltip.el: Move code for GUD tooltips into gud.el.
20767 (require): CL no longer needed to compile case.
20768 (tooltip-mode): Do not toggle functions for GUD tooltips.
20769 (tooltip-gud-tips-p): Remove. Replace with minor mode
20770 gud-tooltip-mode in gud.el.
20771 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20772 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20773 tooltip-gud prefix with gud-tooltip and obsolete.
20774 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20775 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20776 (tooltip-mouse-motion): Mouse movement functions/variable.
20777 Rename in gud.el by adding gud prefix.
20778 (tooltip-gud-original-filter, tooltip-gud-dereference)
20779 (tooltip-gud-event, tooltip-toggle-gud-tips)
20780 (tooltip-gud-process-output, tooltip-gud-print-command)
20781 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20782 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20783 (gdb-tooltip-print): Move to gdb-ui.el.
20784
20785 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20786 (require): CL needed to compile case.
20787 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20788 tooltip-gud-tips-p. Make it a minor-mode.
20789 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20790 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20791 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20792 (gud-tooltip-change-major-mode)
20793 (gud-tooltip-activate-mouse-motions-if-enabled)
20794 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20795 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20796 (gud-tooltip-original-filter, gud-tooltip-dereference)
20797 (gud-tooltip-event, tooltip-toggle-gud-tips)
20798 (gud-tooltip-process-output, gud-tooltip-print-command)
20799 (gud-tooltip-tips): Move from tooltip.el.
20800
20801 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20802 (gdb-cpp-define-alist-flags): Doc fix.
20803 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20804 gud-tooltip-mode is t.
20805
20806 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20807
20808 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20809 evaporate if their text is deleted.
20810 (goto-address-at-point): Make it work as a mouse binding as well.
20811 (goto-address-at-mouse): Obsolete it. Update users.
20812
20813 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20814
20815 * calendar/appt.el (top-level): No longer activate on load.
20816
20817 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20818
20819 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20820 * net/webjump.el (webjump):
20821 * progmodes/idlw-help.el (idlwave-do-context-help1)
20822 (idlwave-highlight-linked-completions):
20823 * textmodes/po.el (po-find-file-coding-system-guts):
20824 Replace `assoc-ignore-case' by `assoc-string'.
20825
20826 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20827
20828 * files.el (locate-file): Doc fix.
20829
20830 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20831 Remove the redundant test for ms-dos.
20832
20833 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20834 look for the preprocessor with exec-suffixes. If not found in
20835 standard places, look in exec-path. Remove most of the tests that
20836 used system-type.
20837
20838 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20839
20840 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20841
20842 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20843 file-name clash with jka-compr.el on 8+3 filesystems.
20844
20845 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20846
20847 * term/mac-win.el: Don't define or bind scroll bar functions if
20848 x-toolkit-scroll-bars is t.
20849 (x-select-text, x-get-selection-value): Clear
20850 x-last-selected-text-clipboard if x-select-enable-clipboard is
20851 nil.
20852 (PRIMARY): Put mac-scrap-name property.
20853 (mac-select-convert-to-file-url): New function.
20854 (public.file-url): New selection target type. Add to
20855 selection-converter-alist.
20856 (x-get-selection, x-selection-value): Handle it.
20857 (x-cut-buffer-or-selection-value): New alias.
20858
20859 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20860
20861 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20862 entry to avoid calling bibtex-find-entry with arg global
20863 being t. Remove arg key.
20864 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20865 (bibtex-copy-summary-as-kill): Change accordingly.
20866
20867 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20868
20869 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20870 (org-agenda-date-later): Use with-current-buffer.
20871
20872 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20873
20874 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20875 (define-obsolete-variable-alias): Doc Fixes.
20876
20877 2005-05-06 Kim F. Storm <storm@cua.dk>
20878
20879 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20880 vertical-motion when selective-display is active.
20881
20882 * ido.el (ido-setup-hook): New hook.
20883 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20884 (ido-input-stack): New var.
20885 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20886 ido-next-work-file binding to M-O.
20887 Bind M-f to ido-wide-find-file-or-pop-dir.
20888 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20889 (ido-read-internal): Run ido-setup-hook.
20890 Catch quit in read-file-name and read-string to cancel edit.
20891 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20892 Automatically pop-all when completing a directory name (RET).
20893 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20894 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20895 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20896 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20897 New functions for M-b/M-f to move among the directory components.
20898 (ido-make-merged-file-list): Catch quit to cancel merge.
20899 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20900 (ido-completion-help): No warnings for ido-completion-buffer-full.
20901
20902 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20903
20904 * font-lock.el (font-lock-negation-char-face): New face and variable.
20905 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20906 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20907 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20908 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20909
20910 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20911
20912 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20913 Fix typo in docstring.
20914
20915 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20916 (ebrowse-print-statistics-line)
20917 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20918
20919 * term/w32-win.el (image-library-alist): Add additional name for
20920 Xpm library.
20921
20922 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20923
20924 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20925 use gcc instead of cpp.
20926
20927 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20928 (gdb-create-define-alist): Use it.
20929 (gdb-cpp-define-alist-program): Update for MS-DOS.
20930
20931 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20932
20933 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20934
20935 2005-05-04 Richard M. Stallman <rms@gnu.org>
20936
20937 * help.el (describe-key): No error when UNTRANSLATED is nil.
20938
20939 * simple.el (line-move-1): Fix previous change to signal errors
20940 appropriately.
20941
20942 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20943
20944 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20945 (icalendar-duration-correction): Remove.
20946 (icalendar--get-event-properties): Split result at commas.
20947 (icalendar--decode-isoduration): New optional argument
20948 DURATION-CORRECTION.
20949 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20950 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20951 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20952 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20953 (icalendar--convert-anniversary-to-ical): New functions, extracted
20954 from icalendar-export-region, with bug fixes.
20955 (icalendar-export-region): Use the above functions.
20956 (icalendar-import-buffer): Check before saving diary file.
20957 (icalendar--convert-recurring-to-diary)
20958 (icalendar--convert-non-recurring-all-day-to-diary)
20959 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20960 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20961 (icalendar--convert-ical-to-diary): Use the above functions.
20962
20963 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20964
20965 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20966 Remove these recent additions.
20967 (c-mode): Restore to before 2005-04-28.
20968
20969 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20970 recent addition.
20971
20972 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20973 (gdb-define-alist): New variables.
20974 (gdb-create-define-alist): New function.
20975 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20976 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20977 with string-to-number.
20978 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20979
20980 * progmodes/gud.el: Replace string-to-int with string-to-number.
20981 (gud-find-file): Handle gdb-define-alist.
20982
20983 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20984
20985 2005-05-02 Jay Belanger <belanger@truman.edu>
20986
20987 * calc/calc-aent.el (math-read-token):
20988 * calc/calc-bin.el (calc-word-size):
20989 * calc/calc-ext.el (calc-read-number-fancy):
20990 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20991 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20992 * calc/calc-frac.el (calc-over-notation):
20993 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20994 (calc-graph-num-points, calc-graph-init):
20995 * calc/calc-prog.el (calc-read-parse-table-part)
20996 (calc-edit-macro-repeats):
20997 * calc/calc-yank.el (calc-do-grab-rectangle):
20998 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20999 Replace `string-to-int' by `string-to-number'.
21000
21001 2005-05-02 Kim F. Storm <storm@cua.dk>
21002
21003 * kmacro.el: Use executing-kbd-macro-index variable.
21004
21005 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21006
21007 * net/rlogin.el (rlogin-parse-words): Delete func.
21008 (rlogin): Use split-string, not rlogin-parse-words.
21009 Also, if there are option-like elements in the parsed args,
21010 take the host to be the first arg immediately following them.
21011 Suggested by Michael Mauger.
21012
21013 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21014
21015 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21016
21017 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21018
21019 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21020 (cc-mode-cpp-program): Rename to cc-define-list-program and
21021 move to cc-vars.el.
21022
21023 * progmodes/cc-vars.el (cc-define-list-program):
21024 Change to "gcc -E -dM -". Make customizable.
21025
21026 2005-05-02 Kim F. Storm <storm@cua.dk>
21027
21028 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21029
21030 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21031
21032 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21033
21034 * international/mule-util.el (truncate-string): Remove alias and
21035 obsolete declaration.
21036
21037 * international/mule-cmds.el (update-iso-coding-systems):
21038 Remove alias and obsolete declaration.
21039
21040 * international/mule.el (coding-system-parent): Remove alias and
21041 obsolete declaration.
21042
21043 * subr.el (define-function, sref): Remove aliases and obsolete
21044 declarations.
21045 (chars-in-region): Remove obsolete declaration.
21046
21047 2005-05-01 Richard M. Stallman <rms@gnu.org>
21048
21049 * info.el (Info-mode): Set widen-automatically to nil, locally.
21050
21051 * simple.el (widen-automatically): New variable.
21052 (pop-global-mark): Obey widen-automatically.
21053
21054 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21055
21056 * term/xterm.el (function-key-map): Call substitute-key-definition
21057 before the keymap size is increased by a lot of define-key calls.
21058
21059 2005-05-01 Richard M. Stallman <rms@gnu.org>
21060
21061 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21062 Rename ARG to ELEMENT. Doc fix.
21063
21064 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21065
21066 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21067 Remove references to allout-exposure/change to allout-new-exposure.
21068
21069 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21070 bytecode symbols.
21071
21072 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21073 (compiled-function-p, focus-frame, unfocus-frame):
21074 Remove aliases and obsolete declarations.
21075 Back out inadvertent changes from previous commit.
21076
21077 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21078
21079 * files.el (require-final-newline): Make Custom tags consistent
21080 with mode-require-final-newline.
21081 (mode-require-final-newline): Doc fix.
21082
21083 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21084
21085 * international/latexenc.el (latexenc-find-file-coding-system):
21086 Fix regular expressions.
21087
21088 2005-05-01 David Kastrup <dak@gnu.org>
21089
21090 * international/latexenc.el (latexenc-find-file-coding-system):
21091 Fix regular expressions.
21092
21093 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21094
21095 * subr.el (string-to-int): Make obsolete.
21096
21097 2005-04-30 Richard M. Stallman <rms@gnu.org>
21098
21099 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21100
21101 * loadup.el: load jka-comp-hook.
21102
21103 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21104 (jka-compr-handler): Add autoload. `put' calls moved
21105 to jka-comp-hook.el.
21106 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21107 (jka-compr-inhibit): Autoload.
21108
21109 * jka-comp-hook.el: New file.
21110 Enable the mode by default.
21111
21112 * files.el (backup-buffer-copy): Use copy-file instead
21113 of write-region, and put back the 'excl.
21114
21115 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21116
21117 * progmodes/flymake.el (flymake-split-string)
21118 (flymake-split-string, flymake-log, flymake-pid-to-names)
21119 (flymake-reg-names, flymake-get-source-buffer-name)
21120 (flymake-unreg-names, flymake-add-line-err-info)
21121 (flymake-add-err-info): Clarify docstrings.
21122 (flymake-popup-menu, flymake-make-emacs-menu)
21123 (flymake-make-xemacs-menu): Add docstrings.
21124 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21125 Set variables directly throughout.
21126
21127 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21128
21129 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21130 exists. Initialize cc-define-alist.
21131 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21132 If there is no file (Macroexpansion) don't create an alist.
21133
21134 2005-04-29 Sam Steingold <sds@gnu.org>
21135
21136 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21137 (cc-create-define-alist): Use it instead of the hard-coded string.
21138
21139 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21140
21141 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21142 for latexenc.
21143
21144 2005-04-29 Lute Kamstra <lute@gnu.org>
21145
21146 * emacs-lisp/generic.el: Improve commentary section.
21147 (define-generic-mode): Improve docstring.
21148
21149 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21150
21151 * textmodes/org.el (many places): Change to quiet the byte compiler.
21152 (org-prefix-format-compiled): New variable.
21153 (org-compile-prefix-format): New function.
21154 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21155 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21156 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21157 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21158 consistency with entries from `org-mode' files.
21159 (org-get-time-of-day): Fix bug with partial matches early in a line.
21160 (org-non-link-chars): New constant.
21161 (org-link-regexp): Respect `org-non-link-chars'.
21162 (org-agenda-day-view): Remove command.
21163 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21164 (org-follow-bbdb-link, org-store-link): Search also company field.
21165 (org-highlight-overlay): New variable.
21166 (org-highlight, org-unhighlight): New functions.
21167 (org-agenda-mode): Add pre-command-hook to remove highlight.
21168 (org-evaluate-time-range): Behavior depends upon whether time stamp
21169 contains a time or not.
21170 (org-show-subtree, org-show-entry): New functions.
21171 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21172
21173 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21174
21175 * comint.el (comint-output-filter-functions): Add autoload cookie.
21176
21177 2005-04-28 Kim F. Storm <storm@cua.dk>
21178
21179 * ido.el (ido-everywhere): Fix last change.
21180
21181 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21182
21183 * international/latexenc.el: New file.
21184 * international/mule-conf.el (file-coding-system-alist): For .tex,
21185 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21186
21187 2005-04-28 Lute Kamstra <lute@gnu.org>
21188
21189 * font-lock.el (font-lock-add-keywords)
21190 (font-lock-remove-keywords): Clarify docstring.
21191 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21192 Don't start docstrings with a `*'.
21193 (font-lock-update-removed-keyword-alist): Give it a docstring.
21194
21195 * generic-x.el: Update commentary section.
21196 Only require font-lock when compiling.
21197 Define all modes conditionally.
21198 Place all generic modes in the generic-x-modes customization group.
21199 (generic-x-modes): New customization group.
21200 (generic-default-modes, generic-mswindows-modes)
21201 (generic-unix-modes, generic-other-modes): New constants.
21202 (generic-define-mswindows-modes, generic-define-unix-modes):
21203 Update docstrings. Make them obsolete.
21204 (generic-extras-enable-list): New default value. Update docstring.
21205 Improve :type. Change :set function.
21206 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21207 Fix docstring.
21208
21209 * emacs-lisp/generic.el (generic-mode-internal):
21210 Simplify font-lock-defaults.
21211 (define-generic-mode): Fix docstring.
21212
21213 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21214
21215 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21216 font-lock-face property to highlight matches.
21217
21218 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21219
21220 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21221 (cc-define-alist): New variable.
21222 (c-mode): Make it local and initialize it.
21223
21224 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21225 (gdb-exited): New function.
21226 (gdb-annotation-rules): Use it.
21227 (gdb-starting): Set gdb-active-process to t.
21228 (gdb-stopping): Amend doc string.
21229 (gdb-reset): Set gdb-active-process to nil.
21230
21231 * tooltip.el (tooltip-gud-tips): Show the associated #define
21232 directives when a C program under GDB is not executing.
21233
21234 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21235
21236 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21237 font-lock-fontify-syntactic-keywords.
21238
21239 * font-lock.el (font-lock-default-fontify-region): Don't force
21240 parse-sexp-lookup-properties to nil.
21241
21242 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21243
21244 * man.el (man-mode-syntax-table): Set up `:' to have
21245 word-constituent syntax.
21246
21247 2005-04-27 Lute Kamstra <lute@gnu.org>
21248
21249 * novice.el (disable-command): Don't add spurious newlines to the
21250 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21251
21252 2005-04-26 Jay Belanger <belanger@truman.edu>
21253
21254 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21255 than one window before deleting window.
21256
21257 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21258
21259 * shell.el (shell-prompt-pattern): Doc fix.
21260 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21261
21262 * comint.el (comint-prompt-regexp, comint-get-old-input)
21263 (comint-use-prompt-regexp)
21264 (comint-use-prompt-regexp-instead-of-fields)
21265 (comint-replace-by-expanded-history, comint-send-input)
21266 (comint-output-filter, comint-get-old-input-default)
21267 (comint-line-beginning-position, comint-bol, comint-show-output)
21268 (comint-backward-matching-input, comint-forward-matching-input)
21269 (comint-next-prompt, comint-previous-prompt):
21270 Rename `comint-use-prompt-regexp-instead-of-fields' to
21271 `comint-use-prompt-regexp'. Keep old name as alias and declare
21272 obsolete.
21273 (comint-use-prompt-regexp): Shorten first line of doc string.
21274
21275 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21276 Set paragraph-separate buffer locally to "\\'".
21277
21278 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21279 Adapt to above name change.
21280
21281 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21282 (smbclient-prompt-regexp): Ditto.
21283
21284 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21285
21286 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21287
21288 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21289 gdb-location-list.
21290 Break lines that are over 80 characters wide.
21291
21292 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21293
21294 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21295 New fun and var, to preserve compatibility.
21296
21297 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21298
21299 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21300
21301 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21302 name to file-newer-than-file-p.
21303
21304 2005-04-26 Richard M. Stallman <rms@gnu.org>
21305
21306 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21307
21308 * progmodes/python.el (python-mode):
21309 Use new name eldoc-documentation-function.
21310
21311 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21312
21313 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21314 (eldoc-documentation-function):
21315 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21316
21317 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21318
21319 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21320
21321 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21322
21323 * term/xterm.el (function-key-map): Fix strings for
21324 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21325 {C,S,A,C-S}-{f1-f12}.
21326
21327 2005-04-26 Kenichi Handa <handa@m17n.org>
21328
21329 * international/mule-cmds.el (select-safe-coding-system):
21330 Fix previous change.
21331
21332 2005-04-26 Lute Kamstra <lute@gnu.org>
21333
21334 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21335
21336 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21337 (font-lock-comment-delimiter-face): Ditto.
21338
21339 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21340
21341 2005-04-25 Jay Belanger <belanger@truman.edu>
21342
21343 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21344 to t while inserting information; use help-mode.
21345
21346 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21347
21348 * term.el (ansi-term-color-vector): Use the xterm colors.
21349 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21350
21351 2005-04-25 Lute Kamstra <lute@gnu.org>
21352
21353 * font-core.el (font-lock-defaults): Fix docstring.
21354
21355 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21356
21357 2005-04-25 Kenichi Handa <handa@m17n.org>
21358
21359 * international/mule-cmds.el (select-safe-coding-system):
21360 Don't check consistency with coding: spec, etc if raw-text or
21361 no-conversion was found to be safe.
21362
21363 2005-04-24 Richard M. Stallman <rms@gnu.org>
21364
21365 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21366 citation markers at start of each line.
21367
21368 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21369 citation markers at start of each line.
21370
21371 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21372
21373 * files.el (mode-require-final-newline): Fix previous change.
21374 (require-final-newline): Fix type label.
21375
21376 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21377
21378 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21379 statement in buffer (broken by 2004-11-24 change).
21380
21381 2005-04-24 Kim F. Storm <storm@cua.dk>
21382
21383 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21384 and read-file-name-function values. Don't overwrite existing
21385 non-nil values if ido-mode is enabled without ido-everywhere.
21386
21387 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21388
21389 * files.el (mode-require-final-newline): Minor doc fix.
21390
21391 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21392
21393 * subr.el (syntax-after): Doc fix.
21394 (syntax-class): If argument is nil, return nil. Mask off upper 16
21395 bits, not 8 bits.
21396
21397 * files.el (mode-require-final-newline): Doc fix.
21398 (backup-buffer-copy): Fix last change.
21399
21400 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21401
21402 * term/mac-win.el: Require select. Set selection-coding-system to
21403 mac-system-coding-system. Call menu-bar-enable-clipboard.
21404 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21405 (x-select-enable-clipboard): New variables.
21406 (x-select-text, x-get-selection, x-selection-value)
21407 (x-get-selection-value, mac-select-convert-to-string)
21408 (mac-services-open-file, mac-services-open-selection)
21409 (mac-services-insert-text): New functions.
21410 (CLIPBOARD, FIND): Put mac-scrap-name property.
21411 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21412 (public.tiff): Put mac-ostype property.
21413 (selection-converter-alist): Add entries for them.
21414 (mac-application-menu-map): New keymap.
21415 (interprogram-cut-function, interprogram-paste-function): Set to
21416 x-select-text and x-get-selection-value, respectively.
21417 (split-window-keep-point): Set to t.
21418
21419 2005-04-23 Richard M. Stallman <rms@gnu.org>
21420
21421 * files.el (read-directory-name): Always pass non-nil
21422 DEFAULT-FILENAME arg to read-file-name.
21423 (backup-buffer-copy, basic-save-buffer-2): Take care against
21424 writing thru an unexpected existing symlink.
21425 (revert-buffer): In indirect buffer, revert the base buffer.
21426 (magic-mode-alist): Doc fix.
21427 (buffer-stale-function): Doc fix.
21428 (minibuffer-with-setup-hook): Avoid warning.
21429 (mode-require-final-newline): Doc and custom fix.
21430
21431 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21432
21433 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21434 use the default appearance.
21435 (font-lock-comment-delimiter-face): New face, new variable.
21436
21437 * imenu.el (imenu--generic-function): The official position of a
21438 definition is the start of the line that BEG is in.
21439
21440 * midnight.el (midnight-timer): Move defvar up.
21441
21442 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21443
21444 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21445
21446 * startup.el (command-line): Use with-no-warnings.
21447
21448 * window.el (window-size-fixed): New defvar.
21449
21450 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21451
21452 * mail/rmail.el (rmail-font-lock-keywords):
21453 Use font-lock-comment-delimiter-face.
21454
21455 * mail/sendmail.el (mail-font-lock-keywords):
21456 Use font-lock-comment-delimiter-face.
21457
21458 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21459
21460 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21461
21462 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21463 Specify t for LAXMATCH when matching directories.
21464 Save match data around compilation-compat-error-properties form.
21465
21466 2005-04-23 David Kastrup <dak@gnu.org>
21467
21468 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21469 Mention that the autoloaded aliases should be kept for AUCTeX.
21470
21471 2005-04-23 Andreas Schwab <schwab@suse.de>
21472
21473 * isearch.el (isearch-forward): Doc fix.
21474
21475 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21476
21477 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21478 (jit-lock-stealth-nice): Change default value to 0.5.
21479
21480 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21481
21482 * abbrev.el (write-abbrev-file): Write table entries in
21483 alphabetical order by table name.
21484
21485 2005-04-22 Kim F. Storm <storm@cua.dk>
21486
21487 * ido.el (ido-read-internal): Fix `list' completion.
21488
21489 2005-04-22 Kenichi Handa <handa@m17n.org>
21490
21491 * recentf.el (recentf-save-file-coding-system): New variable.
21492 (recentf-save-list): Encode the file by
21493 recentf-save-file-coding-system and add coding: tag.
21494
21495 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21496
21497 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21498
21499 2005-04-21 Lute Kamstra <lute@gnu.org>
21500
21501 * loadhist.el (unload-feature): Don't remove a function from hooks
21502 if it is about to be restored to an autoload . Remove functions
21503 that will become unbound from auto-mode-alist. Simplify the code.
21504
21505 * subr.el (assq-delete-all): New implementation that is linear,
21506 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21507 (rassq-delete-all): New function.
21508
21509 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21510 Add size-indication-mode.
21511
21512 2005-04-21 Kenichi Handa <handa@m17n.org>
21513
21514 * international/mule-cmds.el: Add autoload for widget-value in
21515 eval-when-compile.
21516
21517 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21518
21519 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21520 Add tooltip-mode.
21521
21522 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21523
21524 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21525
21526 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21527 (inferior-lisp-filter-regexp, inferior-lisp-program)
21528 (inferior-lisp-load-command, inferior-lisp-prompt)
21529 (inferior-lisp-mode-hook, lisp-source-modes)
21530 (inferior-lisp-load-hook): defvar->defcustom.
21531 (inferior-lisp-program, inferior-lisp-prompt)
21532 (inferior-lisp-load-hook): Doc fixes.
21533 (inferior-lisp-install-letter-bindings): Small change in
21534 introductory comment.
21535
21536 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21537
21538 * vc.el (vc-annotate-color-map): Change some colors so that text
21539 using them as foreground is readable on both white and black
21540 backgrounds.
21541
21542 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21543
21544 * international/mule-conf.el (translation-table-for-input):
21545 Remove redundant declaration.
21546
21547 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21548
21549 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21550
21551 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21552 (tooltip-toggle-gud-tips): New function.
21553
21554 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21555
21556 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21557 right angle brackets.
21558
21559 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21560
21561 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21562
21563 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21564
21565 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21566 Remove. Update callers to use expand-file-name instead.
21567
21568 * subr.el (syntax-class): New function.
21569
21570 * simple.el (blink-matching-open): Use it.
21571
21572 * paren.el (show-paren-function): Use it to recognize parens that are
21573 also used in 2-char comment markers.
21574
21575 2005-04-19 Lute Kamstra <lute@gnu.org>
21576
21577 * loadhist.el (unload-feature): Update for new format of
21578 load-history. Simplify the code.
21579
21580 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21581
21582 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21583 (mac-add-charset-info): New function. Initialize variable
21584 mac-charset-info-alist using it.
21585 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21586 for translation.
21587 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21588 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21589 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21590 New CCL programs.
21591
21592 2005-04-19 Kim F. Storm <storm@cua.dk>
21593
21594 * simple.el (next-buffer, prev-buffer, next-error)
21595 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21596 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21597
21598 * bindings.el (next-buffer, prev-buffer, next-error)
21599 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21600 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21601 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21602 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21603
21604 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21605
21606 * isearch.el (isearch-edit-string): Make the search-ring available for
21607 minibuffer history commands.
21608 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21609 the default history commands now work just as well.
21610 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21611
21612 2005-04-18 Kim F. Storm <storm@cua.dk>
21613
21614 * emulation/cua-base.el (cua--pre-command-handler): Add more
21615 elaborate check for shift modifier on non-window systems.
21616
21617 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21618
21619 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21620
21621 2005-04-18 Kim F. Storm <storm@cua.dk>
21622
21623 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21624 and make it optional. Don't test tooltip-gud-echo-area here.
21625 (tooltip-gud-process-output, gdb-tooltip-print):
21626 Pass tooltip-gud-echo-area to tooltip-show.
21627 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21628
21629 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21630
21631 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21632 `display-graphic-p' may not be bound yet.
21633
21634 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21635
21636 * startup.el (command-line): No longer enable Xterm Mouse mode by
21637 default in terminals compatible with xterm.
21638
21639 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21640
21641 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21642
21643 * tooltip.el (tooltip-gud-echo-area): Rename from
21644 tooltip-use-echo-area.
21645 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21646 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21647 area independently of where help tooltips are displayed.
21648
21649 2005-04-17 David Kastrup <dak@gnu.org>
21650
21651 * cus-theme.el (custom-theme-write-variables): Quote variables
21652 where necessary.
21653
21654 2005-04-17 Richard M. Stallman <rms@gnu.org>
21655
21656 * simple.el (yank-excluded-properties): Add follow-link to value.
21657
21658 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21659
21660 * startup.el (fancy-splash-max-time): Just 30 seconds.
21661 (fancy-splash-delay): Just 7.
21662 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21663
21664 * loadhist.el (unload-feature): Update for new format of load-history.
21665 Simplify the code.
21666
21667 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21668 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21669
21670 * mail/sendmail.el (mail-font-lock-keywords):
21671 Don't fontify subject text.
21672 Don't fontify the text of a citation.
21673
21674 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21675
21676 * comint.el (comint-output-filter): Run comint-output-filter-functions
21677 with point where the user had it.
21678
21679 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21680
21681 * international/ucs-tables.el (ucs-set-table-for-input):
21682 Disable when using unify-on-decoding.
21683
21684 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21685
21686 * emulation/cua-base.el (cua-global-mark-face): Add special case
21687 for displays supporting a high number of colors.
21688
21689 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21690
21691 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21692
21693 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21694
21695 * filesets.el (filesets-add-buffer): If user supplies a name of a
21696 non-existing fileset, create a new fileset.
21697
21698 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21699
21700 * textmodes/org.el (org-up-heading-all): Fix bug with
21701 `outline-up-heading-all'.
21702
21703 2005-04-16 Andreas Schwab <schwab@suse.de>
21704
21705 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21706 /etc/permissions.d/* and /etc/aliases.d/*.
21707
21708 2005-04-16 Kenichi Handa <handa@m17n.org>
21709
21710 * international/code-pages.el (cp-make-coding-system):
21711 Set `translation-table-for-input' property value to the symbol
21712 ucs-mule-to-mule-unicode, not to that value.
21713 (pt154): Escape guillemet by `\'.
21714
21715 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21716
21717 * loadup.el: Load tooltip if x-show-tip is fboundp.
21718
21719 * startup.el (command-line): Add comment.
21720
21721 * tooltip.el (tooltip-mode): Specify correct standard value for
21722 Custom in init-value.
21723
21724 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21725
21726 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21727 possible.
21728
21729 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21730
21731 * textmodes/org.el (org-agenda-date-prompt): Rename from
21732 `org-agenda-date-today'.
21733 (org-evaluate-time-range): Insert at point instead of directly
21734 after time range.
21735 (org-first-headline-recenter, org-subtree-end-visible-p)
21736 (org-optimize-window-after-visibility-change): New functions
21737 (org-agenda-post-command-hook): Don't allow point at end of line,
21738 to make sure it always hits the text properties.
21739 (org-agenda-next-date-line, org-agenda-previous-date-line):
21740 New commands.
21741 (org-set-regexps-and-options): Category may contain white space.
21742 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21743 Improve marker positions.
21744 (org-agenda-new-marker): Argument POS made optional.
21745 (org-agenda-get-timestamps): Deadlines which are done are listed
21746 in org-done-face now.
21747 (org-agenda-get-todos, org-agenda-get-timestamps)
21748 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21749 Set `undone-face' and `done-face' properties.
21750 (org-last-todo-state-is-todo): New variable.
21751 (org-todo): Set `org-last-todo-state-is-todo'.
21752 (org-agenda-todo): Change face according to
21753 `org-last-todo-state-is-todo'. And change other lines referring to
21754 the same entry.
21755 (org-calendar-goto-agenda): New command.
21756 (org-calendar-to-agenda-key): New option.
21757 (org-startup-folded): New allowed value `content'.
21758 (org-set-regexps-and-options): Accept new value `content' for
21759 `org-startup-folded'.
21760 (org-get-current-options): Handle new value `content' for
21761 `org-startup-folded'.
21762 (org-insert-todo-heading): New command.
21763 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21764 interactively in empty file and option
21765 `org-insert-mode-line-in-empty-file' has been set.
21766 (org-agenda-todo, org-agenda-priority): Modify to use
21767 `org-agenda-change-all-lines'.
21768 (org-warning-face): Change color on dark background
21769
21770 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21771
21772 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21773 use preferences AppleLocale and AppleLanguages, and variable
21774 mac-system-locale for default locale. On Mac OS Classic, use
21775 mac-system-coding-system for default coding systems.
21776
21777 * term/mac-win.el: Don't set file-name-coding-system.
21778 Decode variables system-name, emacs-build-system, user-login-name, and
21779 user-full-name by mac-system-coding-system on Mac OS Classic.
21780 (mac-system-coding-system): New variable.
21781
21782 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21783
21784 * startup.el (command-line): Handle `xterm-mouse-mode' before
21785 reading init file.
21786
21787 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21788
21789 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21790
21791 * progmodes/sh-script.el (sh-here-document-word): Make it a
21792 defcustom. Doc fix.
21793 (sh-add): Bash uses $(( )) for arithmetic.
21794 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21795 (sh-maybe-here-document): Remove quotes and leading whitespace
21796 from heredoc word when closing. Indent heredoc with tabs if word
21797 starts with "-".
21798
21799 2005-04-13 Richard M. Stallman <rms@gnu.org>
21800
21801 * simple.el (undo): Fix previous change.
21802
21803 * custom.el (defface): Doc fix.
21804
21805 2005-04-13 Lute Kamstra <lute@gnu.org>
21806
21807 * Makefile.in (DONTCOMPILE): Remove list.
21808 (compile, compile-always): Don't use DONTCOMPILE.
21809 (update-authors): Load the library in which batch-update-authors
21810 is defined.
21811 * makefile.w32-in (DONTCOMPILE): Remove list.
21812 (compile, compile-always): Fix comments.
21813 (update-authors): Load the library in which batch-update-authors
21814 is defined.
21815
21816 * generic-x.el (generic-mode-ini-file-find-file-hook):
21817 Rename to ini-generic-mode-find-file-hook.
21818 Keep generic-mode-ini-file-find-file-hook as an alias.
21819 (ini-generic-mode-find-file-hook): Rename from
21820 generic-mode-ini-file-find-file-hook. Fix docstring.
21821 (ini-generic-mode): Docstring change.
21822 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21823
21824 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21825 called from lisp.
21826
21827 * generic.el: Move to the emacs-lisp subdir.
21828
21829 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21830
21831 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21832 and C-S- function and cursor motion keys.
21833
21834 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21835
21836 * startup.el (command-line): Enable Xterm Mouse mode by default.
21837 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21838 for Custom. No longer show "Mouse" in mode line when enabled.
21839 Doc fix.
21840
21841 2005-04-12 Kim F. Storm <storm@cua.dk>
21842
21843 * emulation/cua-base.el (cua-rectangle-face)
21844 (cua-rectangle-noselect-face): Define face attributes here.
21845
21846 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21847
21848 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21849
21850 * startup.el (command-line): Turn off blinking cursor if
21851 cursorBlink in resources is off or false.
21852
21853 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21854
21855 * term/mac-win.el (dnd): Require dnd.
21856 (mac-drag-n-drop): Call dnd-handle-one-url.
21857 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21858 (kTextEncodingISOLatin2): Remove constants.
21859 (mac-script-code-coding-systems): New constant.
21860 (mac-handle-language-change): New function.
21861 (special-event-map): Bind it to `language-change' event.
21862 (mac-centraleurroman, mac-cyrillic): New coding systems.
21863 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21864 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21865 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21866 encode-mac-cyrillic, respectively.
21867
21868 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21869
21870 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21871 Don't set overlay-arrow-string to "=>" as this is done
21872 globally in C now.
21873
21874 2005-04-12 Lute Kamstra <lute@gnu.org>
21875
21876 * generic-x.el (rc-generic-mode, rul-generic-mode):
21877 Fix auto-mode-alist entries.
21878 (etc-fstab-generic-mode): Tweak fontification.
21879
21880 * generic.el (generic-make-keywords-list): Fix docstring.
21881 (generic-mode-internal): Simplify generic-font-lock-keywords.
21882
21883 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21884
21885 * whitespace.el (whitespace-buffer-leading)
21886 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21887 However, fix the highlight area for the leading and
21888 trailing whitespaces to show space.
21889
21890 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21891
21892 * whitespace.el (whitespace-version): Bump to 3.5
21893
21894 (whitespace-buffer-leading, whitespace-buffer-trailing):
21895 Invert sense of the test to highlight the whitespace.
21896
21897 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21898
21899 * progmodes/gud.el (gud-display-line): GUD uses its own
21900 overlay arrow now so don't set overlay-arrow-string.
21901 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21902
21903 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21904
21905 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21906 (term-ansi-current-reverse, term-ansi-current-invisible)
21907 (term-ansi-face-already-done): Change to boolean.
21908 (term-reset-terminal, term-handle-colors-array): Handle the above
21909 vars accordingly.
21910 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21911 (term-emulate-terminal): Use the new name.
21912
21913 * faces.el (secondary-selection): Use yellow1, not yellow.
21914 (trailing-whitespace): Use red1, not red.
21915
21916 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21917
21918 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21919 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21920 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21921
21922 * cus-edit.el (dnd): New group.
21923
21924 * term/w32-win.el (dnd): Require dnd
21925 (w32-drag-n-drop): Call dnd-handle-one-url.
21926
21927 * x-dnd.el: Require dnd.
21928 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21929 Call dnd-handle-one-url.
21930 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21931 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21932 to dnd-insert-text.
21933 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21934 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21935 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21936 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21937
21938 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21939
21940 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21941
21942 * wdired.el: Doc fixes.
21943 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21944 (wdired-use-dired-vertical-movement): Rename from
21945 wdired-always-move-to-filename-beginning.
21946 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21947 (wdired-change-to-wdired-mode): Change mode name.
21948 (wdired-newline): Delete.
21949
21950 2005-04-11 Richard M. Stallman <rms@gnu.org>
21951
21952 * whitespace.el (whitespace-highlight-the-space):
21953 Don't call whitespace-unhighlight-the-space here.
21954
21955 * simple.el (undo): Record t in undo-equiv-table
21956 for the redo record made by an undo-in-region.
21957
21958 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21959
21960 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21961 (gdb-frame-inferior-io-buffer): New Functions to control
21962 display of separate IO buffer.
21963 (menu): Add them to menu-bar.
21964 (gdb-display-buffer): Check for buffer another frame.
21965 Protect GUD buffer.
21966 (gdb-setup-windows): Create IO buffer if not already there.
21967 (gdb-memory-mode): Remove purecopy noops.
21968
21969 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21970
21971 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21972 and pass to self-insert-command.
21973
21974 2005-04-11 Lute Kamstra <lute@gnu.org>
21975
21976 * generic.el: Commentary section cleanup.
21977 (generic): Delete.
21978 (generic-use-find-file-hook, generic-lines-to-scan)
21979 (generic-find-file-regexp, generic-ignore-files-regexp)
21980 (default-generic-mode, generic-mode-find-file-hook)
21981 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21982 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21983 (generic-use-find-file-hook, generic-lines-to-scan)
21984 (generic-find-file-regexp, generic-ignore-files-regexp)
21985 (default-generic-mode, generic-mode-find-file-hook)
21986 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21987
21988 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21989
21990 * bookmark.el (bookmark-write-file): Catch errors writing file.
21991 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21992
21993 2005-04-10 Richard M. Stallman <rms@gnu.org>
21994
21995 * startup.el (fancy-splash-tail): Update copyright year.
21996 (command-line): Split part of -Q into -D.
21997 (emacs-basic-display): New defvar.
21998 (fancy-splash-text): Correct name of menu item.
21999
22000 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22001
22002 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22003 lines in one node.
22004
22005 * comint.el (comint-send-input): New arg ARTIFICIAL.
22006 Callers in this file changed.
22007
22008 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22009
22010 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22011
22012 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22013
22014 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22015 `ldap-search-internal'.
22016
22017 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22018
22019 * files.el (set-auto-mode-1): Use line-end-position.
22020
22021 * international/latin-1.el:
22022 * international/latin-2.el:
22023 * international/latin-3.el:
22024 * international/latin-4.el:
22025 * international/latin-5.el:
22026 * international/latin-8.el:
22027 * international/latin-9.el: Give punctuation syntax to NBSP.
22028
22029 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22030 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22031 Use char-classes to accept non-ascii letters, accepted in some recent
22032 bibtex implementations.
22033
22034 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22035
22036 * custom.el (custom-set-minor-mode): Any non-nil value for the
22037 variable should enable the mode when set through Custom.
22038
22039 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22040
22041 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22042 TAB binding so tab-always-indent is obeyed.
22043 (vhdl-minibuffer-local-map): Move initialization into declaration.
22044 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22045 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22046 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22047 (vhdl-current-line): Use line-beginning-position.
22048 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22049 with-output-to-temp-buffer, so the current position can be recorded.
22050
22051 2005-04-10 Masatake YAMATO <jet@gyve.org>
22052
22053 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22054 Add regexp for gcov.
22055
22056 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22057
22058 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22059 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22060 syntax which Emacs 20 doesn't support.
22061
22062 2005-04-09 Richard M. Stallman <rms@gnu.org>
22063
22064 * help.el (describe-key-briefly, describe-key):
22065 Replace strings as event types with "(any string)".
22066
22067 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22068
22069 * arc-mode.el (archive-mode-map): Move initialization into
22070 the declaration. Override *all* bindings of `undo'.
22071 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22072
22073 2005-04-09 Jay Belanger <belanger@truman.edu>
22074
22075 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22076
22077 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22078
22079 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22080 (xterm-register-default-colors): Update color values computation
22081 to match xterm-200.
22082
22083 2005-04-09 Kenichi Handa <handa@m17n.org>
22084
22085 * international/code-pages.el (iso-latin-7): Fix the map.
22086
22087 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22088
22089 * emacs-lisp/lisp.el (defun-prompt-regexp)
22090 (parens-require-spaces, buffer-end, end-of-defun)
22091 (insert-parentheses): Doc fixes.
22092
22093 2005-04-08 Kim F. Storm <storm@cua.dk>
22094
22095 * comint.el (comint-highlight-prompt): Fix face spec.
22096 * hi-lock.el (hi-green): Likewise.
22097
22098 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22099
22100 * cus-edit.el (custom-modified-face):
22101 * comint.el (comint-highlight-input): Fix previous changes.
22102 * term.el (term-handle-ansi-escape): Add a comment.
22103
22104 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22105
22106 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22107 in the buffer and in whitespace-highlighted-space.
22108 (whitespace-unhighlight-the-space): Simplify.
22109 (whitespace-buffer): Simplify.
22110
22111 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22112
22113 * textmodes/table.el (table-cell-face): Add special case for
22114 displays supporting a high number of colors.
22115 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22116 (vhdl-font-lock-reserved-words-face)
22117 (vhdl-speedbar-architecture-face)
22118 (vhdl-speedbar-instantiation-face)
22119 (vhdl-speedbar-architecture-selected-face)
22120 (vhdl-speedbar-instantiation-selected-face): Likewise.
22121 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22122 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22123 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22124 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22125 (ebrowse-progress-face): Likewise.
22126 * progmodes/compile.el (compilation-info-face): Likewise.
22127 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22128 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22129 * calendar/calendar.el (diary-face): Likewise.
22130 * woman.el (woman-italic-face, woman-bold-face)
22131 (woman-unknown-face): Likewise.
22132 * wid-edit.el (widget-button-pressed-face): Likewise.
22133 * whitespace.el (whitespace-highlight-face): Likewise.
22134 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22135 * pcvs-info.el (cvs-marked-face): Likewise.
22136 * info.el (info-xref): Likewise.
22137 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22138 * hilit-chg.el (highlight-changes-face)
22139 (highlight-changes-delete-face): Likewise.
22140 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22141 (hi-red-b): Likewise.
22142 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22143 * font-lock.el (font-lock-keyword-face)
22144 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22145 * cus-edit.el (custom-invalid-face, custom-modified-face)
22146 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22147 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22148 * comint.el (comint-highlight-prompt): Likewise.
22149
22150 2005-04-08 Lute Kamstra <lute@gnu.org>
22151
22152 * font-lock.el (font-lock-keywords): Docstring fixes.
22153
22154 2005-04-08 Kenichi Handa <handa@m17n.org>
22155
22156 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22157 chars are more than a limit, print " and more..." at the tail.
22158
22159 2005-04-08 Kim F. Storm <storm@cua.dk>
22160
22161 * emacs-lisp/authors.el (authors-aliases): Update list.
22162 (authors-ignored-files): New list.
22163 (authors-fixed-entries): Fix typo.
22164 (authors-renamed-files-alist): Update list.
22165 (authors-add): Check authors-ignored-files.
22166
22167 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22168
22169 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22170 optional, to ensure backward compatibility.
22171
22172 2005-04-08 Stephen Eglen <stephen@gnu.org>
22173
22174 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22175
22176 2005-04-08 Kim F. Storm <storm@cua.dk>
22177
22178 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22179
22180 * mouse.el (mouse-on-link-p): Doc fix.
22181
22182 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22183
22184 * ielm.el (ielm-prompt-read-only): Doc fix.
22185
22186 * comint.el (comint-prompt-read-only): Doc fix.
22187
22188 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22189
22190 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22191 ensure dired always handles wildcards passed to ffap.
22192 (find-file-at-point): Use it.
22193 (ffap-dired-wildcards): Doc fix.
22194
22195 2005-04-07 Juri Linkov <juri@jurta.org>
22196
22197 * simple.el (next-error-overlay-arrow-position): New defvar.
22198 Put "=>" on its property `overlay-arrow-string'. Add it to
22199 `overlay-arrow-variable-list'.
22200
22201 * progmodes/compile.el (compilation-setup):
22202 Set `next-error-overlay-arrow-position' to nil. Also set it to
22203 nil in the local hook `kill-buffer-hook'. Make local variable
22204 `overlay-arrow-string' and set it to "=>".
22205 (compilation-goto-locus): Set BOL position to
22206 `next-error-overlay-arrow-position' instead of
22207 `overlay-arrow-position'.
22208
22209 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22210 locally instead of adding it to the global hook.
22211 (Info-kill-buffer): Move up.
22212
22213 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22214
22215 * term/xterm.el (xterm-standard-colors): Update color values from
22216 xterm-200.
22217
22218 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22219
22220 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22221
22222 * fast-lock.el:
22223 * lazy-lock.el: Move them to the obsolete subdir.
22224
22225 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22226
22227 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22228 (wdired-add-replace-advice): Remove.
22229 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22230
22231 2005-04-06 Kim F. Storm <storm@cua.dk>
22232
22233 * startup.el (command-line): Add --bare-bones alias for -Q.
22234
22235 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22236
22237 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22238 create the startup fontset if a font specification ends with
22239 `mac-roman'.
22240
22241 2005-04-06 Lute Kamstra <lute@gnu.org>
22242
22243 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22244 change.
22245
22246 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22247 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22248
22249 2005-04-05 Lute Kamstra <lute@gnu.org>
22250
22251 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22252 (define-generic-mode): Ditto. Fix debug declaration.
22253
22254 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22255 Put them in the generic-x group.
22256
22257 * calendar/timeclock.el (timeclock): Doc fix.
22258
22259 * generic.el (define-generic-mode): Don't use custom-current-group.
22260 Document default :group value.
22261 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22262 (define-global-minor-mode): Don't use custom-current-group.
22263
22264 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22265
22266 * startup.el (command-line-1): Display startup-echo-area-message
22267 when fancy splash screen is in use.
22268
22269 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22270 (sh-escaped-newline): New face.
22271 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22272 newline, and use sh-escaped-newline face.
22273
22274 * progmodes/tcl.el (tcl-escaped-newline): New face.
22275 (tcl-builtin-list): New variable.
22276 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22277 newlines. Fix keywords subexpression number.
22278
22279 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22280
22281 * textmodes/org.el (org-diary-default-entry): Fix call to
22282 `add-to-diary-entry'.
22283
22284 2005-04-05 Kim F. Storm <storm@cua.dk>
22285
22286 * ediff-init.el: Use (featurep 'xemacs).
22287
22288 2005-04-05 David Ponce <david@dponce.com>
22289
22290 * cus-edit.el (face): Derive from symbol widget. Display sample
22291 of the current face on the fly.
22292 (widget-face-sample-face-get, widget-face-notify): New functions.
22293 (widget-face-value-create): Remove.
22294
22295 * wid-edit.el (widget-field-end): Temporarily remove field
22296 narrowing before to call `get-char-property'.
22297
22298 2005-04-04 Jay Belanger <belanger@truman.edu>
22299
22300 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22301 (math-read-subscripts): New variable.
22302 (math-read-preprocess-string): Process subscripts.
22303
22304 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22305
22306 * comint.el (comint-prompt-read-only): Doc fix.
22307
22308 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22309 `-1'. Doc fix.
22310
22311 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22312
22313 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22314 Change default value to nil.
22315
22316 2005-04-04 Lute Kamstra <lute@gnu.org>
22317
22318 * autorevert.el (auto-revert-mode): Specify :group.
22319 * battery.el (display-battery-mode): Specify :group.
22320 * diff-mode.el (diff-minor-mode): Specify :group.
22321 * font-core.el (font-lock-mode): Specify :group.
22322 * hl-line.el (hl-line-mode): Specify :group.
22323 * iimage.el (iimage): New customization group.
22324 (iimage-mode): Specify :group.
22325 * longlines.el (longlines-mode): Specify :group.
22326 * master.el: Don't require easy-mmode.
22327 (master): New customization group.
22328 (master-mode): Specify :group.
22329 * msb.el (msb-mode): Specify :group.
22330 * reveal.el (reveal-mode): Specify :group.
22331 * simple.el (next-error-follow-minor-mode): Specify :group.
22332 * smerge-mode.el (smerge-mode): Specify :group.
22333 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22334 * emulation/cua-base.el (cua-mode): Specify :group.
22335 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22336 * language/thai-util.el (thai-auto-composition-mode)
22337 (thai-word-mode): Specify :group.
22338 * mail/supercite.el (sc-minor-mode): Specify :group.
22339 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22340 * progmodes/flymake.el (flymake-mode): Specify :group.
22341 * progmodes/glasses.el (glasses-mode): Specify :group.
22342 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22343 * textmodes/enriched.el (enriched-mode): Specify :group.
22344 * textmodes/refill.el (refill-mode): Specify :group.
22345
22346 * add-log.el (change-log-font-lock-keywords): Names in
22347 parenthesized lists can contain spaces.
22348
22349 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22350
22351 * startup.el (fancy-splash-text): Shorten default text of
22352 "Emacs Tutorial" line. Also, if the current language env
22353 indicates an available tutorial file other than TUTORIAL,
22354 extract its title and append it to the line in parentheses.
22355 (fancy-splash-insert): If arg is a thunk, funcall it.
22356
22357 2005-04-04 Jay Belanger <belanger@truman.edu>
22358
22359 * calc.el (calc-language-alist): Add tags to customization type.
22360
22361 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22362
22363 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22364 Doc fix.
22365
22366 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22367
22368 * add-log.el (change-log-font-lock-keywords): The manual
22369 describing a Change Log entry, says: (...) "Aside from these
22370 header lines, every line in the change log starts with a space or
22371 a tab.". The font-lock was not highlighting lines started with
22372 spaces, added support for it.
22373
22374 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22375
22376 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22377 (bibtex-generate-url-list): Update docstring accordingly. Put the
22378 complex example in the docstring.
22379 (bibtex-font-lock-url): Use pop.
22380
22381 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22382
22383 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22384
22385 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22386
22387 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22388
22389 * filesets.el (filesets-set-default): Doc fix.
22390
22391 2005-04-03 Lute Kamstra <lute@gnu.org>
22392
22393 * generic.el (define-generic-mode): Add argument to specify
22394 keywords for defcustom.
22395 (default-generic-mode): Specify :group.
22396
22397 * generic-x.el: Specify :group for all generic modes.
22398
22399 * desktop.el (desktop-no-desktop-file-hook)
22400 (desktop-after-read-hook): Doc fix.
22401
22402 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22403
22404 * simple.el (visible-mode): Use explicit :group keyword.
22405 This changes the group of `visible-mode-hook' from paren-blinking
22406 to editing-basics.
22407
22408 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22409
22410 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22411 mailbox specifications as well as URLs.
22412 (rmail-insert-inbox-text): Remove unused conditional branches.
22413
22414 2005-04-01 Jay Belanger <belanger@truman.edu>
22415
22416 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22417 (calc-gnuplot-print-command): Move definitions to calc.el.
22418
22419 * calc/calc-embed.el (calc-embedded-announce-formula)
22420 (calc-embedded-open-formula, calc-embedded-close-formula)
22421 (calc-embedded-open-word, calc-embedded-close-word)
22422 (calc-embedded-open-plain, calc-embedded-close-plain)
22423 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22424 (calc-embedded-open-mode, calc-embedded-close-mode):
22425 Move definitions to calc.el.
22426
22427 * calc/calc.el (calc-settings-file, calc-language-alist):
22428 Make customizable.
22429 (calc-embedded-announce-formula, calc-embedded-open-formula)
22430 (calc-embedded-close-formula, calc-embedded-open-word)
22431 (calc-embedded-close-word, calc-embedded-open-plain)
22432 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22433 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22434 (calc-embedded-close-mode, calc-gnuplot-name)
22435 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22436 from other files and make customizable.
22437
22438 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22439
22440 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22441 Use buffer-live-p.
22442 (cvs-mode-run): Don't call cvs-update-header here.
22443 (cvs-run-process): Call cvs-update-header.
22444 Use process properties for cvs-postprocess and cvs-buffer so that
22445 the sentinel can behave better if the temp buffer is killed.
22446 Use a pipe rather than a tty, to better handle unexpected prompts.
22447 (cvs-sentinel): Rewrite. Call cvs-update-header.
22448
22449 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22450
22451 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22452 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22453
22454 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22455
22456 * generic.el (define-generic-mode): Add indentation rule.
22457
22458 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22459
22460 * files.el (mode-require-final-newline): Make Custom correctly
22461 report a nil value and allow to set it to nil via Custom.
22462 Doc fix.
22463
22464 2005-04-01 Kenichi Handa <handa@m17n.org>
22465
22466 * international/characters.el: Enable the correct case setting for
22467 dotless-i and dotted-I.
22468
22469 2005-04-01 Kim F. Storm <storm@cua.dk>
22470
22471 * ido.el (ido-file-internal): Fall back to non-ido command if
22472 initial directory is on slow ftp (or tramp) host.
22473
22474 2005-03-31 Richard M. Stallman <rms@gnu.org>
22475
22476 * emacs-lisp/autoload.el (make-autoload):
22477 Handle define-global-minor-mode.
22478
22479 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22480 Rename from easy-mmode-define-global-mode.
22481 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22482
22483 * progmodes/scheme.el (scheme-mode-syntax-table):
22484 Update syntax of | and # for two-character comment syntax.
22485
22486 2005-03-31 Lute Kamstra <lute@gnu.org>
22487
22488 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22489 (define-minor-mode): Call custom-current-group at load-time.
22490
22491 * generic.el (define-generic-mode): Add debug declaration.
22492 Add defcustom for the mode hook.
22493 (generic-mode-internal): Use run-mode-hooks.
22494
22495 2005-03-31 Kim F. Storm <storm@cua.dk>
22496
22497 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22498 (mouse-fixup-help-message): New defun called by show_help_echo
22499 to fixup mouse-2 prefix in help messages when applicable.
22500
22501 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22502
22503 2005-03-31 Kenichi Handa <handa@m17n.org>
22504
22505 * language/thai-word.el (thai-find-word-ends): Pay attention to
22506 the case that we reach the end of buffer.
22507
22508 * textmodes/fill.el (fill-text-properties-at): New function.
22509 (fill-newline): Use fill-text-properties-at instead of
22510 text-properties-at.
22511
22512 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22513
22514 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22515 not comint-quote-filename.
22516
22517 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22518
22519 * help-fns.el (help-with-tutorial): Revert last change.
22520
22521 2005-03-31 Kim F. Storm <storm@cua.dk>
22522
22523 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22524
22525 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22526
22527 * calendar/cal-china.el: Update reference to "Calendrical
22528 Calculations" book; there's a new edition.
22529 * calendar/cal-coptic.el: Likewise.
22530 * calendar/cal-french.el: Likewise.
22531 * calendar/cal-hebrew.el: Likewise.
22532 * calendar/cal-islam.el: Likewise.
22533 * calendar/cal-iso.el: Likewise.
22534 * calendar/cal-julian.el: Likewise.
22535 * calendar/cal-mayan.el: Likewise.
22536 * calendar/cal-persia.el: Likewise.
22537 * calendar/calendar.el: Likewise.
22538 * calendar/holidays.el: Likewise.
22539 * calendar/lunar.el: Likewise.
22540 * calendar/solar.el: Likewise.
22541
22542 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22543 white space from doc string.
22544
22545 2005-03-30 Jay Belanger <belanger@truman.edu>
22546
22547 * calc/calc-help.el (calc-full-help): Remove email address.
22548
22549 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22550
22551 * help-fns.el (help-with-tutorial): Delete title line.
22552
22553 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22554
22555 * calendar/cal-x.el (calendar-one-frame-setup)
22556 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22557 rather than `symbol' for set-window-dedicated-p.
22558
22559 * calendar/appt.el (appt-buffer-name): Make it a constant.
22560 (appt-add): Doc fix.
22561
22562 * filesets.el (filesets-menu-path, filesets-menu-before)
22563 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22564 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22565 (filesets-add-submenu): Delete and use add-submenu instead.
22566
22567 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22568
22569 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22570 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22571 (org-diary-default-entry): New function.
22572 (org-get-entries-from-diary): Better parsing of diary entries.
22573 (org-agenda-check-no-diary): New function.
22574 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22575 linking to diary entries.
22576 (org-agenda-execute-calendar-command): New function.
22577 (org-agenda): Improve visible section in window.
22578 Use `org-fit-agenda-window'.
22579 (org-fit-agenda-window): New option.
22580 (org-move-subtree-down): Better handling of empty lines
22581 at end of subtree.
22582 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22583 levels up.
22584 (org-fontify-done-headline): New option.
22585 (org-headline-done-face): New face.
22586 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22587 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22588 When current field is non-empty, it is copied to next row.
22589 (org-table-copy-from-above): Fix bug which made it
22590 impossible to copy fields containing only a single non-white character.
22591
22592 2005-03-30 Kim F. Storm <storm@cua.dk>
22593
22594 * kmacro.el (kmacro-end-macro): Isearch may store this command
22595 into the macro -- so ignore it when executing keyboard macro.
22596
22597 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22598
22599 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22600
22601 2005-03-29 Kenichi Handa <handa@m17n.org>
22602
22603 * language/thai.el ("Thai"): Set setup-function and exit-function
22604 for Thai language environment.
22605
22606 * language/thai-util.el: Require thai-word.
22607 (thai-word-mode-map): New variable.
22608 (thai-word-mode): New minor mode.
22609 (setup-thai-language-environment-internal): New function.
22610 (exit-thai-language-environment-internal): New function.
22611
22612 * language/thai-word.el (thai-word-table): Declare it by defvar,
22613 use dolist to initialize it.
22614 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22615 (thai-fill-find-break-point): New functions.
22616
22617 2005-03-29 Richard M. Stallman <rms@gnu.org>
22618
22619 * simple.el (idle-update-delay): Move definition up.
22620 (set-mark): Doc fix.
22621
22622 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22623
22624 * longlines.el: New file.
22625
22626 * simple.el (buffer-substring-filters): New variable.
22627 (filter-buffer-substring): New function.
22628 (kill-region, copy-region-as-kill): Use it.
22629
22630 * register.el (copy-to-register, append-to-register)
22631 (prepend-to-register): Use filter-buffer-substring.
22632
22633 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22634
22635 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22636 (gud-filter-pending-text): Move in front of gdb.
22637 (gud-overlay-arrow-position): New variable.
22638 (gud-sentinel, gud-display-line): Use it in place of
22639 overlay-arrow-position.
22640
22641 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22642
22643 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22644 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22645 (fortran-font-lock-keywords-4): New variable.
22646 (fortran-blocks-re, fortran-end-block-re)
22647 (fortran-start-block-re): New constants, for hideshow.
22648 (hs-special-modes-alist): Add a Fortran entry.
22649 (fortran-mode-map): Bind fortran-end-of-block,
22650 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22651 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22652 (fortran-looking-at-if-then, fortran-end-of-block)
22653 (fortran-beginning-of-block): New functions, for hideshow.
22654
22655 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22656 Doc fix. Tweak regexp.
22657 (f90-beginning-of-block): Push mark first.
22658
22659 2005-03-29 Jay Belanger <belanger@truman.edu>
22660
22661 * calc/calc.el: Update copyright date.
22662 (calc-version): Increase to 2.1.
22663 (calc-version-date): Remove.
22664
22665 * calc/calc-help.el: Update copyright date.
22666 (calc-full-help): Remove reference to calc-version-date.
22667 Update copyright date.
22668
22669 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22670
22671 * vc.el (vc-do-command): Use a pipe for async processes, so password
22672 prompts don't show up at places where the user can't reply.
22673
22674 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22675
22676 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22677 on the file name we pass to the inferior shell.
22678
22679 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22680
22681 * progmodes/which-func.el (which-function): Be robust in the face of an
22682 imenu--make-index-alist failure.
22683
22684 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22685
22686 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22687
22688 * progmodes/python.el (python-preoutput-filter): Fix last change.
22689
22690 2005-03-29 Lute Kamstra <lute@gnu.org>
22691
22692 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22693 functions and compiled macros.
22694 (debug-convert-byte-code): Handle macros too.
22695 (debug-on-entry-1): Don't signal an error when trying to clear a
22696 function that is not set to debug on entry.
22697
22698 2005-03-29 Jay Belanger <belanger@truman.edu>
22699
22700 * calc/calc-lang.el: Add functions to math-function-table
22701 properties of tex and math.
22702
22703 2005-03-29 Kenichi Handa <handa@m17n.org>
22704
22705 * ps-mule.el (ps-mule-plot-string): Translate characters by
22706 ps-print-translation-table.
22707 (ps-mule-begin-job): Call find-charset-region/string with
22708 ps-print-translation-table.
22709 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22710
22711 * ps-print.el (ps-print-translation-table): New variable.
22712 (ps-plot-region): Translate characters by ps-print-translation-table.
22713
22714 2005-03-29 Juri Linkov <juri@jurta.org>
22715
22716 * simple.el (next-error-highlight-timer): New variable.
22717
22718 * progmodes/compile.el (compilation-goto-locus):
22719 Use `next-error-highlight-timer' instead of `sit-for'.
22720
22721 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22722
22723 * mail/supercite.el (sc-mail-field): Use assoc-string.
22724 (sc-get-address): Simplify regexps.
22725
22726 * files.el (minibuffer-with-setup-hook): New macro.
22727 (find-file-read-args): Use it to avoid let-binding
22728 minibuffer-with-setup-hook (which breaks turning on/off
22729 file-name-shadow-mode while in the prompt).
22730
22731 * complete.el (PC-read-include-file-name-internal):
22732 Use test-completion.
22733
22734 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22735
22736 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22737
22738 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22739
22740 * window.el (window-buffer-height): Use count-screen-lines.
22741
22742 * progmodes/python.el (python-preoutput-leftover): New var.
22743 (python-preoutput-filter): Use it.
22744 (python-send-receive): Loop until all the result has been received.
22745
22746 2005-03-28 Juri Linkov <juri@jurta.org>
22747
22748 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22749
22750 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22751 "Recover Crashed Session".
22752 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22753 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22754 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22755 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22756 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22757 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22758 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22759 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22760
22761 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22762 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22763 Ediff Sessions", "Toggle use of separate control buffer frame",
22764 "Use separate frame for Ediff control buffer".
22765
22766 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22767 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22768 "Rename Bookmark", "Delete Bookmark".
22769
22770 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22771 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22772 Add `:active Info-index-alternatives' to "Next Matching Item".
22773
22774 * wdired.el (wdired-change-to-wdired-mode):
22775 Mention `wdired-abort-changes' key in the initial message.
22776
22777 * international/mule.el (auto-coding-alist): Associate non-ascii
22778 image filename extensions with `no-conversion'.
22779
22780 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22781
22782 * international/iso-acc.el:
22783 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22784
22785 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22786
22787 * textmodes/sgml-mode.el (html-mode): Doc update.
22788
22789 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22790
22791 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22792
22793 * term.el (term-move-columns): Fix face after extending a line.
22794 (term-insert-spaces): Likewise.
22795 (term-reset-terminal): Fix off by one error.
22796
22797 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22798
22799 * international/mule.el (auto-coding-alist): Add .xpi files.
22800
22801 * files.el (auto-mode-alist): Add .xpi files.
22802
22803 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22804
22805 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22806
22807 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22808
22809 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22810
22811 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22812
22813 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22814 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22815
22816 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22817 cursor to Jan 1 when needed.
22818 (calendar-end-of-year): Fix -/+ typo.
22819 Reported by Chong Yidong <cyd@stupidchicken.com>.
22820
22821 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22822
22823 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22824
22825 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22826 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22827
22828 2005-03-25 Richard M. Stallman <rms@gnu.org>
22829
22830 * filesets.el (filesets-init): Add autoload.
22831
22832 * mail/mailalias.el (mail-directory): Doc fix.
22833
22834 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22835
22836 * mail/mailalias.el (mail-directory-process): Do nothing if
22837 mail-directory-process is an atom.
22838 (mail-get-names): Ignore mail-directory-names if it is an atom.
22839 (mail-directory-process defvar): Doc fix.
22840 (mail-names): Doc fix.
22841
22842 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22843
22844 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22845
22846 2005-03-26 Kenichi Handa <handa@m17n.org>
22847
22848 * international/mule-util.el (detect-coding-with-priority):
22849 Call update-coding-systems-internal before detect-coding-region.
22850
22851 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22852
22853 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22854 (gdb-frames-mode-map): Add follow-link property.
22855
22856 2005-03-25 Jay Belanger <belanger@truman.edu>
22857
22858 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22859 for variables.
22860
22861 2005-03-25 Juri Linkov <juri@jurta.org>
22862
22863 * image-mode.el: Optimize image filename extension regexps in
22864 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22865 in `auto-mode-alist'.
22866 (image-mode): Add `image-toggle-display-text' to local hook
22867 `change-major-mode-hook'. Display the image as an image by
22868 default. Set `cursor-type' and `truncate-lines' if the image
22869 is already displayed. Take into account the current mode (image
22870 or text) in message.
22871 (image-minor-mode): New minor mode.
22872 (image-mode-maybe, image-toggle-display-text): New functions.
22873 (image-toggle-display): Use called-interactively-p.
22874 Let-bind `inhibit-read-only' to t.
22875
22876 * image-mode.el (image-minor-mode): Set `cursor-type' and
22877 `truncate-lines' if the image is already displayed. Add turning
22878 image-minor-mode off to `change-major-mode-hook'. Add message.
22879 Call `image-toggle-display-text' after turning image-minor-mode off.
22880
22881 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22882
22883 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22884 Terminal.app, use utf-8.
22885 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22886 (set-locale-environment): Use it.
22887
22888 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22889
22890 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22891
22892 * progmodes/python.el (python-close-block-statement-p)
22893 (python-outdent-p, python-current-defun): Use symbol-end.
22894
22895 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22896
22897 * files.el (save-some-buffers): Doc fix.
22898
22899 2005-03-25 Werner Lemberg <wl@gnu.org>
22900
22901 * complete.el, thumbs.el: Replace `legal' with `valid'.
22902 * calendar/calendar.el: Replace `legal' with `valid'.
22903 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22904 * mail/supercite.el: Replace `legal' with `valid'.
22905 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22906 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22907 Replace `legal' with `valid'.
22908 * textmodes/reftex-vars.el, textmodes/reftex.el:
22909 Replace `legal' with `valid'.
22910
22911 2005-03-25 Werner Lemberg <wl@gnu.org>
22912
22913 * calc/calc-forms.el, calc/calc-sel.el
22914 * midnight.el, vc-cvs.el
22915 * emacs-lisp/cl-macs.el
22916 * emulation/vip.el
22917 * eshell/esh-io.el, eshell/esh-var.el
22918 * mail/supercite.el
22919 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22920 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22921 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22922 * progmodes/sh-script.el, progmodes/xscheme.el
22923 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22924 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22925 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22926 * textmodes/reftex.el, textmodes/org.el:
22927 Replace `illegal' with `invalid'.
22928
22929 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22930
22931 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22932 (flymake-find-buildfile, flymake-find-possible-master-files)
22933 (flymake-check-include, flymake-parse-line): Replace loops over the
22934 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22935
22936 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22937 Substitute file-name-as-directory in the rest of the file.
22938 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22939 (flymake-replace-region): Remove unused arg `buffer'.
22940 (flymake-check-patch-master-file-buffer): Update calls to it.
22941 (flymake-add-err-info): Remove unused var `count'.
22942 (flymake-mode): Use define-minor-mode.
22943
22944 * progmodes/flymake.el: Use with-current-buffer.
22945 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22946 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22947 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22948 Avoid testing for `xemacs'.
22949 (flymake-nop): Move.
22950 (flymake-region-has-flymake-overlays): Return the computed value.
22951 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22952 Remove unused var `endline'.
22953 (flymake-get-line-count): Remove unused function.
22954 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22955
22956 * emulation/vi.el:
22957 * generic.el:
22958 * hilit-chg.el (global-highlight-changes):
22959 * hi-lock.el (hi-lock-mode):
22960 * follow.el: find-file-hooks -> find-file-hook.
22961
22962 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22963
22964 2005-03-24 Juri Linkov <juri@jurta.org>
22965
22966 * dired.el (dired-mode-map): Add menu item "Compare directories"
22967 for dired-compare-directories.
22968
22969 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22970 Doc fix. Replace `read-file-name' with `read-directory-name'.
22971
22972 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22973
22974 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22975
22976 2005-03-24 Jay Belanger <belanger@truman.edu>
22977
22978 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22979 relevant mode settings in calc-embedded-original-modes when modes
22980 are permanently changed.
22981
22982 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22983
22984 * autoinsert.el: find-file-hooks -> find-file-hook.
22985
22986 2005-03-24 Lute Kamstra <lute@gnu.org>
22987
22988 * generic.el (generic-font-lock-defaults): Make it obsolete.
22989 (generic-font-lock-keywords): New variable to replace
22990 generic-font-lock-defaults.
22991 (generic-mode-set-font-lock): Delete it.
22992 (generic-mode-internal): Don't call generic-mode-set-font-lock.
22993 (generic-bracket-support): Add docstring.
22994
22995 * generic-x.el: Rename generic-font-lock-defaults to
22996 generic-font-lock-keywords throughout.
22997 (mailagent-rules-setup-function): Delete it.
22998 (mailagent-rules-generic-mode): Use anonymous function instead.
22999 (show-tabs-generic-mode-font-lock-defaults-1)
23000 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23001 Quote faces.
23002 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23003 not foreground.
23004
23005 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23006 Recognize define-generic-mode.
23007
23008 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23009
23010 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23011 if there's no completion table.
23012
23013 2005-03-23 Miles Bader <miles@gnu.org>
23014
23015 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23016 Remove tty-specific variants, as they're no longer needed.
23017
23018 2005-03-23 Lute Kamstra <lute@gnu.org>
23019
23020 * generic-x.el: Code cleanup: make args constant whenever possible.
23021 (installshield-statement-keyword-list)
23022 (installshield-system-functions-list)
23023 (installshield-system-variables-list, installshield-types-list)
23024 (installshield-funarg-constants-list): Make them constants.
23025
23026 * generic.el (generic-make-keywords-list): Add autoload cookie.
23027
23028 * calendar/time-date.el: Add comment on time value formats.
23029 Don't require parse-time.
23030 (with-decoded-time-value): New macro.
23031 (encode-time-value): New function.
23032 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23033 (days-to-time): Return a valid time value when arg is huge.
23034 (time-since): Use time-subtract.
23035 (time-to-number-of-days): Use time-to-seconds.
23036
23037 2005-03-23 David Ponce <david@dponce.com>
23038
23039 * recentf.el (recentf-keep): New option.
23040 (recentf-menu-action): Default to `find-file'.
23041 (recentf-keep-non-readable-files-flag)
23042 (recentf-keep-non-readable-files-p)
23043 (recentf-file-readable-p, recentf-find-file)
23044 (recentf-cleanup-remote): Remove.
23045 (recentf-include-p): More robust.
23046 (recentf-keep-p): New function.
23047 (recentf-remove-if-non-kept): Rename from
23048 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23049 All callers updated.
23050 (recentf-menu-items-for-commands): Fix help string.
23051 (recentf-track-closed-file): Update. Doc fix.
23052 (recentf-cleanup): Update. Count removed files. Doc fix.
23053
23054 2005-03-23 Kim F. Storm <storm@cua.dk>
23055
23056 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23057 Don't inherit from fringe face (now happens automatically).
23058
23059 2005-03-22 Kim F. Storm <storm@cua.dk>
23060
23061 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23062 position values.
23063
23064 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23065
23066 * menu-bar.el (showhide-date-time): Remove.
23067 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23068 (menu-bar-make-mm-toggle): Simplify.
23069
23070 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23071
23072 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23073 Accept qualified variable and function names.
23074
23075 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23076
23077 * bindings.el (completion-ignored-extensions):
23078 Remove ".lis" for `vax-vms'.
23079
23080 2005-03-22 Andreas Schwab <schwab@suse.de>
23081
23082 * generic-x.el: Revert last change.
23083 * ldefs-boot.el: Update.
23084
23085 2005-03-22 Jay Belanger <belanger@truman.edu>
23086
23087 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23088 (calc-embedded-save-original-modes)
23089 (calc-embedded-restore-original-modes): New functions.
23090 (calc-do-embedded): Save original modes when entering embedded mode
23091 and restore when leaving embedded mode.
23092 (calc-embedded-modes-change): Change the value of
23093 calc-embedded-original-modes to reflect permanent changes.
23094
23095 2005-03-22 Lute Kamstra <lute@gnu.org>
23096
23097 * generic-x.el: Require generic again.
23098
23099 2005-03-22 Miles Bader <miles@gnu.org>
23100
23101 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23102 Tweak details to look good on both ttys and bitmap displays, light
23103 or dark background, etc.
23104
23105 2005-03-21 Kim F. Storm <storm@cua.dk>
23106
23107 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23108 mouse position.
23109
23110 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23111
23112 * icomplete.el: Don't forcibly turn on the mode upon load.
23113 (icomplete-mode): Use define-minor-mode.
23114 (icomplete-eoinput): Default to nil.
23115 (icomplete-minibuffer-setup): Remove autoload.
23116 (icomplete-tidy): Simplify.
23117 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23118 in the initial state or if the user has modified the field.
23119 Fix handling of icomplete-max-delay-chars.
23120 Remove code that handles the oddball case where
23121 minibuffer-completion-table is an integer.
23122 Wrap icomplete-completions in while-no-input in case building
23123 completions takes more time than expected.
23124 (icomplete-completions): Simplify.
23125
23126 2005-03-21 Richard M. Stallman <rms@gnu.org>
23127
23128 * jka-compr.el (jka-compr-really-do-compress):
23129 Make variable buffer-local.
23130
23131 * image-mode.el: Handle .xpm files too.
23132 (image-toggle-display): Preserve modification flag.
23133
23134 * help.el (where-is): Don't mention aliases with no key bindings.
23135
23136 2005-03-21 Lute Kamstra <lute@gnu.org>
23137
23138 * generic.el: Fix commentary section. Don't require cl for
23139 compilation.
23140 (generic-mode-list): Add autoload cookie.
23141 (generic-use-find-file-hook, generic-lines-to-scan)
23142 (generic-find-file-regexp, generic-ignore-files-regexp)
23143 (generic-mode, generic-mode-find-file-hook)
23144 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23145 (define-generic-mode): Make it a defmacro. Fix docstring.
23146 (generic-mode-internal): Code cleanup. Add autoload cookie.
23147 (generic-mode-set-comments): Code cleanup.
23148 * generic-x.el: Don't prevent compilation. Don't require generic.
23149 Follow coding conventions. Minor code cleanup.
23150 (etc-fstab-generic-mode): Add some keywords.
23151 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23152 define-generic-mode like a function declaration.
23153
23154 2005-03-21 Jay Belanger <belanger@truman.edu>
23155
23156 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23157 changing modes.
23158
23159 2005-03-21 Sam Steingold <sds@gnu.org>
23160
23161 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23162
23163 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23164
23165 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23166 Add underscore to "f$ lexicals" regexp.
23167
23168 2005-03-20 Juri Linkov <juri@jurta.org>
23169
23170 * subr.el (progress-reporter-do-update): When `min-value' is equal
23171 to `max-value', set `percentage' to 0 and prevent division by zero.
23172
23173 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23174
23175 Sync with Tramp 2.0.48.
23176
23177 * net/tramp.el (all): Change all addresses to .gnu.org.
23178 (tramp-append-tramp-buffers): New defun.
23179 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23180 Catch `dont-send' signal.
23181 (tramp-set-auto-save-file-modes): Set always permissions, because
23182 there might be an old auto-saved file belonging to another
23183 original file. This could be a security threat. Reported by
23184 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23185 Check for Emacs 21.3.50 removed.
23186
23187 * net/tramp-smb.el (all): Remove debug construct for
23188 `with-parsed-tramp-file-name'.
23189 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23190 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23191 No error message if DIRECTORY or FILENAME doesn't exist.
23192 (tramp-smb-open-connection): Check existence of
23193 `tramp-smb-program'.
23194
23195 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23196
23197 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23198 Properly handle the case where the `m' or `s' command's argument is not
23199 yet terminated.
23200 (perl-indent-new-calculate): New function.
23201 (perl-indent-line): Use it.
23202
23203 2005-03-20 Miles Bader <miles@gnu.org>
23204
23205 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23206 in text-mode too. Change to new face names.
23207 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23208 Add `:weight bold' attribute.
23209 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23210
23211 2005-03-19 Juri Linkov <juri@jurta.org>
23212
23213 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23214
23215 * international/mule.el (auto-coding-alist): Sync with
23216 `auto-mode-alist' by adding upper case archive file extensions
23217 and adding ear/war to jar extension.
23218
23219 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23220
23221 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23222 running, restart it.
23223
23224 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23225
23226 * finder.el (finder-current-item): Throw an error on an empty line.
23227
23228 * man.el (Man-follow-manual-reference): If current-word returns
23229 nil, use "".
23230
23231 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23232
23233 * simple.el (goto-line): Doc fix.
23234
23235 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23236
23237 * files.el (save-buffer): Doc fix.
23238
23239 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23240
23241 * recentf.el (recentf-cleanup-remote): New variable.
23242 (recentf-cleanup): Use it to conditionally check availability of
23243 remote files.
23244
23245 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23246
23247 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23248 function names.
23249
23250 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23251
23252 * language/thai-word.el: New file.
23253
23254 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23255
23256 * files.el (backup-buffer): If the file's directory is not
23257 writable, use copy instead of move to backup the file.
23258
23259 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23260
23261 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23262
23263 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23264
23265 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23266 Use functionp instead of symbolp and fboundp. Reported by Drkm
23267 <darkman_spam@yahoo.fr>.
23268 (ps-print-version): New version 6.6.6.
23269
23270 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23271
23272 * textmodes/table.el (table--line-column-position): New idiom.
23273 (table--row-column-insertion-point-p): New function to test
23274 validity of row and column insertion operation at a location.
23275 (table-global-menu, table-cell-menu): Use above functions for
23276 deterministic test operation.
23277 (table--editable-cell-p): Behave in deterministic fashion.
23278
23279 2005-03-18 Juri Linkov <juri@jurta.org>
23280
23281 * isearch.el (isearch-lazy-highlight-new-loop):
23282 Make arguments beg and end optional.
23283 (isearch-update): Remove optional arguments nil from
23284 isearch-lazy-highlight-new-loop.
23285 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23286 isearch-lazy-highlight-case-fold-search instead of
23287 isearch-case-fold-search, and let-bind isearch-regexp to
23288 isearch-lazy-highlight-regexp.
23289 Use isearch-lazy-highlight-last-string instead of isearch-string.
23290
23291 * replace.el (perform-replace): Remove bindings of global
23292 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23293 Add three new arguments to `replace-highlight'.
23294 (replace-highlight): Add arguments string, regexp, case-fold.
23295 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23296 to allow isearch-lazy-highlight-new-loop to use these values
23297 to set corresponding isearch-lazy-highlight-* internal
23298 variables whose values lazy highlighting will use regardless of
23299 changes to global variables isearch-string, isearch-regexp,
23300 isearch-case-fold-search during lazy highlighting loop.
23301 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23302 to `lazy-highlight-cleanup'.
23303
23304 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23305 (ispell-highlight-face): Set default face to `isearch' when
23306 lazy highlighting is enabled.
23307 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23308 priority to 1. Add lazy highlighting.
23309 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23310 from `isearch-dehighlight'.
23311
23312 2005-03-18 David Ponce <david@dponce.com>
23313
23314 * files.el (hack-local-variables): Do a case-insensitive search
23315 for End.
23316
23317 2005-03-18 Juri Linkov <juri@jurta.org>
23318
23319 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23320 `isearch-lazy-highlight-cleanup', add alias to old name and
23321 declare obsolete. Add release numbers to other obsolete vars.
23322 (isearch-done, isearch-lazy-highlight-new-loop):
23323 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23324 (lazy-highlight-cleanup) <variable>: Doc fix.
23325 (isearch-lazy-highlight-update): Rename obsolete
23326 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23327
23328 2005-03-18 Kenichi Handa <handa@m17n.org>
23329
23330 * language/thai-util.el: Fix categorization of Thai characters in
23331 thai-category-table.
23332 (thai-composition-pattern): Adjust it for the above change.
23333 (thai-self-insert-command, thai-compose-syllable): New functions.
23334 (thai-compose-region): Use thai-compose-syllable.
23335 (thai-compose-string): Likewise.
23336 (thai-composition-function): Likewise.
23337 (thai-auto-composition): New function.
23338 (thai-auto-composition-mode): New minor mode.
23339
23340 * language/thai.el: Fix patterns to be registered in
23341 composition-function-table.
23342
23343 * international/quail.el (quail-input-method): Locally bind
23344 inhibit-modification-hooks to t.
23345
23346 2005-03-17 Richard M. Stallman <rms@gnu.org>
23347
23348 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23349 (perl-mode): Use run-mode-hooks.
23350
23351 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23352 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23353 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23354
23355 * mail/sendmail.el (sendmail-send-it): Reenable the code
23356 to compute resend-to-address and use it.
23357
23358 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23359
23360 * image-mode.el: New file.
23361
23362 * image.el (insert-sliced-image): Add autoload cookie.
23363
23364 * font-lock.el (font-lock-lines-before): New user option.
23365 (font-lock-after-change-function): Obey it.
23366
23367 * bindings.el (esc-map): Make M-g a prefix.
23368 Bind M-g g and M-g M-g to goto-line.
23369
23370 * faces.el (face-id): Doc fix.
23371
23372 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23373
23374 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23375 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23376 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23377
23378 * mail/sendmail.el (mail-yank-ignored-headers)
23379 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23380 Add Mail-Followup-To and Mail-Reply-To headers.
23381 (mail-citation-hook): Add autoload cookie.
23382 (mail-mode): Doc fix.
23383 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23384 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23385 (mail-mode-fill-paragraph): Handle those headers.
23386 (mail-mailing-lists): New variable.
23387 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23388
23389 2005-03-17 Juri Linkov <juri@jurta.org>
23390
23391 * isearch.el (isearch-fallback): Check for `(car previous)'
23392 before calling `isearch-other-end-state'.
23393
23394 2005-03-17 Kim F. Storm <storm@cua.dk>
23395
23396 * simple.el (move-beginning-of-line): Move to beginning of buffer
23397 line, as well as beginning of screen line.
23398
23399 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23400
23401 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23402 argument REDRAW rather than calendar-redrawing variable.
23403 * calendar/calendar.el (calendar-redrawing): Delete.
23404 (redraw-calendar): Do not bind calendar-redrawing.
23405
23406 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23407
23408 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23409 diary-file buffer.
23410
23411 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23412
23413 * help.el (describe-mode): Allow a :minor-mode-function property to
23414 specify a different minor mode toggle function than the variable.
23415 * simple.el (auto-fill-function):
23416 * subr.el (add-minor-mode): Use it.
23417
23418 2005-03-16 Kenichi Handa <handa@m17n.org>
23419
23420 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23421 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23422 (ethio-fidel-to-sera-buffer): Likewise.
23423
23424 2005-03-16 Juri Linkov <juri@jurta.org>
23425
23426 * emacs-lisp/find-func.el (find-function-regexp):
23427 Add defun-emitting macro `menu-bar-make-toggle'.
23428
23429 * isearch.el: Put `isearch-scroll' property to
23430 `split-window-horizontally'.
23431
23432 * info.el: Update error messages for `debug-ignored-errors'.
23433 (Info-isearch-search): Doc fix.
23434 (Info-find-node): Move up code to go into info buffer before
23435 recording the node to the history.
23436 (Info-fontify-node): Fontify titles only if the next line
23437 has two or more `*', `=', `-', `.'.
23438 Display "go to this node" for empty (match-string 3).
23439
23440 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23441
23442 * term/mac-win.el: Add mouse pointer shape constants.
23443
23444 2005-03-15 Kim F. Storm <storm@cua.dk>
23445
23446 * simple.el (move-beginning-of-line): Use vertical-motion.
23447
23448 2005-03-15 Juri Linkov <juri@jurta.org>
23449
23450 * isearch.el (isearch-error): New variable.
23451 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23452 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23453 (isearch-within-brackets-state): Remove.
23454 (isearch-case-fold-search-state, isearch-pop-fun-state):
23455 Decrease frame index.
23456 (isearch-mode, isearch-top-state, isearch-push-state)
23457 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23458 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23459 (isearch-search, isearch-lazy-highlight-new-loop):
23460 Replace `isearch-invalid-regexp' with `isearch-error'.
23461 Remove `isearch-within-brackets'.
23462 (isearch-search): Add `search-failed' handler to `condition-case'.
23463 (isearch-lazy-highlight-search): Add `condition-case' to catch
23464 errors and allow `isearch-lazy-highlight-update' to try
23465 highlighting from the beginning of the window.
23466 (isearch-repeat): Move up code to set isearch-wrapped to t
23467 before calling isearch-wrap-function.
23468
23469 * info.el (Info-isearch-initial-node): New internal variable.
23470 (Info-search): Signal an error in isearch mode when search leaves
23471 the initial node. Signal an error when `bound' is non-nil and
23472 nothing was found in the current subfile.
23473 (Info-isearch-search): Remove `condition-case'.
23474 (Info-isearch-wrap): Don't wrap when search failed during leaving
23475 the initial node. If `Info-isearch-search' is nil, wrap around
23476 the current node.
23477 (Info-isearch-start): New fun.
23478 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23479 `isearch-mode-hook'.
23480
23481 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23482
23483 * simple.el (normal-erase-is-backspace): Set default to t if
23484 running on Mac.
23485
23486 * term/mac-win.el (function-key-map): Sync with x-win.el.
23487
23488 2005-03-15 Kenichi Handa <handa@m17n.org>
23489
23490 * international/mule-cmds.el (locale-language-names): Modify the
23491 format of elements and add more entries.
23492 (locale-preferred-coding-systems): Add more entries.
23493 (set-locale-environment): Adjust for the change of
23494 locale-language-names.
23495
23496 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23497
23498 * pcvs.el (smerge-ediff): Remove bogus autoload.
23499
23500 2005-03-14 Lute Kamstra <lute@gnu.org>
23501
23502 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23503 Ignore a `*' at the beginning of a line.
23504
23505 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23506 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23507 subr.el.
23508 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23509 to specify indentation.
23510
23511 * generic.el (define-generic-mode): Let generic-mode-list be a
23512 list of strings; test membership with equal.
23513
23514 2005-03-14 Kim F. Storm <storm@cua.dk>
23515
23516 * simple.el (next-line, previous-line): Add optional try-vscroll
23517 arg to recognize interactive use. Pass it on to line-move.
23518 (line-move): Don't perform auto-window-vscroll when defining or
23519 executing keyboard macro to ensure consistent behavior.
23520
23521 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23522
23523 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23524
23525 2005-03-13 Lute Kamstra <lute@gnu.org>
23526
23527 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23528 debugger-setup-buffer so that backtrace marks the frames set to
23529 debug-on-exit and we don't have to do it manually. Set an extra
23530 debug-on-exit for macro's.
23531 (debugger-setup-buffer): Don't mark the top frame manually.
23532
23533 2005-03-12 Lute Kamstra <lute@gnu.org>
23534
23535 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23536 lisp-indent-function throughout.
23537 (with-no-warnings): Set lisp-indent-function property.
23538
23539 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23540
23541 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23542 Add entry for backslash.
23543
23544 2005-03-12 Juri Linkov <juri@jurta.org>
23545
23546 * info.el (Info-search): Four fixes for backward search.
23547
23548 2005-03-11 Jay Belanger <belanger@truman.edu>
23549
23550 * calc/calc.el (calc-language-alist): New variable.
23551 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23552 (calc-embedded-find-modes): Use calc-language-alist instead of
23553 calc-embedded-language-alist.
23554
23555 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23556
23557 * calendar/calendar.el (calendar-redrawing): New internal
23558 variable.
23559 (redraw-calendar): Remove bogus save-excursion from previous
23560 change. Bind calendar-redrawing to t for mark-diary-entries.
23561 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23562 calendar if that is why we were called.
23563
23564 2005-03-11 Kenichi Handa <handa@m17n.org>
23565
23566 * international/mule.el (make-coding-system): Set property
23567 coding-system-define-form to nil.
23568 (define-coding-system-alias): Likewise.
23569
23570 2005-03-11 Kenichi Handa <handa@m17n.org>
23571
23572 These changes are suggested by Dave Love <fx@gnu.org>.
23573
23574 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23575 coding: tag.
23576 (adaptive-fill-regexp): Add more bullets.
23577 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23578 regexps.
23579
23580 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23581
23582 * help.el (describe-mode): Properly handle non-trivial lighters.
23583 Don't ignore minor modes that are not listed in minor-mode-list.
23584
23585 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23586 feature ON when the user requests to turn it OFF.
23587
23588 2005-03-10 Lute Kamstra <lute@gnu.org>
23589
23590 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23591 (implement-debug-on-entry): New function to replace debug-entry-code.
23592 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23593 second argument as the 2005-03-07 change makes it obsolete.
23594 (debug-on-entry, cancel-debug-on-entry): Update call to
23595 debug-on-entry-1.
23596 (debug, debugger-setup-buffer): Comment update.
23597 (debugger-frame-number): Update to work with implement-debug-on-entry.
23598
23599 2005-03-10 Jay Belanger <belanger@truman.edu>
23600
23601 * calc/calc-embed.el (math-ms-args): Declare it.
23602 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23603 math-ms-args.
23604 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23605 variables.
23606
23607 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23608
23609 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23610 Use message-box.
23611
23612 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23613 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23614 (tooltip-gud-tips): Simplify.
23615 (tooltip-gud-tips-p): Remove superfluous :set.
23616 (tooltip-gud-modes): Add fortran-mode.
23617 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23618
23619 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23620
23621 2005-03-09 Kim F. Storm <storm@cua.dk>
23622
23623 * play/animate.el (animate-place-char): Use forward-line instead
23624 of next-line to improve performance.
23625
23626 2005-03-09 Simon Josefsson <jas@extundo.com>
23627
23628 * net/browse-url.el (browse-url-default-browser): Doc fix.
23629
23630 2005-03-09 Miles Bader <miles@gnu.org>
23631
23632 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23633 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23634
23635 2005-03-09 Kenichi Handa <handa@m17n.org>
23636
23637 * international/latin-1.el: Set case and syntax for 255 only if
23638 set-case-syntax-set-multibyte is nil.
23639
23640 * textmodes/ispell.el (ispell-insert-word): New function.
23641 (ispell-word): Use ispell-insert-word to insert a new word.
23642 (ispell-process-line): Likewise.
23643 (ispell-complete-word): Likewise.
23644
23645 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23646
23647 * calendar/calendar.el (redraw-calendar): Preserve point.
23648 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23649 (calendar-week-start-day): Move after definition of
23650 redraw-calendar. Delete buffer test, since redraw-calendar has
23651 that now.
23652
23653 * calendar/diary-lib.el (mark-diary-entries): Only call
23654 redraw-calendar in the first of any recursive calls.
23655 Reported by Alan Shutko <ats@acm.org>.
23656
23657 2005-03-08 Juri Linkov <juri@jurta.org>
23658
23659 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23660 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23661 (html-radio-buttons): Add a space before the trailing `/>' where
23662 sgml-xml-mode is non-nil.
23663 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23664 the subsequent tag of the empty XML tag.
23665 (html-href-anchor): Don't set initial input to "http:".
23666 (html-image): Ask for the image URL and set point inside alt="".
23667 (html-name-anchor): Duplicate the name in the `id' attribute when
23668 sgml-xml-mode is non-nil.
23669 (html-paragraph): Remove \n before <p>.
23670 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23671 instead of `checked' when sgml-xml-mode is non-nil.
23672
23673 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23674 Remove 1 space before #RRGGBB to not truncate it on terminal
23675 windows w/o fringes. Remove 1 space between bg and fg examples
23676 to get more space.
23677 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23678 avoid byte-compile warnings.
23679
23680 * image-file.el (image-file-handler): Put `safe-magic' property to
23681 `image-file-handler'.
23682
23683 * info.el (Info-isearch-search): Emulate word search in
23684 isearching through multiple Info nodes with Info-search.
23685 (Info-isearch-wrap): Allow isearch-word.
23686
23687 2005-03-08 Lute Kamstra <lute@gnu.org>
23688
23689 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23690 stepping into the debugger's code is not possible.
23691 (debugger-jumping-flag): Docstring update.
23692
23693 2005-03-08 Jay Belanger <belanger@truman.edu>
23694
23695 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23696 embedded mode begins.
23697 (calc-embedded-language-alist): New variable.
23698 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23699 set default language mode.
23700
23701 2005-03-08 Kenichi Handa <handa@m17n.org>
23702
23703 * international/ccl.el (define-ccl-program): Fix docstring about
23704 extra 256 bytes assured for the output buffer.
23705
23706 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23707 Fix BUFFER_MAGNIFICATION to 2.
23708 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23709
23710 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23711
23712 * align.el (align-rules-list): Added an alignment rule for CSS
23713 declarations (applies to css-mode and html-mode buffers).
23714
23715 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23716
23717 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23718
23719 2005-03-07 Kim F. Storm <storm@cua.dk>
23720
23721 * simple.el (move-beginning-of-line): New command.
23722
23723 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23724
23725 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23726
23727 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23728 and move-beginning-of-line.
23729
23730 * apropos.el (apropos-print): Omit command from M-x ... RET.
23731
23732 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23733
23734 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23735 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23736
23737 2005-03-06 Richard M. Stallman <rms@gnu.org>
23738
23739 * bindings.el (esc-map): Bind M-g to goto-line.
23740
23741 * facemenu.el (global-map): Bind M-o, not M-g.
23742
23743 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23744
23745 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23746 "Open Directory" as for "Open File".
23747
23748 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23749
23750 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23751 (push-mark-command): Run activate-mark-hook.
23752
23753 2005-03-06 Richard M. Stallman <rms@gnu.org>
23754
23755 * help-mode.el (help-mode-finish): Don't alter the element
23756 in view-return-to-alist if there already is one.
23757
23758 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23759 make sure the current buffer is the expected one.
23760
23761 * novice.el (disabled-command-function): Output in *Disabled Command*.
23762 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23763
23764 * textmodes/flyspell.el (flyspell-large-region):
23765 Pass args differently for aspell.
23766
23767 * files.el (mode-require-final-newline): Doc fix.
23768
23769 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23770
23771 * progmodes/which-func.el (which-function):
23772 Specify NOERROR when calling imenu--make-index-alist.
23773
23774 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23775
23776 * simple.el (normal-erase-is-backspace): Define default value.
23777
23778 * custom.el (custom-theme-set-variables): Remove unused var
23779 `immediate'.
23780 (custom-reevaluate-setting): Simple function to handle variables
23781 that are defined before their default value can really be
23782 computed.
23783
23784 * startup.el (command-line): Use it for temporary-file-directory,
23785 small-emporary-file-directory, auto-save-file-name-transforms,
23786 blink-cursor-mode, and normal-erase-is-backspace.
23787
23788 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23789 progress, even with buggy anchored keywords.
23790
23791 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23792
23793 * simple.el (goto-line): Remove unbalanced final parenthesis.
23794
23795 2005-03-05 Richard M. Stallman <rms@gnu.org>
23796
23797 * simple.el (goto-line): Use a number at point as the default.
23798 With C-u as arg, switch buffers.
23799
23800 2005-03-05 Juri Linkov <juri@jurta.org>
23801
23802 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23803 with `no-blinking-cursor'.
23804
23805 * startup.el (no-blinking-cursor): New defvar.
23806 (command-line): Add `--no-blinking-cursor' to longopts.
23807 Set `no-blinking-cursor' to t for command line arguments
23808 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23809 with `no-blinking-cursor' in the condition for calling
23810 `blink-cursor-mode'.
23811
23812 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23813
23814 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23815 (menu-bar-options-save): Add blink-cursor-mode.
23816 (menu-bar-options-menu): Add blink-cursor-mode.
23817
23818 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23819
23820 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23821 (icalendar-export-file, icalendar-export-region)
23822 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23823 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23824
23825 2005-03-04 Lute Kamstra <lute@gnu.org>
23826
23827 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23828 (debug-function-list): Ditto.
23829
23830 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23831
23832 * textmodes/texinfmt.el (texinfo-append-refill):
23833 Redefine the types of line to which @refill
23834 is not appended by replacing a search for `@refill\\|@bye' with
23835 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23836 itemize@refill' bug and the unfilled long lines bug.
23837 (texinfmt-version): Update number and date.
23838
23839 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23840
23841 * international/code-pages.el (windows-1250, windows-125[2-8])
23842 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23843
23844 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23845
23846 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23847 bound yet.
23848
23849 2005-03-02 Romain Francoise <romain@orebokech.com>
23850
23851 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23852 buffer after removing limits.
23853 (ibuffer-pop-filter): Ditto.
23854 Update copyright.
23855
23856 2005-03-02 Miles Bader <miles@gnu.org>
23857
23858 * button.el (make-text-button): If the user doesn't specify a
23859 type, use the default. Rewrite to use `add-text-properties' and
23860 plist functions.
23861
23862 2005-03-01 Lute Kamstra <lute@gnu.org>
23863
23864 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23865 (debugger-jumping-flag): New var.
23866 (debug-entry-code): Use it.
23867 (debugger-jump): Use debugger-jumping-flag and add
23868 debugger-reenable to post-command-hook.
23869 (debugger-reenable): Use debugger-jumping-flag and remove itself
23870 from post-command-hook.
23871 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23872 debugger-reenable.
23873
23874 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23875
23876 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23877 inclusion of "itemize\\|", which may be unnecessary, is certainly
23878 inelegant, and stops refilling in itemize lists when formatting
23879 Japanese Texinfo files to Info.
23880 Update copyright to 2005.
23881
23882 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23883
23884 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23885 of an error if GDB can't find the source file.
23886
23887 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23888
23889 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23890 not just the calendar.
23891
23892 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23893 first.
23894 (diary-redraw-calendar): New function.
23895 (make-diary-entry): Add diary-redraw-calendar to local
23896 write-contents-functions. Turn off selective display before
23897 inserting in diary.
23898
23899 2005-03-01 Kim F. Storm <storm@cua.dk>
23900
23901 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23902
23903 2005-03-01 Lute Kamstra <lute@gnu.org>
23904
23905 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23906 that debug-entry-code can be safely removed from a function while
23907 this code is being evaluated. Revert the 2005-02-27 change as the
23908 new implementation no longer requires it. Make sure that a
23909 function body containing just a string is not mistaken for a docstring.
23910 (debug): Skip one more frame in case of debug on entry.
23911 (debugger-setup-buffer): Delete one more frame line in case of
23912 debug on entry.
23913 (debugger-frame-number): Update to use the new text introduced by
23914 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23915
23916 2005-02-28 Kim F. Storm <storm@cua.dk>
23917
23918 * double.el (double-translate-key): Call force-window-update after
23919 read-event to avoid crash in redisplay.
23920
23921 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23922
23923 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23924 (debug): Use it. Move the inhibit-trace earlier.
23925 (debug-entry-code): New const.
23926 (debug-on-entry-1): Use it.
23927
23928 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23929
23930 * international/utf-16.el (ccl-encode-mule-utf-16le):
23931 Fix BUFFER_MAGNIFICATION to 2.
23932 (ccl-encode-mule-utf-16be): Likewise.
23933
23934 2005-02-28 Kenichi Handa <handa@m17n.org>
23935
23936 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23937 Fix BUFFER_MAGNIFICATION to 4.
23938 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23939
23940 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23941
23942 * speedbar.el (speedbar-update-flag): Doc fix.
23943 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23944 argument.
23945
23946 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23947
23948 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23949 have a non-nil `invisible' property but are actually visible.
23950
23951 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23952 for perldoc sections.
23953 (perl-outline-regexp, perl-outline-level): New var and function.
23954 (perl-mode): Use them.
23955
23956 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23957
23958 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23959 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23960
23961 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23962
23963 * cus-edit.el: Comment change.
23964 (custom-buffer-create-internal): Slightly reword text at top of
23965 Custom buffers. Mention there that saving an option edits the
23966 init file. Add link to Emacs manual node on `custom-file'.
23967 (custom-magic-alist): Rewrite individual State messages to use
23968 capitalized keywords. Doc fix.
23969
23970 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23971
23972 * calendar/calendar.el (calendar-buffer): Move above
23973 calendar-week-start-day.
23974 (calendar-week-start-day): Doc fix. Add :set function.
23975 (calendar-minimum-window-height): New variable.
23976 (generate-calendar-window): Only resize window if selected-window
23977 is displaying the calendar buffer. Use new variable
23978 calendar-minimum-window-height.
23979 (generate-calendar): Reword error message.
23980 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23981
23982 2005-02-27 Andreas Schwab <schwab@suse.de>
23983
23984 * vc.el (vc-do-command): Don't run command asynchronously when
23985 operating in a remote directory.
23986
23987 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23988 change from sync with Tramp 2.0.47.
23989
23990 2005-02-27 Richard M. Stallman <rms@gnu.org>
23991
23992 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23993
23994 * textmodes/flyspell.el (flyspell-mode-on):
23995 Call ispell-change-dictionary only if necessary.
23996
23997 * emacs-lisp/re-builder.el (regexp-builder): New function.
23998
23999 * register.el (describe-register-1): Explicitly handle
24000 yank-excluded-properties = t.
24001
24002 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24003 (custom-magic-alist): Change the status descriptions again.
24004 (face widget-type): Total rewrite based on `restricted-sexp'
24005 to eliminate the confusing double hiding levels.
24006
24007 * emacs-lisp/debug.el (debug-on-entry-1):
24008 If function body is empty, add nil as body form.
24009
24010 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24011
24012 * emacs-lisp/trace.el (inhibit-trace): New var.
24013 (trace-make-advice): Use it.
24014
24015 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24016
24017 2005-02-26 Kim F. Storm <storm@cua.dk>
24018
24019 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24020 (mouse-on-link-p, mouse-drag-region-1): Use it.
24021
24022 2005-02-25 Lute Kamstra <lute@gnu.org>
24023
24024 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24025
24026 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24027
24028 * frame.el (blink-cursor-mode): Add :group keyword.
24029
24030 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24031
24032 * calendar/icalendar.el (icalendar--decode-isodatetime):
24033 New optional argument DAY-SHIFT.
24034 (icalendar-export-region): Fix coding-system-for-write.
24035 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24036 events by one.
24037
24038 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24039
24040 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24041
24042 2005-02-24 Kim F. Storm <storm@cua.dk>
24043
24044 * international/iso-acc.el (iso-accents-compose): Fix crash
24045 during redisplay. Call force-window-update after read-event
24046 and delete-region to signal that window is not accurate.
24047
24048 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24049
24050 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24051 Remove unused and inexistent var `inhibit-trace'.
24052 (debugger-mode): Use run-mode-hooks.
24053 (debugger-list-functions): Add buttons; setup xref stack.
24054
24055 2005-02-23 Richard M. Stallman <rms@gnu.org>
24056
24057 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24058 appointment says it was explicitly made.
24059 (appt-add): Set the 3rd element.
24060 (appt-make-list): Preserve explicit appointments.
24061
24062 * subr.el (find-tag-default): Catch errors in forward-sexp.
24063
24064 2005-02-23 Juri Linkov <juri@jurta.org>
24065
24066 * info.el (Info-isearch-search): New defcustom.
24067 (Info-isearch-search): Call the default isearch function
24068 when Info-isearch-search is nil.
24069 (Info-isearch-wrap): Use variable Info-isearch-search.
24070
24071 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24072
24073 * cus-edit.el: Comment change.
24074
24075 2005-02-22 Kim F. Storm <storm@cua.dk>
24076
24077 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24078 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24079
24080 2005-02-22 Simon Josefsson <jas@extundo.com>
24081
24082 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24083 New variable.
24084 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24085 Oskarsson" <myrkraverk@users.sourceforget.net>.
24086
24087 2005-02-22 Kim F. Storm <storm@cua.dk>
24088
24089 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24090 check that window of that event is the selected window.
24091 (mouse-drag-region-1): Compare mouse event window to selected
24092 window before setting point.
24093
24094 * tooltip.el (tooltip-show-help-function): Pass event to
24095 mouse-on-link-p so it can check selected window.
24096
24097 2005-02-22 Kenichi Handa <handa@m17n.org>
24098
24099 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24100 (ps-mule-show-warning): New function.
24101 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24102 characters are found.
24103
24104 * ps-print.el (ps-header-footer-string): Return a list of header
24105 and footer strings.
24106
24107 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24108
24109 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24110
24111 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24112
24113 * frame.el (blink-cursor-mode): Use define-minor-mode.
24114
24115 * term/mac-win.el (function-key-map): Use char-names more consistently.
24116 (file-name-coding-system): Only set it for MacOS-9. The other case is
24117 already handled in mule-cmds.el (where it also works when mac-win.el
24118 is not used).
24119
24120 2005-02-21 Kenichi Handa <handa@m17n.org>
24121
24122 * international/mule.el (ctext-pre-write-conversion): Always use
24123 " *code-converting-work*" buffer for work.
24124
24125 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24126
24127 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24128
24129 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24130
24131 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24132
24133 * ses.el (undo-more): Restore defadvice, but only the part that
24134 allows changes outside the restricted area of the buffer.
24135
24136 2005-02-20 Kim F. Storm <storm@cua.dk>
24137
24138 * simple.el (line-move): Add fourth optional arg try-vscroll which
24139 must be set to perform auto-window-vscroll.
24140 When moving backwards and doing auto-window-vscroll, automatically
24141 vscroll to the last part of lines which are taller than the window.
24142 (next-line, previous-line): Set try-vscroll arg on line-move.
24143
24144 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24145
24146 * replace.el (query-replace, query-replace-regexp)
24147 (replace-string, replace-regexp): When operating on region, make
24148 the minibuffer prompt say so.
24149
24150 * isearch.el (isearch-forward): Document isearch-query-replace and
24151 isearch-query-replace-regexp keybindings.
24152
24153 2005-02-19 Jay Belanger <belanger@truman.edu>
24154
24155 * calc/calc-aent.el (math-read-token): Add local variable.
24156
24157 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24158 (calc-edit-top): Move declaration to earlier in file.
24159 (calc-edit-macro-repeats): Add local variables.
24160
24161 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24162 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24163 calcFunc-tanh.
24164 Adjust integration rule for calcFunc-tan.
24165
24166 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24167
24168 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24169 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24170 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24171 (viper-skip-separators): Bug fix.
24172 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24173 particular major mode.
24174 (viper-del-backward-char-in-replace): Don't put deleted char on the
24175 kill ring.
24176
24177 * viper-ex.el (viper-color-display-p): New function.
24178 (viper-has-face-support-p): Use viper-color-display-p.
24179
24180 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24181
24182 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24183
24184 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24185 (viper-file-remote-p): Make equivalent to file-remote-p.
24186
24187 * viper.el (viper-major-mode-modifier-list):
24188 Use viper-gnus-modifier-map.
24189
24190 2005-02-19 David Kastrup <dak@gnu.org>
24191
24192 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24193 quoting.
24194
24195 2005-02-19 Jay Belanger <belanger@truman.edu>
24196
24197 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24198 Remove extra definitions.
24199 (calc-coth): New function.
24200 (calcFunc-cot): Fix `let'.
24201
24202 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24203
24204 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24205 the reasons we use "type pc" in these faces.
24206
24207 * button.el (button): Ditto.
24208
24209 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24210
24211 * replace.el (query-replace-read-from): Set the value of
24212 query-replace-from-history-variable to handle the case of an empty
24213 string entered to accept the suggested default.
24214
24215 * net/tramp.el (tramp-file-name-for-operation):
24216 Use dired-call-process instead of dired-call-process-command.
24217
24218 2005-02-19 Jay Belanger <belanger@truman.edu>
24219
24220 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24221 (math-div-non-trig): New variables.
24222 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24223 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24224 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24225 trig expressions.
24226
24227 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24228
24229 * progmodes/gdb-ui.el (gdb-var-update-handler)
24230 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24231 for watch expressions,
24232 (gdb-var-create-handler): Don't set speedbar-update-flag.
24233 (gdb-post-prompt): Simplify test for speedbar.
24234
24235 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24236
24237 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24238 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24239 we use the syntax table of the correct buffer.
24240 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24241 Felix Gatzemeier.
24242
24243 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24244 (ediff-file-remote-p): Make synonymous with file-remote-p.
24245 In all deffaces ediff-*-face-*, use min-colors.
24246
24247 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24248 ediff-recurse-to-subdirectories.
24249 (ediff-mark-if-equal): Check that the arguments are strings, use
24250 ediff-same-contents (after to Felix Gatzemeier).
24251
24252 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24253 nil.
24254
24255 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24256
24257 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24258
24259 2005-02-18 David Kastrup <dak@gnu.org>
24260
24261 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24262 use `mark-active' when defined.
24263
24264 2005-02-18 Kenichi Handa <handa@m17n.org>
24265
24266 * ps-print.el (ps-font-info-database): New entry
24267 ZapfChancery-MediumItalic with correct font name. Fix font name
24268 of the entry Zapf-Chancery-MediumItalic.
24269
24270 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24271
24272 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24273
24274 2005-02-16 Kim F. Storm <storm@cua.dk>
24275
24276 * ido.el (ido-fallback-command): Pass user input to fallback command.
24277
24278 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24279
24280 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24281 (gdb-find-file-hook): Add server prefix.
24282
24283 2005-02-16 Richard M. Stallman <rms@gnu.org>
24284
24285 * replace.el (perform-replace): Pass new args to replace-highlight.
24286 (replace-highlight): Take region args,
24287 and pass them to isearch-lazy-highlight-new-loop.
24288
24289 * novice.el (disabled-command-hook): Autoload the defalias
24290 and the make-obsolete-variable call.
24291
24292 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24293
24294 * isearch.el (isearch-lazy-highlight-start-limit)
24295 (isearch-lazy-highlight-end-limit): New variables limit
24296 the region for highlighting.
24297 (isearch-lazy-highlight-new-loop): New args BEG and END.
24298 (isearch-lazy-highlight-search): Use the new vars.
24299 (isearch-lazy-highlight-update): Likewise.
24300
24301 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24302
24303 * cus-start.el (all): Use default-boundp.
24304
24305 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24306
24307 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24308
24309 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24310
24311 * autorevert.el (auto-revert-stop-on-user-input)
24312 (auto-revert-verbose): Doc fixes.
24313
24314 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24315
24316 * international/mule-cmds.el (set-locale-environment): Remove call
24317 to set-selection-coding-system on Windows.
24318
24319 2005-02-15 Jay Belanger <belanger@truman.edu>
24320
24321 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24322 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24323 calcFunc-coth.
24324 (math-simplify-sqrt): Add simplifications.
24325
24326 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24327 to list.
24328
24329 * calc/calc-ext.el: Add functions to autoloads.
24330
24331 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24332 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24333 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24334 (math-csc-raw, math-cot-raw): New functions.
24335
24336 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24337
24338 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24339 the variable name in a message.
24340
24341 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24342 calcFunc-csc, calcFunc-cot.
24343
24344 * calc/calcalg2.el: Add derivative and integration rules for
24345 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24346 calcFunc-csch, calcFunc-coth.
24347 (math-do-integral-methods): Add to checks for when to use
24348 substitutions.
24349
24350 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24351
24352 2005-02-15 Lute Kamstra <lute@gnu.org>
24353
24354 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24355 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24356 <monnier@iro.umontreal.ca>
24357 (lisp-outline-level): Improve efficiency. Suggested by David
24358 Kastrup <dak@gnu.org>.
24359
24360 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24361
24362 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24363 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24364 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24365 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24366 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24367
24368 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24369
24370 * cus-start.el (all): Comment change.
24371
24372 2005-02-14 Lute Kamstra <lute@gnu.org>
24373
24374 * cus-start.el (all): Check if symbol is void.
24375
24376 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24377
24378 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24379 optional argument to \cite.
24380
24381 2005-02-14 Richard M. Stallman <rms@gnu.org>
24382
24383 * cus-edit.el (custom-buffer-create-internal): Update help message.
24384 (custom-magic-alist): Update help messages.
24385
24386 * cus-start.el (all): Allow a var to specify a standard value.
24387
24388 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24389
24390 * custom.el (custom-theme-set-variables): Handle variable aliases.
24391
24392 * frame.el (blink-cursor-timer): Doc fix.
24393 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24394 declare obsolete.
24395 (blink-cursor-mode): Define with defcustom and use correct
24396 standard expression in that defcustom.
24397 * startup.el (command-line): Adapt to above changes in frame.el.
24398
24399 2005-02-11 Lute Kamstra <lute@gnu.org>
24400
24401 * apropos.el (apropos-score-doc): Prevent division by zero.
24402
24403 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24404
24405 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24406 (icalendar--get-event-property-attributes)
24407 (icalendar--get-event-properties)
24408 (icalendar--datetime-to-diary-date): New functions.
24409 (icalendar--split-value): Doc fix.
24410 (icalendar--datetime-to-noneuropean-date)
24411 (icalendar--datetime-to-european-date): New optional argument
24412 SEPARATOR. Return result as a string instead of a list.
24413 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24414 (icalendar--convert-string-for-export): Rename arg S to STRING.
24415 (icalendar-export-region): Doc fix. Change name of error buffer.
24416 Save output buffer.
24417 (icalendar-import-file): Add blank at end of prompt.
24418 (icalendar-import-buffer): Doc fix. Do not switch to error
24419 buffer. Indicate status in return value.
24420 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24421 buffer. Save output buffer. Handle exception from recurrence
24422 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24423 events. Fix problems with weekly all-day events.
24424
24425 2005-02-10 Richard M. Stallman <rms@gnu.org>
24426
24427 * simple.el (eval-expression-print-format):
24428 Avoid warning about edebug-active.
24429
24430 * help.el (help-for-help-internal): Rename from help-for-help.
24431 (help-for-help): Define with defalias.
24432
24433 * font-core.el (font-lock-default-function): Use with-no-warnings.
24434
24435 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24436
24437 * custom.el (defface): Doc fix.
24438
24439 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24440
24441 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24442 width 0" to prevent word wrapping problems.
24443
24444 2005-02-09 Kim F. Storm <storm@cua.dk>
24445
24446 * ido.el (ido-file-extensions-order): New defcustom.
24447 (ido-file-extension-lessp, ido-file-extension-aux)
24448 (ido-file-extension-order): New advanced file ordering.
24449 (ido-file-lessp): New simple file ordering.
24450 (ido-sort-list): Remove.
24451 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24452 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24453
24454 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24455
24456 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24457 that some versions of grep produce.
24458 (grep-mode-font-lock-keywords): Likewise.
24459
24460 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24461
24462 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24463 (gdb-cdir): Delete.
24464 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24465 (gdb-source-info): Treat case when source file is in another
24466 directory properly.
24467 (gdb-get-location): New function.
24468
24469 2005-02-07 Jay Belanger <belanger@truman.edu>
24470
24471 * calc/calc-prog.el (calc-write-parse-table-part)
24472 (calc-fix-token-name): Fix a check for language type.
24473
24474 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24475
24476 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24477
24478 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24479 as directory not writable.
24480
24481 2005-02-07 Kim F. Storm <storm@cua.dk>
24482
24483 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24484 (cua--standard-movement-commands): Remove list.
24485 Instead, set CUA property value to move for movement commands.
24486 (cua-movement-commands): Remove. Users must set CUA prop instead.
24487 (cua--pre-command-handler): Check CUA property.
24488 (cua--init-keymaps): Don't remap undo commands.
24489 (cua-mode): Don't call cua--rectangle-on-off.
24490
24491 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24492 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24493 (cua--rect-undo-set-point): New var.
24494 (cua--rectangle-undo-boundary): Setup undo apply entry.
24495 (cua--rect-undo-handler): New function for rectangle undo.
24496 (cua--rect-start-position, cua--rect-end-position): Add.
24497 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24498 for restored rectangle. Set point if cua--rect-undo-set-point.
24499
24500 2005-02-06 Jay Belanger <belanger@truman.edu>
24501
24502 * calc/calc-lang.el (calc-tex-language): Display more information
24503 in messages.
24504
24505 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24506 in TeX mode.
24507
24508 2005-02-06 Richard M. Stallman <rms@gnu.org>
24509
24510 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24511
24512 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24513
24514 * net/ldap.el (ldap-search-internal): Support attributes with
24515 optional descriptions separated by a semi-colon, as in
24516 "userCertificate;binary".
24517
24518 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24519
24520 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24521 isn't a cons (i.e. the version is 0).
24522
24523 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24524
24525 * help.el (help-for-help): Doc fix.
24526
24527 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24528
24529 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24530 GDB-Windows on the menu-bar as this works better.
24531
24532 2005-02-04 Jay Belanger <belanger@truman.edu>
24533
24534 * calc/calc-embed.el (calc-embedded-update): Don't put in
24535 unnecessary newlines. Adjust the end of formula marker.
24536
24537 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24538 (math-latex-parse-two-args): New function.
24539
24540 2005-02-03 Lute Kamstra <lute@gnu.org>
24541
24542 * help-fns.el (help-with-tutorial): Make sure that users cannot
24543 remove the entire text of the tutorial by means of `undo'.
24544
24545 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24546
24547 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24548 in recent changes, where the ispell process was repeatedly
24549 killed & restarted.
24550
24551 * international/mule-cmds.el (set-locale-environment): Set file-name
24552 coding system to utf-8 on Darwin systems.
24553 (set-default-coding-systems): Don't set default-file-name-coding-system
24554 on Darwin systems.
24555
24556 2005-02-03 Richard M. Stallman <rms@gnu.org>
24557
24558 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24559
24560 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24561
24562 * faces.el (list-faces-display): Add optional argument.
24563
24564 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24565
24566 * font-core.el (font-lock-default-function): Handle the rare case where
24567 only font-lock-keywords is set.
24568
24569 2005-02-02 Kenichi Handa <handa@m17n.org>
24570
24571 * international/characters.el: Cancel previous change for
24572 I-WITH-DOT-ABOVE and DOTLESS-i.
24573
24574 * international/latin-5.el: Cancel previous change.
24575
24576 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24577
24578 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24579
24580 2005-02-02 Kenichi Handa <handa@m17n.org>
24581
24582 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24583 DOTLESS-i.
24584
24585 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24586 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24587
24588 * case-table.el (get-upcase-table): New function.
24589 (copy-case-table): Copy upcaes table too if non-nil.
24590 (set-case-syntax-delims): Maintain upcase table too.
24591 (set-case-syntax-pair): Likewise.
24592 (set-upcase-syntax, set-downcase-syntax): New functions.
24593 (set-case-syntax): Maintain upcase table too.
24594
24595 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24596
24597 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24598
24599 * progmodes/gud.el (gud-goto-info): New function.
24600 (gud-tool-bar-map): Use correct icon.
24601
24602 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24603
24604 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24605 When delegating, order args in the funcall correctly.
24606
24607 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24608
24609 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24610
24611 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24612
24613 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24614 buffer not visiting a file.
24615
24616 2005-01-31 Jay Belanger <belanger@truman.edu>
24617
24618 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24619 bound on the line with the formula.
24620
24621 2005-01-31 Kim F. Storm <storm@cua.dk>
24622
24623 * ses.el (ses-create-cell-variable-range)
24624 (ses-destroy-cell-variable-range, ses-reset-header-string)
24625 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24626 (ses-insert-row): Fix format of apply undo entries.
24627
24628 2005-01-31 Jay Belanger <belanger@truman.edu>
24629
24630 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24631 parts.
24632
24633 * calc/calc-embed.el (calc-embedded-open-formula)
24634 (calc-embedded-close-formula): Ignore matrix environments.
24635
24636 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24637 TeX mode.
24638
24639 * calc/calc-lang.el (math-function-table, math-oper-table)
24640 (math-variable-table): Adjust the LaTeX portions.
24641
24642 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24643 (math-latex-ignore-words): New constant.
24644
24645 2005-01-31 Richard M. Stallman <rms@gnu.org>
24646
24647 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24648 (ispell-local-dictionary): Doc fix.
24649 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24650 Don't reinitialize at run time. Don't defcustom.
24651 All uses changed to append ispell-local-dictionary-alist,
24652 or check it first.
24653 (ispell-current-dictionary): New variable for dictionary in use.
24654 (ispell-dictionary): Now used only for global default.
24655 (ispell-start-process): Set ispell-current-dictionary,
24656 not ispell-dictionary.
24657 (ispell-change-dictionary): Use this only for setting
24658 user preferences.
24659 (ispell-internal-change-dictionary): New function
24660 to change the current dictionary in use.
24661 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24662 Use ispell-current-dictionary.
24663 Handle ispell-local-dictionary-overridden.
24664 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24665
24666 2005-01-31 Jay Belanger <belanger@truman.edu>
24667
24668 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24669
24670 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24671 (calc-mode-map): Add calc-latex-language.
24672
24673 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24674 (math-latex-print-frac): New functions.
24675 (math-oper-table, math-function-table, math-variable-table)
24676 (math-complex-format, math-input-filter): Add latex properties.
24677 (calc-set-language): Set math-expr-special-function-mapping.
24678
24679 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24680 (calc-write-parse-table-part): Add LaTeX support.
24681
24682 * calc/calc.el (calc-language): Adjust docstring.
24683 (calc-set-mode-line): Add LaTeX support.
24684 (math-expr-special-function-mapping): New variable.
24685 (math-tex-ignore-words): Add to list.
24686
24687 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24688 Add LaTeX support.
24689 (math-compose-expr): Add support for special functions.
24690
24691 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24692
24693 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24694
24695 * progmodes/gdb-ui.el (gdb-memory-address)
24696 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24697 (gdb-memory-mode-map, gdb-memory-format-keymap)
24698 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24699 (gdb-memory-unit-menu): New variables for a buffer
24700 that lets the user examine program memory.
24701 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24702 (gdb-memory-format-binary, gdb-memory-format-octal)
24703 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24704 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24705 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24706 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24707 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24708 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24709 (gdb-memory-mode, gdb-memory-buffer-name)
24710 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24711 New functions for above buffer.
24712
24713 2005-01-30 Richard M. Stallman <rms@gnu.org>
24714
24715 * cus-edit.el (custom-bury-buffer): Function deleted.
24716 (custom-buffer-done-function): Option deleted.
24717 (custom-buffer-done-kill): New replacement option.
24718 (Custom-buffer-done): Call quit-window.
24719 (custom-buffer-create-internal): Update for above changes.
24720
24721 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24722
24723 * simple.el (undo-ask-before-discard): New var.
24724 (undo-outer-limit-truncate): Implement it.
24725 (undo-extra-outer-limit): Doc update.
24726
24727 2005-01-29 Richard M. Stallman <rms@gnu.org>
24728
24729 * ses.el (undo-more): Delete defadvice.
24730 (ses-begin-change): Doc fix.
24731
24732 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24733 instead of rebinding C-x u and C-_.
24734
24735 * files.el (normal-backup-enable-predicate): Return nil for files
24736 in /tmp, regardless of temporary-file-directory.
24737
24738 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24739
24740 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24741 (open-rectangle, delete-whitespace-rectangle-line)
24742 (clear-rectangle-line): If FILL, pass t instead of FILL
24743 for move-to-column's 2nd arg.
24744
24745 * simple.el (undo): Fix the test for continuing a series of undos.
24746 (undo-more): Set pending-undo-list to t when we reach end.
24747 (pending-undo-list): Move up defvar.
24748
24749 * wid-edit.el (widget-button-click):
24750 Shorten the range of the track-mouse binding.
24751
24752 * comint.el (comint-insert-input): Undo previous changes;
24753 use last-input-event in interactive spec.
24754
24755 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24756
24757 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24758 to nil before invoking call-process. Reset buffer's modified flag
24759 after fontifying it in the no-async branch.
24760
24761 * wid-edit.el (widget-specify-button): If mouse pointer shape
24762 cannot be changed, use mouse face instead.
24763
24764 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24765
24766 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24767 (gdb-goto-breakpoint): Make breakpoint handling work on template
24768 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24769 (gdb-assembler-custom): Update to recognize breakpoint information
24770 added on 2005-01-19.
24771
24772 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24773
24774 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24775 (dsssl-mode): Use define-derived-mode.
24776 (scheme-mode-initialize): Remove.
24777 (scheme-mode): Use run-mode-hooks.
24778
24779 * cus-edit.el (customize-group-other-window)
24780 (custom-buffer-create-other-window): Don't override special-display-*.
24781 (custom-mode-map): Make it dense.
24782
24783 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24784 sets the default value.
24785
24786 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24787
24788 * descr-text.el: Add more keywords.
24789
24790 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24791
24792 * speedbar.el: Avoid unnecessary use of locate-library.
24793
24794 * international/mule-cmds.el (standard-display-european-internal):
24795 Don't fiddle with latin-1 non-break space any more since it's now
24796 special cased in the C code.
24797 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24798
24799 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24800
24801 * cus-start.el (all): Add `undo-outer-limit'.
24802
24803 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24804
24805 * textmodes/bibtex.el (bibtex-format-entry):
24806 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24807 field lines.
24808 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24809 not on part of a buffer.
24810
24811 2005-01-25 Lute Kamstra <lute@gnu.org>
24812
24813 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24814 nonempty field text strings like "{letters\\macro{}more letters}".
24815 Clarify docstring.
24816 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24817 (bibtex-entry-offset, bibtex-parse-association)
24818 (bibtex-parse-field-name): Fix typos in docstrings.
24819 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24820
24821 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24822
24823 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24824 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24825 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24826 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24827
24828 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24829 isearch minor mode.
24830
24831 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24832
24833 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24834
24835 2005-01-24 Lute Kamstra <lute@gnu.org>
24836
24837 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24838 CASECHARS and NOT-CASECHARS regular expressions of the
24839 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24840 striding over charsets" error.
24841
24842 2005-01-24 Jay Belanger <belanger@truman.edu>
24843
24844 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24845 display variable name.
24846
24847 2005-01-24 Kenichi Handa <handa@m17n.org>
24848
24849 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24850 Fix setting of the element of encoded-kbd-iso2022-invocations.
24851
24852 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24853
24854 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24855 (gdb-threads-select): Change to also accept mouse events.
24856 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24857 (gdb-threads-mouse-select): Delete.
24858
24859 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24860
24861 * files.el (insert-directory): Take care of empty directory,
24862 listed without -a switch.
24863
24864 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24865
24866 * textmodes/refill.el (refill-post-command-function):
24867 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24868 to the list of functions that we should be careful not to undo.
24869 (refill-late-fill-paragraph-function): Remove.
24870 (refill-saved-state): New var.
24871 (refill-mode): Use it to save fill-paragraph-function.
24872 Save also the value of auto-fill-function.
24873
24874 * term/w32-win.el: Simplify code.
24875
24876 2005-01-23 Kim F. Storm <storm@cua.dk>
24877
24878 * simple.el (line-move): Adapt to new return value from
24879 pos-visible-in-window-p.
24880
24881 * simple.el (line-move): Fix last change. Check partial
24882 visibility at point rather than at window-start.
24883
24884 2005-01-22 Jason Rumney <jasonr@gnu.org>
24885
24886 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24887
24888 2005-01-22 David Kastrup <dak@gnu.org>
24889
24890 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24891
24892 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24893
24894 * type-break.el (type-break-mode): Add a test for
24895 type-break-file-name being non-nil.
24896
24897 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24898
24899 * net/eudc.el (top level): Call (message "") via progn, so that
24900 eudc-options-file is loaded.
24901
24902 2005-01-22 Kim F. Storm <storm@cua.dk>
24903
24904 * simple.el (line-move-1): Rename from line-move.
24905 (line-move): New function that adjusts vscroll for partially
24906 visible rows, and calls line-move-1 otherwise.
24907
24908 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24909
24910 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24911 since it's not a complete read-event implementation
24912
24913 2005-01-20 Jay Belanger <belanger@truman.edu>
24914
24915 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24916 for called function.
24917
24918 2005-01-20 Steven Tamm <steventamm@mac.com>
24919
24920 * term/mac-win.el (process-connection-type): Remove.
24921 Controlled now by s/darwin.h:PTY_ITERATION.
24922
24923 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24924
24925 * window.el (handle-select-window): Don't switch window when we're
24926 in the minibuffer.
24927
24928 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24929
24930 * subr.el (dotimes-with-progress-reporter): New macro.
24931
24932 * ses.el (ses-dotimes-msg): Remove macro.
24933 Use `dotimes-with-progress-reporter' instead.
24934
24935 2005-01-19 Steven Tamm <steventamm@mac.com>
24936
24937 * term/mac-win.el (process-connection-type): Use new
24938 operating-system-release variable to use ptys on Darwin 7 (OS X
24939 10.3) when using carbon build.
24940
24941 2005-01-19 Jay Belanger <belanger@truman.edu>
24942
24943 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24944 flags if the last command was a tab or M-tab.
24945
24946 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24947 in formula editing buffer.
24948
24949 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24950
24951 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24952 breakpoint image symbol in margin.
24953
24954 2005-01-19 Jay Belanger <belanger@truman.edu>
24955
24956 * calc/calc-prog.el (calc-execute-kbd-macro):
24957 Ignore calc-keep-arg-flag.
24958
24959 2005-01-19 Kenichi Handa <handa@m17n.org>
24960
24961 * textmodes/ispell.el (ispell-looking-at): New function.
24962 (ispell-process-line): Use ispell-looking-at to compare the ispell
24963 output and the buffer contents.
24964
24965 2005-01-18 Jay Belanger <belanger@truman.edu>
24966
24967 * calc/calc.el (calc-display-raw): Fix docstring.
24968
24969 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24970
24971 * simple.el (blink-matching-open): Strip extra info from syntax.
24972
24973 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24974 funny chars in the end-of-here-doc marker.
24975
24976 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24977
24978 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24979 that enable/disabled state of breakpoints is shown correctly in
24980 fringe and on ttys.
24981 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24982 Add breakpoint information as text properties.
24983 (gdb-mouse-toggle-breakpoint):
24984 Rename to gdb-mouse-set-clear-breakpoint.
24985 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24986 breakpoints in the margin.
24987 (gdb-remove-strings): Simplify.
24988
24989 2005-01-17 Jay Belanger <belanger@truman.edu>
24990
24991 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24992 erasing buffer.
24993
24994 2005-01-17 Richard M. Stallman <rms@gnu.org>
24995
24996 * progmodes/grep.el (grep-find): Copy from `grep' the condition
24997 for calling grep-compute-defaults.
24998
24999 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25000 if buffer is empty.
25001
25002 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25003
25004 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25005
25006 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25007
25008 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25009 non-preloaded variables.
25010
25011 2005-01-17 Steven Tamm <steventamm@mac.com>
25012
25013 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25014 tex-shell cause to force interactivity when using pipes.
25015
25016 2005-01-17 Kim F. Storm <storm@cua.dk>
25017
25018 * simple.el (just-one-space): Make arg optional.
25019
25020 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25021
25022 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25023 posn-at-x-y to t to access left-margin.
25024
25025 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25026
25027 Sync with Tramp 2.0.47.
25028
25029 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25030 catching keep-date problems in cp/scp operations.
25031 (tramp-handle-copy-file): Don't call `set-file-modes'
25032 unconditionally. Specialized functions should know better what is
25033 necessary. This improves performance a little bit, and the
25034 functions could catch errors with `cp -p' and `scp -p'.
25035 (tramp-do-copy-or-rename-file-via-buffer)
25036 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25037 when appropriate.
25038 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25039 Call `set-file-modes' when appropriate.
25040 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25041 Johnsson <isak@hypergene.com>
25042 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25043 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25044 <joakim@verona.se>
25045 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25046 Emacs only.
25047
25048 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25049 `find-file-hooks' and `dired-mode-hook'.
25050 (tramp-minor-mode-map): Respective map. Add remapping for
25051 `compile' and `recompile'.
25052 (tramp-remap-command, tramp-recompile): New defuns.
25053 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25054 in buffer "*Compilation*". Call the commands asynchronously.
25055
25056 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25057 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25058 `shell-command', because it isn't magic in XEmacs. Reported by
25059 Adrian Aichner <adrian@xemacs.org>.
25060
25061 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25062 `substitute-in-file-name.
25063 (tramp-smb-handle-substitute-in-file-name): New defun.
25064 (tramp-smb-advice-PC-do-completion): Delete advice.
25065
25066 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25067
25068 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25069 Fix error in deleting region.
25070
25071 2005-01-15 Richard M. Stallman <rms@gnu.org>
25072
25073 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25074 In non-temp buffer, switch syntax table temporarily.
25075
25076 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25077
25078 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25079
25080 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25081
25082 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25083 (imenu--generic-function): Use START, not BEG, as pos of definition.
25084
25085 * simple.el (just-one-space): Argument specifies number of spaces.
25086
25087 * simple.el (eval-expression-print-format): Avoid warning
25088 about edebug-active.
25089
25090 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25091
25092 * progmodes/sh-script.el: Code copied from make-mode.el
25093 with small changes,
25094 (sh-mode-map): Bind C-c C-\.
25095 (sh-backslash-column, sh-backslash-align): New variables.
25096 (sh-backslash-region, sh-append-backslash): New functions.
25097
25098 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25099
25100 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25101 (rmail-pop-password, rmail-pop-password-required): Move to
25102 rmail-obsolete group.
25103 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25104 All callers updated.
25105 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25106 Take an argument specifying whether it is POP or IMAP mailbox we
25107 are using. All callers updated.
25108 (rmail-pop-password-error): Rename to
25109 rmail-remote-password-error. Added mailutils-specific error message.
25110 (rmail-movemail-search-path)
25111 (rmail-movemail-variant-in-use): New variables.
25112 (rmail-remote-password, rmail-remote-password-required):
25113 New customization variables.
25114 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25115 (rmail-parse-url): New function.
25116 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25117 with GNU mailutils movemail.
25118
25119 2005-01-15 Kevin Ryde <user42@zip.com.au>
25120
25121 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25122 suffix to space, $ or '$, to correctly position point when going
25123 to @table style constants like DBL_MAX.
25124
25125 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25126
25127 * type-break.el (type-break-mode, type-break-file-time)
25128 (type-break-file-keystroke-count, type-break-choose-file):
25129 Don't store data in or load data from the file if type-break-file-name
25130 is nil.
25131 (type-break-file-name): Doc update as per the above.
25132
25133 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25134
25135 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25136 lookup-key might return nil; handle that.
25137
25138 2005-01-15 Alan Mackenzie <acm@muc.de>
25139
25140 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25141 rather than the element found, thus enabling the tree to be setcar'd.
25142
25143 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25144
25145 * textmodes/org.el (org-show-following-heading): New option.
25146 (org-show-hierarchy-above): Use `org-show-following-heading'.
25147 (org-cycle): Documentation fix.
25148
25149 * textmodes/org.el (orgtbl-optimized): New option
25150 (orgtbl-mode): New command, a minor mode.
25151 (orgtbl-mode-map): New variable.
25152 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25153 (orgtbl-error, orgtbl-self-insert-command)
25154 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25155
25156 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25157 a local variable in each org-mode buffer.
25158
25159 * textmodes/org.el (org-set-regexps-and-options): Rename from
25160 `org-set-regexps'. Added checking for STARTUP keyword.
25161 (org-get-current-options): Add STARTUP options.
25162 (org-table-insert-row): Make mode intelligent about when
25163 realignment is needed.
25164 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25165 New commands.
25166 (org-enable-table-editor): New default value `optimized'.
25167 (org-table-blank-field): Support blanking regions if active.
25168
25169 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25170
25171 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25172 if the year is not given.
25173
25174 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25175 Add new escapes %m and %M, fixed bug with %F by adding
25176 save-match-data.
25177 (reftex-reference): Remove ?. from list of spaces.
25178 (reftex-label-info): Add automatic label prefix recognition.
25179
25180 * textmodes/reftex-index.el (reftex-index-next-phrase):
25181 Add slave parameter to call of `reftex-index-this-phrase'.
25182 (reftex-index-this-phrase): New optional argument.
25183 (reftex-index-region-phrases): Add slave parameter to call of
25184 `reftex-index-this-phrase'.
25185 (reftex-display-index): New argument redo.
25186 (reftex-index-rescan): Add `redo' to arguments of
25187 `reftex-display-index'.
25188 (reftex-index-Rescan, reftex-index-revert)
25189 (reftex-index-switch-index-tag): Add `redo' to arguments of
25190 `reftex-display-index'.
25191 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25192 indexing. Fix bug with matching is there is a quote before or
25193 after the word.
25194
25195 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25196 Fix bug when collecting citation keys in lines with comments.
25197 (reftex-citation): Prefix argument no longer rescans the document,
25198 but forces prompting for optional arguments of cite macros.
25199 (reftex-do-citation): Prompting for optional arguments implemented.
25200
25201 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25202 Add optional arguments to most cite commands.
25203 (reftex-cite-cleanup-optional-args): New option
25204 (reftex-cite-prompt-optional-args): New option.
25205 (reftex-trust-label-prefix): New option.
25206
25207 * textmodes/reftex-toc.el (reftex-toc-find-section):
25208 Add push-mark before changing the position in the buffer.
25209
25210 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25211 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25212
25213 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25214
25215 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25216 more carefully.
25217
25218 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25219
25220 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25221 (sgml-mode): Use it.
25222 (sgml-get-context): Better keep track of implicitly closed tags.
25223
25224 2005-01-13 Kenichi Handa <handa@m17n.org>
25225
25226 * textmodes/ispell.el: These changes are to fix misalignment error
25227 caused by equivalent characters of different Emacs charsets.
25228 (ispell-unified-chars-table): New variable.
25229 (ispell-get-decoded-string): New function.
25230 (ispell-get-casechars, ispell-get-not-casechars)
25231 (ispell-get-otherchars): Call ispell-get-decoded-string.
25232
25233 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25234
25235 * custom.el (custom-declare-variable): Just put symbol instead
25236 of (defvar . symbol) in `current-load-list'.
25237
25238 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25239
25240 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25241
25242 2005-01-12 Jay Belanger <belanger@truman.edu>
25243
25244 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25245 to create a Calc summary.
25246
25247 2005-01-12 Kim F. Storm <storm@cua.dk>
25248
25249 * mouse.el (mouse-on-link-p): Change functionality and doc
25250 string to comply with latest description in lisp ref.
25251
25252 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25253
25254 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25255 Enable mouse clicks on mode-line, header-line and margin.
25256 (event-type): Give mouse event symbols an `event-kind' property
25257 with value `mouse-click'.
25258
25259 2005-01-12 Juri Linkov <juri@jurta.org>
25260
25261 * facemenu.el (list-colors-display): Add new arg buffer-name.
25262 Use it. Fix docstring. Replace code for identifying duplicate
25263 colors by the name with call to `list-colors-duplicates' which
25264 identifies duplicate colors by the value unless the color
25265 is one of special Windows colors. Set truncate-lines to t.
25266 Print sorted duplicate color names on each line. Indent to 22
25267 \(the longest color name in rgb.txt) instead of 20. Optimize.
25268 (list-colors-duplicates): New function.
25269 (facemenu-color-name-equal): Delete function.
25270
25271 * facemenu.el (list-colors-print): New function created from code
25272 in list-colors-display. Print #RRGGBB at the window right edge.
25273 (list-colors-display): When temp-buffer-show-function is not
25274 defined, call list-colors-print from temp-buffer-show-hook
25275 to get the right value of window-width in list-colors-print
25276 after the buffer is displayed.
25277
25278 * simple.el (pop-mark): Move deactivate-mark out of conditional
25279 part to deactivate the active mark regardless of the state of the
25280 mark ring.
25281
25282 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25283 variables line in desktop files.
25284
25285 2005-01-12 Juri Linkov <juri@jurta.org>
25286
25287 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25288 Bring together isearch highlight related options.
25289 (lazy-highlight): Replace group `replace' by `matching'.
25290 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25291 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25292 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25293 and declare them obsolete.
25294 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25295 (isearch-faces): Remove defgroup.
25296 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25297 Move isearch highlighting code closer to lazy highlighting code.
25298
25299 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25300 (query-replace-highlight, query-replace-lazy-highlight)
25301 (query-replace): Move definitions to the beginning of the file.
25302
25303 2005-01-11 Juri Linkov <juri@jurta.org>
25304
25305 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25306 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25307 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25308
25309 * info.el (Info-history-forward): New variable.
25310 (Info-select-node): Reset Info-history-forward to nil.
25311 (Info-last): Turn into defalias.
25312 (Info-history-back): Rename from Info-last.
25313 Add current node to Info-history-forward.
25314 (Info-history-forward): New fun.
25315 (Info-mode-map): Replace Info-last by Info-history-back.
25316 Bind Info-history-forward to "r".
25317 (Info-mode-menu): Replace Info-last by Info-history-back.
25318 Fix menu item text. Add menu item for Info-history-forward.
25319 (info-tool-bar-map): Replace Info-last by Info-history-back.
25320 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25321 for Info-history-forward.
25322 (Info-mode): Replace Info-last by Info-history-back in docstring.
25323 Add local variable Info-history-forward.
25324 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25325
25326 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25327
25328 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25329 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25330 Ignore select-window events rather than fiddle with
25331 mouse-autoselect-window.
25332
25333 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25334
25335 * type-break.el (type-break-mode): Fix previous change.
25336
25337 2005-01-10 Jay Belanger <belanger@truman.edu>
25338
25339 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25340 calculator; only reset when point is inside a calculator.
25341 Don't adjust the window height if the window takes up the whole height
25342 of the frame.
25343
25344 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25345
25346 * ebuff-menu.el (Electric-buffer-menu-mode):
25347 Preserve value of buffer-local var header-line-format.
25348
25349 2005-01-09 Jay Belanger <belanger@truman.edu>
25350
25351 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25352 Make sure settings file exists before accessing it.
25353
25354 * calc/calc-embed.el (calc-embedded-subst):
25355 Replace math-multi-subst-rec, which is only supposed to be called
25356 by math-multi-subst, by math-multi-subst.
25357
25358 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25359
25360 * vc.el (vc-allow-async-revert): New user option.
25361 (vc-disable-async-diff): New internal variable.
25362 (vc-revert-buffer): Use them to disable asynchronous diff.
25363
25364 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25365 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25366 asynchronously if vc-disable-async-diff is t.
25367
25368 2005-01-09 Jay Belanger <belanger@truman.edu>
25369
25370 * calc/calc.el (defcalcmodevar): New macro.
25371 (calc-mode-var-list-restore-default-values)
25372 (calc-mode-var-list-restore-saved-values): New functions.
25373 (calc-mode-var-list): Use defcalcmodevar to define it.
25374 (calc-always-load-extensions, calc-line-numbering)
25375 (calc-line-breaking, calc-display-just, calc-display-origin)
25376 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25377 (calc-group-char, calc-point-char, calc-frac-format)
25378 (calc-prefer-frac, calc-hms-format, calc-date-format)
25379 (calc-float-format, calc-full-float-format, calc-complex-format)
25380 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25381 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25382 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25383 (calc-matrix-brackets, calc-language, calc-language-option)
25384 (calc-left-label, calc-right-label, calc-word-size)
25385 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25386 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25387 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25388 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25389 (calc-window-height, calc-display-trail, calc-show-selections)
25390 (calc-use-selections, calc-assoc-selections)
25391 (calc-display-working-message, calc-auto-why, calc-timing)
25392 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25393 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25394 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25395 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25396 (calc-gnuplot-geometry, calc-graph-default-resolution)
25397 (calc-graph-default-resolution-3d, calc-invocation-macro)
25398 (calc-show-banner): Use defcalcmodevar to declare them and set
25399 their default values.
25400
25401 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25402 instead of default values (but restore default values if there is
25403 an argument of 0).
25404
25405 2005-01-09 David Kastrup <dak@gnu.org>
25406
25407 * desktop.el (desktop-restore-eager): Fix typo in type.
25408
25409 2005-01-08 Richard M. Stallman <rms@gnu.org>
25410
25411 * cus-edit.el (customize): Delete :link.
25412
25413 2005-01-08 Jay Belanger <belanger@truman.edu>
25414
25415 * calc/calc.el (calc-mode): Remove the extension from the
25416 `calc-settings-file' file name when loading it.
25417
25418 2005-01-08 Kim F. Storm <storm@cua.dk>
25419
25420 * info.el (Info-mode-map, Info-next-link-keymap)
25421 (Info-prev-link-keymap, Info-up-link-keymap):
25422 Map follow-link to mouse-face.
25423 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25424
25425 2005-01-08 Jay Belanger <belanger@truman.edu>
25426
25427 * calc/calc.el (calc-settings-file): Change default value.
25428 Suggested by cgw in a comment in calc-mode.el.
25429
25430 * calc/calc-mode.el (calc-settings-file-name):
25431 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25432 Replace ~/.emacs in a prompt by calc-settings-file.
25433
25434 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25435
25436 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25437 (desktop-lazy-idle-delay): New customizable variables.
25438 (desktop-buffer-args-list): New variable.
25439 (desktop-append-buffer-args): New function.
25440 (desktop-save): Call desktop-append-buffer-args for some buffers.
25441 (desktop-lazy-create-buffer): New function.
25442 (desktop-idle-create-buffers): New function.
25443 (desktop-read): Add message about buffers to restore lazily.
25444 (desktop-lazy-abort): New command.
25445 (desktop-clear): Call desktop-lazy-abort.
25446 (desktop-lazy-complete): New command.
25447
25448 2005-01-06 Richard M. Stallman <rms@gnu.org>
25449
25450 * emacs-lisp/find-func.el (find-face-definition):
25451 Rename from find-face.
25452
25453 2005-01-06 Kim F. Storm <storm@cua.dk>
25454
25455 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25456
25457 * man.el (Man-xref-man-page, Man-xref-header-file)
25458 (Man-xref-normal-file): Add follow-link property.
25459
25460 2005-01-06 Jay Belanger <belanger@truman.edu>
25461
25462 * calc/calc-units.el: Make sure the proper macro definitions are
25463 available when compiling.
25464
25465 2005-01-06 Juri Linkov <juri@jurta.org>
25466
25467 * isearch.el (isearch-lazy-highlight-update):
25468 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25469
25470 2005-01-06 Miles Bader <miles@gnu.org>
25471
25472 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25473 (isearch-lazy-highlight-face): Use new name.
25474
25475 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25476
25477 * uniquify.el (uniquify-rationalize-file-buffer-names):
25478 Re-add an interactive spec.
25479 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25480 to the same name.
25481
25482 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25483 (isearch-update, isearch-done): Adjust calls accordingly.
25484
25485 2005-01-05 Richard M. Stallman <rms@gnu.org>
25486
25487 * custom.el (custom-set-variables, custom-theme-set-variables):
25488 Clarify documentation.
25489
25490 * emacs-lisp/find-func.el (find-variable)
25491 (find-variable-other-window, find-variable-other-frame):
25492 Fix the TYPE args to find-function-read and find-function-do-it.
25493 (find-function): Doc fix.
25494 (find-function-at-point): Replace function-at-point alias.
25495
25496 2005-01-04 Richard M. Stallman <rms@gnu.org>
25497
25498 * cus-face.el (custom-declare-face):
25499 Record defface in current-load-list.
25500
25501 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25502
25503 * emacs-lisp/find-func.el: Doc fixes.
25504 (find-face-regexp): New variable.
25505 (find-function-regexp-alist): New variable.
25506 (find-function-C-source): Third arg is now TYPE.
25507 (find-function-search-for-symbol): Handle general TYPE.
25508 (find-function-read, find-function-do-it): Handle general TYPE.
25509 (find-definition-noselect, find-face): New functions.
25510 (function-at-point): Alias deleted.
25511
25512 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25513
25514 * battery.el (display-battery-mode): Rename from display-battery.
25515 Handle the case where it gets turned off.
25516
25517 2005-01-04 Richard M. Stallman <rms@gnu.org>
25518
25519 * cus-edit.el (customize): Make :link point to user doc.
25520
25521 * man.el (Man-fontify-manpage): Turn off undo generation.
25522
25523 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25524
25525 2005-01-04 Andreas Schwab <schwab@suse.de>
25526
25527 * files.el (insert-directory): Only look for error lines in
25528 inserted text. Don't move too far after processing --dired markers.
25529
25530 2005-01-04 Richard M. Stallman <rms@gnu.org>
25531
25532 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25533 Don't expand if the character is @, period, dash, etc.
25534 (define-mail-abbrev): Quote names that contain problem characters.
25535
25536 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25537
25538 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25539
25540 2005-01-03 Richard M. Stallman <rms@gnu.org>
25541
25542 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25543 (query-replace-highlight, query-replace-lazy-highlight)
25544 (query-replace): Definitions moved up. Doc fix.
25545
25546 2005-01-03 Richard M. Stallman <rms@gnu.org>
25547
25548 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25549 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25550 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25551 (lazy-highlight-face): Rename from isearch-lazy-...
25552 Change all references to them.
25553
25554 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25555
25556 * cus-edit.el (custom-file): Doc fix for defcustom.
25557 (custom-file): The function no longer sets the variable
25558 `custom-file' to its return value.
25559
25560 * startup.el (command-line): No longer load `custom-file'.
25561
25562 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25563
25564 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25565
25566 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25567 Don't confuse module-prefixed identifiers for labels.
25568 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25569
25570 2005-01-02 Richard M. Stallman <rms@gnu.org>
25571
25572 * files.el (basic-save-buffer-1): Fix previous change.
25573
25574 * loadhist.el (file-loadhist-lookup): New function.
25575 (file-provides, file-requires): Use it.
25576
25577 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25578 instead of calculating the right size.
25579
25580 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25581
25582 * vc-svn.el (vc-svn-diff): Stay local if possible.
25583
25584 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25585
25586 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25587
25588 * files.el (hack-local-variables): Fix last change.
25589
25590 2005-01-02 Jay Belanger <belanger@truman.edu>
25591
25592 * calc/calc-yank.el (calc-edit-top): New variable.
25593 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25594 object. Change header properties.
25595 (calc-edit-finish, calc-edit-finish-stack-object)
25596 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25597 edited object.
25598 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25599 for the beginning of the edited object.
25600 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25601 for the beginning of the edited object.
25602 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25603 (calc-finish-formula-edit, calc-macro-repeats)
25604 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25605 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25606 beginning of the edited object.
25607 (calc-user-define-edit): Change the header for editing macros.
25608 Remove unnecessary variable.
25609
25610 2005-01-01 Jay Belanger <belanger@truman.edu>
25611
25612 * calc/calc-yank.el (calc-edit-mode): Change default header.
25613 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25614 * calc/calc-store.el (calc-edit-variable): Change title to match new
25615 header.
25616 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25617 mode to match new header.
25618 (calc-user-define-edit): Change titles to include names of commands.
25619 (calc-finish-formula-edit): Adjust to handle new header.
25620 (calc-finish-macro-edit): Remove.
25621 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25622 (calc-edit-macro-command, calc-edit-macro-command-type)
25623 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25624 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25625 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25626 (calc-edit-macro-finish-edit): New functions.
25627 (calc-user-define-edit): Use new functions to edit named calc macros.
25628
25629 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25630
25631 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25632
25633 * ses.el (copy-region-as-kill): Deactivate mark.
25634
25635 2005-01-01 Richard M. Stallman <rms@gnu.org>
25636
25637 * replace.el (occur-1): If the output buffer is also an input,
25638 don't kill it, rename it.
25639
25640 * faces.el (set-face-background, set-face-foreground): Doc fix.
25641
25642 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25643 for :foreground and :background.
25644
25645 * dired.el (dired-view-command-alist): Variable deleted.
25646 (dired-view-file, dired-mouse-find-file-other-window):
25647 Delete the code to use it.
25648
25649 2005-01-01 Kim F. Storm <storm@cua.dk>
25650
25651 * image.el (insert-sliced-image): Use t for line-height property.
25652
25653 See ChangeLog.11 for earlier changes.
25654
25655 ;; Local Variables:
25656 ;; coding: iso-2022-7bit
25657 ;; End:
25658
25659 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25660 Copying and distribution of this file, with or without modification,
25661 are permitted provided the copyright notice and this notice are preserved.
25662
25663 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1