]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/which-func.el (which-function): Fix documentation/
4 comment typo.
5
6 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7
8 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
9 a timer.
10
11 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
12
13 * tumme.el (tumme-backward-image): Add prefix argument. Add error
14 when at first image.
15 (tumme-forward-image): Add prefix argument. Add error when at last
16 image.
17
18 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
19
20 * tabify.el (tabify-regexp): Use more specific regexps.
21 (tabify): Avoid modifying the buffer unnecessarily.
22
23 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
24
25 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
26 (tumme-format-properties-string): Handle empty `buf'.
27 (tumme-get-comment): Change variable names inside `let'. Add
28 missing `let' variable that cause font-lock problems.
29 (tumme-write-comments): Change variable names inside `let'. Add
30 missing `let' variable that cause font-lock problems.
31 (tumme-forward-image): Rename from `tumme-forward-char'.
32 (tumme-backward-image): Rename from `tumme-backward-char'.
33
34 2006-07-25 Masatake YAMATO <jet@gyve.org>
35
36 * progmodes/ld-script.el (ld-script-keywords)
37 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
38 and add comments.
39
40 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
41
42 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
43 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
44 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
45 for status indicator.
46
47 2006-07-24 Richard Stallman <rms@gnu.org>
48
49 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
50
51 * subr.el (dolist, dotimes): Use interned symbols for locals.
52 (--dotimes-limit--, --dolist-tail--): New defvars.
53 (looking-back): Doc fix.
54
55 * replace.el (replace-match-string-symbols): Handle dotted lists.
56
57 2006-07-24 mathias <mathias@mattis>
58
59 * tumme.el (tumme-write-tags): Add.
60 (tumme-write-comments): Add.
61 (tumme-tag-files): Change to use `tumme-write-tags'.
62 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
63 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
64 (tumme-save-information-from-widgets): Change to use
65 `tumme-write-comments' and `tumme-write-tags'.
66 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
67 (tumme-write-tag): Remove.
68 (tumme-write-comment): Remove.
69 (tumme-display-previous-thumbnail-original): Remove empty line.
70 (tumme-widget-list): Add punctuation.
71
72 2006-07-24 mathias <mathias.dahl@gmail.com>
73
74 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
75
76 2006-07-24 Daiki Ueno <ueno@unixuser.org>
77
78 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
79 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
80 andreas@altroot.de (Andreas V\e,Av\e(Bgele)
81
82 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
83
84 * mouse.el (mouse-on-link-p): Doc fix.
85
86 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
87
88 * emacs-lisp/find-func.el (find-function-search-for-symbol):
89 Handle "C-h f `".
90
91 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
92
93 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
94 column.
95
96 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
97
98 * textmodes/table.el: Add move-beginning-of-line and
99 move-end-of-line to Point Motion Only Group.
100
101 2006-07-22 Eric Hanchrow <offby1@blarg.net>
102
103 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
104
105 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
106
107 * startup.el (user-mail-address): Initialize from the `EMAIL'
108 environment variable first. Document this.
109 (command-line): Ditto.
110
111 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
112
113 * help-mode.el (help-function-def, help-variable-def)
114 (help-face-def): Print a message in the minibuffer.
115
116 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
117
118 * term/xterm.el (terminal-init-xterm): Fix key bindings
119 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
120
121 2006-07-21 Eli Zaretskii <eliz@gnu.org>
122
123 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
124 where `(nth 1 command)' is a cons cell. Doc fix.
125
126 * textmodes/po.el (po-find-charset): Doc fix.
127
128 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
129
130 * allout.el (allout-unprotected, allout-e-o-prefix-p)
131 (allout-beginning-of-current-line, allout-end-of-current-line)
132 (allout-next-visible-heading, allout-open-topic)
133 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
134 (allout-flag-current-subtree, allout-show-to-offshoot)
135 (allout-hide-current-entry, allout-show-current-branches)
136 (allout-hide-region-body, allout-old-expose-topic)
137 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
138 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
139 containing `beginning-of-line' and `end-of-line' with
140 `inhibit-field-text-motion' t.
141
142 2006-07-21 Eli Zaretskii <eliz@gnu.org>
143
144 * frame.el (focus-follows-mouse): Document that it doesn't have
145 any effect on MS-Windows.
146
147 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
148
149 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
150
151 2006-07-20 Jay Belanger <belanger@truman.edu>
152
153 * calc.el (calc-previous-alg-entry): Remove variable.
154
155 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
156 New variables.
157 (calc-alg-entry): Use `calc-alg-entry-history'.
158 (calc-do-quick-calc): Use `calc-quick-calc-history'.
159 Remove reference to `calc-previous-alg-entry'.
160 (calcAlg-edit, calcAlg-enter): Remove reference to
161 `calc-previous-alg-entry'.
162 (calcAlg-previous): Use `previous-history-element' instead of
163 `calc-previous-alg-entry'.
164 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
165 Change keybinding for `calcAlg-plus-minus', add keybindings for
166 `previous-history-element' and `next-history-element'.
167
168 * calc-rewr.el (calc-match): Remove reference to
169 `calc-previous-alg-entry'.
170
171 * calc-sel.el (calc-selection-history): New variable.
172 (calc-enter-selection, calc-sel-mult-both-sides)
173 (calc-sel-add-both-sides): Use `calc-selection-history'.
174
175 * calc-map.el (calc-get-operator-history): New variable.
176 (calc-get-operator): Use `calc-get-operator-history'.
177
178 * calcalg3.el (calc-curve-fit-history): New variable.
179 (calc-curve-fit): Use `calc-curve-fit-history'.
180
181 2006-07-20 Kenichi Handa <handa@m17n.org>
182
183 * international/mule-cmds.el (select-safe-coding-system): Fix the
184 way of deciding eol-type of the coding system.
185
186 2006-07-20 Alan Mackenzie <acm@muc.de>
187
188 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
189 (c-lang-setvar): New macro.
190 (c-make-init-lang-vars-fun): Use the initialization forms in
191 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
192 (comment-start, comment-end, comment-start-skip): Change these from
193 c-lang-defvar's to c-lang-setvar's.
194
195 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
196 which calls make-local-variable on the elements of
197 c-emacs-variable-inits.
198 (c-init-language-vars-for): Call this new macro.
199
200 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
201
202 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
203 Try to rule out false positives due to time stamps.
204 (compilation-mode-font-lock-keywords): Remove rules made redundant
205 because of the above change. Add `segmentation fault' to the known and
206 highlighted compilation termination messages.
207
208 2006-07-19 Kim F. Storm <storm@cua.dk>
209
210 * progmodes/grep.el (grep-find-ignored-directories):
211 Add .svn and _darcs to list.
212
213 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
214
215 * dired.el (dired-mode-map): Add key binding `C-te' for
216 `tumme-dired-edit-comment-and-tags'.
217
218 * tumme.el (tumme-display-thumbnail-original-image): Make sure
219 image display buffer is displayed before call to
220 `tumme-display-image.
221 (tumme-dired-display-image): Make sure image display buffer is
222 displayed before call to `tumme-display-image.
223 (tumme-mouse-display-image): Make sure image display buffer is
224 displayed before call to `tumme-display-image.
225 (tumme-widget-list): Add.
226 (tumme-dired-edit-comment-and-tags): Add.
227 (tumme-save-information-from-widgets): Add.
228
229 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
230
231 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
232
233 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
234
235 * progmodes/sh-script.el (sh-font-lock-keywords-1):
236 Revert inadvertently installed patch hunk.
237
238 * progmodes/compile.el (compilation-find-file): Handle the
239 cases where the user selects a non-existent file.
240
241 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
244
245 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
246
247 * subr.el (sit-for): Just sleep-for if noninteractive.
248
249 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
250
251 * emacs-lisp/autoload.el (make-autoload): Use new arg.
252
253 * custom.el (custom-autoload): Add `noset' argument.
254 (custom-push-theme): Don't autoload the variable, let callers do it.
255 (custom-theme-set-variables): Autoload the variable if necessary.
256
257 * cus-edit.el (custom-variable-state-set): If the variable was
258 originally set outside custom, but to the same value as the default,
259 consider it to be standard.
260
261 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
262 file *before* telling Emacs to add the autoloads, in case it fails.
263
264 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
265 Use `cond', push', and `dolist'.
266
267 2006-07-17 Richard Stallman <rms@gnu.org>
268
269 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
270 Add defvars to silence warnings.
271
272 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
273
274 * progmodes/compile.el (compilation-mode-font-lock-keywords):
275 Don't highlight "Compiling file" messages as error.
276
277 * dired-aux.el (dired-compress-file): Confirm again if gzipped
278 file already exists.
279
280 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
281
282 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
283 entry, don't assign to free var; simply return the extracted filename.
284 (ff-treat-as-special): Incorporate common preamble from callers.
285 (ff-other-file-name, ff-find-the-other-file):
286 Update call to ff-treat-as-special.
287
288 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
289
290 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
291
292 * tumme.el (tumme-get-comment): Fix bug.
293
294 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
295
296 * files.el: Remove spurious * in docstrings.
297
298 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
299
300 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
301 grammar.
302 (allout-beginning-of-current-line): Beware beginning of buffer.
303 Also, a comment is simplified.
304 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
305 when appropriate. (This fix enables use for other than
306 bullet-hotspot operation.)
307 (allout-hide-current-subtree): While escalating to sibling-close,
308 make sure to situate on a topic.
309
310 2006-07-14 Kim F. Storm <storm@cua.dk>
311
312 * emulation/cua-base.el (cua-delete-selection)
313 (cua-toggle-set-mark): New defcustoms.
314 (cua-rectangle-modifier-key): Add `alt' modifier.
315 (cua-replace-region): Don't delete if cua-delete-selection is nil.
316 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
317 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
318
319 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
320
321 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
322
323 * allout.el: Require 'cl during byte-compilation/interactive load,
324 for the `assert' macro.
325 (allout-mode-deactivate-hook): New hook, run when allout mode
326 deactivates.
327 (allout-developer): New allout customization subgroup.
328 (allout-run-unit-tests-on-load): New allout-developer
329 customization variable, when true allout unit tests are run towards
330 end of file load/eval.
331 (allout-inhibit-auto-fill): Disable auto-fill activity even during
332 auto-fill-mode.
333 (allout-resumptions): Remove, to be replaced by...
334 (allout-add-resumptions): Register variable settings to be
335 reinstated by `allout-do-resumptions'. The settings are made
336 buffer-local, but the locality/globality of the suspended setting
337 is restored on resumption.
338 (allout-do-resumptions): Reinstate all settings suspended using
339 `allout-add-resumptions'.
340 (allout-test-resumptions): Unit tests (and intermediate variables)
341 for resumptions.
342 (allout-tests-globally-unbound, allout-tests-globally-true)
343 (allout-tests-locally-true): Intermediate variables for
344 resumptions unit tests.
345 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
346 (allout-exposure-category): Replaces 'allout-overlay-category variable.
347 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
348 instead of retired `allout-resumptions'. For hook functions, use
349 `local' parameter so hook settings are created and removed as
350 buffer-local settings. Revise (resumptions) setting
351 auto-fill-function so it is set only if already active. (The
352 related fill-function settings are all made in either case, so
353 that activating auto-fill-mode activity will have the custom
354 allout-mode behaviors (hanging indent on topics, if configured for it).
355 Remove all allout-exposure-category overlays on mode deactivation.
356 (allout-hotspot-key-handler): New function extracted from
357 `allout-pre-command-business', so the functionality can be used
358 for other purposes, eg as a binding in an overlay.
359 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
360 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
361 customization variable.
362 (allout-run-unit-tests): Run the (currently quite small)
363 repertoire of unit tests. Called just before the provide iff user
364 has customized `allout-run-unit-tests-on-load' non-nil.
365
366 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
367
368 * emacs-lisp/authors.el (authors-aliases): Update.
369
370 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
371
372 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
373 gdb-source-window. Add dedicated argument.
374 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
375 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
376 (gdb-display-threads-buffer, gdb-display-memory-buffer)
377 (gdb-display-locals-buffer): Use it.
378
379 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
380 Set gdb-source-window.
381
382 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
383
384 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
385 minor modes, redundant with the custom-autoload line above.
386
387 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
388
389 * longlines.el (longlines-post-command-function): Handle open-line too.
390
391 2006-07-12 Richard Stallman <rms@gnu.org>
392
393 * progmodes/grep.el (grep-last-buffer): Doc fix.
394
395 * info.el (Info-try-follow-nearest-node): Doc fix.
396
397 * emacs-lisp/edebug.el (edebug-instrument-function):
398 Err if find-function-noselect gives no position.
399
400 * emacs-lisp/find-func.el (find-function-search-for-symbol):
401 If can't find definition, return nil for position.
402 (find-function-do-it): Handle new return value
403 of find-definition-noselect.
404 (find-definition-noselect, find-variable-noselect): Doc fix.
405 (find-function-noselect): Doc fix.
406
407 * help-mode.el (help-variable-def): Handle find-variable-noselect
408 returning no position.
409 (help-function-def): Likewise for find-function-search-for-symbol.
410 (help-face-def): Likewise.
411
412 * help-fns.el (describe-variable): Handle find-variable-noselect
413 returning no position.
414
415 * files.el (locate-file-completion): Avoid duplicates in result.
416
417 * cus-edit.el (custom-no-edit): New command.
418 (custom-mode-map): Remap to custom-no-edit instead of
419 using suppress-keymap.
420
421 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
422
423 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
424 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
425 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
426
427 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
428
429 2006-07-11 Kim F. Storm <storm@cua.dk>
430
431 * ido.el (ido-copy-current-file-name): Use buffer-name if
432 buffer-file-name is nil.
433
434 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
435
436 * simple.el (undo-ask-before-discard): Set to nil.
437
438 * vc.el (vc-exec-after): Don't delete process manually.
439 (vc-print-log): Run log-view-mode in process sentinel inside
440 inhibit-read-only. Don't shrink window due to timing issues.
441
442 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
443 Avoid using with-output-to-temp-buffer, which clobbers local vars.
444
445 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
446
447 * progmodes/compile.el (compilation-error-regexp-alist-alist):
448 Fix ambiguity introduced by last change.
449 (compilation-find-file): Move save-excursion to where it may
450 make sense. Fix a left over `find-file'.
451
452 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
453
454 * textmodes/texinfmt.el (texinfo-format-separate-node):
455 Insert a string before point, which fits documentation, not after.
456 (texinfo-multitable-item): In a multitable row, insert any
457 additional needed @tabs and spaces.
458
459 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
460
461 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
462 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
463 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
464 instead of shell-command.
465 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
466 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
467 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
468 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
469 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
470 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
471
472 2006-07-11 Kim F. Storm <storm@cua.dk>
473
474 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
475 Remove special case for seconds < 0. Use (redisplay t) instead.
476
477 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
478
479 * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
480 compilation error.
481
482 * subr.el (sit-for): New function.
483
484 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
485
486 2006-07-10 Richard Stallman <rms@gnu.org>
487
488 * ldefs-boot.el (edebug): Update page.
489
490 2006-07-10 Kim F. Storm <storm@cua.dk>
491
492 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
493 to FOR-RELEASE and TODO.
494
495 2006-07-10 Romain Francoise <romain@orebokech.com>
496
497 * emacs-lisp/authors.el (authors-aliases): Update.
498
499 2006-07-10 Alan Mackenzie <acm@muc.de>
500
501 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
502 * cc-mode.el: Changes to eradicate eval-after-load.
503
504 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
505
506 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
507 on non-char events.
508
509 2006-07-09 Romain Francoise <romain@orebokech.com>
510
511 * progmodes/compile.el (compilation-mode-font-lock-keywords):
512 Don't highlight start/end markers as compilation messages.
513
514 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
515 to t.
516
517 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
518
519 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
520
521 2006-07-08 Richard Stallman <rms@gnu.org>
522
523 * term/x-win.el (x-handle-display): Add doc string.
524
525 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
526
527 * subr.el (def-edebug-spec): Move here.
528 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
529
530 * imenu.el (imenu-choose-buffer-index): Doc fix.
531
532 2006-07-08 Romain Francoise <romain@orebokech.com>
533
534 * term/x-win.el (x-display-name): Fix typo.
535
536 2006-07-08 Eli Zaretskii <eliz@gnu.org>
537
538 * hexl.el (hexl-find-file): Doc fix.
539
540 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
541
542 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
543
544 * term/x-win.el (x-display-name): Doc fix.
545
546 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
547
548 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
549 long prefixes.
550 (fill-region-as-paragraph): Don't round up to a whole line.
551 (fill-comment-paragraph): Don't include the code-before-the-comment
552 when calling fill-region-as-paragraph.
553
554 * international/mule.el (make-char): Remove redundancy.
555
556 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
557 property may contain an anonymous function rather than a symbol.
558
559 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
560
561 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
562 Use shy regexp. Fix incorrect backref to potentially unmatched group.
563
564 * dirtrack.el (dirtrack-default-directory-function): Remove.
565 (dirtrack-directory-function): Use file-name-as-directory.
566 (dirtrack-windows-directory-function): Simplify.
567 (dirtrack-forward-slash, dirtrack-backward-slash)
568 (dirtrack-replace-slash): Remove.
569 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
570 (dirtrack): Fix wrong parenthesizing; use match-string.
571
572 * progmodes/octave-inf.el: Remove spurious * in docstrings.
573 (inferior-octave-mode): Only change the buffer-local value of
574 comint-dynamic-complete-functions.
575 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
576 Move the initialization to the declaration.
577 (inferior-octave-complete): Remove unused var `filter'.
578
579 * shell.el (shell-mode): Only change the buffer-local value of
580 comint-dynamic-complete-functions.
581
582 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
583
584 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
585 entry is skipped because it has been scheduled.
586 (org-prepare-agenda-buffers): Don't mark buffers as modified when
587 changing `:org-archived' and `:org-comment' properties.
588
589 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
590
591 * server.el (server-select-display): Don't make the temp frame
592 minibuffer-only, in case it's not a temp frame.
593 (server-process-filter): Don't delete the temp frame if it's the
594 only one we have on that display.
595
596 * files.el (find-alternate-file): Doc fix.
597
598 2006-07-05 Richard Stallman <rms@gnu.org>
599
600 * files.el (abbreviate-file-name): Add save-match-data.
601
602 2006-07-03 Richard Stallman <rms@gnu.org>
603
604 * faces.el (read-face-name): Doc fix.
605
606 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
607
608 * net/goto-addr.el (goto-address): Mark as safe for local evals.
609
610 2006-07-05 Andre Spiegel <spiegel@gnu.org>
611
612 * vc.el (vc-diff-internal): Fix prev change.
613
614 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
615
616 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
617 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
618
619 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
622 fails if the symbol contains chars like ( or '.
623 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
624 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
625 `short'.
626
627 2006-07-04 Kenichi Handa <handa@m17n.org>
628
629 * international/mule-cmds.el (set-language-info): If LANG-ENV is
630 the current one, don't call set-language-environment, but call one
631 of set-language-environment-XXX to make INFO effective now.
632 (set-language-environment): Call set-language-environment-XXX
633 functions instead of doing the various setups directly.
634 (set-language-environment-coding-systems): Delete argument eol-type.
635 (set-language-environment-input-method)
636 (set-language-environment-nonascii-translation)
637 (set-language-environment-charset)
638 (set-language-environment-fontset)
639 (set-language-environment-unibyte): New functions.
640
641 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
642
643 * locate.el (locate-update-when-revert): New option.
644 (locate-update-path): New option (suggested by Michael Albinus).
645 (locate-prompt-for-command): Whitespace change.
646 (locate-update): No longer offer to update the locate database by
647 default. Implement the two new options.
648
649 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
650
651 * tooltip.el: Move comment about track-mouse...
652
653 * progmodes/gud.el: ...to here.
654
655 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
656
657 * facemenu.el (facemenu-listed-faces): New var.
658 (facemenu-unlisted-faces): Variable deleted.
659 (facemenu-add-new-face): Use facemenu-listed-faces.
660
661 * emulation/viper-init.el, calendar/calendar.el:
662 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
663
664 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
665
666 * textmodes/org.el (org-mode): Remove no invalid settings for
667 calc embedded mode.
668 (org-mode-p): New defsubst.
669 (org-save-all-org-buffers): New function.
670 (org-first-headline-recenter): Enclose outline-regexp in group
671 delimiters.
672 (org-set-tags): Keep single space after stars.
673
674 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
675
676 * window.el (set-window-text-height): Only set window-min-height to
677 1 if that's the requested size.
678
679 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
680 (diff-unified->context, diff-context->unified)
681 (diff-reverse-direction): Make sure the end marker stays at the end.
682 (diff-mode): Add the keymap table at the end of docstring.
683 Use lexical-let rather than constructing a closure manually.
684
685 * files.el (find-file-noselect-1): Remove unused var assignment.
686 (hack-local-variables-confirm): Print lists of strings as lists of
687 strings rather than lists of symbols.
688 (abbreviate-file-name, hack-local-variables-prop-line):
689 Use match-string.
690 (hack-one-local-variable): Move `make-local-variable' nearer its use.
691 (recover-session-finish): Use line-end-position.
692
693 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
694
695 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
696
697 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
698
699 * progmodes/make-mode.el (makefile-macroassign-regex):
700 Accept preceding keyword.
701 (makefile-gmake-statements): Reorganize, now that makepp has
702 "override" and also handle forgotten "override define".
703 (makefile-makepp-statements): Add new "global", "override export"
704 and "override global".
705
706 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
707
708 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
709 (ada-compile-mouse-goto-error, ada-deactivate-properties)
710 (ada-no-auto-case): Fix typos in docstrings.
711
712 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
713
714 * info.el (Info-find-node-2): Search for makeinfo version more
715 carefully.
716
717 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
718
719 * textmodes/org.el (org-prepare-agenda-buffers):
720 Use `invisible-OK' argument for `org-end-of-subtree'.
721 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
722 (org-beginning-of-item): Fix bug in regular expression for white line.
723 (org-export-as-html): Enforce space after bullet in plain list items.
724 (org-set-autofill-regexps): Require space after plain list bullet
725 for paragraph-start.
726 (org-ts-regexp3): New constant.
727 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
728 (org-timestamp-up-day, org-timestamp-down-day)
729 (org-timestamp-change): Work with inactive timestamps.
730 (org-ts-regexp1): Don't allow brackets in time stamps.
731
732 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
733
734 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
735 for ignoring links.
736
737 * faces.el (read-face-name): Use it.
738
739 2006-06-28 Juri Linkov <juri@jurta.org>
740
741 * buff-menu.el (list-buffers-noselect): Compare Info file
742 with the string "dir" to detect Info directory.
743
744 * complete.el (partial-completion-mode): In lambda for
745 `choose-completion-string-functions' use full function signature
746 with 4 args, and move point to the end of the minibuffer only if arg
747 `mini-p' is non-nil.
748
749 2006-06-28 John Paul Wallington <jpw@pobox.com>
750
751 * ibuffer.el (ibuffer-mode): Doc fix.
752
753 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
754
755 * textmodes/org.el (org-context): New contexts :item-bullet,
756 :latex-fragment, :latex-preview.
757 (org-overlays-at, org-overlay-start, org-overlay-end):
758 New compatibility functions.
759 (org-inside-LaTeX-fragment-p): More accurate matching, using the
760 exact regexp that will be used during export.
761 (org-latex-regexps): New variable.
762 (org-cdlatex-mode): Improve advice for `texmathp'.
763 (turn-on-org-cdlatex): New function.
764
765 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
766
767 * term/mac-win.el (mac-handle-font-selection): Change keys of
768 mac-atsu-font-table from strings to numbers.
769 (mac-ts-caret-position): Use also when cursor-type is nil.
770 (mac-ts-update-active-input-area): Add Mac OS Classic support.
771 Relax condition for using overlay strings.
772 Use mac-ts-caret-position face when cursor-type is nil.
773
774 2006-06-26 Kim F. Storm <storm@cua.dk>
775
776 * help.el (view-emacs-news): Declare `res' in the right let* form.
777
778 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
779
780 * net/rcompile.el (remote-compile): Replace ange-ftp based
781 implementation by Tramp functions.
782 Suggested by Marc Abramowitz <msabramo@gmail.com>.
783
784 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
785
786 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
787
788 * international/fontset.el (setup-default-fontset): Fix a typo in
789 the "Oriya-Akruti" registry name.
790
791 2006-06-23 Lars Hansen <larsh@soem.dk>
792
793 * desktop.el (desktop-full-file-name): New function.
794 (desktop-kill, desktop-save, desktop-remove, desktop-read)
795 (desktop-revert): Use it.
796 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
797 (desktop-after-read-hook): Add option list-buffers.
798 (desktop-locals-to-save): Add tab-width.
799 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
800 Fix docstring.
801
802 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
803
804 * textmodes/org.el (org-cdlatex-mode-map)
805 (org-cdlatex-texmathp-advice-is-done): New variables.
806 (org-cdlatex-mode): New minor mode.
807 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
808 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
809 (org-export-with-archived-trees): New option.
810 (org-open-file): Remove the call to `convert-standard-filename'.
811 (org-archive-tag, org-agenda-skip-archived-trees)
812 (org-cycle-open-archived-trees)
813 (org-sparse-tree-open-archived-trees): New options.
814 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
815 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
816 New functions.
817 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
818 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
819 (org-mode-map): Add binding for `org-toggle-archive-tag'.
820 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
821 Call `org-prepare-agenda-buffers'.
822 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
823 (org-file-apps, org-file-apps-defaults-gnu)
824 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
825 Handle remote files by forcing them to be opened in Emacs.
826
827 2006-06-23 Andre Spiegel <spiegel@gnu.org>
828
829 * vc.el (vc-diff-knows-L): New variable.
830 (vc-diff-internal): Use it to handle "diff" programs that don't
831 understand -L. This works automatically, no user action is necessary.
832
833 2006-06-23 Daniel Brockman <daniel@brockman.se>
834
835 * net/rcirc.el (rcirc-default-user-full-name): Default to
836 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
837 longer exists).
838 (rcirc-process-list): Check `buffer-live-p' before attempting to
839 switch to a buffer.
840
841 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
842
843 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
844 based on rcirc-coding-system-alist.
845
846 2006-06-23 Martin Rudalics <rudalics@gmx.at>
847
848 * cus-edit.el (customize-apropos): A better error message.
849 (top level) <debug-ignored-errors>: Extend and update the list of
850 ignored error messages.
851
852 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
853
854 * complete.el (PC-do-completion): Retain capitalization of user
855 input, when possible, even if completion-ignore-case is set.
856
857 2006-06-23 Eli Zaretskii <eliz@gnu.org>
858
859 * generic-x.el (bat-generic-mode): Support .cmd files.
860
861 * dos-w32.el (top level): Use find-file-not-found-functions
862 instead of the obsolete find-file-not-found-hooks.
863
864 2006-06-22 Kim F. Storm <storm@cua.dk>
865
866 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
867 to recognize mode name containing submodes, such as Grep/lw.
868
869 2006-06-21 Kim F. Storm <storm@cua.dk>
870
871 * simple.el (line-move-1): Check for move-end-of-line instead of
872 end-of-line when setting temporary-goal-column.
873
874 2006-06-21 Miles Bader <miles@gnu.org>
875
876 * play/cookie1.el (cookie): Work properly when there's only one entry.
877
878 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
879
880 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
881 (gdb-frame-handler): Generalize frame regexp for templates.
882
883 2006-06-20 Glenn Morris <rgm@gnu.org>
884
885 * calendar/appt.el (appt-display-format): Default value must be
886 one of the customize options.
887
888 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
889
890 * term/xterm.el (terminal-init-xterm): Update key availability info.
891 Bind C-return.
892
893 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
894
895 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
896
897 * files.el (hack-local-variables): Run `hack-local-variables-hook'
898 whether or not a local variables list is defined.
899
900 * msb.el (msb): Move `sit-for' hack here to handle both
901 "mouse-down and drag" and "mouse-up and select" situations.
902 (mouse-select-buffer): Move `sit-for' hack to `msb'.
903
904 2006-06-20 Kenichi Handa <handa@m17n.org>
905
906 * international/characters.el (word-combining-categories):
907 Add entries for 2-byte Han characters.
908
909 2006-06-19 Richard Stallman <rms@gnu.org>
910
911 * bindings.el (mode-line-format): Save some mode line space.
912
913 * files.el (find-file-noselect): Improve the question wording.
914 (basic-save-buffer-2): Mask UMASK against 666.
915
916 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
917 (mouse-drag-vertical-line): Call it.
918
919 * cus-edit.el (customize-option, customize-option-other-window):
920 Error if SYMBOL is nil.
921
922 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
923
924 * textmodes/org.el: Require noutline, also on XEmacs.
925 (org-end-of-subtree): Return point.
926 (org-dblock-start-re, org-dblock-end-re): New constants.
927 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
928 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
929 (org-update-all-dblocks, org-find-dblock): New functions.
930 (org-collect-clock-time-entries): New function.
931 (org-html-handle-time-stamps): Never export CLOCK timeranges.
932 (org-fixup-indentation): Modify to deal correctly with lines
933 starting with TAB. Only one argument DIFF now.
934 (org-demote, org-promote): Call `org-fixup-indentation' with just
935 one argument, DIFF.
936 (org-mode): Don't mark buffer as modified when aligning tables.
937 (org-clock-sum): Don't mark buffer modified when adding time sum
938 properties.
939 (org-export-as-html): Add support for a link validation function.
940 (org-archive-all-done): New function.
941 (org-archive-subtree): New prefix argument. When set, archive all
942 done subtrees in this buffer.
943 (org-remove-clock-overlays)
944 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
945 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
946 (org-put-clock-overlay): Don't swallow last headline character
947 when displaying overlay.
948 (org-store-link): Link to `image-mode' with just the file name.
949
950 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
951
952 * viper-cmd.el (viper-special-read-and-insert-char):
953 Use read-key-sequence.
954 (viper-after-change-undo-hook): Misc enhancements.
955 (viper-after-change-undo-hook): New hook.
956 (viper-undo): Use viper-after-change-undo-hook.
957 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
958 (viper-next-line-at-bol): If point is on a widget or a button, simulate
959 clicking on that widget/button.
960
961 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
962
963 * ediff-diff (ediff-test-patch-utility): Catch errors.
964 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
965 (ediff-set-actual-diff-options): New function.
966 (ediff-reset-diff-options, ediff-toggle-ignore-case):
967 Use ediff-set-actual-diff-options.
968 (ediff-extract-diffs): Catch errors.
969 (ediff-whitespace): Add non-breakable space.
970 (ediff-same-file-contents): Catch errors.
971
972 * ediff-mult.el (ediff-collect-custom-diffs):
973 Save coding-system-for-read.
974
975 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
976 (ediff-vc-internal, ediff-vc-merge-internal):
977 Use ediff-delete-version-file.
978 (ediff-delete-version-file): New function.
979
980 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
981
982 * ediff.el (ediff-directories, ediff-directory-revisions)
983 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
984 (ediff-directories-internal, ediff-merge-directory-revisions)
985 (ediff-merge-directory-revisions-with-ancestor)
986 (ediff-directories3): Use read-directory-name.
987
988 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
989
990 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
991 Remove superfluous part of regexp for brace matching which is handled
992 by `scan-lists' call.
993
994 2006-06-16 Richard Stallman <rms@gnu.org>
995
996 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
997
998 * files.el (basic-save-buffer-2): For a new precious file,
999 use the default modes in the return value.
1000
1001 * facemenu.el (facemenu-color-alist): Doc fix.
1002
1003 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1004
1005 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1006
1007 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1008
1009 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1010 (mac-utxt-to-string): Use it.
1011 (mac-ts-update-active-input-area): Use mac-ae-number.
1012
1013 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1014
1015 * term.el (term-handle-scroll, term-delete-lines)
1016 (term-insert-lines): Fix off by one errors.
1017
1018 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1019
1020 * net/tramp.el (tramp-touch): Use UTC to express time.
1021
1022 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1023
1024 * mail/sendmail.el (mail-send): Search explicitly for
1025 mail-header-separator when checking for corrupted header lines.
1026
1027 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1028
1029 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1030 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1031 (gdb-init-1): Initialise them.
1032 (gdb-starting): Reset gdb-printing
1033 (gdb-starting): Save value of gud-overlay-arrow-position.
1034 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1035 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1036 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1037 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1038
1039 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1042
1043 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1044
1045 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1046 (ldap-search-internal): Keep error messages, and a regexp fix.
1047
1048 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1049
1050 * files.el (hack-local-variables-confirm):
1051 Display string value using its printed representation.
1052
1053 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1054
1055 * server.el (server-edit): No-op if no server buffers exist.
1056
1057 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1058
1059 * textmodes/page-ext.el (pages-directory-for-addresses):
1060 Including `pages-directory-address-mode' in the function results
1061 in the message "Buffer in which pages were found is deleted".
1062
1063 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1064
1065 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1066 clocking functions.
1067
1068 (org-agenda-clock-in, org-check-running-clock)
1069 (org-clock-out-if-current, org-remove-clock-overlays)
1070 (org-put-clock-overlay): New functions.
1071 (org-clock-marker, org-clock-file-total-minutes)
1072 (org-clock-overlays): New variables.
1073 (org-clock-display, org-clock-sum, org-clock-cancel)
1074 (org-clock-out, org-clock-in): New commands.
1075 (org-export): New function.
1076 (org-emph-re): New constant.
1077 (org-set-emph-re, org-do-emphasis-faces): New functions.
1078 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1079 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1080 (org-export-html-convert-emphasize): Use the configurable emphasis.
1081 (org-cleaned-string-for-export): Make multiline emphasis visible
1082 to the exporter. New optional argument PARAMETERS.
1083 (org-export-as-html): Specify :emph-multiline parameter to
1084 `org-cleaned-string-for-export'.
1085
1086 2006-06-10 Richard Stallman <rms@gnu.org>
1087
1088 * help.el (help-for-help-internal): Clean up help text.
1089
1090 2006-06-10 Andreas Schwab <schwab@suse.de>
1091
1092 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1093 in doc string.
1094
1095 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1096
1097 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1098
1099 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1100 spaces after the comment start.
1101
1102 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1103
1104 * play/pong.el (pong-init-buffer):
1105 Fill buffer with spaces instead of ^A.
1106
1107 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1108 launched asynchronously, delete its process instead of being cool.
1109 (ispell-async-processp): Check for `delete-process' existence
1110 instead of `kill-process' one for consistency.
1111
1112 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1113
1114 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1115 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1116 in mode line at startup.
1117
1118 2006-06-08 Kim F. Storm <storm@cua.dk>
1119
1120 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1121 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1122 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1123 (ido-file-internal): Pass full file name to write-file.
1124 (ido-read-internal): Only pop stack elements automatically if they
1125 actually match an existing directory or file name.
1126
1127 2006-06-07 Kenichi Handa <handa@m17n.org>
1128
1129 * international/mule.el (find-auto-coding): Don't handle the short
1130 name `char-trans'.
1131
1132 * files.el (hack-local-variables-prop-line)
1133 (hack-local-variables): Cancel the previous change.
1134
1135 2006-06-06 Jesper Harder <harder@phys.au.dk>
1136
1137 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1138
1139 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1140
1141 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1142 diff-default-read-only is non-nil.
1143 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1144 (diff-refine-hunk): Set inhibit-read-only to t.
1145
1146 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1147 modifying the *Diff* buffer.
1148 (diff-process-filter): New filter function for diff process that
1149 sets inhibit-read-only to t when modifying the *Diff* buffer.
1150
1151 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1152
1153 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1154 insertion point and control the number of empty lines.
1155 (org-paste-subtree): Limit the number of empty lines at the end of
1156 the inserted tree.
1157 (org-agenda): Use buffer name of current file for narrowing.
1158 (org-export-as-xml): Command removed.
1159 (org-export-xml-type): Option removed.
1160 (org-mode-map): Call `org-export-as-xoxo' directly.
1161 (org-get-indentation): New optional argument LINE.
1162 (org-fix-indentation, org-remove-tabs): New functions.
1163 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1164 correct indentation for headlines that are converted it items.
1165 (org-skip-comments): Remove table lines that contain narrowing
1166 cookies but no other non-empty fields.
1167 (org-set-tags): Allow groups of mutually exclusive tags.
1168 (org-cmp-time): Sort 24:21 before items without time.
1169 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1170 (org-open-at-point): Require double colon also for numbers.
1171
1172 2006-06-06 Kim F. Storm <storm@cua.dk>
1173
1174 * ido.el (ido-default-file-method, ido-default-buffer-method):
1175 Make choice values consistent with corresponding command names.
1176 (ido-visit-buffer): Update accordingly. Default to selected-window.
1177
1178 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1179
1180 * progmodes/gud.el (gud-running): Fix doc string.
1181 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1182 (gud-tooltip-modes): Add python-mode.
1183 (gud-tooltip-print-command): Add pdb. Remove perldb.
1184
1185 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1186
1187 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1188 Quote $(EMACS).
1189
1190 2006-06-05 Richard Stallman <rms@gnu.org>
1191
1192 * faces.el (defined-colors): Doc fix.
1193
1194 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1195
1196 * vc.el (vc-process-filter): Inhibit undo info collection around
1197 call to insert.
1198 (vc-setup-buffer): Likewise for call to erase-buffer.
1199 (vc-do-command): Likewise for call to process-file.
1200
1201 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1202
1203 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1204 for gud-go.
1205 (gud-common-init): Other debuggers may trigger error.
1206
1207 2006-06-05 Kenichi Handa <handa@m17n.org>
1208
1209 * international/mule.el (find-auto-coding):
1210 Handle enable-character-translation in file header.
1211
1212 2006-06-04 Kim F. Storm <storm@cua.dk>
1213
1214 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1215 (authors-fixed-entries): Fix spelling.
1216 (authors-canonical-file-name): Don't report error for wildcards.
1217
1218 * help.el (view-emacs-news): Rewrite to support new NEWS,
1219 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1220 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1221 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1222
1223 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1224
1225 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1226 exec constructs like `foo bar`.
1227 (sh-quoted-subshell): New helper function to search for a possibly
1228 nested subshell (like `` or $()) within a "" quoted string.
1229 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1230 (sh-apply-quoted-subshell): Flag quote characters inside a
1231 subshell, which is itself already in a quoted region, as
1232 punctuation, since this is the closest to what they actually are.
1233 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1234 sh-apply-quoted-subshell.
1235 (sh-font-lock-syntactic-face-function): Apply the new face for
1236 text inside `` instead of the old font-lock-string-face.
1237
1238 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1239
1240 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1241 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1242 (mac-bytes-to-text-range, mac-ae-text-range-array)
1243 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1244 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1245 (mac-ts-unicode-for-key-event): New functions.
1246 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1247 (mac-handle-font-selection): Use mac-ae-number.
1248 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1249 New variables.
1250 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1251 (mac-ts-converted-text, mac-ts-selected-converted-text)
1252 (mac-ts-block-fill-text, mac-ts-outline-text)
1253 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1254 (mac-ts-hilite-style-faces): New constant.
1255 (mac-apple-event-map): Bind text input events.
1256 (mac-dispatch-apple-event): Use command-execute instead of
1257 call-interactively.
1258 (global-map): Don't bind mac-apple-event.
1259 (special-event-map): Bind mac-apple-event.
1260
1261 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1262
1263 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1264 file name.
1265 (emacs): Enclose the value of $(EMACS) in quotes.
1266
1267 2006-06-02 Juri Linkov <juri@jurta.org>
1268
1269 * international/mule.el (sgml-html-meta-auto-coding-function):
1270 Remove the condition `(search-forward "<html" size t)'.
1271 Replace `\"' with `[\"']?' in `re-search-forward'.
1272
1273 2006-06-02 Kenichi Handa <handa@m17n.org>
1274
1275 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1276 as well as `coding'.
1277 (hack-local-variables): Likewise.
1278
1279 * international/mule.el (enable-character-translation):
1280 Put permanent-local and safe-local-variable properties.
1281 (find-auto-coding): Handle char-trans: tag.
1282
1283 2006-06-02 Juri Linkov <juri@jurta.org>
1284
1285 * international/mule.el (sgml-html-meta-auto-coding-function):
1286 Limit the search by the end of the HTML header (if any).
1287
1288 2006-06-01 Richard Stallman <rms@gnu.org>
1289
1290 * subr.el (with-current-buffer): Doc fix.
1291
1292 2006-06-02 Masatake YAMATO <jet@gyve.org>
1293
1294 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1295 Almost rewrite. Underlines over all lines of gcov output are too
1296 uncomfortable to read. Suggested by Dan Nicolaescu.
1297
1298 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1299
1300 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1301
1302 * shell.el (shell-mode): Use shell-mode-map in docstring.
1303
1304 * comint.el (comint-send-input): Do not add help-echo and
1305 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1306
1307 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1308
1309 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1310
1311 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1312
1313 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1314 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1315 look up the stack and pop up GUD buffer if necessary.
1316 (gdb-frames-select): Remove redundant call to gud-display-frame.
1317 (gdb-info-threads-custom): Keep point at start of buffer.
1318 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1319
1320 2006-05-31 Juri Linkov <juri@jurta.org>
1321
1322 * replace.el (query-replace-read-from, query-replace-read-to):
1323 Bind `history-add-new-input' to nil. Call `add-to-history'.
1324
1325 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1326
1327 * textmodes/table.el: Convert all HTML tags to lower case for
1328 XHTML compatibility.
1329
1330 2006-05-31 Masatake YAMATO <jet@gyve.org>
1331
1332 * progmodes/compile.el:
1333 (compilation-error-regexp-alist-alist::gcov-called-line):
1334 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1335
1336 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1337
1338 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1339 Revert inadvertent changes made with last commit.
1340
1341 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1342
1343 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1344 New functions.
1345
1346 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1347
1348 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1349
1350 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1351 only matches in the right place.
1352 (org-upcoming-deadline): New face.
1353 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1354 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1355 and make it an option.
1356 (org-export-ascii-bullets): New option.
1357 (org-export-as-html): Many changes to emit valid XHTML.
1358 (org-par-open): New variable.
1359 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1360 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1361 (org-timeline): Pass `org-timeline-show-empty-dates' to
1362 `org-get-all-dates'. Interpret empty dates returned by
1363 `org-get-all-dates'.
1364 (org-get-all-dates): New argument EMPTY. Add dates without
1365 entries to the list, mark large ranges of empty dates.
1366 (org-point-in-group, org-context): New functions.
1367
1368 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1369
1370 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1371
1372 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1373 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1374 to C-mouse-3 (for 2 button mice).
1375 (gdb-send): Do the right thing for C-d.
1376
1377 * speedbar.el (speedbar-detach): Delete.
1378 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1379 it breaks things.
1380 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1381
1382 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1383
1384 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1385 Makeppfile.
1386
1387 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1388 Add makepp diagnostic.
1389
1390 2006-05-29 Richard Stallman <rms@gnu.org>
1391
1392 * window.el (fit-window-to-buffer): Doc fix.
1393
1394 * help.el (temp-buffer-max-height): Doc fix.
1395
1396 * subr.el (with-current-buffer): Doc fix.
1397
1398 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1399
1400 * term/x-win.el: Bind F10 to menu-bar-start if available.
1401
1402 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1403
1404 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1405 uses with a simple test.
1406 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1407 (term-send-raw-string, term-send-raw, term-mouse-paste)
1408 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1409 (term-handle-exit, term-read-input-ring)
1410 (term-previous-matching-input-string)
1411 (term-previous-matching-input-string-position)
1412 (term-previous-matching-input-from-input)
1413 (term-replace-by-expanded-history, term-send-input)
1414 (term-skip-prompt, term-bol, term-send-invisible)
1415 (term-kill-input, term-delchar-or-maybe-eof)
1416 (term-backward-matching-input, term-check-source)
1417 (term-proc-query, term-emulate-terminal)
1418 (term-handle-colors-array, term-process-pager, term-pager-line)
1419 (term-pager-bob, term-unwrap-line, term-word)
1420 (term-dynamic-complete-filename)
1421 (term-dynamic-complete-as-filename)
1422 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1423 unlesses.
1424
1425 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1426
1427 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1428 during bootstrapping.
1429
1430 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1431 Basically undo the change of 2006-05-26: use extra arguments instead of
1432 dynamic scoping.
1433 (ewoc-locate): Remove unused var `footer'.
1434
1435 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1436
1437 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1438
1439 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1440 (generate-file-autoloads): Obey it. Return whether autoloads were
1441 added at point or not.
1442 (update-file-autoloads): Use this new return value.
1443 Remove redundant test for the presence of an autoload cookie.
1444
1445 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1446 This one calls hack-local-variables.
1447 (generate-file-autoloads, update-file-autoloads): Use it.
1448
1449 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1450 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1451 (bibtex-sort-entry-class-alist): Don't set the global value.
1452 (bibtex-init-sort-entry-class-alist): New fun.
1453 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1454 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1455 of bibtex-init-sort-entry-class.
1456
1457 2006-05-28 Richard Stallman <rms@gnu.org>
1458
1459 * subr.el (load-history-regexp): If FILE is relative, insist
1460 entire last name component must match it.
1461 (load-history-filename-element, load-history-regexp): Doc fixes.
1462
1463 2006-05-29 Kim F. Storm <storm@cua.dk>
1464
1465 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1466 `pos' and `raw-data' for clarity, as eval forms may access these.
1467
1468 2006-05-28 Kim F. Storm <storm@cua.dk>
1469
1470 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1471
1472 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1473
1474 * progmodes/make-mode.el (makefile-browser-map)
1475 (makefile-mode-syntax-table): Move initialization inside declaration.
1476 (makefile-fill-paragraph): Use the default comment-filling code.
1477
1478 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1479
1480 * replace.el (query-replace-defaults): New variable.
1481 (query-replace-read-from): Use `query-replace-defaults' for
1482 default value, instead of history list.
1483 (query-replace-read-to): Update `query-replace-defaults'.
1484
1485 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1486
1487 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1488 with no X toolkit.
1489
1490 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1491
1492 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1493 (tumme-show-all-from-dir): Add autoload.
1494
1495 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1496
1497 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1498 (tumme-remove-tag): Fix bug.
1499
1500 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1501
1502 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1503 FOOTER args. Update unique caller.
1504 (ewoc-delete): Compute last node once before looping.
1505 (ewoc--node-branch): Merge into unique caller.
1506 (ewoc--node): Don't define constructor make-ewoc--node for this
1507 structure.
1508 (ewoc): Add member `hf-pp' to this structure.
1509 (ewoc--wrap): New func.
1510 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1511 header/footer pretty-printers. Save header/footer pretty-printer.
1512 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1513
1514 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1515
1516 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1517
1518 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1519 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1520 Tag'. Change "Compare directories..." to "Change Directories...".
1521 Move tumme commands to Operate, Regexp and Immediate menus.
1522 Change "Add Comment" to "Add Image Comment". Change "Add Image
1523 Tag" to "Add Image Tags".
1524
1525 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1526 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1527 `tumme-delete-tag'.
1528
1529 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1530
1531 * shell.el (shell-mode): Call shell-dirtrack-mode after
1532 list-buffers-directory is made a local variable, to avoid setting
1533 the default value.
1534
1535 2006-05-26 Kevin Ryde <user42@zip.com.au>
1536
1537 * info.el (Info-index-next): Use where-is-internal to report
1538 actual binding of Info-index-next, rather than hard-coded `,'.
1539
1540 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1541
1542 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1543 and "Find Command in Manual" to here.
1544
1545 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1546 Info-current-file as the file name.
1547
1548 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1549
1550 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1551 overrides will now be done a different way.
1552 (ses-set-parameter): Reapply this function for undo.
1553 (ses-set-header-row): Reconstruct header row during undo.
1554 (ses-widen): New function.
1555 (ses-goto-data, ses-reconstruct-all): Use new function.
1556 (ses-command-hook): Widen buffer during undo, before unupdating
1557 the cells.
1558 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1559 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1560 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1561 formula hasn't been executed yet.
1562
1563 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1564
1565 * comint.el (comint-kill-whole-line): Rename arg to count.
1566 Fix doc string.
1567
1568 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1569
1570 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1571 to copy-file.
1572
1573 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1574
1575 * simple.el (toggle-truncate-lines): Make arg optional for
1576 backward compatibility.
1577
1578 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1579
1580 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1581 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1582 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1583 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1584 (ewoc--adjust): Use ewoc--current-dll.
1585 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1586
1587 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1588
1589 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1590 compact error message.
1591 (org-tags-view): Refresh category table in each file.
1592 (org-table-justify-field-maybe): Remove superfluous arguments to
1593 `format'.
1594 (org-export-as-html): Insert "<p>" before postamble.
1595 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1596
1597 2006-05-26 Kenichi Handa <handa@m17n.org>
1598
1599 * textmodes/po.el (po-find-charset): Pay attention to the case
1600 FILENAME is a cons (NAME . BUFFER).
1601 (po-find-file-coding-system-guts): Likewise.
1602
1603 * arc-mode.el (archive-set-buffer-as-visiting-file):
1604 Call find-operation-coding-system with (FILENAME . BUFFER).
1605
1606 * tar-mode.el (tar-extract): Call find-operation-coding-system
1607 with (FILENAME . BUFFER).
1608
1609 * international/mule.el (decode-coding-inserted-region):
1610 Call find-operation-coding-system with (FILENAME . BUFFER).
1611
1612 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1613
1614 * image-mode.el (image-toggle-display): Use buffer contents to
1615 generate image for a remote file.
1616
1617 2006-05-25 Juri Linkov <juri@jurta.org>
1618
1619 * replace.el (query-replace-read-from, query-replace-read-to):
1620 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1621
1622 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1623
1624 * whitespace.el (whitespace-cleanup): Change to cleanup
1625 region if one is active.
1626 * whitespace.el (whitespace-cleanup-internal): New internal method.
1627
1628 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1629
1630 * dired.el (dired-mode-map): Add help-echo strings to tumme
1631 commands. Bind `tumme-dired-display-image' to C-t i.
1632
1633 * tumme.el (tumme-display-image): Change documentation string slightly.
1634 (tumme-dired-display-image): Add call to `display-buffer'.
1635
1636 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1637
1638 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1639 Signal error if RAW-DATA is a multibyte string.
1640
1641 2006-05-24 Richard Stallman <rms@gnu.org>
1642
1643 * subr.el (with-local-quit): When handling `quit' signal,
1644 make a chance for quit-flag to cause a quit.
1645
1646 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1647 (ad-disable-advice): Add autoloads.
1648
1649 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1650
1651 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1652
1653 * dired.el (dired-mode-map): Change menu items for tumme as per
1654 suggestions in emacs-devel.
1655
1656 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1657
1658 * dired.el (dired-mode-map): Fix breakage.
1659
1660 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1661
1662 * tumme.el (tumme-display-dired-image): Rename to...
1663 (tumme-dired-display-image): ...this.
1664 (tumme-track-movement): Change default value to t.
1665 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1666 used from `tumme-next-line-and-display' and similar commands.
1667
1668 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1669 Immediate menu. Add some tumme commands there.
1670
1671 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1672
1673 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1674
1675 2006-05-24 Chong Yidong <cyd@mit.edu>
1676
1677 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1678 menu entries that open submenus.
1679
1680 2006-05-24 Alan Mackenzie <acm@muc.de>
1681
1682 * startup.el (command-line): For names of preloaded files, don't
1683 append ".elc" (now done in Fload), and call file-truename on the
1684 lisp directory.
1685
1686 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1687 match ANY loaded file with the right name, not just those in
1688 load-path. Put a regexp matching the file name into
1689 after-load-alist, rather than the name itself.
1690
1691 * subr.el: New functions load-history-regexp,
1692 load-history-filename-element, do-after-load-evaluation.
1693
1694 * international/mule.el (load-with-code-conversion): Do the
1695 eval-after-load stuff by calling do-after-load-evaluation.
1696
1697 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1698
1699 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1700 has not been killed.
1701
1702 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1703
1704 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1705 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1706 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1707 Optionally set error message in reply.
1708
1709 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1710
1711 * textmodes/org.el (org-open-at-point): Use renamed variable
1712 `org-confirm-shell-link-function'.
1713 (org-confirm-shell-link-function): Rename from
1714 `org-confirm-shell-links'.
1715 (org-export-directory): New function.
1716 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1717 (org-export-icalendar): Use `org-export-directory'.
1718 (org-indent-item): Keep cursor position.
1719 (org-link-file-path-type): New option.
1720 (org-export-as-html): Fix bug with plain lists starting in
1721 column 0.
1722 (org-export-as-html): Remove deadline formatting, this happens
1723 now already in `org-html-handle-time-stamps'.
1724 (org-export-html-style): Deadline class removed.
1725 (org-insert-labeled-timestamps-at-point): New option.
1726 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1727 of `hide-sublevels 1', in case the first headline is not level 1.
1728 (org-overview, org-content): New fuction.
1729 (org-cycle-global-status, org-cycle-subtree-status): Make these
1730 variables buffer-local.
1731 (org-global-cycle): New command.
1732 (org-shifttab): Use `org-global-cycle'.
1733 (org-insert-heading, org-insert-item): Go to end of new
1734 headline/item after creating it.
1735 (org-export-visible): Rename from `org-export-copy-visible'.
1736 Now creates a temporary org-file and applies an exporting command
1737 to it.
1738 (org-table-eval-formula): Support for lisp forms.
1739 (org-agenda-todo-ignore-scheduled): New option.
1740 (org-agenda-get-todos): Use new option
1741 `org-agenda-todo-ignore-scheduled'.
1742 (org-export-html-inline-images): New value `maybe'.
1743 (org-export-as-html): Inlining of images dependent on link description.
1744 (org-archive-subtree): Check for end-of-buffer before trying
1745 `kill-line'.
1746 (org-agenda-follow-mode): New option.
1747 (org-export-with-tags, org-export-with-timestamps): New options.
1748 (org-html-handle-time-stamps): New function.
1749 (org-keyword-time-regexp): New variable.
1750 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1751 (org-agenda-todo-list-sublevels): New option.
1752 (org-html-level-start): When TITLE is nil, just close all levels.
1753 (org-parse-key-lines, org-parse-export-options): Remove functions,
1754 replaced by `org-infile-export-plist'.
1755 (org-combine-plists, org-infile-export-plist)
1756 (org-default-export-plist): New functions.
1757 (org-export-html-preamble, org-export-html-postamble)
1758 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1759 New variables.
1760 (org-export-publishing-directory): New option.
1761 (org-export-as-html, org-export-as-ascii): Use the new property
1762 lists for settings.
1763 (org-export-copy-visible, org-export-as-xoxo):
1764 Respect `org-export-publishing-directory'.
1765 (org-link-search, org-store-link, org-file-apps): Support for
1766 links to BibTeX database entries..
1767 (org-get-current-options, org-set-regexps-and-options):
1768 Implement logging as a startup option.
1769 (org-store-link): Make sure context string is never empty
1770 (org-insert-link): Use relative path when possible.
1771 (org-at-item-checklet-p): New function.
1772 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1773 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1774 (org-metaright, org-metaup, org-metadown, org-shiftup)
1775 (org-shiftdown, org-shiftright, org-shiftleft)
1776 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1777 Dispatch using `call-interactively'.
1778 (org-call-with-arg): New defsubst.
1779 (org-tag-alist, org-use-fast-tag-selection): New options.
1780 (org-complete): Use `org-tag-alist'.
1781 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1782 (org-next-item, org-previous-item): New commands.
1783 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1784 make command.
1785 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1786
1787 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1788
1789 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1790 (ewoc-filter): Use `ewoc-delete'.
1791
1792 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1793
1794 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1795
1796 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1797 Signal more user-friendly error messages.
1798
1799 * complete.el (PC-do-completion): Undo the addition of implicit
1800 wildcards if they did not lead to finding any match.
1801 (read-file-name-internal): Don't add the final > if the completion is
1802 not finished.
1803
1804 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1805
1806 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1807 Quote safe-local-variable predicate.
1808
1809 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1810
1811 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1812
1813 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1814
1815 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1816
1817 * progmodes/make-mode.el (makefile-special-targets-list)
1818 (makefile-macro-table, makefile-target-table): Mark as risky.
1819 (makefile-query-one-target-method): Make this the alias for the
1820 following variable.
1821 (makefile-query-one-target-method-function): Make this the real name.
1822
1823 * textmodes/artist.el (artist-text-renderer): Make this the alias
1824 for the following variable.
1825 (artist-text-renderer-function): Make this the real name.
1826
1827 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1828 the alias for the following variable.
1829 (flyspell-generic-check-word-predicate): Make this the real name.
1830
1831 * textmodes/ispell.el (ispell-format-word): Make this the alias
1832 for the following variable.
1833 (ispell-format-word-function): Make this the real name.
1834 (ispell-message-text-end): Mark as risky.
1835
1836 * skeleton.el (skeleton-transformation, skeleton-filter)
1837 (skeleton-pair-filter): Make these the aliases for the following
1838 variables.
1839 (skeleton-transformation-function, skeleton-filter-function)
1840 (skeleton-pair-filter-function): Make these the real names.
1841
1842 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1843 and skeleton-pair-filter-function.
1844
1845 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1846 alias for the following variable.
1847 (sgml-transformation-function): Make this the real name.
1848 (sgml-tag-alist): Mark as risky.
1849
1850 2006-05-21 Richard Stallman <rms@gnu.org>
1851
1852 * simple.el (kill-region): Interactively, pass point, then mark.
1853
1854 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1855
1856 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1857
1858 2006-05-21 Romain Francoise <romain@orebokech.com>
1859
1860 * dired-x.el (dired-mode-map): Don't bind M-g.
1861
1862 2006-05-20 Richard Stallman <rms@gnu.org>
1863
1864 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1865 (dired-goto-file): Doc fix.
1866
1867 2006-05-21 Kim F. Storm <storm@cua.dk>
1868
1869 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1870 way to enable built-in cua-mode if user loads older CUA-mode package.
1871
1872 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1873 if default-filename is specified.
1874
1875 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1876
1877 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1878
1879 * info.el (info-apropos): Make sure current-file and current-node
1880 have non-nil values. Speed up by using add-to-list instead of
1881 manual consing.
1882
1883 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1884
1885 * progmodes/make-mode.el (makefile-mode): Doc fix.
1886
1887 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1888
1889 * dired-aux.el (dired-do-shell-command): Doc fix.
1890
1891 2006-05-20 Kevin Ryde <user42@zip.com.au>
1892
1893 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1894 ``(custom-manual :tag "Foo" "(foo)Node")''.
1895
1896 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1897
1898 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1899 value is an integer.
1900
1901 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1902
1903 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1904 "format".
1905 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1906
1907 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1908
1909 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1910 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1911
1912 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1915 regexp for keywords.
1916
1917 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1918
1919 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1920 replace-regexp-in-string.
1921
1922 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1923 encode, and escape file name on conversion to URL.
1924
1925 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1926
1927 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1928 Don't unescape URL.
1929 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1930
1931 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1932 on conversion to URLs.
1933
1934 * net/browse-url.el (browse-url-file-url): Encode file name on
1935 conversion to URL.
1936
1937 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1938 conversion to URL.
1939
1940 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1941
1942 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1943
1944 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1945
1946 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1947 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1948
1949 2006-05-19 Glenn Morris <rgm@gnu.org>
1950
1951 * calendar/diary-lib.el (diary-bahai-date)
1952 (list-bahai-diary-entries, mark-bahai-diary-entries)
1953 (mark-bahai-calendar-date-pattern): Not interactive.
1954 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1955 (diary-entries-list): Change format of 4th element in each entry.
1956 (diary-list-entries): Use add-to-diary-list.
1957 (diary-goto-entry): Handle the case where the buffer visiting the
1958 diary has been killed.
1959 (fancy-diary-display): Add 'locator to button rather than 'marker.
1960 Only generate temp-face when there are marks to apply.
1961 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1962 (diary-fancy-date-pattern): New variable.
1963 (diary-time-regexp): Doc fix.
1964 (diary-anniversary, diary-time): New faces.
1965 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1966 diary-time-regexp. Add font-lock-multiline property where needed.
1967 Use new faces diary-anniversary and diary-time.
1968 (diary-fancy-font-lock-fontify-region-function): New function, to
1969 handle multiline font-lock pattern in fancy diary.
1970 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1971 (diary-font-lock-keywords): Tweak time regexp. Use new face
1972 diary-time.
1973
1974 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1975
1976 * international/code-pages.el (mik): Table corrected.
1977
1978 2006-05-18 Kim F. Storm <storm@cua.dk>
1979
1980 * progmodes/grep.el (grep-find): Don't check grep-find-command
1981 before running command (breaks non-interactive usage).
1982
1983 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1984
1985 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1986 (ewoc--insert-new-node): Don't insert trailing newline.
1987 Instead, adjust successor nodes's start markers.
1988 (ewoc--refresh-node): Delete all text from current node's start
1989 marker to the next one's; adjust successor nodes's start markers.
1990 (ewoc--create): Doc fixes.
1991 (ewoc--refresh): Don't insert newline.
1992 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1993 * pcvs.el (cvs-make-cvs-buffer):
1994 Specify extra newline for ewoc's header and footer.
1995 (cvs-update-header): Update initial header recognition.
1996 Append newline to final header and footer values.
1997 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1998
1999 2006-05-17 Richard Stallman <rms@gnu.org>
2000
2001 * files.el (file-name-extension): Doc fix.
2002
2003 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2006 we can explicitly enable/disable rather than toggle.
2007 (shell-mode): Use it.
2008 (shell-cd): Don't try to reproduce what `cd' does.
2009
2010 2006-05-17 Kim F. Storm <storm@cua.dk>
2011
2012 * ido.el (ido-read-internal): Use only nondirectory part of
2013 default item.
2014
2015 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2016
2017 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2018 (ewoc-nth): Doc fix.
2019
2020 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2021
2022 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2023
2024 * international/mule.el (auto-coding-alist): Add .lha to files
2025 read with no-conversion.
2026
2027 * files.el (auto-mode-alist): Add .lha files to archive file
2028 extensions.
2029
2030 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2031 Convert csize to integer when computing offsets within the
2032 compressed archive file.
2033
2034 2006-05-16 Kim F. Storm <storm@cua.dk>
2035
2036 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2037 with read-from-minibuffer.
2038
2039 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2040
2041 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2042 (byte-compile-warnings): Fix safe-local-variable property.
2043
2044 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2045
2046 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2047 (allout-stylish-prefixes, allout-numbered-bullet)
2048 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2049 predicates to qualify `safe-local-variable' property, when
2050 available, else use equivalent lambda.
2051 (allout-current-topic-collapsed-p): Do the right thing regarding
2052 trailing blank lines.
2053
2054 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2055
2056 * server.el (server-start): Only create a directory if needed.
2057 (server-edit, server-unload-hook): server-start => server-mode.
2058 (kill-emacs-hook): Cleanup upon exit.
2059
2060 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2061
2062 * hexl.el (hexlify-buffer): Encode process arguments manually.
2063
2064 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2065
2066 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2067 call to gdb-tooltip-print.
2068
2069 2006-05-15 Romain Francoise <romain@orebokech.com>
2070
2071 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2072 systems, default to "tar" since those systems probably have GNU tar.
2073
2074 2006-05-14 Lars Hansen <larsh@soem.dk>
2075
2076 * desktop.el (desktop-missing-file-warning): Fix docstring.
2077 (desktop-restore-file-buffer): Correct question asked on missing file.
2078
2079 2006-05-14 Kim F. Storm <storm@cua.dk>
2080
2081 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2082 Add CUA move property.
2083
2084 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2085
2086 * custom.el (custom-push-theme): Load the variable before checking
2087 its `standard-value'.
2088
2089 2006-05-13 Lars Hansen <larsh@soem.dk>
2090
2091 * desktop.el (desktop-save): Use with-temp-buffer.
2092
2093 2006-05-12 Glenn Morris <rgm@gnu.org>
2094
2095 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2096 * calendar/calendar.el (calendar-mode-map):
2097 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2098 * calendar/appt.el (appt-check, appt-make-list): Refer to
2099 diary-view-entries, diary-list-entries, diary-show-all-entries
2100 rather than obsolete aliases.
2101
2102 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2103
2104 * simple.el (line-move-finish): Avoid calling point motion hooks
2105 while processing intangibility.
2106
2107 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2108
2109 * term/xterm.el (terminal-init-xterm): Fix typo.
2110
2111 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2112
2113 * allout.el (allout-view-change-hook): Mark as being deprecated,
2114 to be replaced by `allout-exposure-change-hook'.
2115 (allout-exposure-change-hook): New, replacing
2116 `allout-view-change-hook'.
2117 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2118 in addition to `allout-view-change-hook'.
2119 (allout-show-bodies, allout-old-style-prefixes)
2120 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2121 lambda forms to prevent their showing up in variable help
2122 presentations as inscrutable byte-compiled code.
2123 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2124 Use string-or-null-p to qualify safe-local-variable values.
2125 (allout-reindent-bodies): Use memq to qualify matches against
2126 valid safe-local-variable values. Also, quote the lambda as above.
2127 (allout-use-mode-specific-leader): Add missing candidate-value
2128 symbols, use memq, and quote the lambda.
2129 (allout-overlay-interior-modification-handler): Remove unused
2130 variables `msg' and 'opened'.
2131 (allout-hidden-p): Constrain invisibility consideration to allout's
2132 invisibility spec, disregarding invisibility for other reasons.
2133
2134 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2135
2136 * files.el (version-control): Correct safe values.
2137
2138 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2139
2140 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2141
2142 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2143 (ewoc--insert-new-node): New func.
2144 Update callers of deleted funcs to use it, instead.
2145
2146 2006-05-11 Glenn Morris <rgm@gnu.org>
2147
2148 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2149 obsolete alias `show-all-diary-entries'.
2150 (make-diary-entry): Not interactive.
2151 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2152 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2153 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2154 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2155 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2156 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2157
2158 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2159
2160 * calendar/calendar.el (calendar-french-date-string)
2161 (calendar-mayan-date-string, calendar-chinese-date-string)
2162 (calendar-astro-date-string, calendar-iso-date-string)
2163 (calendar-islamic-date-string, calendar-bahai-date-string)
2164 (calendar-hebrew-date-string, calendar-coptic-date-string)
2165 (calendar-ethiopic-date-string, calendar-persian-date-string):
2166 These functions are not interactive.
2167
2168 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2169
2170 * files.el: Balance parentheses.
2171
2172 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2173
2174 * files.el, newcomment.el, outline.el, simple.el,
2175 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2176 progmodes/cc-vars.el, progmodes/compile.el:
2177 Move `safe-local-variable' declarations to the respective files.
2178
2179 * help-fns.el (describe-variable): Don't print safe-var if it is
2180 byte-code. Improve wording as suggested by Luc Teirlinck.
2181
2182 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2183
2184 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2185 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2186 Use a token for pending-triggers to ensure gdb-var-update
2187 gets called once per user input again for pre-GDB 6.4.
2188 (gdb-var-delete): Match on more complex expressions.
2189 (gdb-var-list-children-handler, gdb-var-create-handler):
2190 Use a token for consistency.
2191
2192 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2193
2194 * textmodes/org.el (org-read-date, org-goto-calendar)
2195 (org-agenda-goto-calendar):
2196 Bind `view-calendar-holidays-initially' to nil.
2197
2198 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2199
2200 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2201 Update all callers to do it there, instead.
2202
2203 2006-05-10 Glenn Morris <rgm@gnu.org>
2204
2205 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2206 prefix arg case, to avoid view-diary-entries-initially error.
2207 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2208 (calendar-date-is-legal-p): Handle dates with no day part.
2209
2210 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2211
2212 * comint.el (comint-insert-input): Just make it when
2213 comint-use-prompt regexp is nil (default) and with the mouse.
2214 (comint-copy-old-input): Reinstate from 2004-06-23.
2215 (comint-mode-map): Bind C-c C-m to it.
2216
2217 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2218
2219 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2220 Remove spurious move to point-max (new comint behavior fixes).
2221
2222 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2223 compatibility function (Emacs 18/19).
2224 (idlwave-is-continuation-line): Always return point at start of
2225 previous non-blank continuation line.
2226 `keyword-parameters': Fix continued comment font-lock matcher.
2227 (idlwave-font-lock-fontify-region): Written, use as
2228 font-lock-fontify-region-function, to fix continued keyword
2229 fontification issues.
2230
2231 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2232
2233 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2234 (mac-service-selection, mac-service-open-file)
2235 (mac-service-open-selection, mac-service-mail-selection)
2236 (mac-service-mail-to, mac-service-insert-text): Rename from
2237 mac-services-*. All uses changed.
2238 (mac-apple-event-map): Rename event symbol `services' to `service'.
2239
2240 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2241
2242 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2243 (ewoc--node-enter-first, ewoc--node-enter-last)
2244 (ewoc--delete-node-internal): Merge funcs into unique callers.
2245
2246 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2247
2248 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2249 return value of read-from-minibuffer for empty input.
2250
2251 2006-05-09 Miles Bader <miles@gnu.org>
2252
2253 * comint.el (comint-insert-input): Remove redundant calls to setq
2254 and goto-char.
2255
2256 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2257
2258 * comint.el (comint-insert-input): Make it work when
2259 comint-use-prompt-regexp is t.
2260
2261 2006-05-10 Miles Bader <miles@gnu.org>
2262
2263 * subr.el (field-at-pos): New function.
2264
2265 * comint.el (comint-insert-input): Use it.
2266
2267 2006-05-09 Juri Linkov <juri@jurta.org>
2268
2269 * battery.el (battery-linux-proc-acpi): Also try
2270 `/proc/acpi/thermal_zone/THR2/temperature'.
2271
2272 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2273 for now unused lambda `string-or-null'.
2274
2275 * add-log.el (change-log-default-name): Put `string-or-null-p'
2276 instead of lambda on `safe-local-variable' property.
2277
2278 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2279 `region-end' instead of `mark' and `point'.
2280 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2281 Operate on region in Transient Mark mode when the mark is active.
2282 Use `region-beginning' and `region-end' instead of `mark' and
2283 `point'.
2284 (diff-hunk-text, diff-goto-source): Doc fix.
2285
2286 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2287 face `mode-line-buffer-id' for mode-line buffer face instead of
2288 hard-coded `(:weight bold)'.
2289
2290 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2291 buffer-undo-list to t (undo-ask is reproducible by visiting
2292 nested archives).
2293
2294 2006-05-09 Kim F. Storm <storm@cua.dk>
2295
2296 * progmodes/grep.el (rgrep): Set default directory of *grep*
2297 buffer if we start M-x rgrep in the *grep* buffer and choose
2298 a different base directory.
2299
2300 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2301
2302 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2303 completion also when ido is loaded.
2304
2305 2006-05-09 Masatake YAMATO <jet@gyve.org>
2306
2307 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2308 "warning" and "import".
2309 (cpp-font-lock-keywords): Added "warning".
2310
2311 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2312
2313 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2314
2315 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2316
2317 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2318 pages at a time, if we signal the end, we should indeed reach that end.
2319
2320 2006-05-08 David Reitter <david.reitter@gmail.com>
2321
2322 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2323 output during execution of the body.
2324
2325 2006-05-08 Kim F. Storm <storm@cua.dk>
2326
2327 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2328
2329 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2330
2331 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2332 Use with-current-buffer.
2333
2334 2006-05-07 Kim F. Storm <storm@cua.dk>
2335
2336 * subr.el (add-to-history): Remove keep-dups arg.
2337
2338 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2339 to nil around call to add-to-history.
2340
2341 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2342
2343 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2344 than after a buffer modification.
2345
2346 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2347
2348 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2349 call to...
2350 (gud-watch): ...here so speedbar is raised for already watched
2351 expressions.
2352 (gdb-speedbar-refresh): Delete function.
2353 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2354 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2355 earlier change).
2356 (gdb-var-evaluate-expression-handler)
2357 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2358
2359 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2360 Update localized contents for all buffers except ignored modes.
2361
2362 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2363
2364 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2365 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2366 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2367 (mac-handle-font-panel-closed, mac-handle-font-selection):
2368 New functions.
2369 (mac-font-panel-mode): New minor mode.
2370 (mac-apple-event-map): Add bindings for toolbar toggle button and
2371 font panel.
2372 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2373
2374 2006-05-07 John Paul Wallington <jpw@pobox.com>
2375
2376 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2377 Avoid `regexp-opt'; simplify regexp for readability.
2378
2379 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2380
2381 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2382 * files.el (buffer-stale-function):
2383 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2384 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2385 links to the main manual, not to emacs-xtra.
2386
2387 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2388
2389 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2390 MacJapanese if text is ASCII-only.
2391
2392 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2393
2394 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2395 unless so nil isn't returned.
2396 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2397
2398 2006-05-06 Kim F. Storm <storm@cua.dk>
2399
2400 * subr.el (add-to-history): New function.
2401
2402 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2403 (ediff-merge-files-with-ancestor):
2404 * env.el (setenv):
2405 * isearch.el (isearch-update-ring):
2406 * server.el (server-visit-files):
2407 * progmodes/grep.el (lgrep, rgrep):
2408 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2409 * progmodes/xscheme.el (xscheme-insert-expression):
2410 Use add-to-history.
2411
2412 * kmacro.el (kmacro-push-ring): Use add-to-history.
2413 (kmacro-ring-length): Remove unused defun.
2414 (kmacro-start-macro): Use kmacro-push-ring.
2415
2416 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2417
2418 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2419 directly instead of a lambda expression that calls it.
2420
2421 2006-05-06 Kim F. Storm <storm@cua.dk>
2422
2423 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2424 instead of compute-motion.
2425
2426 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2427
2428 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2429 change.
2430
2431 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2432
2433 * startup.el (command-line-1): Refer to "Pure Storage" on
2434 pure-space-overflow.
2435
2436 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2437
2438 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2439 provided faces once they all have been used up.
2440
2441 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2442
2443 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2444 reference to the Lisp manual to the warning about pure space
2445 overflow.
2446
2447 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2448
2449 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2450 argument to avoid the call to `ispell-internal-change-dictionary'
2451 when not needed.
2452 (ispell-change-dictionary): Use this argument and call
2453 `ispell-internal-change-dictionary' after the possible change
2454 to `ispell-local-dictionary'.
2455 (ispell-internal-change-dictionary): Check for a change in
2456 personal dictionary use too.
2457
2458 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2459
2460 * startup.el (command-line): On MS-Windows, probe "~", not
2461 "~USER", for warning about non-existent home directory
2462
2463 * arc-mode.el (archive-l-e): New optional argument `float' means
2464 generate a float value.
2465 (archive-arc-summarize, archive-lzh-summarize)
2466 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2467 with 3rd argument non-nil when file's size is being computed.
2468 Format the file sizes with %8.0f instead of %8d.
2469
2470 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2471
2472 * cus-start.el (all): Add mac-dnd-known-types.
2473
2474 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2475 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2476 (mac-TIFF-to-string): New functions.
2477 (x-get-selection, x-selection-value)
2478 (mac-select-convert-to-string): Use them.
2479 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2480 (mac-dnd-types-alist): New customization variable.
2481 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2482 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2483 (mac-dnd-handle-drag-n-drop-event): New functions.
2484 (mac-drag-n-drop): Remove function.
2485 (global-map): Bind drag-n-drop and M-drag-n-drop to
2486 mac-dnd-handle-drag-n-drop-event.
2487
2488 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2489
2490 * progmodes/perl-mode.el (perl-beginning-of-function):
2491 Skip anonymous subs.
2492
2493 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2494
2495 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2496 regexp-opt at run time.
2497
2498 * term.el (term-handle-ansi-escape): Fix off by one error.
2499
2500 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2501
2502 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2503 (gdb-init-1, gdb-post-prompt): ...and references to it.
2504 (gdb-frame-handler): Strip directory name from filename if present.
2505
2506 * progmodes/gud.el (gdb-force-update): Delete defvar
2507 (gud-speedbar-buttons): ...and references to it. Use window-start
2508 to try to keep positon in watch expression.
2509
2510 2006-05-03 Richard Stallman <rms@gnu.org>
2511
2512 * simple.el (next-history-element, previous-history-element): Doc fix.
2513
2514 * isearch.el (isearch-update-ring): Doc fix.
2515
2516 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2517
2518 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2519 into consideration. Replace one arm ifs with whens.
2520
2521 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2522
2523 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2524 (menu): Fix typo.
2525
2526 2006-05-02 Miles Bader <miles@gnu.org>
2527
2528 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2529
2530 2006-05-02 Jay Belanger <belanger@truman.edu>
2531
2532 * calc/calc-embed.el (calc-override-minor-modes-map)
2533 (calc-override-minor-modes): New variables.
2534 (calc-do-embedded): Make sure that Calc keystrokes aren't
2535 overwritten by minor modes.
2536
2537 2006-05-02 Chong Yidong <cyd@mit.edu>
2538
2539 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2540
2541 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2542
2543 * startup.el (command-line-1): Refer to Lisp manual when
2544 pure-space-overflow occurs.
2545
2546 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2547 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2548 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2549 (version-control): Don't use `t' for safe-local-variable declarations.
2550
2551 2006-05-01 Richard Stallman <rms@gnu.org>
2552
2553 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2554 M-r, M-R, M-A, M-SPC or M-DEL.
2555 (diff-mode-map): diff-refine-hunk now on C-c C-w
2556 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2557
2558 * help-mode.el (help-mode): view-exit-action calls delete-window
2559 only when it is safe and possible.
2560
2561 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2562 in messages.
2563
2564 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2565
2566 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2567 in the default tool-bar-map.
2568
2569 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2570
2571 * net/tramp.el (tramp-completion-file-name-handler-alist)
2572 (tramp-run-real-handler, tramp-completion-run-real-handler)
2573 (tramp-completion-handle-file-name-all-completions)
2574 (tramp-completion-handle-file-name-completion): Autoload them.
2575 (tramp-completion-handle-file-exists-p)
2576 (tramp-completion-handle-file-name-directory)
2577 (tramp-completion-handle-file-name-nondirectory)
2578 (tramp-completion-handle-expand-file-name): Remove them.
2579 (tramp-handle-file-name-directory): Return the real directory name.
2580 Returning "/" only doesn't need to be necessary any longer.
2581 (tramp-file-name-handler): Make special attention when in hostname
2582 completion mode.
2583 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2584 (tramp-register-file-name-handlers):
2585 Register `tramp-completion-file-name-handler' only when
2586 `partial-completion-mode' is enabled.
2587 (tramp-completion-handle-file-name-all-completions):
2588 Delete directory part from results.
2589 (tramp-get-completion-methods, tramp-get-completion-user-host):
2590 Discard deleting "/", it doesn't work after the change of
2591 `tramp-handle-file-name-directory' above.
2592
2593 2006-05-01 Kim F. Storm <storm@cua.dk>
2594
2595 * progmodes/grep.el (grep-expand-template): Use save-match-data
2596 and symbol-value.
2597
2598 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2599
2600 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2601 Use select-frame-set-input-focus instead of raise-frame.
2602 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2603
2604 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2605
2606 * progmodes/gud.el (gud-def): Add %c case.
2607 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2608 (gud-format-command): Make match case sensitive. Match on %F.
2609
2610 2006-04-30 Glenn Morris <rgm@gnu.org>
2611
2612 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2613 (cal-tex-preamble): Use cal-tex-preamble-extra.
2614 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2615 than alias `list-diary-entries'.
2616
2617 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2618
2619 * help-fns.el (describe-variable): Add info about safe local variables.
2620
2621 2006-04-29 Richard Stallman <rms@gnu.org>
2622
2623 * bindings.el (mode-line-format): help-echo doc fixes.
2624
2625 * net/tramp.el (tramp-file-name-handler-alist): Delete
2626 expand-file-name and other operations that can cause spurious loading.
2627
2628 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2629
2630 * files.el (safe-local-variable-p): Remove support for the special
2631 value t.
2632
2633 * textmodes/paragraphs.el (sentence-end-without-space):
2634 Fix safety predicate.
2635 (sentence-end-double-space, sentence-end-without-period)
2636 (paragraph-ignore-fill-prefix):
2637 * textmodes/fill.el (colon-double-space):
2638 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2639
2640 * subr.el (booleanp): New fun.
2641
2642 * textmodes/reftex-vars.el (reftex-guess-label-type):
2643 Tighten the safety predicate.
2644
2645 2006-04-28 Kim F. Storm <storm@cua.dk>
2646
2647 * progmodes/grep.el (defgroup grep): Doc fix.
2648 (grep-auto-highlight): Remove.
2649 (grep-template): New defcustom.
2650 (grep-find-template): Rename from grep-tree-template.
2651 (grep-files-aliases): Rename from grep-tree-files-aliases.
2652 Remove "all" alias, add "l" alias.
2653 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2654 (grep-find-ignored-directories): New defcustom to replace
2655 grep-tree-ignore-CVS-directories, to facilitate ignoring
2656 subdirectories for multiple version control systems.
2657 (grep-mode-map): Add Recursive grep item to GREP menu.
2658 (grep-regexp-history, grep-files-history): New defvars.
2659 (grep-probe): New helper function.
2660 (grep-compute-defaults): Use it to simplify code.
2661 Adapt to name changes.
2662 Use `.' as base in grep-find-template rather than <D>.
2663 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2664 Call grep-compute-defaults unconditionally.
2665 (grep-expand-keywords): New defconst.
2666 (grep-expand-template): Rename from grep-expand-command-macros.
2667 Simplify via grep-expand-keywords. Look at case-fold-search instead
2668 of grep-tree-ignore-case to add -i option.
2669 Bind case-fold-search to nil while matching keywords.
2670 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2671 (grep-read-regexp, grep-read-files): New helper functions.
2672 (rgrep): Rename from grep-tree. Rework to use proper histories.
2673 Adapt to changes in defcustoms and functions above.
2674 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2675
2676 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2677
2678 * net/tramp.el (tramp-completion-file-name-handler):
2679 Disable Tramp's functionality while loading Tramp itself.
2680 (tramp-register-file-name-handlers): That's a defsubst now.
2681 Code from `tramp-repair-jka-compr' moved here. Apply it via
2682 `after-init-hook'.
2683 (tramp-repair-jka-compr): Remove.
2684
2685 2006-04-27 Jay Belanger <belanger@truman.edu>
2686
2687 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2688 read expression when `math-read-big-expr' doesn't work.
2689
2690 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2691
2692 * startup.el (command-line-1): Display warning when
2693 pure-space-overflow is non-nil.
2694
2695 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2696
2697 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2698 risky.
2699
2700 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2701
2702 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2703 Return the URL or nil if none can be generated.
2704
2705 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2706
2707 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2708 byte compiler warnings.
2709 (gud-basic-call, gud-find-expr): Let user select an expression
2710 for printing. Print expression as well as value in GUD buffer.
2711
2712 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2713
2714 * allout.el: Remove local autoload declaration for
2715 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2716 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2717 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2718 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2719 (allout-stylish-prefixes, allout-numbered-bullet)
2720 (allout-file-xref-bullet, allout-presentation-padding)
2721 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2722 safe-local-variable with suitable value spec, and add autoload
2723 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2724 (move-beginning-of-line, move-end-of-line): Repair so these compat
2725 functions now actually resituate the point, when appropriate.
2726
2727 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2728
2729 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2730
2731 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2732 (add-log-iso8601-time-string): Fix call to format-time-string.
2733
2734 2006-04-26 Kim F. Storm <storm@cua.dk>
2735
2736 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2737
2738 2006-04-26 Masatake YAMATO <jet@gyve.org>
2739
2740 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2741 Add support for "//" style comments. Remove `b' flag
2742 from ?* in `asm-mode-syntax-table'.
2743
2744 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2745
2746 * follow.el: Use (featurep 'xemacs) everywhere.
2747 (follow-mode): Use define-minor-mode.
2748 (follow-mode-map): Move initialization into the declaration.
2749 Use command remapping.
2750 (follow-emacs-version-xemacs-p): Remove.
2751 (follow-submit-feedback): Remove.
2752
2753 * allout.el (allout-layout, allout-passphrase-verifier-string)
2754 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2755
2756 * textmodes/reftex-vars.el (reftex-vref-is-default)
2757 (reftex-fref-is-default, reftex-guess-label-type):
2758 Tighten up a bit the safety predicate.
2759
2760 * textmodes/paragraphs.el (sentence-end-double-space)
2761 (sentence-end-without-period, sentence-end-without-space)
2762 (page-delimiter, paragraph-ignore-fill-prefix):
2763 Tighten up a bit the safety predicate.
2764
2765 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2766
2767 * progmodes/python.el (python-continuation-line-p)
2768 (python-beginning-of-statement): syntax-ppss may return
2769 a negative depth.
2770 (python-mode): Don't forcefully enable font-lock.
2771
2772 * time-stamp.el (time-stamp-start, time-stamp-end)
2773 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2774
2775 * add-log.el: Remove spurious * in docstrings.
2776 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2777 (add-change-log-entry): Use it here, since it's not specific
2778 to iso8601.
2779 (add-log-iso8601-time-string): Don't use it here any more.
2780 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2781
2782 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2783
2784 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2785
2786 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2787 (rcirc-toggle-low-priority): Doc fix.
2788 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2789 ChanServ regexp.
2790 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2791 #emacs.
2792 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2793 (rcirc-decode-coding-system): Use utf-8 as the default.
2794 (rcirc-multiline-minor-mode): Set the fill-column.
2795 (rcirc-format-response-string): Display bright and dim nicks.
2796 (rcirc-browse-url): Update interactive spec to fill ARG.
2797 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2798 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2799
2800 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2801
2802 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2803 case for @Article, etc.
2804
2805 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2806
2807 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2808 Added with autoload cookie.
2809 (tramp-unload-file-name-handlers): Rename from
2810 `tramp-unload-file-name-handler-alist'.
2811
2812 2006-04-23 Romain Francoise <romain@orebokech.com>
2813
2814 * comint.el (comint-match-partial-filename): Doc fix.
2815
2816 2006-04-21 Glenn Morris <rgm@gnu.org>
2817
2818 * calendar/cal-menu.el (calendar-mode-map): Refer to
2819 `diary-view-entries' rather than alias `view-diary-entries'.
2820 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2821
2822 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2823
2824 * progmodes/antlr-mode.el (antlr-default):
2825 * cus-edit.el (custom-documentation):
2826 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2827 in defface.
2828
2829 2006-04-21 Kim F. Storm <storm@cua.dk>
2830
2831 * image.el (image-type): New defun split out of create-image.
2832 (create-image): Use it.
2833
2834 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2835
2836 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2837 (org-open-at-point): Remove the "...done" message to keep output
2838 in the echo area visible.
2839 (org-export-as-xoxo): Fix call to `indent-region'.
2840
2841 2006-04-21 Kevin Ryde <user42@zip.com.au>
2842
2843 * international/mule.el (keyboard-coding-system): defcustom
2844 info-link fixes: "Specify Coding" has been split, keyboard now in
2845 "Terminal Coding", and "Single-Byte Character Support" is now
2846 "Unibyte Mode".
2847
2848 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2849
2850 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2851 Use font-lock-warning-face for any errors e.g. no stack.
2852 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2853
2854 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2855
2856 * progmodes/sh-script.el (sh-shell): Mark as safe.
2857
2858 * newcomment.el (comment-start, comment-start-skip)
2859 (comment-end-skip, comment-end): Mark as safe.
2860
2861 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2862
2863 * textmodes/org.el (org-deadline-announce): Face removed.
2864 (org-level-faces, org-n-levels): Convert to constant.
2865 (org-compatible-face): New function.
2866 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2867 (org-level-5, org-level-6, org-level-7, org-level-8)
2868 (org-special-keyword, org-warning, org-headline-done, org-link)
2869 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2870 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2871 Face definition revised for better color tty support.
2872 (org-bold-re, org-italic-re, org-underline-re): New constants.
2873 (org-set-font-lock-defaults): Use the new constants.
2874 (org-agenda-highlight-todo): New function.
2875 (org-agenda-todo): Fix bug with point at end of line.
2876 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2877 Fontify TODO keywords.
2878 (org-insert-link): Preserve relative path in ../ links.
2879 (org-export-as-html): Convert links pointing to .org files into
2880 links that will work beteen the exported HTML files.
2881 (org-todo-list): Fix bug when arg=0.
2882 (org-insert-heading): More fine-tuning.
2883
2884 2006-04-19 Romain Francoise <romain@orebokech.com>
2885
2886 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2887 from `rmail-mime-charset-pattern'.
2888
2889 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2890
2891 * progmodes/python.el (python-mode): Fix typo.
2892
2893 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2894
2895 * comint.el (comint-previous-input): Don't clobber input line
2896 when moving off either end of the input history ring.
2897 (comint-delete-input): New function, used by
2898 `comint-previous-input' and others.
2899 (comint-previous-matching-input):
2900 Use `coming-delete-input'. Save the partial input if leaving the
2901 edit line. Goto point-max before deleting input to avoid
2902 partial input fragments hanging around.
2903 (comint-restore-input): New function, used by `comint-previous-input'.
2904
2905 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2906
2907 * imenu.el (imenu--index-alist): Balance parentheses.
2908
2909 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2910
2911 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2912
2913 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2914
2915 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2916 file is nil.
2917
2918 2006-04-18 Richard Stallman <rms@gnu.org>
2919
2920 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2921
2922 * imenu.el (imenu-create-index-function, imenu--index-alist)
2923 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2924 (imenu-default-create-index-function, imenu--generic-function):
2925 Doc fixes.
2926
2927 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2928
2929 * help-mode.el (help-mode): Set view-exit-action to delete window.
2930
2931 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2932 now works by passing nil as arg.
2933
2934 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2935
2936 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2937 (read-abbrev-file): Provide default when reading filename.
2938
2939 * files.el (enable-local-variables): Allow :all as value.
2940 (hack-local-variables): Implement that value.
2941 (safe-local-variable-values, safe-local-eval-forms)
2942 (enable-local-variables): Mark as risky.
2943 (find-file-visit-truename, kept-old-versions): Mark safe.
2944
2945 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2946 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2947 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2948
2949 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2950
2951 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2952 Use forward-line so as to get to BOL even in the presence of fields.
2953 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2954 in return.
2955 (inferior-tcl): Tell tclsh to work in interactive mode.
2956
2957 * complete.el (partial-completion-mode):
2958 Use 'choose-completion-string-functions to make sure that
2959 choose-completion fills the minibuffer properly.
2960
2961 * complete.el (PC-old-read-file-name-internal): Remove.
2962 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2963 of read-file-name-internal.
2964 (partial-completion-mode): Enable/disable this advice.
2965
2966 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2967
2968 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2969 of 2006-04-17.
2970
2971 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2972
2973 * textmodes/org.el (org-insert-heading): Insert heading before
2974 current if at beginning of line.
2975 (org-todo, org-date): New faces.
2976 (org-table-align): Make sure tooltip window contains full text.
2977 (org-no-properties): New defsubst.
2978 (org-set-font-lock-defaults): Use new faces.
2979
2980 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2981
2982 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2983 for root variables.
2984
2985 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2986 (gdb-frame-address): Re-use to identify frame for watch expression.
2987 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2988 variables.
2989 (gdb-init-1, gdb-source, gdb-post-prompt)
2990 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2991 (gdb-frame-handler): Get gdb-frame-address.
2992
2993 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2994
2995 Sync with Tramp 2.0.53.
2996
2997 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2998 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2999 (tramp-completion-file-name-handler): Add autoload cookie for
3000 adding to `file-name-handler-alist'.
3001
3002 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3003 the prompt. If it returns earlier (when detecting an error
3004 message), the rest of the output will merge accidently with the
3005 output of the next command. Reported by M Jared Finder
3006 <jared@hpalace.com>.
3007
3008 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3009 for `process-file', in order to let it work for older Emacsen too.
3010
3011 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3012
3013 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3014 (tex-font-lock-keywords-3): Use it.
3015
3016 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3017
3018 * newcomment.el (comment-add): New function.
3019 (comment-region-default, comment-dwim): Use it.
3020
3021 2006-04-15 Michael Olson <mwolson@gnu.org>
3022
3023 * emacs-lisp/tq.el: Improve comments.
3024 (tq-queue-head-question): New accessor function.
3025 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3026 Update for modified queue structure.
3027 (tq-queue-add): Accept `question' argument.
3028 (tq-queue-pop): If a question is pending, send it.
3029 (tq-enqueue): Accept new optional argument `delay-question'.
3030 If this is non-nil, and at least one other question is pending a
3031 response, queue the question rather than sending it immediately.
3032
3033 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3034
3035 * calendar/appt.el (appt-add): Check whether an appointment is
3036 already present in appt-time-msg-list. Simplify code.
3037
3038 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3039
3040 * progmodes/cc-langs.el (c-mode-menu):
3041 Don't presume c-subword-mode is bound.
3042
3043 2006-04-13 Bill Wohler <wohler@newt.com>
3044
3045 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3046 (customize-package-emacs-version): Use cdr instead of cadr now
3047 that alists use dotted pairs.
3048
3049 * custom.el (defcustom): Fix docstring for :package-version.
3050
3051 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3052
3053 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3054 (tramp-handle-shell-command): Display output buffer only when
3055 `tramp-display-shell-command-buffer' is true.
3056 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3057
3058 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3059
3060 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3061 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3062
3063 2006-04-13 Romain Francoise <romain@orebokech.com>
3064
3065 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3066 leaving temporary .cvsignore buffers behind.
3067
3068 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3069
3070 * textmodes/org.el (org-set-regexps-and-options)
3071 (org-get-current-options): Better names for the startup folding
3072 options.
3073
3074 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3075
3076 * vc.el (vc-annotate): Arrange for point to end up at the same
3077 line number as in the original, but only when using a new buffer.
3078
3079 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3080
3081 * files.el (hack-one-local-variable-eval-safep):
3082 Recognize `edebug-form-spec' for `put', but only if it passes
3083 `edebug-basic-spec'. Generalize `put' handling.
3084
3085 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3086 vetting file-local form specs.
3087
3088 * allout.el (allout-layout): Autoload its `safe-local-variable'
3089 property.
3090
3091 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3092
3093 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3094 (org-agenda-mouse-1-follows-link)
3095 (org-mouse-1-follows-link): New options.
3096 (org-format-agenda-item): Fix bug if TAGS is nil.
3097 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3098
3099 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3100
3101 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3102 GDB 6.1+ gives full filename for "info sources" so use
3103 file-name-nondirectory.
3104
3105 2006-04-12 Romain Francoise <romain@orebokech.com>
3106
3107 * subr.el (read-passwd): Bind `message-log-max' to nil.
3108
3109 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * progmodes/perl-mode.el (perl-indent-new-calculate):
3112 Recompute parse-start after jumping backward by a whole sexp.
3113
3114 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3115
3116 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3117 window configuration.
3118 (vc-annotate-display-select): Select the buffer so that current-buffer
3119 (and selected-window) is the output buffer at the end of vc-annotate.
3120
3121 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3122
3123 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3124 8-color terminals, to use all of the colors in a sensible order.
3125 256-color terminals work well with the standard map.
3126 (vc-annotate-lines): Only strip the first color character if it
3127 is "#", to allow for terminal-style named colors.
3128 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3129 the correct buffer is scrolled.
3130
3131 2006-04-11 Richard Stallman <rms@gnu.org>
3132
3133 * emacs-lisp/bytecomp.el (byte-compile-file):
3134 Bind enable-local-variables to :safe, and make normal-mode obey it.
3135
3136 * files.el (enable-local-variables): Allow value :safe.
3137 (normal-mode): Doc fix.
3138 (hack-local-variables): Implement enable-local-variables = :safe.
3139 (hack-local-variables-confirm): Don't prevent quitting.
3140
3141 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3142
3143 * loadhist.el (unload-feature): A bit of sanity check of
3144 load-history entries. Cancel timer-vars before unbinding them.
3145
3146 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3147 quote special chars, and make the trick work on the hex part of the
3148 buffer as well.
3149 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3150 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3151
3152 * startup.el (normal-splash-screen): Fix last change so we don't wait
3153 2 minutes if we don't show the splash screen.
3154
3155 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3156
3157 * textmodes/org.el (org-export-plain-list-max-depth)
3158 (org-table-spaces-around-separators)
3159 (org-radio-targets, org-activate-camels)
3160 (org-table-spaces-around-invisible-separators): Options removed.
3161 (org-time-stamp-rounding-minutes, org-remember-templates)
3162 (org-ellipsis, org-activate-links, org-descriptive-links):
3163 New options.
3164 (org-remember-apply-template, org-current-time)
3165 (org-finish-edit-table-field)
3166 (org-link-unescape, org-link-escape)
3167 (org-string-width, org-table-clean-line, org-html-do-expand)
3168 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3169 (org-read-agenda-file-list): New functions.
3170 (org-table-edit-field)
3171 (org-table-create-or-convert-from-region): New commands
3172 (org-table-toggle-vline-visibility): Command removed.
3173 (org-table-convert-region): Made a command.
3174 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3175 Replace with the normal org- functions.
3176 (org-self-insert-command): Don't trigger realign unnecessarily
3177 when blanking a field that is not full.
3178 (org-mode): `Set buffer-invisibility-spec' for links.
3179 (org-activate-links2): Hide link part and only show descriptive
3180 part of the link.
3181 (org-insert-link): Modify for new linking system.
3182 (org-store-link): Store description separately, for use by
3183 `org-insert-link'.
3184 (org-table-align): Use `org-string-width'.
3185 (defgroup): Completely new group structure for custom variables.
3186 (org-agenda-files): Option: Single file name allowed. Function:
3187 Optional argument unrestrited means ignore any restricitons.
3188 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3189 trying to modify the menu. Use generalized access to
3190 `org-agenda-files.'
3191 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3192 (org-agenda-file-to-front, org-remove-file, org-diary)
3193 (org-tags-view, org-export-icalendar-all-agenda-files)
3194 (org-export-icalendar-combine-agenda-files): Use generalized
3195 access to `org-agenda-files'.
3196 (org-remember-handler): Correctly preserve heading if present.
3197 (org-table-insert-row, org-table-insert-hline): Deal with
3198 invisible characters.
3199
3200 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3201
3202 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3203 (vc-annotate-color-map): New 18 element constant
3204 value/saturation, rotating hue colormap, from red->blue.
3205 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3206 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3207 (vc-annotate): To avoid killing the required local variables,
3208 set them before the end of `with-output-to-temp-buffer', and
3209 after first switching to annotate-mode.
3210 (vc-annotate-warp-version): Add buffer argument in goto-line to
3211 ensure annotation, not source, is scrolled.
3212
3213 2006-04-10 Bill Wohler <wohler@newt.com>
3214
3215 * custom.el (defcustom, custom-handle-keyword):
3216 Add :package-version keyword.
3217 (custom-add-package-version): New function. Sets value of new
3218 property 'custom-package-version from :package-version keyword.
3219 (defcustom): Create Common Keywords section in docstring.
3220 (defface, defgroup): Replace definitions of a select few keywords
3221 with a reference to the Common Keywords in defcustom.
3222 (defcustom, defface, defgroup): Replace reference to Customization
3223 chapter in manual with hyperlink.
3224
3225 * cus-edit.el (customize-package-emacs-version-alist):
3226 New variable.
3227 (customize-changed-options): Add check for custom-package-version.
3228 (customize-package-emacs-version): New function to look up Emacs
3229 version corresponding to the given package version.
3230
3231 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3232 defun name, in similar fashion to find-variable-regexp.
3233
3234 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3235
3236 * international/mule-cmds.el (set-locale-environment): Fix last
3237 change for when the locale's preferences don't specify any encoding.
3238
3239 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3241 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3242 so the defined var/fun doesn't need to be quoted.
3243
3244 2006-04-10 Richard Stallman <rms@gnu.org>
3245
3246 * finder.el (finder-mode-map): Add n and p bindings.
3247
3248 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3249
3250 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3251 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3252 (gdb-setup-windows): Put something in source window if we can't find
3253 the source file.
3254 (gdb-frame-handler): Make it work again with just assembly.
3255 (gdb-data-list-register-values-handler): Make it work when there is
3256 no stack.
3257
3258 2006-04-09 Richard Stallman <rms@gnu.org>
3259
3260 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3261 specs while looking for charset.
3262
3263 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3264
3265 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3266 Make them faces.
3267 (lm-font-lock-keywords): Update appropriately.
3268
3269 2006-04-10 Kim F. Storm <storm@cua.dk>
3270
3271 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3272 it can also replace buffer-substring-no-properties.
3273
3274 * emulation/cua-base.el (cua-delete-region, cua-paste)
3275 (cua-repeat-replace-region): Use filter-buffer-substring.
3276
3277 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3278 (cua-cut-region-to-global-mark): Likewise.
3279
3280 * emulation/cua-rect.el (cua--extract-rectangle)
3281 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3282
3283 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3284
3285 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3286 entry-type. Add field delimiters to numerical fields if they are
3287 not present.
3288
3289 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3290
3291 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3292 string-const to return value.
3293 (bibtex-remove-delimiters): Use it.
3294
3295 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3296
3297 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3298 cl-byte-compile-compiler-macro unless it exists.
3299
3300 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3301
3302 * files.el (hack-local-variables-confirm) <offer-save>:
3303 Clarify message text. Suggested by Ralf Angeli.
3304
3305 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3306
3307 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3308 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3309 instead of `buffer-substring' and `delete-region'. (Most of the
3310 code actually copied from `kill-region'.)
3311
3312 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3313
3314 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3315 (rcirc-default-port): Rename from rcirc-port.
3316 (rcirc-default-nick): Rename from rcirc-nick.
3317 (rcirc-default-user-name): Rename from rcirc-user-name.
3318 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3319 (rcirc-low-priority-flag): New variable.
3320 (rcirc-decode-coding-system): New defcustom.
3321 (rcirc-encode-coding-system): New defcustom.
3322 (rcirc-coding-system-alist): New defcustom.
3323 (rcirc-multiline-major-mode): New defcustom.
3324 (rcirc-nick): New internal variable.
3325 (rcirc-process): Remove variable.
3326 (rcirc-server-buffer): New variable.
3327 (rcirc): Update to use rcirc-default-* variables above.
3328 (rcirc-connect): Do not add window-configuration-hook-here.
3329 (rcirc-server): New internal variable.
3330 (rcirc-connect): Do not send keepalive pings if
3331 rcirc-keepalive-seconds is nil.
3332 (with-rcirc-server-buffer): New macro.
3333 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3334 (rcirc-server-name): Rename from rcirc-server.
3335 (rcirc-buffer-process): New function.
3336 (rcirc-buffer-nick): New function.
3337 (rcirc-buffer-target): Remove function.
3338 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3339 New commands.
3340 (rcirc-mode-map): Change binding of C-c C-l to
3341 rcirc-toggle-low-priority.
3342 (rcirc-mode): Initialize coding system based on
3343 rcirc-coding-system-alist. New change-major-mode-hook to part the
3344 channel on a mode change. Make kill-buffer-hook buffer-local.
3345 (rcirc-change-major-mode-hook): New function.
3346 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3347 (rcirc-last-post-time): New variable.
3348 (rcirc-process-message): Store the last time user posted a message
3349 to this target.
3350 (rcirc-multiline-minor-mode): New mode.
3351 (rcirc-multiline-minor-mode-map): New mode map.
3352 (rcirc-edit-multiline): Put multiline-edit buffer in
3353 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3354 (rcirc-print): Ignore any line starting with an ignored nick.
3355 (rcirc-print): Decode using rcirc-decode-coding-system.
3356 (rcirc-track-minor-mode): Update global-mode-string when disabling
3357 this mode.
3358 (minor-mode-alist): Add LowPri indicator.
3359 (rcirc-toggle-low-priority): New function.
3360 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3361 next lowpriority buffer with activity.
3362 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3363 last time the user posted a message in to the target.
3364 (rcirc-update-activity-string): New formatting for low priority
3365 buffers.
3366 (rcirc-split-activity): New function.
3367 (rcirc-handler-PART, rcirc-handler-KICK)
3368 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3369 (rcirc-nick-away-alist): New variable.
3370 (rcirc-handler-301): New handler. Away messages are printed once
3371 per change.
3372
3373 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3374
3375 * info.el (Info-follow-nearest-node): Doc fix.
3376
3377 * international/mule-cmds.el (set-locale-environment): Make sure
3378 the coding-system preferred by the locale's language has the same
3379 EOL conversion type as the original buffer-file-coding-system.
3380 (locale-language-names): Add a few MS Windows language codes.
3381
3382 2006-04-07 Richard Stallman <rms@gnu.org>
3383
3384 * simple.el (eval-expression): Doc fix.
3385
3386 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3387 (eval-defun): Doc fixes.
3388
3389 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3390
3391 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3392
3393 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3394
3395 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3396 GDB list command without argument for greater generality.
3397
3398 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3399
3400 * subr.el (string-or-null-p): New function.
3401
3402 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3403
3404 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3405
3406 * files.el: Update comment about safe-local-variable declarations.
3407
3408 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3409
3410 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3411 See idlwave.org.
3412
3413 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3414 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3415
3416 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3417 See idlwave.org.
3418
3419 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3420 version 6.0 (minimal changes). See idlwave.org.
3421
3422 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3423 6.0 (minimal changes). See idlwave.org.
3424
3425 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3426
3427 2006-04-06 Romain Francoise <romain@orebokech.com>
3428
3429 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3430 symmetric encryption features and a new asynchronous interface to
3431 GnuPG. This new version is version 1.4, plus whitespace changes.
3432
3433 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3434
3435 * files.el: Move some `safe-local-variable' declarations to the
3436 respective files.
3437
3438 * textmodes/ispell.el (ispell-check-comments)
3439 (ispell-local-dictionary): Mark as safe.
3440
3441 * abbrev.el (abbrev-mode): Mark as safe.
3442
3443 * add-log.el (change-log-default-name): Mark as safe.
3444
3445 * textmodes/reftex-vars.el (reftex-vref-is-default)
3446 (reftex-fref-is-default, reftex-level-indent)
3447 (reftex-guess-label-type): Mark as safe.
3448
3449 * textmodes/fill.el (colon-double-space): Mark as safe.
3450
3451 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3452 (sentence-end-double-space, sentence-end-without-period)
3453 (sentence-end-without-space, sentence-end, sentence-end-base)
3454 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3455
3456 2006-04-06 Kim F. Storm <storm@cua.dk>
3457
3458 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3459 the :set-after list.
3460 (ido-downcase-unc-hosts): New user option. Default on.
3461 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3462 when it is set, as regexps are now applied on the fly.
3463 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3464 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3465 on the fly, but only when ido-process-ignore-lists is set.
3466 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3467 Only downcase names if ido-downcase-unc-hosts is set.
3468
3469 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3470
3471 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3472
3473 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3474
3475 2006-04-05 Kim F. Storm <storm@cua.dk>
3476
3477 * ido.el (ido-mode): Set after ido-unc-hosts and
3478 ido-ignore-unc-host-regexps.
3479 (ido-save-history): Save ido-unc-hosts-cache.
3480 (ido-load-history): Load ido-unc-hosts-cache.
3481 (ido-reread-directory): Refresh unc hosts cache in // dir.
3482
3483 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3484 to nil while displaying slash screen.
3485
3486 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3487
3488 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3489 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3490
3491 2006-04-05 Kenichi Handa <handa@m17n.org>
3492
3493 * international/characters.el: Setup cases of Latin, Greek, and
3494 Cyrillic characters in CJK charsets.
3495
3496 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3497
3498 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3499 default-enable-multibyte-characters. This reverts the change from
3500 revision 6.17 which is no longer necessary because the passphrase
3501 is sent separately now. GnuPG messages are unreadable under
3502 multibyte locales with default-enable-multibyte-characters set to nil.
3503
3504 2006-04-04 Andreas Schwab <schwab@suse.de>
3505
3506 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3507 and `byte-compile-warnings' as `safe-local-variable'.
3508
3509 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3510
3511 * man.el (Man-mode-map): Restore the \r binding.
3512 (Man-abstract-xref-man-page): If Man-target-string is a function,
3513 call it.
3514 (Man-highlight-references): Use Man-default-man-entry to get the
3515 target. Deal with xrefs too.
3516 (Man-highlight-references0): Don't call the target function.
3517
3518 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3519 cannot deal with it.
3520
3521 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3522
3523 * pgg-gpg.el: Clean up process buffers every time gpg processes
3524 complete.
3525
3526 2006-04-04 Kenichi Handa <handa@m17n.org>
3527
3528 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3529 here.
3530 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3531 Temporarily bind inhibit-field-text-motion to t.
3532
3533 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * startup.el (normal-splash-screen): Only set mode-line-format in the
3536 splash buffer, so as not to interfere when debugging the code.
3537 Ignore errors when switching buffer.
3538
3539 2006-04-03 Romain Francoise <romain@orebokech.com>
3540
3541 * dired.el (dired-dnd-protocol-alist): Fix typo.
3542
3543 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3544
3545 * savehist.el (savehist): Add :version.
3546 (savehist-ignored-variables): New variable.
3547 (savehist-minibuffer-hook): Don't save variables listed in
3548 `savehist-ignored-variables'.
3549
3550 * dired.el (dired-dnd-protocol-alist): Mention that change does
3551 only apply to new buffers in doc string.
3552
3553 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3554
3555 * recentf.el (recentf-open-files-item): Include newline in button
3556 field, so opening a file will work, when the point is at the end
3557 of the file name. Allow, for example, to [i]search a file by
3558 extension and just push RET to open it.
3559
3560 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3561
3562 * pgg-gpg.el (pgg-gpg-process-filter)
3563 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3564
3565 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3566 lines, temporary fix.
3567
3568 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3569
3570 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3571
3572 2006-04-02 Richard Stallman <rms@gnu.org>
3573
3574 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3575
3576 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3577
3578 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3579 header-mouse-map.
3580
3581 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3582 (ibuffer-mode-header-map): New keymaps.
3583 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3584 and keybindings for column headers.
3585 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3586 property.
3587
3588 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3589
3590 * speedbar.el (speedbar-after-create-hook): Doc fix.
3591
3592 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3593
3594 * shell.el (shell-directory-tracker)
3595 (shell-dynamic-complete-command): Doc fixes.
3596
3597 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3598
3599 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3600 terminals.
3601
3602 2006-04-01 Kim F. Storm <storm@cua.dk>
3603
3604 * ido.el (ido-unc-hosts-cache): New defvar.
3605 (ido-unc-hosts): If value of defcustom is a function, call it to
3606 get list of UNC hosts. Add function-item choices to specify
3607 ido-unc-hosts-net-view or user function.
3608 (ido-ignore-unc-host-regexps): New defcustom.
3609 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3610 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3611 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3612
3613 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3614
3615 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3616 wwidth.
3617
3618 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3619
3620 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3621 (ido-max-work-file-list, ido-switch-buffer)
3622 (ido-read-file-name-as-directory-commands):
3623 Fix typos in docstrings.
3624
3625 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3626
3627 * term/mac-win.el (mac-system-coding-system): Define and use after
3628 Mac-specific coding systems are ready.
3629
3630 2006-03-27 Romain Francoise <romain@orebokech.com>
3631
3632 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3633
3634 * ldefs-boot.el: Update.
3635
3636 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3637
3638 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3639 passphrases when it is not needed.
3640 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3641 passphrase stuff from gpg, should only be necessary when you use
3642 gpg with a smartcard.
3643
3644 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3645
3646 * comint.el (comint-dynamic-list-completions): Allow user to
3647 select *Completions* buffer.
3648
3649 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3650
3651 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3652
3653 2006-03-26 Andreas Schwab <schwab@suse.de>
3654
3655 * progmodes/gud.el (gdb): Only complain about multiple debugging
3656 when the gdb process is still running.
3657
3658 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3659
3660 * mail/rmail.el (tool-bar-map): Defvar it.
3661 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3662 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3663
3664 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3665
3666 * help.el (print-help-return-message): Suggest to use
3667 display-buffer instead of switch-to-buffer-other-window to restore
3668 the previous window without selecting it.
3669
3670 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3671
3672 * frame.el (select-frame-by-name): Call x-focus-frame also when
3673 window-system is mac.
3674
3675 * term/mac-win.el: Adjust Courier font specifications in
3676 x-fixed-font-alist.
3677 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3678 when directly encoding to UTF-16 in native byte order, no BOM.
3679
3680 2006-03-25 Kim F. Storm <storm@cua.dk>
3681
3682 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3683 (cua--init-keymaps): Use it instead of fixed C-return.
3684 (cua-mode): Set after it.
3685
3686 * emulation/cua-rect.el (cua--init-rectangles):
3687 Use cua-rectangle-mark-key instead of fixed C-return.
3688
3689 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3690
3691 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3692 "run" in .gdbinit.
3693 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3694
3695 2006-03-24 Romain Francoise <romain@orebokech.com>
3696
3697 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3698 `display-buffer-other-frame'.
3699
3700 2006-03-24 Kim F. Storm <storm@cua.dk>
3701
3702 * apropos.el (apropos-synonyms): Add selection => region.
3703
3704 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3705
3706 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3707 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3708 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3709 (gdb-data-list-register-values-regexp)
3710 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3711 Future proof against new fields being added to MI output.
3712 (gdb-send): Don't treat backslashes for program input as
3713 continuations.
3714 (gdb-assembler-handler): Don't use window-start for this handler.
3715 (gdb-frame-handler): Don't change to hollow arrow if overlay
3716 arrow doesn't move to new frame.
3717
3718 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3719
3720 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3721 prevent compiler warnings.
3722 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3723 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3724 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3725 buffer too.
3726
3727 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3728
3729 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3730 make-network-process, so we can use the same code in Gnus v5-10
3731 too and have this file fully synchronized with that release.
3732
3733 2006-03-23 Romain Francoise <romain@orebokech.com>
3734
3735 * ibuf-ext.el (ibuffer-read-filter-group-name):
3736 Use `ibuffer-generate-filter-groups' to make completion list match
3737 the filter groups that are really displayed in the Ibuffer buffer.
3738 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3739
3740 2006-03-23 Kenichi Handa <handa@m17n.org>
3741
3742 * international/mule-cmds.el (sort-coding-systems): Describe that
3743 the argument is modified in docstring.
3744
3745 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3746
3747 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3748 (pgg-gpg-update-agent): New function.
3749 (pgg-gpg-use-agent-p): New function.
3750 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3751 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3752 (pgg-gpg-sign-region): Use it.
3753
3754 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3755
3756 * cus-edit.el (custom-face-set): Call custom-push-theme before
3757 face-spec set so that `changed' theme is correctly saved.
3758 (custom-face-reset-standard): Reset to recalculated face rather
3759 than defface spec.
3760
3761 * custom.el (custom-push-theme): Only save `changed' theme if the
3762 current face does not match the defface specs.
3763
3764 2006-03-21 Simon Josefsson <jas@extundo.com>
3765
3766 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3767 <wilde@sha-bang.de>.
3768 (pgg-gpg-use-agent): New variable.
3769 (pgg-gpg-process-region): Use it.
3770 (pgg-gpg-encrypt-region): Likewise.
3771 (pgg-gpg-encrypt-symmetric-region): Likewise.
3772 (pgg-gpg-decrypt-region): Likewise.
3773 (pgg-gpg-sign-region): Likewise.
3774 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3775
3776 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3777
3778 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3779 bracket links.
3780
3781 2006-03-21 Kim F. Storm <storm@cua.dk>
3782
3783 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3784 fringe-indicator-alist instead of modifying global value.
3785 (gdb-frame-handler): Likewise.
3786
3787 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3788
3789 * diff-mode.el (diff-function): Make it inherit from diff-header
3790 instead of diff-context.
3791
3792 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3793 bitmap.
3794 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3795 change names in macro above for consistency.
3796 (gdb-frame-handler): Use hollow-right-triangle for all selected
3797 frames which except the innermost (where execution has stopped).
3798 (gdb-reset): Reset buffer-local values of overlay-arrow.
3799
3800 2006-03-20 Richard Stallman <rms@gnu.org>
3801
3802 * simple.el (set-mark-command): Doc fix.
3803
3804 * files.el (display-buffer-other-frame): New command.
3805 (ctl-x-4-map): Bind C-x 5 C-o to it.
3806
3807 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3810 rather than just defer-time, in case defer-time has been changed but
3811 the timer isn't running yet.
3812 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3813
3814 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3815
3816 * help-mode.el (help-follow-symbol): New function.
3817 Essentially identical to the old `help-follow', but do not let
3818 `push-button' do the work when on an xref.
3819 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3820
3821 2006-03-19 Richard Stallman <rms@gnu.org>
3822
3823 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3824 preceded by the word `program'.
3825 (help-follow-mouse, help-follow): Throw error if not on xref.
3826 Delete no longer used args.
3827
3828 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3829
3830 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3831 annotation ensure gud-overlay-arrow-position is redisplayed.
3832
3833 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3834
3835 * textmodes/bibtex.el (bibtex-include-OPTkey)
3836 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3837 (bibtex-autokey-name-case-convert)
3838 (bibtex-autokey-titleword-case-convert): Make these the aliases
3839 for the following two variables.
3840 (bibtex-autokey-name-case-convert-function)
3841 (bibtex-autokey-titleword-case-convert-function): Make these the
3842 real names.
3843 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3844 bibtex-font-lock-crossref sublists.
3845 (bibtex-mode): Revert 2005-12-30 change (which made
3846 completion-ignore-case buffer-local).
3847 (bibtex-url): Simplify.
3848
3849 2006-03-19 Kim F. Storm <storm@cua.dk>
3850
3851 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3852 cursor property value to 2 (to align with C level change).
3853
3854 2006-03-19 Bill Wohler <wohler@newt.com>
3855
3856 * image.el (image-load-path-for-library): Shorten first line in
3857 docstring.
3858
3859 2006-03-18 Richard Stallman <rms@gnu.org>
3860
3861 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3862
3863 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3864
3865 * isearch.el (isearch-other-meta-char): Handle user bindings for
3866 shifted control characters.
3867
3868 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3869
3870 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3871 part that matches email addresses, file names, etc.
3872
3873 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3874
3875 * term/w32-win.el (mouse-set-font):
3876 Mention w32-list-proportional-fonts in the doc string.
3877
3878 2006-03-18 Kim F. Storm <storm@cua.dk>
3879
3880 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3881 (ido-unc-hosts): New user option to explicitly define list of know
3882 UNC-style hosts for completion.
3883 (ido-cache-unc-host-shares-time): New user option.
3884 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3885 New helper functions for UNC file-name support.
3886 (ido-may-cache-directory): Check for UNC host. Simplify.
3887 (ido-wash-history): Clean out old UNC hosts.
3888 (ido-nonreadable-directory-p): UNC hosts are always readable.
3889 (ido-directory-too-big-p): UNC hosts are never too big.
3890 (ido-set-current-directory): Handle UNC root path.
3891 (ido-file-name-all-completions): Complete UNC host names from
3892 ido-unc-hosts list. Cache UNC host shares.
3893 (ido-make-file-list-1): Don't filter UNC root.
3894 (ido-exhibit): Check for // in root directory, and switch to UNC
3895 mode by setting ido-current-directory to //.
3896
3897 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3898
3899 * cus-edit.el (customize-changed-options): Mention explicit
3900 version number as default in prompt.
3901
3902 2006-03-17 Bill Wohler <wohler@newt.com>
3903
3904 * image.el (image-load-path-for-library): Minor docstring fix.
3905
3906 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3907
3908 * textmodes/org.el (org-read-date): Include subgroup 5 into
3909 replacement text.
3910 (org-popup-calendar-for-date-prompt): Fix customization type.
3911
3912 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3913
3914 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3915 (gdb-continuation): New variable.
3916 (gdb-send): Deal with continuation lines.
3917
3918 * progmodes/gud.el (gud-gdb-complete-command)
3919 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3920 expressions.
3921 (gud-tooltip-mode): Use buffer-local value.
3922
3923 2006-03-16 Kim F. Storm <storm@cua.dk>
3924
3925 * ido.el (ido-edit-input): Use selected match, if any.
3926
3927 2006-03-16 Bill Wohler <wohler@newt.com>
3928
3929 * image.el (image-load-path-for-library): Prefer user's images in
3930 image-load-path.
3931
3932 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3933
3934 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3935 when checking for attempt to drag leftmost or rightmost scrollbar.
3936
3937 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3938
3939 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3940 (gdb-force-mode-line-update): New function.
3941 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3942 (gdb-exited): Use them.
3943 (gdb-signal): New function.
3944 (gdb-annotation-rules): Provide a rule for it.
3945
3946 2006-03-16 Kenichi Handa <handa@m17n.org>
3947
3948 * international/mule.el (auto-coding-regexp-alist): Add entries
3949 for Unicode BOM.
3950
3951 * sort.el (sort-build-lists): Temporarily bind
3952 inhibit-field-text-motion to t.
3953
3954 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3955
3956 * locate.el (locate-command, locate-make-command-line)
3957 (locate-fcodes-file, locate-update-command)
3958 (locate-prompt-for-command, locate, locate-with-filter)
3959 (locate-get-file-positions): Doc fixes.
3960 (locate-buffer-name, locate-header-face): Remove leading `*' in
3961 defcustom.
3962 (locate-filter-output): Use `keep-lines' instead of its alias
3963 `delete-non-matching-lines'.
3964 (locate-get-filename, locate-get-dirname): Add introductory comment.
3965 (locate-find-directory-other-window): Give appropriate error
3966 message if used outside main listing.
3967
3968 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3969
3970 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3971 the new extend-region feature.
3972 (font-lock-after-change-function): Update correspondingly.
3973 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3974 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3975
3976 2006-03-15 Bill Wohler <wohler@newt.com>
3977
3978 * image.el (image-load-path-for-library): Fix example by not
3979 recommending that one binds image-load-path. Just defvar it to
3980 placate compiler and only use it if previously defined.
3981
3982 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3983
3984 * textmodes/org.el (org-insert-centered): Use `string-width' to
3985 make underlining work for wide characters.
3986 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3987 TAB to `org-cycle', to make sure that no binding in
3988 `outline-mode-map' can supercede it.
3989
3990 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3991
3992 * allout.el: Increment version to 2.2.1 in file commentary.
3993
3994 (allout-version): Increment to 2.2.1.
3995
3996 (allout-default-layout): New customization variable, used when the
3997 file lacks a specific allout-layout. Uses allout-layout-type for
3998 recursively nested definition.
3999
4000 (allout-layout-type): Widget defining allout layouts, necessary for
4001 self-recursive definition.
4002
4003 (allout-mode): Incorporate allout-default-layout as fallback for
4004 allout-layout.
4005
4006 (allout-layout): Mark as 'safe-local-variable', and refer mention
4007 fallback to `allout-default-layout' in absence of a specified value.
4008 (allout-passphrase-verifier-string)
4009 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4010
4011 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4012
4013 (allout-get-encryption-passphrase-verifier): Use correct name of
4014 passphrase verifier in docstring.
4015
4016 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4017
4018 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4019 elements.
4020 (gdb-find-watch-expression): Make it work for arrays too.
4021 Follow change to gdb-var-list.
4022 (gud-watch): Allow the user to enter variable name with a prexix
4023 arg. Create keybindings.
4024 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4025 (gdb-var-list-children-handler, gdb-var-update-handler)
4026 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4027 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4028 Follow change to gdb-var-list.
4029 (gdb-starting): Don't show the overlay arrows when program is running.
4030
4031 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4032 gdb-var-list.
4033
4034 2006-03-14 Bill Wohler <wohler@newt.com>
4035
4036 * image.el (image-load-path-for-library): Pass value of path
4037 rather than symbol. Always return list of directories.
4038 Guarantee that image directory comes first.
4039
4040 2006-03-14 Alan Mackenzie <acm@muc.de>
4041
4042 * font-core.el (font-lock-extend-region\(-function\)?.):
4043 New function/variable.
4044
4045 * font-lock.el (font-lock-after-change-function):
4046 Call font-lock-extend-region. Obey font-lock-lines-before.
4047 (font-lock-default-fontify-region): Remove reference to
4048 font-lock-lines-before.
4049
4050 * jit-lock.el (jit-lock-after-change):
4051 Call font-lock-extend-region. Obey font-lock-lines-before.
4052
4053 2006-03-14 David Ponce <david@dponce.com>
4054
4055 * tree-widget.el (tree-widget-themes-load-path)
4056 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4057
4058 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4059
4060 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4061 (rcirc-print): Mark the start of text at the end of the prompt.
4062 (rcirc-track-minor-mode): Add autoload cookie.
4063 (rcirc-update-activity-string): Add space to front of mode-line
4064 indicator.
4065
4066 2006-03-13 Miles Bader <miles@gnu.org>
4067
4068 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4069 (rcirc-abbrev-nick): Remove function.
4070 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4071
4072 2006-03-13 David Ponce <david@dponce.com>
4073
4074 * tree-widget.el: Handle themes across all occurrences of the main
4075 themes sub-directory found in tree-widget-themes-load-path.
4076 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4077 (tree-widget--locate-sub-directory): Return all occurrences.
4078 (tree-widget-themes-path): New function.
4079 Replace tree-widget-themes-directory, and return a list of directories.
4080 (tree-widget-set-parent-theme)
4081 (tree-widget-lookup-image): Use it.
4082
4083 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4084
4085 * textmodes/org.el (org-link-search): Avoid self-matching of
4086 links, allow target text to be distributed over several lines.
4087 (org-search-not-link): New function.
4088 (org-set-regexps-and-options, org-get-current-options):
4089 New startup options.
4090 (org-export-as-html): Take odd-level setting from local variable.
4091 (org-fontify-emphasized-text): New option.
4092 (org-set-font-lock-defaults): Include emphasized text.
4093 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4094 (org-font-lock): Customize group renamed from `org-faces'.
4095
4096 2006-03-13 John Paul Wallington <jpw@pobox.com>
4097
4098 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4099 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4100
4101 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4102
4103 * cus-start.el (all): Delete :version keyword for members of the
4104 fringe group, since the entire group is new in 22.1.
4105
4106 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4107
4108 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4109 map if value is hexadecimal (an address).
4110 (gud-watch): Only search roots for existing watch expressions.
4111 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4112 prevent caching problems with speedbar-update-directory-contents.
4113
4114 2006-03-12 Juri Linkov <juri@jurta.org>
4115
4116 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4117 before comparing with `low' and `warn'.
4118
4119 * info.el (Info-dir-remove-duplicates): Move point to the
4120 beginning of the current line after deleting the entries from
4121 redundant heading. Use marker for `limit' and compare it with
4122 point before calling `re-search-forward'.
4123
4124 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4125
4126 * simple.el (yank): Fix typo in docstring.
4127
4128 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4129
4130 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4131 messages, where "D" is the 6th character.
4132
4133 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4134
4135 * simple.el (yank): Fix last change.
4136
4137 2006-03-11 David Ponce <david@dponce.com>
4138
4139 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4140 merging elements from the standard ispell-dictionary-alist.
4141 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4142 alist, and return the new alist.
4143
4144 2006-03-11 Richard Stallman <rms@gnu.org>
4145
4146 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4147
4148 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4149 the way it is implemented is too unclean.
4150
4151 * simple.el (kill-region, yank): Doc fix.
4152
4153 * battery.el (battery-echo-area-format): Doc fix.
4154 (battery-mode-line-format): Likewise.
4155 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4156 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4157
4158 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4159
4160 * progmodes/octave-mod.el (octave-indent-for-comment):
4161 Behave according to do string.
4162
4163 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4164
4165 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4166 Be visible only if major mode is Mail Mode.
4167
4168 * textmodes/flyspell.el (flyspell-external-point-words)
4169 (flyspell-process-localwords): Fix last changes.
4170
4171 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4172
4173 * calendar/holidays.el (list-holidays): Doc fix.
4174
4175 * international/mule.el (auto-coding-alist): Add .odt
4176 (OpenOffice's open document) files.
4177
4178 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4179 document) files. Mention in the doc string the need to sync with
4180 auto-coding-alist.
4181
4182 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4183
4184 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4185 enable-local-variables is set to always query, or there is no
4186 savable variable.
4187
4188 2006-03-10 Bill Wohler <wohler@newt.com>
4189
4190 * image.el (image-load-path-for-library): Merge at least three
4191 functions from Gnus and MH-E into this one function that can now
4192 be shared.
4193
4194 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4195
4196 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4197 gdb-remove-mouse-face and remove help-echo too.
4198 (gdb-enqueue-input): Correct conditional clause.
4199
4200 2006-03-10 Glenn Morris <rgm@gnu.org>
4201
4202 * calendar/calendar.el (calendar-holidays): Doc fix.
4203 * calendar/holidays.el (list-holidays): Doc fix.
4204
4205 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4206
4207 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4208 it gets called in gdb-prompt anyway.
4209 (gdb-use-separate-io-buffer): Only restore window arrangement for
4210 gdb-many-windows.
4211 (gdb-enqueue-input): Make it harder to send GDB input when program
4212 is running.
4213 (gdb-buffer-list): New variable.
4214 (gdb-remove-mouse-face): New function.
4215 (gdb-starting): Use it when GDB input won't get sent.
4216
4217 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4218
4219 * help.el (view-lossage): Remove trailing whitespace before
4220 inserting "\n".
4221
4222 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4223
4224 * files.el (hack-local-variables-confirm):
4225 Set coding-system-for-read to nil before writing to .emacs.
4226
4227 * arc-mode.el (archive-extract): Check if an existing buffer name
4228 comes from a different archive.
4229
4230 * help.el (describe-key-briefly): If KEY is a down event, read and
4231 discard the up event.
4232
4233 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4234
4235 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4236 be edited and use font-lock-warning-face for any changes.
4237
4238 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4239 (gdb-edit-value): Use it to report any errors.
4240
4241 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4242
4243 * help.el (describe-key): Remove leftover test code.
4244
4245 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4246
4247 * textmodes/org.el: Move defvars out of eval-when-compile.
4248 Use buffer-file-name variable.
4249 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4250 arg `file'.
4251 (org-level-faces): Remove startup dependency.
4252 (org-cycle, org-map-tree, org-scan-tags)
4253 (org-remember-handler): Don't call `outline-level' directly.
4254 (org-mhe-search-all-folders): New option.
4255 (org-mhe-get-message-folder-from-index)
4256 (org-mhe-get-message-folder): Fix indexing search.
4257 (org-format-agenda-item): Handle nil TAGS argument.
4258 (org-cleaned-string-for-export, org-activate-target-links)
4259 (org-make-target-link-regexp): Deal with empty radio target list.
4260 (org-tag): New face.
4261 (org-get-level-face): New function.
4262 (org-set-font-lock-defaults): Simplify setup for headlines.
4263 (org-complete): Pass common substring to `display-completion-list'.
4264
4265 2006-03-06 David Ponce <david@dponce.com>
4266
4267 * tree-widget.el: Update Commentary header.
4268 (tree-widget-theme-name): Ignore parent themes.
4269 (tree-widget-set-parent-theme): New function.
4270 (tree-widget-set-theme): Use it.
4271 (tree-widget-set-image-properties): Move definition. Does nothing
4272 if image properties have already been set.
4273 (tree-widget-image-properties): Move definition. Receive an image
4274 name. Set the :pointer property.
4275 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4276 Don't set the :pointer image property.
4277 (tree-widget-convert-widget): New function. Handle :dynargs
4278 compatibility here.
4279 (tree-widget): Use it to :convert-widget. Add the :expander-p
4280 predicate to control when the :expander function is entered.
4281 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4282 (tree-widget-value-create): Handle :expander-p. widget-apply
4283 :expander.
4284 (tree-widget-expander-p): New function. Default value of the
4285 :expander-p property.
4286
4287 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4288
4289 * help.el (describe-key): Properly handle the return value of
4290 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4291 remaps. Handle string and vector `follow-link' values.
4292
4293 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4294
4295 * complete.el (PC-expand-many-files): Try be more careful when parsing
4296 the shell's output.
4297
4298 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4299
4300 * outline.el (hide-sublevels): Provide better interactive default.
4301
4302 2006-03-06 Kenichi Handa <handa@m17n.org>
4303
4304 * international/fontset.el (create-fontset-from-fontset-spec):
4305 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4306
4307 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4308
4309 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4310 backslashes instead of one in regexp.
4311 (gud-tooltip-dereference): Add missing optional argument.
4312
4313 2006-03-04 John Paul Wallington <jpw@pobox.com>
4314
4315 * wdired.el (toplevel): Require `cl' at compile-time.
4316
4317 2006-03-04 Andreas Schwab <schwab@suse.de>
4318
4319 * server.el (server-process-filter): Handle errors during
4320 evaluation of the argument.
4321
4322 2006-03-03 John Paul Wallington <jpw@pobox.com>
4323
4324 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4325 escape parentheses at beginning of line.
4326 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4327 (t-mouse-mode): Remove period from end of error message.
4328
4329 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4330
4331 * textmodes/flyspell.el (flyspell-process-localwords):
4332 Be case-sensitive.
4333
4334 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4335
4336 * cus-edit.el (custom-quote): Remove function, since it has been
4337 moved to custom.el.
4338
4339 * font-lock.el (lisp-font-lock-keywords-2)
4340 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4341 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4342 they have no special meaning.
4343
4344 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4345 indirect buffer gets killed before indirect buffer. Use dolist.
4346
4347 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4348
4349 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4350 value instead of a literal constant (1) on more pauses.
4351
4352 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4353
4354 * textmodes/flyspell.el (flyspell-external-point-words):
4355 Be case-sensitive.
4356
4357 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4358
4359 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4360 with "www".
4361
4362 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4363
4364 * allout.el: Restablish intermediate missing comment header to
4365 preserve outline structure.
4366 (allout-beginning-of-current-entry): Skip invisible text.
4367 (allout-open-topic): Fix opening a topic at end-of-buffer.
4368 (allout-minor-mode): Move nearer to allout-mode function.
4369
4370 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4371
4372 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4373
4374 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4375
4376 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4377 is nil.
4378
4379 * progmodes/gud.el (gud-speedbar-menu-items):
4380 Use buffer-local-value and add missing :visible keyword.
4381
4382 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4383
4384 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4385
4386 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4387 must be `follow-link'.
4388
4389 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4390
4391 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4392 formatting: No nested anchors.
4393 (org-all-targets): Fix bug with XEmacs compatibility.
4394 (org-read-date): Add (require 'parse-time).
4395 (org-set-tags): Fix bug with extra inserted space.
4396 (org-export-html-style): Define a style class for targets.
4397 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4398 (org-hide-leading-stars): New option.
4399 (org-hide): New face.
4400 (org-set-font-lock-defaults): Allow to hide leading stars.
4401 (org-get-legal-level, org-tr-level): New functions.
4402 (org-odd-levels-only): New option.
4403 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4404 (org-demote, org-promote): Deal with double-star levels.
4405 (org-convert-to-odd-levels): New command.
4406
4407 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4408
4409 * speedbar.el (speedbar-update-localized-contents): Try to
4410 preserve window-start.
4411 (speedbar-update-directory-contents): Try to preserve window-start
4412 and window-point.
4413 (speedbar-update-special-contents): Don't move back to start of window.
4414
4415 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4416 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4417 speedbar-timer-fn.
4418 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4419 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4420 instead of gdb-speedbar-timer-fn.
4421
4422 2006-02-28 Jay Belanger <belanger@truman.edu>
4423
4424 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4425 (math-compose-expr): Use latex option when calling
4426 `math-compose-tex-matrix' for latex mode.
4427
4428 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4429
4430 * speedbar.el: Re-instate comments about developing for speedbar
4431 [this is what info and gdb-ui use even if better methods exist now].
4432
4433 * t-mouse.el: New file.
4434 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4435 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4436 (t-mouse-make-event-element): Use posn-at-x-y instead.
4437 (t-mouse-make-event): Deal with Fedora Core 3.
4438 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4439 (t-mouse-mouse-position-function): New function. Use it instead
4440 of advising mouse-position.
4441 (t-mouse-mode): New minor mode.
4442 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4443
4444 2006-02-27 Glenn Morris <rgm@gnu.org>
4445
4446 * calendar/calendar.el (calendar-holidays): Doc fix.
4447
4448 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4449
4450 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4451 Re-introduce the concept of a source window.
4452 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4453 consistency with get-buffer-create.
4454 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4455 (gdb-data-list-register-values-handler)
4456 (gdb-stack-list-locals-handler): Try to preserve window-start as
4457 well as window-point.
4458 (gdb-display-source-buffer): New function (old concept).
4459 (gdb-goto-breakpoint): Use it.
4460
4461 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4462 for gdb-ui/gdb-mi (old concept).
4463
4464 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4465
4466 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4467 binding.
4468
4469 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4470
4471 * textmodes/reftex-sel.el (reftex-select-label-map)
4472 (reftex-select-bib-map): Add `follow-mouse' binding.
4473
4474 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4475
4476 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4477 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4478 Give :set functions to provide automatic updating.
4479 Update docstring. Give compiler defvars early in the file
4480 and move the defcustoms to a later spot where all called functions
4481 are defined.
4482 (jka-compr-file-name-handler-entry): Doc fix.
4483 (jka-compr-compression-info-list--internal)
4484 (jka-compr-mode-alist-additions--internal)
4485 (jka-compr-load-suffixes--internal): New variables.
4486 (jka-compr-install): Set the three above variables.
4487 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4488 (jka-compr-update, jka-compr-set): New functions.
4489 (auto-compression-mode): Doc fix.
4490
4491 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4492 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4493 Use jka-compr-compression-info-list--internal,
4494 jka-compr-mode-alist-additions--internal and
4495 jka-compr-load-suffixes--internal.
4496
4497 * files.el (load-library):
4498 * loadhist.el (file-loadhist-lookup):
4499 * startup.el (command-line):
4500 * subr.el (locate-library):
4501 * emacs-lisp/autoload.el (update-directory-autoloads):
4502 * emacs-lisp/find-func.el (find-library-suffixes):
4503 Use `get-load-suffixes' instead of `load-suffixes'.
4504
4505 * subr.el (locate-library):
4506 * emacs-lisp/find-func.el (find-library-name):
4507 Use `load-file-rep-suffixes' instead of '("").
4508
4509 2006-02-26 Kim F. Storm <storm@cua.dk>
4510
4511 * ido.el (ido-save-history, ido-load-history): Simplify.
4512 Don't use find-file-noselect to avoid interference from other modes.
4513
4514 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4515
4516 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4517 to use the default shell if filename is not available.
4518 Reported by Giorgos Keramidas.
4519
4520 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4521
4522 * progmodes/etags.el (tags-completion-table): Do completion from
4523 all the tables in the current list, as documented in the manual.
4524
4525 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4526
4527 * CC Mode Update to 5.31.3.
4528
4529 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4530
4531 * progmodes/cc-mode.el (c-postprocess-file-styles):
4532 Bind inhibit-read-only to t, around the call to
4533 c-remove-any-local-eval-or-mode-variables, so that it works on a
4534 RO file.
4535
4536 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4537
4538 * progmodes/cc-awk.el: Correct a typo.
4539
4540 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4541
4542 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4543 c-hungry-delete-backwards, at the request of RMS. Leave the old
4544 name as an alias.
4545
4546 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4547
4548 * progmodes/cc-mode.el: Correct a typo.
4549
4550 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4551
4552 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4553
4554 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4555
4556 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4557 brace-else-brace (error due to mbeg, mend being undefined).
4558
4559 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4560
4561 * progmodes/cc-mode.el: File Local variables: Solve the problem
4562 where both `mode' and c-file-offsets are specified: `mode' will
4563 overwrite c-f-o's settings:
4564 (c-remove-any-local-eval-or-mode-variables): New function.
4565 (c-postprocess-file-styles): Call the above new function, within
4566 c-tentative-buffer-change, to splat `mode' and `eval' before the
4567 second hack-local-variables.
4568
4569 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4570
4571 * progmodes/cc-mode.el:
4572 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4573 (c-after-change): Protect the match data with save-match-data.
4574 It was getting corrupted by c-after-change-check-<>-operators.
4575
4576 * cc-defs.el: [Supersedes patch V1.38]:
4577 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4578 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4579
4580 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4581 with save-match-data. It was being corrupted when Font Lock was
4582 not enabled.
4583
4584 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4585
4586 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4587 Mode and Subword Mode.
4588
4589 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4590 real labels ("case 1:" or "foo:") from non-labels ("public:").
4591 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4592 coding; c-f-t-2 doesn't move over a token at EOB.
4593
4594 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4595
4596 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4597 (c-update-modeline): Concatenate the minor mode indicators
4598 directly onto mode-name, removing c-submode-indicators.
4599 Sometimes, c-s-i got separated from the mode name on the mode line.
4600
4601 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4602 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4603
4604 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4605
4606 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4607 error message when there's an evaluation error to show whether
4608 it's loaded from source or not.
4609 (c-filter-ops): Make it available at runtime too to work when
4610 `c-make-init-lang-vars-fun' needs to evaluate from source.
4611
4612 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4613
4614 * help.el (help): Revert last part of 2006-02-23 change (deletion
4615 of the `provide' call).
4616
4617 2006-02-23 Juri Linkov <juri@jurta.org>
4618
4619 * compare-w.el (compare-windows-highlight): Add new value
4620 `persistent' and change :type from `boolean' to `choice'.
4621 (compare-windows-overlays1, compare-windows-overlays2):
4622 New internal variables.
4623 (compare-windows-highlight): If compare-windows-highlight is
4624 `persistent', add current overlays to compare-windows-overlays[12]
4625 instead of adding compare-windows-dehighlight to pre-command-hook.
4626 (compare-windows-dehighlight): Delete all overlays from
4627 compare-windows-overlays[12].
4628
4629 * info.el (Info-search): Don't bind search-spaces-regexp to
4630 Info-search-whitespace-regexp in non-regexp isearch mode.
4631
4632 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4633
4634 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4635
4636 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4637
4638 * textmodes/org.el (org-xemacs-p)
4639 (org-export-html-show-new-buffer, org-table-may-need-update)
4640 (org-insert-item, org-mhe-get-message-real-folder)
4641 (org-mhe-get-message-folder-from-index)
4642 (org-mhe-get-message-folder, org-mhe-get-message-num)
4643 (org-mhe-get-header, org-make-org-heading-search-string)
4644 (org-make-org-heading-camel, org-table-sort-lines)
4645 (org-format-org-table-html, org-format-table-table-html):
4646 Fix typos in docstrings.
4647
4648 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4649
4650 * textmodes/org.el (org-cleaned-string-for-export)
4651 (org-solidify-link-text): New function.
4652 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4653 XEmacs, just to silence the compiler.
4654 (org-export-as-ascii, org-export-as-html-and-open):
4655 Use `org-cleaned-string-for-export' and create internal links.
4656 (org-follow-mhe-link): Require mh-e, use folder.
4657
4658 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4659
4660 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4661
4662 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4663 gdb-debug-log-length.
4664 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4665 it a real ring but...
4666 (gud-gdba-marker-filter): ...make it work like mark-ring.
4667 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4668 (gdb-mouse-jump): New function. Add bindings.
4669
4670 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4671
4672 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4673 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4674 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4675 (gdb-debug-log-length): Customize it's length.
4676 (gud-watch, gdb-var-create-handler): Display function::var format
4677 but don't use to create variable object.
4678 (gdb-var-create-handler): Use message-box in place of message.
4679 (gdb-stopped): Call gdb-exited if signalled.
4680
4681 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4682
4683 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4684
4685 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4686
4687 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4688 if `reftex-try-all-extensions' is set.
4689
4690 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4691 fail silently when there is no valid argument at point.
4692 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4693 `fail-silently' argument. From a patch by David Reiter.
4694
4695 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4696 New commands.
4697 (org-mark-ring): New variable.
4698 (org-mark-ring-length): New option.
4699 (org-open-at-point, org-goto, org-open-file): Push old position
4700 onto the mark ring.
4701 (org-add-hook): New function.
4702 (org-export-table-remove-special-lines): New option.
4703 (org-skip-comments, org-format-org-table-html): Respect new
4704 option `org-export-table-remove-special-lines'.
4705 (org-open-file): Allow special command configuration for
4706 directory link.
4707 (org-file-apps): Fix bugs in customize type, added setting
4708 for directories.
4709 (org-activate-tags, org-format-agenda-item, org-complete)
4710 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4711 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4712 (org-link-search, org-make-org-heading-search-string)
4713 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4714 (org-radio-targets, org-file-link-context-use-camel-case)
4715 (org-activate-camels): New options.
4716 (org-update-radio-target-regexp, org-all-targets)
4717 (org-make-target-link-regexp, org-activate-target-links):
4718 New functions.
4719 (org-make-org-heading-search-string): New function.
4720 (org-store-link, org-insert-link): Use new option
4721 `org-file-link-context-use-camel-case'.
4722 (org-activate-camels): Use new option `org-activate-camels'.
4723 (org-link-regexp): Add mhe prefix.
4724 (org-open-at-point, org-store-link): Support for mhe links.
4725 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4726 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4727 (org-mhe-get-header, org-follow-mhe-link): New functions.
4728 (org-remove-angle-brackets, org-add-angle-brackets):
4729 New functions.
4730 (org-bracket-link-regexp): New constant.
4731 (org-read-date): Fix bug that was rejecting all typed dates.
4732 (org-link-search): Make hierarchy above visible after a match.
4733 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4734 (org-store-link): Fix bug with link creation when cursor is in
4735 an empty line.
4736 (org-open-at-point): Fix bug with matching a link.
4737 Fixed buggy argument sequence in call to `org-view-tags'.
4738 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4739 (org-prefix-has-tag): New variable.
4740 (org-format-agenda-item): Remove tags from headline
4741 if appropriate.
4742 (org-agenda-remove-tags-when-in-prefix): New option.
4743
4744 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4745
4746 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4747 Fix the regular expressions.
4748
4749 2006-02-21 Richard M. Stallman <rms@gnu.org>
4750
4751 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4752 if there's no other specific basis.
4753
4754 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4755 as variables at all.
4756 (unsafep-variable): Rename arg; doc fix.
4757
4758 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4759
4760 * calendar/appt.el (diary-selective-display): Add defvar.
4761
4762 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4763
4764 * isearch.el (search-whitespace-regexp): Fix custom type.
4765
4766 * help.el (describe-key-briefly): Compute interactive args
4767 in same was as before previous change.
4768
4769 * files.el (enable-local-variables): Doc fix.
4770
4771 2006-02-21 Kim F. Storm <storm@cua.dk>
4772
4773 * fringe.el: Cleanup as file is now pre-loaded.
4774 (fringe-bitmaps): Initialize unconditionally.
4775 (fringe-mode, set-fringe-style): Remove autoload cookies.
4776
4777 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4778
4779 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4780 `horizontal-bar'.
4781 (fringe-cursor-alist): Use `horizontal-bar'.
4782
4783 2006-02-20 Kim F. Storm <storm@cua.dk>
4784
4785 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4786 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4787
4788 * loadup.el: Load "fringe" on window systems.
4789
4790 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4791
4792 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4793 out of scope components.
4794
4795 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4796 default.
4797
4798 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4799
4800 * custom.el (customize-mark-to-save, customize-mark-as-set):
4801 Load the symbol first.
4802
4803 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4804
4805 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4806 strech spec so it doesn't display as "^J" on the header line
4807 when `Buffer-menu-use-header-line' is t.
4808
4809 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4810
4811 * speedbar.el (speedbar-make-button): Keep text properties
4812 of string arguments if desired.
4813
4814 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4815 expessions.
4816
4817 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4818 of speedbar.
4819
4820 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4821
4822 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4823 to value of `read-file-name-completion-ignore-case'.
4824
4825 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4826
4827 * custom.el (customize-mark-as-set): Push to `user' theme.
4828
4829 * cus-edit.el (custom-save-variables): Allow unthemed values.
4830 (customize-set-variable): Push setting to `user' theme.
4831
4832 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4833
4834 * progmodes/gud.el: Don't require font-lock as it's now
4835 automatically loaded.
4836 (gud-speedbar-buttons): Replace gdb-var-changed with
4837 gdb-force-update.
4838
4839 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4840 gdb-var-changed.
4841 (gdb-post-prompt): Use it.
4842 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4843 (gdb-var-update-handler, gdb-var-delete)
4844 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4845 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4846 gdb-force-update in gdb-post-prompt.
4847 (gdb-reset): Clear watch expressions from speedbar when quitting.
4848
4849 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4850
4851 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4852 (viper-change-state-to-vi, viper-change-state-to-emacs):
4853 Make aware of cursor coloring in the Emacs state.
4854 (viper-special-read-and-insert-char): Use read-char-exclusive.
4855 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4856
4857 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4858
4859 * viper-util.el (viper-save-cursor-color)
4860 (viper-get-saved-cursor-color-in-replace-mode)
4861 (viper-get-saved-cursor-color-in-insert-mode)
4862 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4863 state.
4864 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4865
4866 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4867 (ediff-ignore-case-option3, ediff-actual-diff-options)
4868 (ediff-actual-diff3-options): New variables to control case sensitivity.
4869 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4870 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4871 (ediff-toggle-ignore-case): New function.
4872 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4873
4874 * ediff-help.el (ediff-long-help-message-narrow2)
4875 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4876 (ediff-long-help-message-word-mode): Add ignore-case command.
4877 (ediff-help-for-quick-help): Add ignore-case command.
4878
4879 * ediff-merg.el: Move provide to the end.
4880
4881 * ediff-ptch.el: Move provide to the end.
4882
4883 * ediff-wind.el: Move provide to the end.
4884
4885 * ediff-mult.el: Move provide to the end.
4886 (ediff-set-meta-overlay): Enable follow-link.
4887
4888 * ediff.el: Move provide to the end.
4889 Break recursive load cycle in eval-when-compile.
4890 (ediff-patch-buffer): Better heuristics.
4891
4892 * ediff-util.el: Move provide to the end.
4893 Break recursive load cycle in eval-when-compile.
4894 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4895 defuns.
4896 (ediff-submit-report): Pass the values of ediff-diff3-program,
4897 ediff-diff3-options.
4898
4899 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4900
4901 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4902 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4903 `' (for example, in the docstring of `windmove-default-keybindings').
4904
4905 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4906
4907 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4908 shadow face. Don't provide binding to edit variable when it is
4909 out of scope.
4910
4911 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4912 (gdb-var-update-handler): Detect out of scope variables with pre
4913 GDB 6.4 too.
4914 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4915 Reset status of variable objects to nil in update handlers.
4916 (gdb-var-update-handler-1): Detect when a variable object comes
4917 in scope. setcar on var changes gdb-var-list directly.
4918
4919 2006-02-17 Juri Linkov <juri@jurta.org>
4920
4921 * ffap.el (ffap) <defface>: Add explicit face declaration.
4922 (ffap-highlight): Use face `ffap' directly instead of checking
4923 for its existence.
4924
4925 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4926 `visible-ok' of `other-buffer' to find the right original buffer.
4927
4928 * info.el (Info-search): Skip `Local Variables' node.
4929
4930 2006-02-17 Juri Linkov <juri@jurta.org>
4931
4932 * info.el (Info-find-file): Check for symbols `apropos', `history',
4933 `toc' in the input filename, and return these symbols as is.
4934 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4935 `history', `toc' instead of strings.
4936 (Info-set-mode-line): For non-string Info-current-file use the
4937 symbol's name inside **.
4938 (Info-isearch-push-state): Add quote before Info-current-file and
4939 Info-current-node.
4940 (Info-isearch-pop-state): Use `equal' instead of `string='.
4941 (Info-extract-pointer, Info-following-node-name): Use
4942 `match-string-no-properties' instead of `match-string'.
4943 (Info-up): Check `old-file' for `stringp'.
4944 (Info-history): Use `equal' instead of `string-equal'.
4945 Check `file' for `stringp'.
4946 (Info-history): Use symbol `history' instead of string as first arg
4947 of `Info-find-node'.
4948 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4949 `toc' instead of string.
4950 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4951 instead of `buffer-substring', and `match-string-no-properties'
4952 instead of `match-string'.
4953 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4954 instead of strings.
4955 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4956 Use symbol `apropos' instead of string.
4957 (Info-copy-current-node-name): Check `Info-current-file' for
4958 `stringp' and construct a command with `Info-find-node' from it.
4959 (Info-fontify-node): Use `match-string-no-properties' instead of
4960 `match-string' and check file names for `stringp'.
4961 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4962 `history', `toc' instead of strings.
4963
4964 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4965
4966 * files.el: Rearrange functions and variables in the file local
4967 variables section.
4968
4969 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4970
4971 * files.el: Add truncate-lines, ispell-check-comments and
4972 ispell-local-dictionary as safe local variables.
4973
4974 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4975
4976 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4977 out of scope variables.
4978 (gud-speedbar-buttons): Use unless.
4979
4980 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4981 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4982 (gdb-show-changed-values): Also use for out of scope variables.
4983 (gdb-var-update-handler-1): Note if variable goes out of scope.
4984
4985 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4986
4987 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4988 default to global variable values for unsupplied args.
4989 (rcirc-get-buffer-create): Fix bug with setting the target.
4990 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4991 test for rcirc-always-use-server-buffer-flag here.
4992 (rcirc-response-formats): Add %N, which is a facified nick. %n
4993 uses the default face. Change the ACTION format string. If the
4994 "nick" is the server, don't print anything for that field.
4995 Comment fixes.
4996 (rcirc-target-buffer): Don't test
4997 rcirc-always-use-server-buffer-flag here.
4998 (rcirc-print): Squeeze extra spaces out of the text before message.
4999 (rcirc-put-nick-channel): Strip potential "@" char from nick
5000 before adding them to nick table.
5001 (rcirc-url-regexp): Improve to match address like "foo.com".
5002
5003 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5004
5005 * allout.el (allout-hidden-p): Move this defsubst before
5006 allout-overlay-interior-modification-handler, where it is first
5007 used.
5008
5009 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5010
5011 * allout.el: Use allout invisible-text overlays instead of
5012 selective display for concealed text. Also, lots of general
5013 cleanup, and improved compatibility code.
5014
5015 (allout-version) Incremented, corrected, revised, and refined
5016 module commentary.
5017
5018 (provide 'allout): Moved to the bottom, added a require of overlay.
5019
5020 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5021 `except-current'.
5022 (allout-write-file-hook-handler): Minimize delay.
5023 (count-trailing-whitespace-region): New function so
5024 auto-encryption of current topic can resituate cursor exactly.
5025 PGP/GPG encryption trims trailing whitespace from lines, which
5026 must be accounted for across encryption then decryption.
5027
5028 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5029 just plain "\C-c", to avoid intruding on user's keybinding space.
5030
5031 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5032 parameter, so user request to provide a new password is done.
5033
5034 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5035 Refined mechanism for auto-filling behavior while in allout mode.
5036
5037 (allout-mode): Explicitly specify the mode map in the docstring.
5038 Clarify provision for various write-file hook var names.
5039 Adjusted for invisible-text overlays instead of selective-display.
5040
5041 (allout-depth): Really return 0 if not within any topic. This
5042 rectifies `allout-beginning-of-level' and sequence numbering
5043 errors that occur when cutting and pasting numbered topics.
5044 Changed from a in-line subst to a regular function, as well.
5045
5046 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5047
5048 (allout-end-of-subtree, allout-end-of-subtree)
5049 (allout-end-of-entry, allout-end-of-current-heading)
5050 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5051 (allout-show-children, allout-show-to-offshoot)
5052 (allout-hide-current-entry, allout-show-current-entry): Rectified
5053 handling of trailing blank lines between items.
5054
5055 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5056 (allout-current-depth, allout-unprotected, allout-hidden-p)
5057 (allout-on-current-heading-p, allout-listify-exposed)
5058 (allout-chart-subtree, allout-goto-prefix)
5059 (allout-back-to-current-heading, allout-get-body-text)
5060 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5061 (allout-hide-region-body, allout-toggle-subtree-encryption)
5062 (allout-encrypt-string, allout-encrypted-key-info)
5063 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5064 (allout-file-vars-section-data): Adjusted for use with
5065 invisible-text overlays instead of selective-display.
5066
5067 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5068 Reworked for use with invisible text overlays.
5069
5070 (allout-current-topic-collapsed-p): New function.
5071
5072 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5073 to know when to close the containing topic.
5074
5075 (allout-pre-command-business, allout-post-command-business):
5076 Simplify undo-batching and dynamic isearch exposure.
5077
5078 (allout-set-overlay-category): New for invisible-text overlays.
5079 Sets properties of allout-overlay-category, used by
5080 allout-flag-region to set invisible-text overlay properties.
5081 (allout-get-invisibility-overlay): Get the first qualifying
5082 invisibility overlay, so we can find the extent of it.
5083 (allout-back-to-visible-text): Get to just before the beginnining
5084 of the current invisibility overlay, if any.
5085
5086 (allout-overlay-insert-in-front-handler)
5087 (allout-overlay-interior-modification-handler)
5088 (allout-before-change-handler, allout-isearch-end-handler): New
5089 functions to handle extraordinary actions affecting concealed
5090 text.
5091
5092 (allout-flag-region): Use overlays instead of selective-display
5093 for invisible text - by inheritence from the properties of
5094 allout-overlay-category in mainline Emacs, and applied
5095 property-by-property in XEmacs, some recent versions of which
5096 don't inherit the properties from the category. Provisions to
5097 respond to concealed-text edits simplified drastically.
5098
5099 (allout-isearch-rectification, allout-isearch-was-font-lock)
5100 (allout-isearch-expose, allout-enwrap-isearch)
5101 (allout-isearch-abort, allout-pre-was-isearching)
5102 (allout-isearch-prior-pos, allout-isearch-did-quit)
5103 (allout-isearch-dynamic-expose)
5104 (allout-hide-current-entry-completely): Functions deleted.
5105
5106 (allout-undo-aggregation): Explicit undo aggregation no longer
5107 necessary due to transition away from selective-display.
5108
5109 (set-allout-regexp, allout-up-current-level)
5110 (allout-next-visible-heading, allout-forward-current-level)
5111 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5112 (allout-kill-line, allout-yank-processing, allout-show-children)
5113 (allout-expose-topic, allout-old-expose-topic)
5114 (allout-listify-exposed, allout-insert-latex-header)
5115 (allout-toggle-subtree-encryption, allout-encrypt-string)
5116 (remove-from-invisibility-spec, allout-hide-current-subtree):
5117 Ditched unused variables.
5118
5119 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5120
5121 * textmodes/ispell.el (ispell-change-dictionary): Call
5122 ispell-buffer-local-dict instead of
5123 ispell-accept-buffer-local-defs.
5124 (ispell-local-dictionary-alist): Accept as valid any coding-system
5125 supported by Emacs.
5126 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5127 changed to iso-8859-3.
5128
5129 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5130
5131 * speedbar.el (speedbar-frame-width): Make an inline function
5132 instead of a macro. Use frame-width.
5133 (speedbar-try-completion, speedbar-update-contents)
5134 (speedbar-timer-fn): Use consp.
5135 (speedbar-update-localized-contents): Try to preserve point.
5136
5137 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5138 (menu): Re-order menu items.
5139 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5140 field.
5141 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5142 (gdb-post-prompt): Speed things by not forcing update.
5143
5144 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5145
5146 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5147 press and perform default action if we get a mouse movement event.
5148
5149 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5150
5151 * calendar/icalendar.el (icalendar--get-event-property)
5152 (icalendar--get-event-property-attributes): Fix typos in
5153 docstrings.
5154
5155 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5156 docstring.
5157
5158 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5159
5160 * bs.el (bs-mode): Use `buffer-disable-undo'.
5161 (bs--get-file-name): Simplify.
5162 (bs-show-in-buffer): Mark the buffer as not modified.
5163
5164 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5165
5166 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5167 widget-button-click.
5168
5169 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5170 (custom-mode): Update docstring.
5171
5172 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5173 binding.
5174
5175 * files.el (hack-local-variables-confirm): Allow scrolling if the
5176 file variable list is too long. Kill temp buffer after use.
5177
5178 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5179
5180 * progmodes/gud.el (gdb): Improve doc string.
5181 (gdb-script-font-lock-keywords): Expand allowed character set.
5182
5183 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5184 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5185 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5186 (gdb-separate-io-stop, gdb-separate-io-eof):
5187 Rename from gdb-inferior-* to gdb-separate-*.
5188 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5189
5190 2006-02-14 Jay Belanger <belanger@truman.edu>
5191
5192 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5193 expression is a symbol before checking that it is bound.
5194
5195 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5196 test to see if equation can be solved.
5197
5198 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5199
5200 * wid-edit.el (widget-button-click): Use :pressed-face property
5201 for overlay face, if it exists.
5202
5203 * cus-edit.el (custom-manual, custom-add-see-also)
5204 (custom-add-parent-links, custom-group-link): Add :pressed-face
5205 property to links.
5206
5207 * files.el (hack-local-variables): Remove ignored variables before
5208 checking if any variables need setting.
5209
5210 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5211
5212 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5213
5214 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5215
5216 * help.el (where-is): Fix message for remapped commands.
5217
5218 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5219 Fix typos in docstrings.
5220
5221 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5222
5223 * files.el (safe-local-variable-values): New option.
5224 (hack-local-variables-prop-line): Return a list of variable-value
5225 pairs if MODE-ONLY is non-nil.
5226 (hack-local-variables): Construct list of variable-value pairs,
5227 and apply or reject them in one go. Ask for confirmation if
5228 variables are not known safe.
5229 (hack-local-variables-confirm): Complete rewrite. Support
5230 `safe-local-variable-values'.
5231 (enable-local-variables): Update docstring to reflect new
5232 behavior.
5233 (ignored-local-variables): Ignore ignored-local-variables and
5234 safe-local-variable-values.
5235 (safe-local-variable-p): New function.
5236 (risky-local-variable-p): `safe-local-variable' property check
5237 moved to safe-local-variable-p.
5238 (hack-one-local-variable): Checks moved to hack-local-variables.
5239
5240 (byte-compile-dynamic, c-basic-offset, c-file-style)
5241 (c-indent-level, comment-column, fill-column, fill-prefix)
5242 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5243 (no-update-autoloads, outline-regexp, page-delimiter)
5244 (paragraph-start, paragraph-separate, sentence-end)
5245 (sentence-end-double-space tab-width, version-control):
5246 Add `safe-local-variable' property.
5247
5248 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5249
5250 * icomplete.el, play/landmark.el: Change nonexistent
5251 `outline-layout' file variable to `allout-layout'.
5252
5253 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5254
5255 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5256 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5257 to gud-comint-buffer.
5258 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5259 gdb-ui.el for gdb-mi.el.
5260 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5261 registers buffer to gdb-get-changed-registers.
5262 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5263 deletion of catchpoints (throw and catch).
5264 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5265 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5266 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5267 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5268 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5269
5270 2006-02-13 Jay Belanger <belanger@truman.edu>
5271
5272 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5273 expression is a symbol before checking that it is bound.
5274
5275 2006-02-13 Richard M. Stallman <rms@gnu.org>
5276
5277 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5278 for the minibuffer too, but not if resize-mini-windows will interfere.
5279
5280 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5281 inside `interactive' spec.
5282 (describe-key-briefly-internal, describe-key-internal):
5283 Functions merged back into their callers.
5284
5285 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5286
5287 * info.el (info-xref-visited): Inherit from info-xref too.
5288 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5289 when propertizing Info-current-file and Info-current-node.
5290
5291 2006-02-13 Juri Linkov <juri@jurta.org>
5292
5293 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5294 (tumme-thumb-name): Fix per-directory format.
5295
5296 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5297
5298 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5299
5300 2006-02-12 Miles Bader <miles@gnu.org>
5301
5302 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5303
5304 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5305
5306 * tumme.el: Remove history section. If someone needs the it, it
5307 can always be found in CVS.
5308
5309 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5310
5311 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5312 about the Thumbnail Managing Standard option.
5313
5314 2006-02-12 Richard M. Stallman <rms@gnu.org>
5315
5316 * subr.el (substitute-key-definition): Doc fix.
5317
5318 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5319
5320 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5321
5322 * info.el (Info-mode): Doc fix.
5323
5324 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5325
5326 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5327
5328 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5329 because on Solaris a POSIX compatible "id" is needed. Reported by
5330 Magnus Henoch <mange@freemail.hu>.
5331
5332 2006-02-12 Juri Linkov <juri@jurta.org>
5333
5334 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5335 (tumme) <defgroup>: Change :group to `multimedia'.
5336 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5337 Managing Standard.
5338 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5339 Fix dostring.
5340 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5341 and %y. Fix docstring.
5342 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5343 (tumme-cmd-create-standard-thumbnail-command): New user options.
5344 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5345 is `standard'. Fix docstring.
5346 (tumme-thumb-width, tumme-thumb-height): New user options.
5347 (tumme-external-viewer): Try to find various viewers.
5348 (tumme-get-thumbnail-image): Use `create-image' instead of
5349 constructing the `image' structure.
5350 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5351 `standard'.
5352 (tumme-thumb-name): Add file name generation for standard storage.
5353 Simplify code for other storages.
5354 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5355 Add modification time %m and thumbnail-nq8 %q.
5356 Use `tumme-cmd-create-standard-thumbnail-command' if
5357 tumme-thumbnail-storage is `standard'.
5358 (tumme-dired-insert-marked-thumbs): New autoload command.
5359 (tumme-dired-after-readin-hook): New function.
5360 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5361 `tumme-thumb-size'.
5362 (tumme-display-image): Replace size-x %x and size-y %y with
5363 width %w and height %h.
5364
5365 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5366 `tumme-dired-insert-marked-thumbs'.
5367
5368 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5369
5370 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5371 include path).
5372 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5373 matching tag.
5374
5375 2006-02-12 Miles Bader <miles@gnu.org>
5376
5377 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5378 New variables.
5379 (rcirc-abbrev-nick): New function.
5380 (rcirc-format-response-string): Rewrite to use the formats in
5381 `rcirc-response-formats' and expand escape sequences therein.
5382 A text-property `rcirc-text' is added over the actual response
5383 text to make easy to find inside the returned string.
5384 (rcirc-print): When filling, just look for the `rcirc-text'
5385 text-property to find the appropriate fill prefix, instead of
5386 using hardwired patterns.
5387
5388 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5389
5390 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5391 Managing Standard.
5392
5393 2006-02-11 Kim F. Storm <storm@cua.dk>
5394
5395 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5396 Don't use insert-buffer; do insert-buffer-substring directly.
5397 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5398
5399 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5400
5401 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5402 with inhibit-read-only. Suggested by Stefan Monnier.
5403 (revert-buffer): Let insert-file-contents discard
5404 buffer-undo-list. Simplify code.
5405 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5406
5407 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5408
5409 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5410
5411 * help.el (describe-key-briefly): Now a wrapper for
5412 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5413 to t. Populate yank-menu if empty.
5414 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5415 (describe-key): Now a wrapper for describe-key-internal. Bind
5416 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5417 (describe-key-internal): Renamed from describe-key.
5418
5419 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5420
5421 * progmodes/glasses.el (glasses-separator): Doc fix.
5422 (glasses-original-separator): New defcustom.
5423 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5424
5425 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5426
5427 * mwheel.el (mouse-wheel-up-event): Doc fix.
5428
5429 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5430
5431 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5432 (tumme-dir): New function. Copied from thumbs.el.
5433
5434 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5435
5436 * desktop.el (desktop-outvar): Fix typo.
5437 (desktop-save-buffer-p): Doc fix.
5438
5439 * subr.el (substitute-key-definition): Fix typo.
5440
5441 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5442
5443 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5444 when window-system is mac.
5445
5446 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5447
5448 2006-02-10 Kim F. Storm <storm@cua.dk>
5449
5450 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5451 indirect-function instead of using condition-case.
5452
5453 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5454
5455 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5456 less `colloquial'...
5457
5458 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5459
5460 * tumme.el: Add a couple of todo items.
5461
5462 2006-02-09 Lars Hansen <larsh@soem.dk>
5463
5464 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5465 (highlight-changes-mode): Don't change desktop-locals-to-save.
5466
5467 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5468
5469 * image-mode.el (image-toggle-display): Clear image cache if using
5470 filename.
5471
5472 2006-02-09 Masatake YAMATO <jet@gyve.org>
5473
5474 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5475 a `dired-man' target.
5476
5477 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5478 boundary of symbols.
5479
5480 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5481
5482 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5483
5484 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5485
5486 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5487 `mapcar'; return nil.
5488
5489 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5490
5491 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5492 some other event.
5493
5494 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5495
5496 * net/rcirc.el (rcirc-startup-channels-alist):
5497 Add irc.freenode.net and #emacs as defaults.
5498 (rcirc-ignore-all-activity-flag): Remove variable.
5499 (rcirc-authinfo): New variable.
5500 (rcirc-authinfo-filename): Remove variable.
5501 (rcirc-always-use-server-buffer-flag): New flag.
5502 (rcirc): M-x rcirc will automatically connect without prompting.
5503 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5504 connection in lisp.
5505 (rcirc-process-server-response-1): Remove everything but the nick
5506 portion of the sender so it doesn't need to be done everywhere
5507 else. Update related code.
5508 (global-map): Remove global keybindings.
5509 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5510 (rcirc-send-input): Split into several functions.
5511 (rcirc-process-input-line, rcirc-process-message)
5512 (rcirc-process-command): New functions.
5513 (rcirc-target-buffer): New function to determine where to route
5514 messages.
5515 (rcirc-user-nick): Save match data.
5516 (rcirc-toggle-ignore-buffer-activity)
5517 (rcirc-update-activity-string): Remove global ignore functionality,
5518 which can be done now by toggling rcirc-track-minor-mode.
5519 (rcirc-track-minor-mode-map): New keymap.
5520 (rcirc-track-minor-mode): New minor-mode.
5521 (ignore): Make the ignore output nicer. Always print it when
5522 adding or removing nicks.
5523 (rcirc-url-regexp): Improve.
5524 (rcirc-mangle-text): Remove properties before using text in the
5525 modeline.
5526 (rcirc-authenticate): Authentication data comes from
5527 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5528 (rcirc-server-prefix): Inherit from rcirc-server.
5529
5530 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5531
5532 * Makefile.in (compile): Append "|| true" to the end of the `find'
5533 command, like compile-always does.
5534
5535 2006-02-08 Sam Steingold <sds@gnu.org>
5536
5537 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5538 output from a dead connection.
5539
5540 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5541
5542 * dired.el (dired-mode-map): Add more bindings for tumme.
5543
5544 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5545
5546 * wdired.el (wdired-mode-map): Use remap.
5547 (wdired-get-filename): Massage.
5548 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5549 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5550 `keymap' property rather than `local-map'.
5551
5552 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5553
5554 * tumme.el (tumme-get-thumbnail-image): New utility function.
5555 Suggested by from Chong Yidong.
5556 (tumme-dired-with-window-configuration): Rename from
5557 `tumme-dired'. Add code to save window configuration.
5558 (tumme-restore-window-configuration): New command to restore the
5559 window configuration that `tumme-dired-with-window-configuration'
5560 saves before it changes the window configuration.
5561 (tumme-show-all-from-dir): New command to display thumbnails for
5562 all files in a directory entered by the user, like M-x thumbs.
5563 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5564 have been created.
5565 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5566 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5567 Remove obsolete test function.
5568
5569 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5570
5571 * vc.el (small-temporary-file-directory): Remove defvar; there's
5572 a defcustom for it in files.el.
5573
5574 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5575 Fix typo in message.
5576 (tumme-gallery-generate): Fix typo in `error' message.
5577 (tumme-display-window-height-correction)
5578 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5579 (tumme-line-up-interactive): Dox fixes.
5580 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5581 (tumme-restore-window-configuration, tumme-format-properties-string)
5582 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5583 Fix typos in docstrings.
5584
5585 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5586
5587 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5588
5589 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5590
5591 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5592 User should use hook if desired.
5593
5594 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5595 buffer if necessary.
5596 (gdb-delete-frame-or-window): New function.
5597 (gdb-breakpoints-mode-map): Bind "q" to it.
5598
5599 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5600
5601 * textmodes/nroff-mode.el: Clean up name space.
5602 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5603 (nroff-mode): Obey the global setting of nroff-electric-mode.
5604 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5605
5606 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5607
5608 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5609
5610 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5611
5612 2006-02-06 Lars Hansen <larsh@soem.dk>
5613
5614 * generic-x.el (etc-fstab-generic-mode): Add file system types
5615 cifs and usbdevfs. Allow special chars in file names.
5616
5617 2006-02-05 Jay Belanger <belanger@truman.edu>
5618
5619 Update copyright notices of the files in lisp/calc.
5620
5621 2006-02-05 Romain Francoise <romain@orebokech.com>
5622
5623 Update copyright notices of all files in the lisp/play directory.
5624
5625 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5626
5627 * ldefs-boot.el: Regenerate.
5628
5629 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5630
5631 2006-02-05 Kim F. Storm <storm@cua.dk>
5632
5633 * files.el (magic-mode-regexp-match-limit): New defvar.
5634 (set-auto-mode): Use it to limit magic-mode-alist matching.
5635
5636 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5637
5638 * simple.el (display-message-or-buffer): Compare the number of
5639 characters to the frame width when determining whether a 1-line
5640 message string will fit in the echo area. Count screen lines
5641 instead of buffer lines when determining whether a multi-line
5642 message will fit in the echo area/minibuffer window.
5643
5644 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5645
5646 * info.el (Info-index, Info-mode): Improve the description of the
5647 `i' command.
5648
5649 * ldefs-boot.el: Regenerate.
5650
5651 2006-02-03 Werner Lemberg <wl@gnu.org>
5652
5653 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5654 greedy to find the closing bracket in \*[...] and similar
5655 expressions. This is a first rough fix -- many additional
5656 refinements are necessary to make nroff mode really usable with groff.
5657
5658 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5659
5660 * international/mule-cmds.el (set-locale-environment):
5661 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5662 libX11.
5663
5664 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5665
5666 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5667 archive are created in archive-tmpdir.
5668
5669 2006-02-02 John Paul Wallington <jpw@pobox.com>
5670
5671 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5672 (ibuffer-fontification-alist): Use it.
5673 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5674 to "* z" and the Ibuffer Mark menu.
5675
5676 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5677
5678 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5679
5680 * textmodes/table.el (*table--cell-describe-mode)
5681 (*table--cell-describe-bindings): Undo last change since
5682 print-help-return-message is not obsoleted by anything at all.
5683
5684 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5685
5686 * emulation/cua-base.el (cua-mode): Doc fix.
5687
5688 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5689
5690 * dframe.el (dframe-handle-make-frame-visible)
5691 (dframe-handle-iconify-frame, dframe-get-focus)
5692 (dframe-select-attached-frame, dframe-power-click)
5693 (dframe-frame-mode): Fix typos in docstrings.
5694
5695 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5696 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5697 Fix typos in docstrings.
5698
5699 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5700 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5701 (hi-lock-archaic-interface-message-used)
5702 (hi-lock-file-patterns-range): Fix typos in docstrings.
5703
5704 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5705 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5706
5707 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5708 Fix typo in docstring.
5709
5710 * net/newsticker.el (newsticker--decode-iso8601-date)
5711 (newsticker--set-customvar, newsticker--buffer-insert-item)
5712 (newsticker--do-run-auto-mark-filter)
5713 (newsticker--parse-generic-feed): Doc fixes.
5714 (newsticker--retrieval-timer-list, newsticker-url-list)
5715 (newsticker-hide-immortal-items-in-echo-area)
5716 (newsticker-hide-obsolete-items-in-echo-area)
5717 (newsticker-new-item-face, newsticker--enclosure)
5718 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5719 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5720 (newsticker--parse-generic-feed, newsticker--cache-contains)
5721 (newsticker--stat-num-items, newsticker-download-enclosures):
5722 Fix typos in docstrings.
5723
5724 * net/rcirc.el (rcirc-debug): Doc fix.
5725 (rcirc-fill-column, rcirc-receive-message-hooks)
5726 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5727 (rcirc-mode, rcirc-generate-new-buffer-name)
5728 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5729 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5730 Fix typos in docstrings.
5731 (rcirc-print): "?\ " -> "?\s".
5732 (rcirc-cmd-join): Improve argument/docstring consistency.
5733
5734 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5735
5736 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5737 before narrow-to-region.
5738
5739 2006-02-01 Richard M. Stallman <rms@gnu.org>
5740
5741 * simple.el (move-beginning-of-line): Scan properly for invis change.
5742
5743 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5744
5745 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5746
5747 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5748 change bit only when id-format is 'integer. Reported by Matt
5749 Hodges <M.P.Hodges@rl.ac.uk>.
5750
5751 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5752
5753 * hilit-chg.el (highlight-changes-initial-state)
5754 (highlight-changes-global-initial-state): Doc fixes.
5755 (highlight-changes-global-modes, global-highlight-changes):
5756 Fix typos in docstrings.
5757
5758 2006-02-01 Kim F. Storm <storm@cua.dk>
5759
5760 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5761 transient-mark-mode in doc string.
5762
5763 2006-01-31 Richard M. Stallman <rms@gnu.org>
5764
5765 * replace.el (multi-occur): Doc fix.
5766 (multi-occur-in-matching-buffers): Rename from
5767 multi-occur-by-filename-regexp. Prefix arg says match
5768 buffer names instead of file names.
5769
5770 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5771
5772 * bs.el: Allow non-default values of `bs-header-lines-length'.
5773 (bs--running-in-xemacs): Remove (not needed anymore).
5774 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5775 instead of `shrink-window', thus avoiding having to compute the
5776 height of the window.
5777 (bs--up): Wrap around even when there's no header.
5778 (bs--down): Use `forward-line' instead of `next-line'.
5779
5780 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5781
5782 * image-mode.el (image-toggle-display): Use file name if possible,
5783 instead of unnecessarily allocating a (possibly huge) lisp string.
5784
5785 2006-01-30 John Paul Wallington <jpw@pobox.com>
5786
5787 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5788 because the `assert' macro signals it at runtime.
5789
5790 * emacs-lisp/cl.el (toplevel): Remove definition of
5791 `cl-assertion-failed' condition.
5792
5793 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5794
5795 * thumbs.el (thumbs-marked-list): Make buffer-local and
5796 permanent-local.
5797 (thumbs-insert-thumb): Make help-echo non-sticky.
5798 (thumbs-file-alist): Use eolp as check for (non)-image.
5799
5800 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5801
5802 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5803 (ediff-before-session-group-setup-hooks)
5804 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5805 Fix typos in docstrings.
5806
5807 * window.el (bw-dir, bw-eqdir, balance-windows)
5808 (split-window-keep-point): Fix typos in docstrings.
5809
5810 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5811 (org-quote-string, org-calendar-to-agenda-key)
5812 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5813 (org-show-following-heading, org-tags-column)
5814 (org-use-tag-inheritance, org, org-allow-space-in-links)
5815 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5816 (org-enable-table-editor, org-calc-default-modes)
5817 (org-table-allow-automatic-line-recalculation)
5818 (org-export-html-style, org-export-with-fixed-width)
5819 (org-export-with-sub-superscripts, org-special-keyword)
5820 (org-formula, org-time-grid, org-table-may-need-update)
5821 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5822 (org-goto-quit, org-get-indentation, org-end-of-item)
5823 (org-move-item-down, org-move-item-up)
5824 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5825 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5826 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5827 (org-agenda-log-mode, org-agenda-toggle-diary)
5828 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5829 (org-agenda-file-to-end, org-agenda-no-heading-message)
5830 (org-agenda-get-closed, org-format-agenda-item)
5831 (org-cmp-priority, org-cmp-category, org-cmp-time)
5832 (org-agenda-change-all-lines, org-agenda-diary-entry)
5833 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5834 (org-link-search, org-camel-to-words, org-open-file)
5835 (org-remember-handler, org-table-convert-region)
5836 (org-table-move-row-down, org-table-move-row-up)
5837 (org-table-copy-region, org-table-wrap-region)
5838 (org-table-toggle-vline-visibility)
5839 (org-table-get-vertical-vector, org-table-modify-formulas)
5840 (org-table-get-specials, org-recalc-commands)
5841 (org-table-rotate-recalc-marks, org-table-eval-formula)
5842 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5843 (org-level-color-stars-only, org-insert-heading):
5844 Fix typos in docstrings.
5845 (last-arg): Add defvar.
5846
5847 * makefile.w32-in (WINS): Add erc.
5848 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5849
5850 2006-01-29 Bill Wohler <wohler@newt.com>
5851
5852 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5853 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5854 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5855 (mh-autoloads): Don't use comments on otherwise empty lines.
5856
5857 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5858
5859 * emulation/viper.el (viper-major-mode-modifier-list): Add
5860 insert-state and vi-state entries for erc-mode.
5861 (viper-go-away, viper-set-hooks): Add and remove
5862 viper-comint-mode-hook from erc-mode-hook as appropriate.
5863
5864 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5865
5866 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5867
5868 * bs.el (bs--format-aux): Implement `middle' alignment as
5869 described in the docstring for `bs-attributes-list'.
5870 (bs--get-name): Simplify. Don't pad the buffer name.
5871
5872 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5873
5874 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5875 English aspell dictionary is installed, use the first entry of
5876 ispell-dictionary-alist-1.
5877
5878 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5879
5880 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5881 Doc fix.
5882
5883 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5884
5885 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5886 for `process-file', in order to let it work for older Emacsen too.
5887
5888 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5889
5890 * international/latexenc.el: Add a suitable `coding:' tag.
5891 (latexenc-find-file-coding-system): Undo last change.
5892
5893 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5894
5895 * international/latexenc.el (latexenc-find-file-coding-system):
5896 Make sure latexenc-main-file is a regular file and is readable.
5897
5898 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5899
5900 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5901 Pass FILE to vc-user-login-name.
5902
5903 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5904
5905 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5906
5907 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5908 there are no more images to display.
5909 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5910 the next image.
5911
5912 2006-01-26 Richard M. Stallman <rms@gnu.org>
5913
5914 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5915
5916 * wid-edit.el (advertised-widget-backward): New alias.
5917 (widget-keymap): Use advertised-widget-backward for S-TAB.
5918
5919 * tumme.el: Correct the keywords.
5920 (tumme-dir-max-size): Use defvar.
5921 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5922
5923 * simple.el (move-beginning-of-line): Take account of fields.
5924 (clone-indirect-buffer-other-window): Take args like
5925 clone-indirect-buffer, and work like it.
5926
5927 * help-fns.el (describe-function): Don't pass `nil' as default.
5928
5929 * files.el (risky-local-variable-p): Follow var aliases.
5930
5931 * subr.el (lazy-completion-table): Doc fix.
5932
5933 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5934 global binding of `line'.
5935
5936 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5937
5938 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5939 Tramp.
5940
5941 * vc.el (vc-default-dired-state-info): Pass FILE to
5942 vc-user-login-name.
5943 (vc-default-update-changelog): Don't use vc-user-login-name, we
5944 don't need it here.
5945
5946 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5947 no longer necessary.
5948
5949 2006-01-25 Kenichi Handa <handa@m17n.org>
5950
5951 * international/mule.el (decode-char): Avoid the overhead of
5952 calling utf-lookup-subst-table-for-decode if
5953 utf-translate-cjk-mode is nil.
5954 (encode-char): Avoid the overhead of calling
5955 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5956 nil.
5957
5958 2006-01-22 Kenichi Handa <handa@m17n.org>
5959
5960 * international/mule.el (make-subsidiary-coding-system): Reset
5961 `coding-system-define-form' property of subsidiaries to nil.
5962 Avoid duplicated entry in coding-system-alist.
5963 (make-coding-system): Avoid duplicated entry in
5964 coding-system-alist.
5965 (define-coding-system-alias): Likewise.
5966
5967 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5968
5969 * completion.el: Minor fixes in introductory comment.
5970 (completion-def-wrapper): Fix alist.
5971
5972 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5973
5974 * thumbs.el (thumbs-new-image-size): New function.
5975 (thumbs-increment-image-size-element)
5976 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5977 (thumbs-decrement-image-size): Delete.
5978 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5979 temp files and use to resize.
5980 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5981 Use increment argument to enlarge/shrink. Preserve point.
5982 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5983 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5984 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5985 (thumbs-mark, thumbs-unmark): Preserve point.
5986 (thumbs-modify-image): Keep old temp files and use to modify.
5987 Cleanup old temp files at load time. Preserve point.
5988 (thumbs-view-image-mode-map): Use new command names.
5989
5990 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5993
5994 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5995 the nastiest part of the cyclic dependency.
5996 (cal-menu-update): Use dotimes and calendar-increment-month.
5997
5998 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5999 (calendar-week-start-day): Add an :initializer.
6000 (calendar-mode-map): Use suppress-keymap, and command remapping.
6001 (describe-calendar-mode): Setup xref-stack info for the back button.
6002 (calendar-star-date): Insert before delete.
6003 (calendar-set-mode-line): Add file-modified info if applicable.
6004 (calendar-increment-month): New function.
6005
6006 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6007
6008 * font-lock.el (lisp-font-lock-keywords-2):
6009 Recognize "& keywords" only at word boundaries.
6010
6011 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6012
6013 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6014 and permanent-local.
6015 (thumbs-max-image-number): New variable.
6016 (thumbs-do-thumbs-insertion): Use them.
6017 (thumbs-per-line): Change default to 4.
6018 (thumbs-marked-list): Rename from thumbs-markedL.
6019 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6020 (thumbs-rename-images): Use -list instead of L for internal variables.
6021 (thumbs-call-convert): Use call-process instead of shell-command.
6022 (thumbs-insert-thumb): Add filename as help-echo to each image.
6023 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6024 Give dir to thumbs-show-thumbs-list.
6025 (thumbs-show-thumbs-list): Set default-directory to that of images.
6026 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6027 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6028 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6029 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6030
6031 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6032
6033 * ses.el (ses-read-cell): Provide a default value.
6034
6035 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6036
6037 * term/w32-win.el (image-library-alist): Add additional names for
6038 GIF library.
6039
6040 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6041
6042 * international/latexenc.el (latexenc-find-file-coding-system):
6043 Add file-regular-p check.
6044
6045 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6046
6047 * simple.el (clone-buffer): Don't show the new buffer in the same
6048 window.
6049
6050 2006-01-23 Juri Linkov <juri@jurta.org>
6051
6052 * faces.el (link, link-visited): New faces based on default values
6053 of `info-xref' and `info-xref-visited'.
6054
6055 * info.el (info-xref): Inherit from `link'.
6056 (info-xref-visited): Inherit from `link-visited'.
6057
6058 * cus-edit.el (custom-buffer-create-internal): Use widget type
6059 `custom-manual' instead of `info-link' and don't set properties
6060 `button-face' and `mouse-face' explicitly.
6061 (custom-browse-group-tag, custom-browse-variable-tag)
6062 (custom-browse-face-tag): Inherit from widget class
6063 `custom-group-link' instead of `push-button'.
6064 (custom-button-unraised): Inherit from `underline' face.
6065 (custom-link): Inherit from `link' face. Fix doc and group.
6066 (custom-add-parent-links, custom-group-value-create): Don't set
6067 properties `button-face' and `mouse-face' explicitly for
6068 `custom-group-link' widget.
6069 (custom-group-link): Add properties `button-face' and `mouse-face'
6070 to widget definition.
6071 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6072 editable-field's :keymap property.
6073 (custom-mode): Fix docstring: substitute keybindings for
6074 `widget-forward' and `widget-backward' from `widget-keymap',
6075 `widget-complete' from `custom-field-keymap', replace old
6076 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6077
6078 * desktop.el (desktop-load-file): Check for `fboundp' before
6079 calling `symbol-function'.
6080
6081 * simple.el (clone-buffer, clone-indirect-buffer)
6082 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6083 `read-string'. Fix prompts.
6084
6085 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6086
6087 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6088
6089 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6090
6091 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6092
6093 * startup.el (inhibit-splash-screen, initial-scratch-message):
6094 Doc fixes.
6095
6096 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6097
6098 Sync with Tramp 2.0.52.
6099
6100 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6101 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6102 `tramp-unload-tramp' for checklist.
6103
6104 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6105 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6106 (tramp-unload-file-name-handler-alist)
6107 (tramp-unload-tramp): New defuns.
6108 (tramp-advice-PC-expand-many-files): New defadvice.
6109 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6110 removed.
6111 (tramp-handle-expand-file-name): Remove double slash.
6112 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6113 It doesn't matter, because it will be converted later on.
6114 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6115 implementation was just heuristic.
6116 (tramp-post-connection): Set uid and gid properties.
6117 (tramp-convert-file-attributes): Set file's gid change bit.
6118 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6119 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6120 in case of su(do)? methods. The home directory of the local user
6121 will be taken else.
6122 (tramp-open-connection-telnet)
6123 (tramp-open-connection-rsh, tramp-open-connection-su)
6124 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6125 local shell prompt could hurt. Reported by Romain Francoise
6126 <romain@orebokech.com>.
6127 (tramp-let-maybe): Add `edebug-form-spec' property.
6128 (tramp-handle-expand-file-name): Bind `default-directory' locally
6129 to "/" in order to avoid problems with UNC shares or Cygwin
6130 mounts.
6131 (tramp-md5-function): Fix typo in error message.
6132
6133 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6134
6135 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6136 for byte-compiler pacification.
6137
6138 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6139
6140 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6141 ID-FORMAT `string'. This allows us to get rid of
6142 `vc-user-login-name UID'.
6143
6144 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6145
6146 2006-01-22 John Paul Wallington <jpw@pobox.com>
6147
6148 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6149
6150 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6151
6152 * emacs-lisp/find-func.el (find-definition-noselect)
6153 (find-variable-noselect): Search variables in C source code too.
6154 (find-function-C-source, find-function-noselect, find-function)
6155 (find-function-other-frame, find-variable-noselect, find-variable)
6156 (find-variable-other-frame, find-variable-at-point):
6157 Fix docstrings.
6158
6159 2006-01-21 Francesco Potorti` <pot@gnu.org>
6160
6161 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6162
6163 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6164
6165 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6166 Default to disabling the "Save affix" question.
6167
6168 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6169
6170 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6171 the first arg to run-python.
6172
6173 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6174
6175 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6176 is not loaded.
6177
6178 2006-01-20 Jay Belanger <belanger@truman.edu>
6179
6180 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6181 limit is 0.
6182
6183 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6184 the correct variable.
6185
6186 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6187
6188 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6189 link. Fixed buggy argument sequence in call to `org-view-tags'.
6190 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6191 (org-prefix-has-tag): New variable.
6192 (org-format-agenda-item): Remove tags from headline if
6193 appropriate.
6194 (org-agenda-remove-tags-when-in-prefix): New option.
6195 (org-get-tags-at): New function.
6196
6197 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6198
6199 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6200 (thumbs-find-image): Move image name and number from buffer name
6201 to mode name. Set thumbs-buffer. Preserve point so that large
6202 images remain visible.
6203 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6204 order.
6205 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6206 mode name.
6207 (thumbs-next-image, thumbs-previous-image): Make them work.
6208
6209 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6210
6211 * cus-edit.el (custom-buffer-create-internal): State in the text above
6212 the whole buffer buttons that they do not operate on hidden items.
6213 (custom-face-menu): Use `custom-face-save' instead of
6214 `custom-face-save-command'.
6215 (custom-face-save-command): Make it an alias for `custom-face-save'
6216 and declare it obsolete.
6217 (custom-face-save): Doc fix.
6218
6219 * dired.el (dired-no-confirm): Add quote.
6220 (dired-subdir-alist-pre-R): Add quote in
6221 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6222
6223 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * textmodes/table.el (table-mode-indicator): Typo in last change.
6226
6227 2006-01-19 Richard M. Stallman <rms@gnu.org>
6228
6229 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6230 Fixes bug reported in Nov 2005.
6231
6232 * isearch.el (isearch-forward): Doc fix.
6233
6234 * dired.el (dired-move-to-filename-regexp): Define as alias.
6235 (dired-no-confirm): Use defcustom.
6236 (dired-subdir-alist-pre-R): Put defvar at top level.
6237
6238 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6239
6240 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6241 Mark as risky.
6242
6243 * simple.el (set-mark-command): Doc fix.
6244 (clone-indirect-buffer-other-window):
6245 Read arg like clone-indirect-buffer.
6246 (move-beginning-of-line): Skip invisible newlines.
6247
6248 2006-01-19 Masatake YAMATO <jet@gyve.org>
6249
6250 * progmodes/cpp.el (cpp-edit-load): Make the order of
6251 listed conditions in a base C code buffer and its associate
6252 CPP Edit buffer the same.
6253
6254 2006-01-19 Kenichi Handa <handa@m17n.org>
6255
6256 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6257 (rmail-mime-feature): Likewise.
6258 (rmail-require-mime-maybe): Use display-warning to show a warning
6259 message.
6260
6261 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6262 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6263
6264 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6265
6266 * array.el: Move defvars out of eval-when-compile.
6267 (array-make-template): Replace undeclared global var with a local one.
6268 (array-mode): Inline initialization functions.
6269 (array-init-local-variables, array-init-max-row)
6270 (array-init-max-column, array-init-columns-per-line)
6271 (array-init-field-width, array-init-rows-numbered)
6272 (array-init-line-length, array-init-lines-per-row): Remove.
6273
6274 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6275 (doc-mode-map): Define explicitly.
6276 (doctor-txtype): Use mapc.
6277
6278 * textmodes/table.el: Move defvars out of eval-when-compile.
6279 Remove harmful code meant to avoid byte-compiler warnings.
6280 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6281 specification that checks table-fixed-width-mode directly.
6282 (table-recognize-region, table-recognize-cell):
6283 Use restore-buffer-modified-p.
6284 (table-fixed-width-mode): Remove code that refreshes
6285 table-fixed-mode-indicator.
6286 (*table--cell-describe-bindings, *table--cell-describe-mode):
6287 Avoid obsolete name print-help-return-message.
6288 (table--test-cell-list): Don't use replace-regexp from elisp.
6289 (table--point-entered-cell-function, table--point-left-cell-function):
6290 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6291
6292 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6293 that was after the end of file. Use buffer-file-name variable.
6294 (org-timestamp-change): Use with-current-buffer.
6295 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6296 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6297 `file'.
6298
6299 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6300 (fortran-break-line): Remove unused var `opoint'.
6301 (fortran-abbrev-start): Obey help-event-list.
6302
6303 2006-01-18 Jesper Harder <harder@phys.au.dk>
6304
6305 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6306
6307 2006-01-18 Masatake YAMATO <jet@gyve.org>
6308
6309 * progmodes/make-mode.el (makefile-imake-mode): New mode
6310 derived from makefile-mode.
6311 (makefile-imake-mode-syntax-table): New syntax table
6312 derived from makefile-mode-syntax-table.
6313 (makefile-mode): Write about makefile-imake-mode in doc string.
6314 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6315 (makefile-imake-font-lock-keywords): New font lock keywords.
6316
6317 * files.el (auto-mode-alist): Add Imakefile.
6318
6319 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6320
6321 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6322 loading the file rather than when turning on flyspell-mode.
6323
6324 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6325
6326 * cus-edit.el (customize-rogue): Minor doc fix.
6327
6328 2006-01-17 Juri Linkov <juri@jurta.org>
6329
6330 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6331 instead of the file at the mark as default if the file at the mark
6332 is the same as the file at point or if dired-dwim-target-directory
6333 is not the same as the current directory and the mark is not active.
6334
6335 * log-view.el (log-view-minor-wrap): Use the same logic to get
6336 revisions as `log-view-diff'.
6337
6338 * info.el (Info-revert-find-node): Check for Info-current-file
6339 before preserving new-history.
6340
6341 * man.el (Man-heading-regexp): Add `/'.
6342
6343 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6344 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6345
6346 2006-01-16 Juri Linkov <juri@jurta.org>
6347
6348 * faces.el (mode-line-faces): New defgroup.
6349 (mode-line-highlight): Move definition after new defgroup.
6350 (mode-line, mode-line-inactive, mode-line-highlight):
6351 Replace :group `modeline' with `mode-line-faces'.
6352 (mode-line-buffer-id): New face.
6353 (modeline-buffer-id): New face alias.
6354 (vertical-border): Remove :group `modeline'.
6355
6356 * bindings.el (propertized-buffer-identification): Use face
6357 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6358 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6359 (mode-line-buffer-identification-keymap): For mouse-1 replace
6360 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6361 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6362 mouse-3.
6363
6364 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6365 Buffer-menu-buffer. Doc fix.
6366 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6367 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6368 `Buffer-menu-buffer'.
6369
6370 * info.el (Info-mode-line-node-keymap): New defvar.
6371 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6372 Propertize Info-current-node with `mode-line-buffer-id' and
6373 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6374
6375 * time.el (display-time-mail-face): Replace :group `faces' with
6376 `mode-line-faces'.
6377
6378 2006-01-16 Kenichi Handa <handa@m17n.org>
6379
6380 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6381
6382 * language/european.el (cp1252): New alias for windows-1252.
6383
6384 * international/mule.el (autoload-coding-system): Prepare for EOL
6385 variants.
6386
6387 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6388
6389 * term.el (term-raw-map): Add mapping for insert.
6390 (term-send-insert): New.
6391 (term-mode): Make variables local here instead of doing it in
6392 `term-emulate-terminal'.
6393 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6394 Scroll reverse needs to take into account the scroll region.
6395 Saving and restoring the cursor should save the color attributes too.
6396 (term-reset-terminal): Reset the scroll region.
6397 (term-handle-ansi-escape): Cursor up and down should take into
6398 account the scroll region.
6399 (term-set-scroll-region): Rename from `term-scroll-region'.
6400 Move to 0,0 after setting the region.
6401 (term-handle-scroll): Handle scroll up.
6402 (term-down): Fix off by one error.
6403 (term-delete-lines): Do not delete outside the scroll region.
6404 (term-insert-lines): Take into account the scroll region.
6405
6406 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6407
6408 * textmodes/ispell.el (ispell-internal-change-dictionary)
6409 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6410 (start, end): Move declaration outside of eval-when-compile.
6411
6412 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6413 (flyspell-mode-on): Use it.
6414
6415 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6416 ispell-kill-ispell-hook.
6417
6418 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6419
6420 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6421 (Custom-reset-saved): Do not ask for confirmation in single option
6422 buffers.
6423
6424 2006-01-13 Richard M. Stallman <rms@gnu.org>
6425
6426 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6427
6428 2006-01-13 Romain Francoise <romain@orebokech.com>
6429
6430 * add-log.el (add-change-log-entry, change-log-merge):
6431 Conditionally use `hard-newline'.
6432
6433 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6434
6435 * wid-edit.el (widget-field-end): If the overlay is no longer
6436 associated with a buffer, behave as if the overlay didn't exist.
6437
6438 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6439 Make sure the links use the `custom-link' face.
6440
6441 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6442
6443 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6444 (ld-script-mode): Don't set indent-line-function since we don't
6445 have one.
6446
6447 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6448
6449 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6450 application.
6451 (org-file-apps-defaults-gnu): Use mailcap as the default for
6452 selecting an application on a UNIX system.
6453 (org-agenda-show-tags): New command.
6454 (org-table-insert-hline): Keep cursor in current table line.
6455 (org-table-convert): Offset effect of modifying
6456 `org-table-insert-hline'.
6457 (org-format-agenda-item): New optional argument TAG.
6458 (org-compile-prefix-format): Handle %T format for the tag.
6459 (org-expand-wide-chars): New function.
6460 (org-table-insert-row, org-table-insert-hline):
6461 Use `org-expand-wide-chars'.
6462 (org-open-file): Fix bug in program launch.
6463 (org-get-time-of-day): Fix bug with times before 1am.
6464 (org-agenda-menu): Add tags commands.
6465
6466 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6467
6468 * textmodes/ispell.el (ispell-init-process): Include the used
6469 dictionary in ispell process start message.
6470 (ispell-internal-change-dictionary): When flyspell-mode is active
6471 and dictionary is changed, make sure ispell process is restarted
6472 and flyspell word cache cleared out for the current buffer.
6473 (ispell-change-dictionary): Make sure flyspell word cache is
6474 cleared out in all buffers with active flyspell mode when
6475 dictionary is globally changed.
6476 Call ispell-internal-change-dictionary after dictionary change.
6477
6478 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6479
6480 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6481
6482 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6483 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6484 years. Fix small differences wrt Makefile.in.
6485 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6486 Makefile.in does.
6487
6488 2006-01-12 Bill Wohler <wohler@newt.com>
6489
6490 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6491 mh-search.el.
6492
6493 2006-01-12 Masatake YAMATO <jet@gyve.org>
6494
6495 * progmodes/ld-script.el: Update copyright year.
6496
6497 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6498
6499 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6500 Don't add widget if setting undefined.
6501
6502 2006-01-12 John Paul Wallington <jpw@pobox.com>
6503
6504 * help-fns.el (describe-variable): Remove newlines from void
6505 variable output.
6506
6507 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6508
6509 * wdired.el (wdired-mode-map): Add help echo for
6510 wdired-abort-changes.
6511
6512 * man.el (Man-file-name-regexp): Adjust for a list of files.
6513
6514 2006-01-12 Masatake YAMATO <jet@gyve.org>
6515
6516 * progmodes/ld-script.el (auto-mode-alist): Support
6517 suffix conventions used in netbsd and eCos.
6518
6519 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6520
6521 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6522 (custom-variable-menu, custom-face-menu, custom-group-menu)
6523 (Custom-mode-menu): Change names of menu items. (As discussed on
6524 emacs-devel.)
6525 (custom-face-menu): Add "Undo Edits" item.
6526
6527 * startup.el (init-file-user): defcustom -> defvar.
6528
6529 * tooltip.el (tooltip-mode): Doc fix.
6530
6531 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6532
6533 * reveal.el (reveal-post-command): window-buffer signals an error on
6534 dead windows rather than returning nil.
6535 (reveal-open-new-overlays): An overlay might die while we open others.
6536
6537 2006-01-11 Bill Wohler <wohler@newt.com>
6538
6539 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6540 phrasing in docstring.
6541
6542 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6543 can give some systems gas. Add new file mh-buffers.el.
6544
6545 2006-01-06 Masatake YAMATO <jet@gyve.org>
6546
6547 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6548 C preprocessor forward ported from GNU Emacs 21.2.
6549
6550 * progmodes/asm-mode.el (asm-font-lock-keywords):
6551 Use `cpp-font-lock-keywords'.
6552
6553 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6554
6555 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6556 of $ for "\\.ld[s]?".
6557
6558 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6559
6560 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6561 (tcl-indent-line): Return `noindent' if inside a string.
6562
6563 * progmodes/flymake.el (flymake-split-string): Remove more than one
6564 empty string at beg/end of the result.
6565 (flymake-find-buildfile, flymake-find-possible-master-files):
6566 Use expand-file-name.
6567 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6568 since expand-file-name does it for us. Use directory-file-name.
6569 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6570 (flymake-ler-get-type, flymake-ler-get-text)
6571 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6572 (flymake-current-line-no): Remove spurious interactive spec.
6573 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6574 (flymake-check-include): Remove arg inc-path merged into inc-name.
6575 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6576 Arg regexp-list replaced by a simple regexp.
6577 (flymake-master-make-header-init, flymake-master-tex-init):
6578 Correspondingly replace regexp-list with a regexp. Fix regexp.
6579
6580 2006-01-10 Simon Josefsson <jas@extundo.com>
6581
6582 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6583 describing AUTH PLAIN fix.
6584
6585 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6586
6587 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6588 (report-emacs-bug): Don't record initial prompt text.
6589 Instead, add text properties to prompting text.
6590 (report-emacs-bug-hook): Delete prompting text.
6591
6592 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6595 `dirs'. Adjust callers.
6596
6597 2006-01-09 John Paul Wallington <jpw@gnu.org>
6598
6599 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6600
6601 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6602
6603 * reveal.el (reveal-open-new-overlays): New extracted fun.
6604 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6605 using them. Simplify the code.
6606 (reveal-post-command): Use them. Fix up obsolete windows in
6607 reveal-open-spots.
6608
6609 * progmodes/flymake.el: Use `require' rather than autoload for
6610 XEmacs's overlays.
6611 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6612 Delete. Use file-relative-name instead.
6613 (flymake-get-syntax-check-program-args, flymake-perl-init):
6614 Simplify the resulting code.
6615
6616 * log-view.el (log-view-file-re, log-view-message-re): Add support
6617 for DaRCS output.
6618
6619 2006-01-09 Alex Schroeder <alex@gnu.org>
6620
6621 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6622 identifiers sometimes added in square brackets at the beginning of
6623 subject lines.
6624
6625 2006-01-07 Richard M. Stallman <rms@gnu.org>
6626
6627 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6628 (Custom-reset-current, Custom-reset-saved): Change question text.
6629 (Custom-reset-standard): Likewise.
6630 (custom-variable-reset-saved): Doc fix.
6631
6632 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6633
6634 * startup.el (init-file-user): Doc fix.
6635
6636 2006-01-07 Alex Schroeder <alex@gnu.org>
6637
6638 * mail/rmail.el (rmail-current-subject): New function.
6639 (rmail-current-subject-regexp): New function.
6640 (rmail-next-same-subject): Use it.
6641
6642 * mail/rmailsum.el (rmail-summary-by-topic):
6643 Use rmail-current-subject and rmail-current-subject-regexp.
6644 (rmail-summary-next-same-subject): Ditto.
6645
6646 * net/rcirc.el (rcirc-send-input): No longer check whether the
6647 process is open, since not all commands need an open process.
6648 (rcirc-send-string): Check whether the process is open before
6649 sending anything.
6650 (rcirc-ignore-list): New option.
6651 (rcirc-ignore-list-automatic): New variable.
6652 (rcirc-print): Take rcirc-ignore-list into account.
6653 (rcirc-cmd-ignore): New command.
6654 (rcirc-ignore-update-automatic): New function.
6655 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6656 list if ignored nicks.
6657 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6658
6659 2006-01-06 David Reitter <david.reitter@gmail.com>
6660
6661 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6662 reflect the address to which the report will be sent.
6663
6664 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6665
6666 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6667 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6668
6669 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6670
6671 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6672
6673 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6674 the doc string: "functoin" => "function".
6675 * ldefs-boot.el: Likewise.
6676
6677 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6678 message text: "Duplicat" => "Duplicate".
6679
6680 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6681
6682 * files.el (basic-save-buffer-2): If backing-up failed, reset
6683 buffer-backed-up to nil.
6684
6685 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6686
6687 * progmodes/gud.el (gdb-script-skip-to-head)
6688 (gdb-script-calculate-indentation): Indent for breakpoint command
6689 lists also.
6690
6691 2006-01-05 Bill Wohler <wohler@newt.com>
6692
6693 * Makefile.in (compile-always): Add mh-autoloads dependency.
6694 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6695 provides it.
6696 (updates): Remove mh-autoloads dependency, since it probably has
6697 already run recently (via recompile).
6698
6699 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6700
6701 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6702 argument `force' to disable the flyspell-last-buffer optimization.
6703 (flyspell-mode-on): Use it.
6704
6705 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6706 flymake-simple-cleanup.
6707 (flymake-allowed-file-name-masks): Use this new default.
6708 All the functions are now called in the right buffer rather than
6709 passing the buffer as argument.
6710 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6711 (flymake-parse-err-lines): Remove redundant buffer arg.
6712 (flymake-get-program-dir): Comment out unused function.
6713 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6714 Remove redundant buffer argument.
6715 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6716 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6717
6718 2006-01-05 Richard M. Stallman <rms@gnu.org>
6719
6720 * info.el (Info-find-node): Don't record previous node if have none.
6721 (info): Go to directory only if history is empty.
6722
6723 * simple.el (mark): Doc fix.
6724
6725 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6726
6727 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6728 already of desired type.
6729 (mac-ae-list): Coerce parameter to "list" type.
6730 (mac-dispatch-apple-event): Replace cadr part of event with a
6731 dummy position so that event-start returns it.
6732
6733 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6734
6735 * textmodes/org.el (org-end-of-subtree): New function.
6736 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6737 Use `org-end-of-subtree'.
6738 (org-agenda, org-agenda-convert-date): Protect calls to
6739 `fit-window-to-buffer'.
6740 (org-tags-view): Force matching of sublevels when doing a
6741 todo-only search. Define the correct redo command, including the
6742 arguments.
6743 (org-agenda-redo): Display message.
6744 (org-check-for-org-mode): New function.
6745 (org-agenda-type): New variable.
6746 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6747 Set `org-agenda-type'.
6748 (org-agenda-check-type): New function.
6749 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6750 (org-agenda-week-view, org-agenda-day-view)
6751 (org-agenda-next-date-line, org-agenda-previous-date-line)
6752 (org-agenda-log-mode, org-agenda-toggle-diary)
6753 (org-agenda-toggle-time-grid, org-agenda-date-later)
6754 (org-agenda-date-prompt, org-agenda-diary-entry)
6755 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6756 (org-agenda-convert-date, org-agenda-menu):
6757 Use `org-agenda-check-type'.
6758 (org-make-overlay, org-delete-overlay)
6759 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6760 New compatibility functions.
6761 (org-calendar-select-mouse): New command.
6762
6763 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6764
6765 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6766 (Custom-reset-standard): Fix y-or-n-p messages.
6767 (custom-link): New face for links.
6768 (custom-buffer-create-internal, custom-manual): Use it.
6769 (custom-face-save): Push to theme-face before setting face spec.
6770
6771 * wid-edit.el (widget-default-mouse-face-get): New function.
6772 (widget-specify-button): Handle mouse-face like button-face.
6773
6774 * custom.el (load-theme): Clear old theme settings if reloading.
6775
6776 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6777
6778 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6779 "Erase Customization" button back to same position it occupies in
6780 the individual State menus.
6781
6782 2006-01-04 Kim F. Storm <storm@cua.dk>
6783
6784 * wid-edit.el (key-sequence): Rework widget to read key binding
6785 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6786 (widget-key-sequence-default-value): Default value for empty sequence.
6787 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6788 (widget-key-sequence-read-event): New command for C-q.
6789 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6790 (widget-key-sequence-value-to-external): New functions.
6791
6792 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6793
6794 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6795 Use expand-file-name.
6796 (flymake-delete-temp-directory): Use expand-file-name,
6797 file-name-directory, and directory-file-name.
6798 (flymake-strrchr): Delete.
6799 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6800 to the init-f function.
6801 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6802 (flymake-init-find-buildfile-dir)
6803 (flymake-init-create-temp-source-and-master-buffer-copy)
6804 (flymake-simple-make-init-impl, flymake-simple-make-init)
6805 (flymake-master-make-init, flymake-master-make-header-init)
6806 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6807 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6808 (flymake-xml-init): Remove corresponding redundant buffer argument.
6809 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6810 the default anyway. Clean up regexps.
6811
6812 * progmodes/flymake.el (flymake-temp-source-file-name)
6813 (flymake-master-file-name, flymake-temp-master-file-name)
6814 (flymake-base-dir): New buffer-local vars.
6815 (flymake-buffer-data, flymake-get-buffer-value)
6816 (flymake-set-buffer-value): Replace those hash-tables by the new
6817 buffer-local vars. Update callers.
6818
6819 * progmodes/flymake.el (flymake-check-start-time)
6820 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6821 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6822 Move definition, so we can remove redundant earlier declaration.
6823 (flymake-replace-regexp-in-string, flymake-split-string)
6824 (flymake-get-temp-dir): Use defalias.
6825 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6826 (flymake-xemacs-window-edges): Remove unused function.
6827 (flymake-get-point-pixel-pos): Move.
6828 (flymake-pid-to-names, flymake-reg-names)
6829 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6830 Replace by a simple list flymake-processes and by process-buffer.
6831 Update callers. Other than simplify the code, it uses buffers rather
6832 than buffer-names so it doesn't get confused by uniquify.
6833 (flymake-buffer-data): The global value should just be nil.
6834
6835 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6836 Optimize the body of a defalias like any other code.
6837
6838 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6839 Make sure we've setup font-lock's vars. It may influence which
6840 function we then call.
6841 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6842 here since it's too late anyway.
6843
6844 2006-01-03 Romain Francoise <romain@orebokech.com>
6845
6846 * startup.el (fancy-splash-tail, normal-splash-screen):
6847 Update copyright year.
6848
6849 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6850
6851 * mouse.el (mouse-drag-track): Rename, from
6852 `mouse-drag-region-1'. Includes optional argument required to
6853 enable post-drag event processing (e.g. delete region keys).
6854 Can be used without this argument to track a mouse region and operate
6855 on it as soon as the drag completes.
6856 (mouse-drag-region): Use `mouse-drag-track'.
6857
6858 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6859
6860 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6861 Move to `custom-buffer' group.
6862
6863 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6864 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6865 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6866 (custom-theme-face-menu): New variables.
6867 (custom-theme-add-variable, custom-theme-variable-action)
6868 (custom-variable-reset-theme, custom-theme-delete-variable)
6869 (custom-face-reset-theme, custom-theme-face-action)
6870 (custom-theme-delete-face, custom-theme-merge-theme)
6871 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6872
6873 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6874
6875 * custom.el: Move Custom Themes commentary to start of theme code.
6876 (custom-known-themes): Rename `standard' theme to `changed'.
6877 (custom-push-theme): Caller no longer specifies what theme to use
6878 when doing `reset'---the setting is simply removed from the theme.
6879 Delete MODE from `theme-value' and `theme-settings' properties.
6880 (custom-declare-theme): Ignore &rest args since we don't use them.
6881
6882 (custom-loaded-themes): Delete variable.
6883 (custom-theme-load-themes, custom-theme-loaded-p)
6884 (custom-theme-value): Delete functions.
6885
6886 (custom-declare-theme): Signal error on invalid theme names.
6887 (provide-theme): custom-loaded-themes was deleted.
6888 (load-theme): Load the file unconditionally.
6889 (enable-theme): Call `load-theme' if theme is undefined.
6890 (custom-enabled-themes): Only update value for successful loads.
6891 (disable-theme): Complete from enabled themes when interactive.
6892 (custom-variable-theme-value): Calculate theme value directly.
6893
6894 (custom-theme-reset-variables, custom-reset-variables): Mark as
6895 XEmacs compatibility functions. We don't actually use these.
6896
6897 * cus-edit.el (custom-variable-state-set):
6898 Use custom-variable-theme-value instead of custom-theme-value.
6899 (custom-face-state-set): Rename `standard' theme to `changed'.
6900 (custom-save-variables, custom-save-faces): Delete unneeded
6901 references to custom-reset-variables.
6902 (custom-save-resets): Delete function.
6903 (custom-save-variables, custom-save-faces): MODE argument deleted.
6904 (custom-save-variables, custom-save-faces): Ignore theme values.
6905
6906 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6907 compatibility function.
6908
6909 2006-01-01 Richard M. Stallman <rms@gnu.org>
6910
6911 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6912 (Custom-reset-current, Custom-reset-saved): Likewise.
6913 (Custom-reset-standard): Show message if aborted.
6914 (custom-mode): Doc fix, describing those commands.
6915
6916 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6917 put on event-kind property.
6918
6919 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6920
6921 * custom.el (provide-theme): Ban `user' theme name.
6922 (custom-enabling-themes): New variable.
6923 (enable-theme): Don't enable user if custom-enabling-themes is t.
6924 (custom-enabled-themes): Make it a defcustom.
6925 (custom-theme-recalc-face): No-op if face is undefined.
6926
6927 * cus-edit.el (custom-button-mouse): New variable.
6928 (custom-button-mouse): New face.
6929 (custom-raised-buttons, custom-mode): Use it.
6930
6931 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6932
6933 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6934
6935 * progmodes/gud.el (gud-display-line): Support hl-line in the
6936 source buffer.
6937
6938 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6939
6940 * mouse.el (mouse-drag-window-above): Verify that the found window
6941 overlaps with the given window in the horizontal dimension.
6942
6943 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6944
6945 * Makefile.in (cvs-update): New target.
6946
6947 * makefile.w32-in (cvs-update): Ditto.
6948
6949 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6950
6951 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6952 (custom-new-theme-mode-map): New variable.
6953
6954 2005-12-30 Richard M. Stallman <rms@gnu.org>
6955
6956 * custom.el (custom-load-themes): Function deleted.
6957
6958 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6959 (custom-save-variables): Don't delete or add custom-load-themes call.
6960
6961 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * cus-start.el: Add `visible-cursor'.
6964
6965 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6966 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6967 (flymake-process-filter): Switch to buffer before calling it instead.
6968 (flymake-post-syntax-check, flymake-highlight-err-lines)
6969 (flymake-delete-own-overlays, flymake-parse-err-lines)
6970 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6971 (flymake-count-lines, flymake-parse-residual):
6972 Remove constant buffer argument.
6973 (flymake-start-syntax-check-for-current-buffer): Remove.
6974 Update callers to use flymake-start-syntax-check instead.
6975 (flymake-display-err-menu-for-current-line):
6976 Remove unused var `mouse-pos'.
6977 (flymake-restore-formatting): Comment out unused function.
6978 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6979 argument, use current-buffer instead. Update callers.
6980
6981 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6982
6983 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6984 buffer-local because choose-completion-delete-max-match requires
6985 that we set completion-ignore-case (i.e., binding via let is not
6986 sufficient).
6987 (bibtex-complete): Always set completion-ignore-case and
6988 choose-completion-string-functions. The latter is needed because
6989 choose-completion-string-functions keeps its value if we quit the
6990 *Completions* buffer without requesting a completion.
6991
6992 2005-12-30 Andreas Schwab <schwab@suse.de>
6993
6994 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6995
6996 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6997
6998 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6999
7000 2005-12-30 Juri Linkov <juri@jurta.org>
7001
7002 * locate.el (locate-fcodes-file, locate-header-face)
7003 * progmodes/delphi.el (delphi-other-face)
7004 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7005
7006 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7007 group `paren-showing-faces'.
7008
7009 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7010 (goto-address): Fix docstring.
7011
7012 * net/webjump.el (webjump-sample-sites): Update URLs.
7013
7014 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7015
7016 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7017
7018 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * font-lock.el (font-lock-compile-keywords): Signal an error when
7021 font-lock-set-defaults hasn't been called.
7022
7023 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7024
7025 * subr.el (noreturn, 1value): Doc fixes.
7026
7027 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7028
7029 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7030 that assoc-string returns nil.
7031
7032 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7033
7034 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7035 (bibtex-entry-type-str, bibtex-empty-field-re)
7036 (bibtex-search-backward-string, bibtex-preamble-prefix)
7037 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7038 (bibtex-any-valid-entry-type): New variable.
7039 (bibtex-parse-field-name): Simplify.
7040 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7041 (bibtex-preamble-prefix): Include left delimiter.
7042 (bibtex-search-forward-field, bibtex-search-backward-field):
7043 Allow unbounded search past entry boundaries (required by bibtex-pop).
7044 (bibtex-text-in-field-bounds): Use push.
7045 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7046 (bibtex-parse-preamble, bibtex-valid-entry)
7047 (bibtex-beginning-first-field): New functions.
7048 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7049 (bibtex-map-entries): Fix docstring.
7050 (bibtex-flash-head): New arg prompt. Simplify.
7051 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7052 (bibtex-insert-kill): Simplify. Always insert text past the
7053 current field or entry.
7054 (bibtex-format-entry): Use bibtex-parse-field.
7055 (bibtex-pop): Use bibtex-beginning-of-entry and
7056 bibtex-end-of-entry to initiate the search. Insert empty field if
7057 we found ourselves.
7058 (bibtex-print-help-message): New args field and comma.
7059 Handle entry keys.
7060 (bibtex-make-field): Use bibtex-beginning-of-entry.
7061 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7062 invalid entry.
7063 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7064 Handle preambles. Simplify code for thorough test.
7065 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7066 New arg comma. Handle entry heads.
7067 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7068 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7069 New arg comma.
7070 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7071 (bibtex-fill-field): Simplify.
7072 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7073 bibtex-parse-field.
7074 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7075 (bibtex-complete): Use bibtex-parse-preamble.
7076
7077 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7078
7079 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7080 Display name of expression instead of convenience variable.
7081 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7082
7083 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7084 toggle-gud-tooltip-dereference.
7085 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7086 (gud-tooltip-tips): ...here when dereferencing.
7087
7088 2005-12-28 Bill Wohler <wohler@newt.com>
7089
7090 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7091
7092 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7093
7094 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7095 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7096 (vc-annotate-display-autoscale): Adjust call.
7097 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7098 Fix interactive spec.
7099 (vc-annotate-time-span): Remove.
7100 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7101 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7102 (vc-annotate-display-select): Use new name.
7103
7104 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7105 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7106 Correct the construction of span entries. Simplify.
7107 (vc-annotate-display-select): Fix the nil case.
7108 (vc-annotate): Remove obsolete (and now broken) code.
7109 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7110 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7111
7112 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7113
7114 * subr.el (lazy-completion-table): Correct typo in docstring.
7115
7116 * startup.el (command-line): Use `custom-reevaluate-setting' for
7117 `send-mail-function'.
7118
7119 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7120
7121 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7122
7123 * mail/smtpmail.el (smtpmail-try-auth-methods):
7124 Send credentials together with "AUTH PLAIN" command.
7125
7126 2005-12-27 Richard M. Stallman <rms@gnu.org>
7127
7128 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7129 mouse-2, go back to previously selected window, so it's selected
7130 when mouse-2 command runs.
7131
7132 2005-12-27 Juri Linkov <juri@jurta.org>
7133
7134 * descr-text.el (describe-text-sexp): Use square brackets for
7135 button [Show] to distinguish it from the property value `show'.
7136 (describe-property-list): Use `insert-text-button' with
7137 `help-face' type instead of putting face in quotes, because button
7138 is not created automatically for a list of faces.
7139 (describe-text-properties-1): Put button-type value in quotes to
7140 distinguish from plain text "button".
7141 (describe-char): Display code point values in hex. Don't use
7142 `symbol-name' for `current-input-method' because it is a string.
7143 Use `insert-text-button' with `help-face' type instead of putting
7144 hardcoded face in quotes, because button is not created automatically.
7145
7146 2005-12-27 Richard M. Stallman <rms@gnu.org>
7147
7148 * progmodes/glasses.el (glasses-face): More specific custom type.
7149
7150 * files.el (set-visited-file-name): Doc fix.
7151
7152 * textmodes/flyspell.el (flyspell-external-point-words):
7153 Use local var buffer-scan-pos to advance scan for next misspelling.
7154 Advance it only after we find the misspelling.
7155
7156 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7157
7158 * textmodes/flyspell.el (flyspell-external-point-words):
7159 New criteria for finding the misspelling in the buffer.
7160
7161 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7162
7163 * help-mode.el (help-insert-string): Set help-xref-stack-item
7164 rather than call help-setup-xref.
7165
7166 * descr-text.el (describe-char): Revert previous changes for
7167 optional buffer argument.
7168
7169 2005-12-27 Juri Linkov <juri@jurta.org>
7170
7171 * help-mode.el (help-insert-string): New function. Save buffer
7172 contents in cases where it is impossible to recompute the old contents.
7173
7174 * descr-text.el (describe-char): Set help-xref-stack-item
7175 explicitly after buffer has been generated.
7176
7177 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7178
7179 * cus-start.el (all): Add x-gtk-show-hidden-files.
7180
7181 2005-12-26 Richard M. Stallman <rms@gnu.org>
7182
7183 * replace.el (perform-replace): Calculate match-again
7184 before skipping read-only matches.
7185
7186 * paren.el (paren-showing-faces): New group.
7187 (show-paren-match, show-paren-mismatch): Move to that group.
7188
7189 * button.el (button): Put into group `basic-faces'.
7190
7191 * progmodes/make-mode.el: Remove faces from group `faces'.
7192
7193 * apropos.el (apropos, apropos-value): Doc fix.
7194 (apropos-documentation): Doc fix.
7195
7196 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7197
7198 * subr.el (lazy-completion-table): Remove argument `args'.
7199
7200 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7201 Don't use the `args' argument of lazy-completion-table.
7202
7203 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7204
7205 * descr-text.el (describe-char): Add optional argument for buffer.
7206 Set buffer appropriately. Call help-setup-xref.
7207 Suggested by Stefan Monnier.
7208
7209 2005-12-26 Juri Linkov <juri@jurta.org>
7210
7211 * descr-text.el: Require `help-fns' at runtime. Don't require
7212 `button' for byte compilation.
7213 (describe-text-widget): Add `help-echo' for first button.
7214 Use `help-info' for second.
7215 (describe-property-list): Use `help-argument-name' instead of `italic'.
7216 (describe-text-category): Add prompt to interactive spec.
7217 Call `help-setup-xref'.
7218 (describe-char): Use `help-character-set'. Add `help-echo' for
7219 code point. Use `help-input-method'. Remove superfluous insert.
7220
7221 2005-12-25 Richard M. Stallman <rms@gnu.org>
7222
7223 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7224 at point, in case of narrowing.
7225
7226 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7227
7228 * locate.el (locate-header-face): Allow nil in type.
7229
7230 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7231
7232 2005-12-25 Romain Francoise <romain@orebokech.com>
7233
7234 * battery.el (battery-linux-proc-acpi): Also try
7235 `/proc/acpi/thermal_zone/THM0/temperature'.
7236
7237 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7238
7239 * custom.el (custom-push-theme): Fix docstring.
7240
7241 * cus-edit.el (custom-variable-set, custom-variable-save)
7242 (custom-variable-save): Custom-quote widget values.
7243 (customize-save-variable): Fix custom-push-theme call.
7244
7245 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7246
7247 * w32-fns.el (w32-batch-update-autoloads): New function.
7248
7249 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7250 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7251 from the command line.
7252
7253 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7254
7255 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7256 reset means to remove setting from theme entirely. Don't keep
7257 expanding theme-settings list; delete old entries if necessary.
7258
7259 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7260 customization" button one line up.
7261 (custom-themed): New face.
7262 (custom-magic-alist): New value, THEMED, for theme settings.
7263 (custom-variable-state-set, custom-face-state-set):
7264 Check theme-value instead of saved-value.
7265 (custom-variable-reset-standard, custom-face-reset-standard):
7266 Remove theme setting entirely. Recalculate new values.
7267 (custom-variable-set, custom-variable-set)
7268 (custom-variable-reset-saved, custom-variable-reset-backup)
7269 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7270 (custom-variable-save): Fix typos.
7271
7272 2005-12-23 Juri Linkov <juri@jurta.org>
7273
7274 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7275 Add autoload cookies.
7276 (edebug-outside-d-c-i-n-s-w): New variable.
7277 (edebug-display, edebug-outside-excursion): Use it to save the
7278 original value of default-cursor-in-non-selected-windows.
7279 Set default-cursor-in-non-selected-windows to t while Edebug
7280 is active.
7281 (edebug-mode, edebug-eval-mode): Doc fix.
7282
7283 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7284 with `buffer-substring-no-properties' to remove common substring
7285 highlighting.
7286
7287 * info.el (info-other-window, info): Rename function argument
7288 `file' to `file-or-node'.
7289 (Info-complete-menu-item): Use local variable `complete-nodes' to
7290 keep the global value of `Info-complete-nodes' unchanged for
7291 subsequent completions.
7292 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7293
7294 * simple.el (get-next-valid-buffer, last-buffer)
7295 (next-error-buffer-p, next-error-find-buffer)
7296 (minibuffer-history-sexp-flag): Doc fix.
7297
7298 * savehist.el (savehist-mode-hook): Add `:group'.
7299
7300 * log-view.el: Call autoload for vc-find-version.
7301 (log-view-current-file): Adjust subgroup numbers.
7302 (log-view-current-tag): Add `length'.
7303
7304 2005-12-23 Richard M. Stallman <rms@gnu.org>
7305
7306 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7307
7308 2005-12-23 Juri Linkov <juri@jurta.org>
7309
7310 * hi-lock.el (hi-lock-archaic-interface-message-used)
7311 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7312 (hi-lock-mode): Display "Hi" in the mode line only when
7313 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7314 (hi-lock-write-interactive-patterns):
7315 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7316 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7317 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7318 font-lock-add-keywords to t.
7319
7320 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7321
7322 * hi-lock.el (hi-lock-highlight-range): New variable.
7323 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7324 only if font-lock-fontified is non-nil. Remove overlays.
7325 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7326 font-lock-fontified is non-nil, otherwise use overlays (instead of
7327 text properties).
7328 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7329 New variables.
7330 (hi-lock-string-serialize) New function.
7331
7332 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7333
7334 * menu-bar.el (menu-find-file-existing): New function.
7335 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7336
7337 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7338
7339 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * vc.el: Remove unnecessary leading * in docstrings.
7342 (vc-annotate-mode-map): Move initialization into declaration.
7343 (vc-static-header-alist): Nitpick on the regexp.
7344 (vc-default-init-version): New fun.
7345 (vc-register): Use it.
7346 (vc-insert-headers): Use dolist.
7347 (vc-annotate-get-backend): Remove unused function.
7348 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7349 (vc-annotate-mode): Remove corresponding call.
7350 (vc-annotate-car-last-cons): Simplify.
7351 (vc-annotate-buffers): Remove var.
7352 (vc-annotate-backend): Make it buffer-local.
7353 (vc-annotate): Move the interaction to the interactive spec.
7354 Add a `buf' argument.
7355 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7356 killing&creating a vc-annotate buffer, which is very disruptive when
7357 the buffers are shown in dedicated frames.
7358
7359 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7360
7361 * descr-text.el: Add FSF as maintainer.
7362 (describe-text-mode, describe-text-mode-map)
7363 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7364 help-mode.
7365 (describe-text-widget, describe-text-sexp)
7366 (describe-property-list, describe-text-category)
7367 (describe-text-properties, describe-text-properties-1)
7368 (describe-char): Use help buttons instead of widgets.
7369 (describe-char-unicodedata-file): Make URL link in doc string.
7370
7371 2005-12-22 Richard M. Stallman <rms@gnu.org>
7372
7373 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7374 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7375 Don't include buttons that write a file when there's no file.
7376 (custom-variable-menu, custom-face-menu, custom-group-menu):
7377 Don't include commands that write a file when there's no file.
7378 (customize-browse): Reword the top-of-buffer help intro.
7379 (custom-buffer-create-internal): Fix previous change.
7380 (customize-changed-options-previous-release): Prev release is 21.1.
7381 (customize-changed-options): Doc fix.
7382 (customize-changed): New alias.
7383 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7384 Say "standard values".
7385 (Custom-reset-standard): Doc fix.
7386 (custom-face-reset-standard): Doc fix.
7387
7388 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7389
7390 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7391 even if font-lock-mode is non-nil since it may be t without having
7392 turned on font-lock-mode-internal.
7393 (font-lock-choose-keywords): Minor optimization.
7394 (font-lock-add-keywords, font-lock-remove-keywords)
7395 (font-lock-set-defaults): Don't call make-local-variable on a variable
7396 that we know to already be local.
7397
7398 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7399
7400 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7401 messages if in the minibuffer.
7402
7403 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7404
7405 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7406 (tex-mode-flyspell-verify, flyspell-get-word)
7407 (flyspell-external-point-words): Don't use point-min/max uselessly.
7408
7409 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7410 by Kevin Rodgers. Instead, just hide the completions buffer if we
7411 don't need to show it.
7412
7413 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7414
7415 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7416
7417 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7420 delete-windows-on with an inexistent buffer.
7421
7422 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7423
7424 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7425 Delete defcustom variable :tag names.
7426
7427 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7428
7429 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7430 (log-view-font-lock-keywords): Ajust subgroup numbers.
7431 (log-view-current-tag): Don't hard code the number of subgroups.
7432
7433 2005-12-20 Juri Linkov <juri@jurta.org>
7434
7435 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7436 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7437
7438 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7439 (menu-bar-non-minibuffer-window-p): Instead of checking
7440 display-multi-frame-p, use selected-frame when menu-updating-frame
7441 is nil.
7442
7443 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7444
7445 * align.el (align-rules-list): Use [ \t] instead of \s-
7446 for column separators in text mode.
7447
7448 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7449
7450 * help-mode.el (help-customize-variable, help-customize-face):
7451 Don't pop help-xref-stack as help-follow no longer pushes
7452 anything on to it.
7453
7454 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7455
7456 * textmodes/org.el (org-agenda-custom-commands): New option.
7457 (org-agenda): Offer custom commands on splash screen.
7458 (org-make-tags-matcher): Parser for Boolean logic added.
7459 (org-agenda-set-tags): New command.
7460 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7461 (org-set-tags): Efficiency improvements.
7462 (org-auto-align-tags): New option.
7463 (org-todo, org-demote, org-promote): Realign tags.
7464 (org-tags-completion-function): Use also "&" and "|" as separators.
7465 (org-org-menu): Agenda commands simplified.
7466
7467 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7468
7469 * cus-edit.el (customize-apropos, customize-apropos-options):
7470 Docstring changes.
7471
7472 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7473
7474 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7475
7476 * longlines.el (longlines-mode): Wrap while widened.
7477 (longlines-decode-region, longlines-encode-region): Compute max
7478 just once.
7479
7480 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7481
7482 * cus-edit.el (mac): New group.
7483
7484 * cus-start.el (all): Add user options in macterm.c. Add test for
7485 Mac-related built-ins. Fix test for GTK-related built-ins.
7486
7487 * term/mac-win.el (mac-handle-language-change)
7488 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7489 (mac-services-open-selection, mac-services-mail-selection)
7490 (mac-services-mail-to, mac-services-insert-text)
7491 (mac-dispatch-apple-event): Add docstrings.
7492 (x-get-selection, mac-select-convert-to-string): Select coding
7493 system from `utf-16be' and `utf-16le' using `byteorder'.
7494
7495 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7496
7497 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7498 a "list" (lambda ...) rather than a real completion list.
7499
7500 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7501 lexical-let when encountering ((lambda (...) ...) ...).
7502
7503 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7504
7505 * progmodes/sh-script.el (sh-mode):
7506 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7507 * textmodes/picture.el (picture-mode): Update docstrings.
7508
7509 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7510
7511 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7512 commands enclosed in $(ARGQUOTE)s should not be split between two
7513 lines, as that will break with GNU Make >3.80, when sh.exe is used
7514 and arg quoting is with '..'.
7515 (autoloads): Don't break the quoted --eval expression between
7516 several lines.
7517
7518 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7519
7520 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7521 Capture error from printing circular structures.
7522
7523 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7524
7525 * wid-edit.el (widget-checkbox-action): Clear undo info.
7526
7527 2005-12-16 Bill Wohler <wohler@newt.com>
7528
7529 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7530 bar, not menubar in comment.
7531
7532 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7535 After-change-functions should not clobber the match data.
7536
7537 2005-12-16 Juri Linkov <juri@jurta.org>
7538
7539 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7540 instead of `buffer-substring'.
7541 (completion-common-substring): Doc fix.
7542 (completion-setup-function): Use minibuffer-completion-contents
7543 instead of minibuffer-contents. Don't set common-string-length
7544 initially. Remove special handling of partial-completion-mode.
7545 Move computation of completion-base-size into one cond.
7546 Call completion-base-size-function in mainbuf. In computation of
7547 completion-base-size for file name completion don't move point to
7548 the end of the minibuffer. Move computation of common-string-length
7549 into one cond. Start putting faces only when common-string-length>=0.
7550 Add condition to put completions-common-part when
7551 common-string-length>0.
7552
7553 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7554 place point at the first different character in the minibuffer
7555 even if this position is at the beginning of the minibuffer.
7556
7557 * info.el (Info-read-node-name-1): In completion-base-size-function's
7558 lambda return 1 if common-substring or minibuffer-completion-contents
7559 starts with (, and 0 otherwise.
7560
7561 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7562 Use `crm-current-element' for second arg of `display-completion-list'.
7563
7564 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7565
7566 * files.el (set-auto-mode): Look for an interpreter specified on
7567 the first line also if search for mode specification succeeded,
7568 but the mode is not known.
7569
7570 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7571
7572 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7573 (org-open-at-point): Implement tag searches as links.
7574 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7575 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7576 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7577 (org-agenda-dispatch): New commands.
7578 (org-use-tag-inheritance, org-tags-column): New options.
7579 (org-tab-follows-link, org-return-follows-link): New options.
7580 (org-tags): New customize group.
7581 (org-start-icalendar-file): Get local time zone.
7582 (org-tags-completion-function): New function.
7583 (org-set-font-lock-defaults): Make sure links will also be
7584 highlighted inside headlines.
7585
7586 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7587
7588 * term.el (term-emulate-terminal):
7589 Let term-handle-ansi-terminal-messages override what Bash says about
7590 its current directory.
7591
7592 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7593
7594 * bindings.el (last-buffer): Move to simple.el.
7595 * simple.el (last-buffer): Move here.
7596 (get-next-valid-buffer): New function.
7597 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7598 (prev-buffer): Ditto. Rename to `previous-buffer'.
7599
7600 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7601 * bindings.el (global-map): Ditto.
7602
7603 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7604
7605 * cus-edit.el: Introductory comment change.
7606 (custom-magic-alist): Change message string for the `rogue' state.
7607
7608 2005-12-15 Richard M. Stallman <rms@gnu.org>
7609
7610 * tooltip.el: Delete defcustom variable :tag names.
7611
7612 * complete.el (partial-completion-mode): Doc fix.
7613
7614 * textmodes/flyspell.el (flyspell-external-point-words):
7615 Use save-excursion to ensure we don't move backward in the
7616 search loop, not even one character.
7617 (flyspell-delete-all-overlays): Use remove-overlays directly.
7618
7619 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7620 (ispell-start-process): Set that variable.
7621 Clear ispell-buffer-local-name.
7622 (ispell-internal-change-dictionary):
7623 Set ispell-current-dictionary after killing process.
7624 (ispell-buffer-local-dict):
7625 Don't set spell-personal-dictionary after killing process.
7626 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7627 (ispell-tex-skip-alists, ispell-html-skip-alists)
7628 (ispell-skip-region-alist): Mark as risky.
7629
7630 * net/newsticker.el (newsticker--retrieval-timer-list)
7631 (newsticker--display-timer, newsticker-running-p)
7632 (newsticker-ticker-running-p): Definitions moved up.
7633
7634 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7635
7636 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7637
7638 2005-12-15 David Ponce <david@dponce.com>
7639
7640 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7641 (recentf-edit-list, recentf-open-files): Signal an error when
7642 there is no recent file.
7643
7644 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7645
7646 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7647 read-only except for texinfo-format-region evaluation.
7648
7649 2005-12-14 Richard M. Stallman <rms@gnu.org>
7650
7651 * vc.el (vc-default-previous-version, vc-default-next-version)
7652 (vc-do-command): Doc fixes.
7653
7654 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7655
7656 * textmodes/bibtex.el (bibtex-expand-strings)
7657 (bibtex-autokey-expand-string, bibtex-name-part)
7658 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7659 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7660 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7661 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7662 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7663 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7664 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7665 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7666 (bibtex-beginning-of-last-entry): Remove.
7667 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7668 message if comma is missing but buffer is read-only.
7669 (bibtex-parse-field-text): Handle whitespaces at the end of field
7670 text. Return 3-element list with beginning and end of field text
7671 and end of field.
7672 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7673 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7674 (bibtex-search-forward-field, bibtex-search-backward-field):
7675 Search always delimited by limits of entry. Use more efficient
7676 search algorithms.
7677 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7678 bibtex-end-of-name-in-field.
7679 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7680 extracting the content of a field.
7681 (bibtex-text-in-field): Use search limits.
7682 (bibtex-parse-string-prefix): Handle empty string keys based on
7683 bibtex-string-empty-key.
7684 (bibtex-parse-string): Fix docstring.
7685 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7686 (bibtex-preamble-prefix, bibtex-strings): New functions.
7687 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7688 BibTeX entries (consistent with other BibTeX functions).
7689 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7690 (bibtex-search-entry): Fix docstring. Simplify.
7691 (bibtex-flash-head, bibtex-complete-string-cleanup)
7692 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7693 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7694 (bibtex-parse-entry): New optional arg content.
7695 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7696 Use bibtex-text-in-field-bounds.
7697 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7698 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7699 bibtex-parse-string-postfix.
7700 (bibtex-find-text-internal): New function.
7701 (bibtex-remove-delimiters): Use it.
7702 (bibtex-find-text): Use it. New optional arg help.
7703 (bibtex-complete): Handle BibTeX string and preamble entries.
7704 (bibtex-Preamble): Fix order of closing delimiters.
7705
7706 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7707
7708 * vc.el (vc-default-revert): New fun.
7709
7710 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7711
7712 2005-12-14 Romain Francoise <romain@orebokech.com>
7713
7714 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7715 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7716 (font-lock-remove-keywords): Likewise.
7717
7718 2005-12-14 Juri Linkov <juri@jurta.org>
7719
7720 * log-view.el (log-view-diff): Doc fix.
7721
7722 * isearch.el (isearch-query-replace): Use (mark) instead of
7723 isearch-opoint if mark is active in transient-mark-mode.
7724
7725 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7726
7727 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7728
7729 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7730
7731 * progmodes/cpp.el (cpp-face): New widget.
7732 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7733
7734 2005-12-14 Juri Linkov <juri@jurta.org>
7735
7736 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7737 around `erase-buffer' and `insert'.
7738
7739 * descr-text.el (describe-text-properties): Replace buffer name
7740 "*Help-2*" with "*Help*<2>".
7741 (describe-char): Add functions print-help-return-message,
7742 toggle-read-only. Use help-setup-xref with nil to not store
7743 describe-char in help-xref-stack. Use help-make-xrefs to
7744 make [back] button.
7745
7746 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7747
7748 * wdired.el (wdired-old-point): New internal variable.
7749 (wdired-change-to-wdired-mode): Set it buffer-locally.
7750 (wdired-abort-changes): Restore point after aborting changes.
7751
7752 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7753
7754 * vc.el (vc-do-command): Add a new value t for okstatus.
7755
7756 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7757 frame in case of errors.
7758
7759 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7760
7761 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7762 so it comes after "On the Left" in the menu.
7763
7764 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7765
7766 * cus-edit.el (customize-apropos, customize-apropos-options)
7767 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7768
7769 2005-12-12 Bill Wohler <wohler@newt.com>
7770
7771 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7772 non-writable Subversion-controlled files by saving window
7773 configuration before calling vc-do-command. vc-do-command calls
7774 pop-to-buffer on error which is unexpected during registration.
7775
7776 2005-12-12 Jay Belanger <belanger@truman.edu>
7777
7778 * calc/README: Update the summary of changes.
7779
7780 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7781
7782 * descr-text.el (describe-char): Rework last fix to solve the problem
7783 is the same way it's solved for everything else in that function
7784 (i.e. by extracting the info before setting up the *Help* buffer).
7785
7786 2005-12-12 Kim F. Storm <storm@cua.dk>
7787
7788 * subr.el (version-regexp-alist): Allow space as separator before
7789 non-numeric part, e.g. "1.0 alpha".
7790 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7791
7792 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7793
7794 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7795 Implement Logging and the keep-modes setting.
7796 (org-get-category): Make sure a string is returned.
7797 (org-log-done): New function.
7798 (org-log-done, org-closed-string): New options.
7799
7800 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7801
7802 * tooltip.el (tooltip-y-offset): Change default to 20.
7803
7804 2005-12-12 Richard M. Stallman <rms@gnu.org>
7805
7806 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7807
7808 * frame.el (display-hourglass): Doc fix.
7809
7810 * help.el (help-for-help-internal): Simplify entry for `a'.
7811
7812 * info.el (Info-on-current-buffer): Doc fix.
7813 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7814
7815 * startup.el (inhibit-splash-screen): Make this the real name.
7816 (inhibit-startup-message): Make this the alias.
7817 (command-line): Find only simple.el, and use its directory
7818 to fill in other preloaded files' names.
7819 (command-line): Deactivate the mark if deactivate-mark is set.
7820
7821 * international/mule.el (load-with-code-conversion):
7822 Bind deactivate-mark.
7823
7824 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7825
7826 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7827
7828 * cus-edit.el (customize-apropos): Avoid listing an option more
7829 than once under different aliases. No longer list user options
7830 that are not defined with defcustom (unless a prefix arg is given).
7831 Doc fix.
7832 (customize-apropos-options): Doc fix.
7833
7834 2005-12-11 Juri Linkov <juri@jurta.org>
7835
7836 * frame.el (set-background-color, set-foreground-color)
7837 (set-cursor-color, set-mouse-color, set-border-color):
7838 Add explicit prompts to read colors by `facemenu-read-color'.
7839 (show-trailing-whitespace, blink-cursor-delay)
7840 (blink-cursor-interval, display-hourglass, hourglass-delay):
7841 Remove tags.
7842 (display-hourglass, hourglass-delay): Doc fix.
7843 (cursor-in-non-selected-windows): Capitalize words in tag.
7844
7845 * faces.el (frame-background-mode): Replace `choice-item' keywords
7846 with `const' to not make [default] button. Change default value tag
7847 from `default' to `automatic'. Doc fix.
7848 (trailing-whitespace) <defface>: Change group `whitespace' to
7849 `whitespace-faces'.
7850
7851 2005-12-11 Richard M. Stallman <rms@gnu.org>
7852
7853 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7854
7855 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7856
7857 * term/mac-win.el: Create keymap for mac-apple-event-map.
7858
7859 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7860
7861 * tooltip.el (tooltip-mode): Move to start of file so that it
7862 appears at top of customize buffer.
7863
7864 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7865 Add the gud groupname.
7866 (gud-tooltip-mode): Add the tooltip groupname.
7867 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7868 avoid conflict with tooltip-use-echo-area.
7869
7870 2005-12-10 Romain Francoise <romain@orebokech.com>
7871
7872 * help.el (help-for-help-internal): Add `r' in doc string.
7873
7874 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7875
7876 * align.el (align-regexp, align-highlight-rule):
7877 Use region-beginning and region-end instead of point and mark, so that
7878 repetition (with `repeat-complex-command') recomputes the region
7879 bounds.
7880
7881 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7882
7883 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7884 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7885 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7886 (balance-windows): Rewrite using the above new functions.
7887
7888 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7889
7890 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7891 react if global-hi-lock-mode seems intended.
7892 (global-hi-lock-mode) Renamed from hi-lock-mode.
7893 (hi-lock-archaic-interface-message-used)
7894 (hi-lock-archaic-interface-deduce): New variables.
7895 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7896 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7897 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7898 Replace hi-lock-buffer-mode with hi-lock-mode.
7899
7900 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7901
7902 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7903 completion list, even after a partial completion has been
7904 inserted in the current buffer. If there are more than 1
7905 completion, redisplay the *Completions* buffer; if the
7906 completion is unique, delete the *Completions* window.
7907
7908 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7909
7910 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7911 strings and long subject lines that were broken into multiple
7912 lines at arbitrary places. Handle subjects that have "Re: " in
7913 the middle.
7914
7915 2005-12-10 John W. Eaton <jwe@octave.org>
7916
7917 * emacs/octave-mod.el (octave-electric-space): Don't indent
7918 comments or strings if octave-auto-indent is nil.
7919
7920 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7921
7922 * term/mac-win.el: Require url when compiling.
7923 Call mac-process-deferred-apple-events after loading init files.
7924 (mac-apple-event-map): New defvar. Define event handlers in it.
7925 (core-event, internet-event): New Apple event class symbols.
7926 (open-application, reopen-application, open-documents)
7927 (print-documents, open-contents, quit-application)
7928 (application-died, show-preferences, autosave-now, get-url):
7929 New Apple event ID symbols.
7930 (about): New HICommand ID symbol.
7931 (mac-event-spec, mac-event-ae): New macros.
7932 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7933 (mac-ae-selection-range, mac-ae-text-for-search)
7934 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7935 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7936 and Services menu events are now defined in mac-apple-event-map.
7937 (mac-drag-n-drop): Remove selection range handling.
7938
7939 2005-12-10 Kenichi Handa <handa@m17n.org>
7940
7941 * simple.el (zap-to-char):
7942 * isearch.el (isearch-process-search-char): Translate CHAR by
7943 translation-table-for-input.
7944
7945 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7946
7947 * foldout.el (foldout-exit-fold): Properly hide subtree.
7948
7949 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7950
7951 * files.el (save-buffer):
7952 * international/ucs-tables.el (ucs-set-table-for-input):
7953 * mail/mail-extr.el (mail-extract-address-components):
7954 * mail/sendmail.el (mail-mode): Reformat doc string.
7955
7956 2005-12-09 Juri Linkov <juri@jurta.org>
7957
7958 * isearch.el (isearch-highlight): Change main overlay priority
7959 from 1 to 1001. Simplify.
7960 (isearch-lazy-highlight-update): Change lazy overlay priority
7961 from 0 to 1000.
7962
7963 * replace.el (replace-highlight): Change overlay priority from
7964 1 to 1001.
7965
7966 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7967 Change overlay priority from 1 to 1001. Reuse existing overlay.
7968
7969 * compare-w.el (compare-windows-highlight): Change overlay
7970 priority from 1 to 1000.
7971
7972 * menu-bar.el (menu-bar-edit-menu): Add listp around
7973 pending-undo-list to disable menu item "undo" when pending
7974 undo list is empty.
7975
7976 * locate.el (locate): Disable undo in *Locate* buffer.
7977
7978 2005-12-09 Kim F. Storm <storm@cua.dk>
7979
7980 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7981
7982 2005-12-09 David Ponce <david@dponce.com>
7983
7984 * recentf.el: Improvement of the menu code.
7985 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7986 instead of menu hook.
7987 (recentf-show-menu, recentf-hide-menu): New functions.
7988 (recentf-menu-customization-changed, recentf-mode): Use them.
7989 (recentf-menu-action, recentf-max-menu-items)
7990 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7991 (recentf-arrange-by-rule-others)
7992 (recentf-arrange-by-rules-min-items)
7993 (recentf-arrange-by-rule-subfilter) : Don't use
7994 `recentf-menu-customization-changed'.
7995 (recentf-arrange-rules): Likewise. Accept functions to compute
7996 sub-menu titles.
7997 (recentf-menu-filter): Likewise. Doc fix.
7998 (recentf-menu-value-shortcut): Doc fix.
7999 (recentf-dump-variable): Quote atom value.
8000 (recentf-make-menu-items): Update to use it as a menu filter.
8001 (recentf-match-rule): New function.
8002 (recentf-arrange-by-rule): Use it.
8003 (recentf-indirect-mode-rule): New function.
8004 (recentf-build-mode-rules): Use it.
8005 (recentf-dir-rule): New function.
8006 (recentf-arrange-by-dir): Use it.
8007 (recentf-filter-changer-current): Rename from
8008 `recentf-filter-changer-state'. All references updated.
8009 (recentf-filter-changer-alist): Update filter names.
8010 (recentf-filter-changer-select): New function.
8011 (recentf-filter-changer): Use it. Make a sub-menu from filters
8012 available in `recentf-filter-changer-alist'.
8013 (recentf-data-cache, recentf-clear-data)
8014 (recentf-update-menu): Remove. All references updated.
8015 (recentf-match-rule-p, recentf-build-dir-rules)
8016 (recentf-filter-changer-goto-next)
8017 (recentf-filter-changer-get-current)
8018 (recentf-filter-changer-get-next): Remove.
8019
8020 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8021
8022 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8023 buffer "Reset" button to "Reset to Current" for consistency with
8024 the State buttons.
8025
8026 2005-12-08 John Paul Wallington <jpw@pobox.com>
8027
8028 * ibuf-ext.el (define-ibuffer-filter filename):
8029 If `dired-directory' is a list then really use its car.
8030
8031 2005-12-08 Kim F. Storm <storm@cua.dk>
8032
8033 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8034 Fix indention of text on right side of replaced rectangle.
8035
8036 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8037
8038 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8039 No need to check gud-comint-buffer is bound.
8040 (gdb): Prevent multiple debugging when first session uses gdba.
8041
8042 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8043
8044 CC Mode update to 5.31.
8045
8046 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8047 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8048 We might do this function properly in the future).
8049
8050 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8051 New macros c-sentence-end and c-default-value-sentence end, to cope
8052 with Emacs 22's new function `sentence-end'.
8053
8054 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8055
8056 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8057 compat issue using `c-put-overlay' and `c-delete-overlay'.
8058
8059 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8060 New compat macros to handle overlays/extents.
8061
8062 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8063
8064 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8065 (for GNU Emacs 20.4)
8066
8067 * progmodes/cc-defs.el:
8068 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8069
8070 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8071 highlighting mechanism so it will work in XEmacs too.
8072
8073 * progmodes/cc-defs.el: Insert c-int-to-char.
8074
8075 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8076 call to the new macro c-int-to-char. This solves XEmacs's
8077 regarding characters as different from integers.
8078
8079 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8080
8081 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8082 New internal helper.
8083
8084 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8085 construct to make the indirect face lookup work in XEmacs.
8086
8087 (c-cpp-matchers): Append the negation char face to the existing
8088 fontification, so that the cpp face doesn't disappear.
8089 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8090 and strings.
8091
8092 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8093 to map to `font-lock-negation-char-face' in emacsen where it exists.
8094
8095 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8096
8097 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8098
8099 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8100 Rename "c-subword-move-mode" as "c-subword-mode".
8101
8102 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8103 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8104
8105 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8106
8107 * progmodes/cc-mode.el: Added autoload directive for
8108 `c-subword-move-mode' for use in older emacsen.
8109
8110 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8111
8112 * progmodes/cc-mode.el:
8113 (i) Insert a binding for C-c C-backspace into
8114 c-bind-special-erase-keys which works in TTYs.
8115 (ii) Make sure that when file styles are used, any explicitly
8116 given style variables take priority over those in the style.
8117 Do this by calling `hack-local-variables' a second time.
8118
8119 * progmodes/cc-vars.el: Add language specific customization
8120 widgets for AWK to c-doc-comment-style, c-require-final-newline
8121 and c-default-style. Add a defcustom for awk-mode-hook.
8122 Give c-syntactic-element and c-syntactic-context doc-strings by
8123 directly setting their `variable-documentation' propery.
8124 This allows Emacs 22.1 to read these with C-h v.
8125
8126 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8127
8128 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8129
8130 * progmodes/cc-fonts.el, cc-vars.el
8131 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8132 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8133 Masatake YAMATO.
8134
8135 (c-doc-comment-style): Made GtkDoc default in C mode.
8136
8137 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8138 and C-c C-<delete>.
8139
8140 (c-bind-special-erase-keys): New function for use on
8141 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8142
8143 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8144 <delete> key behavior in XEmacs according to `delete-forward-p'.
8145 C.f. `c-electric-delete'.
8146
8147 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8148
8149 * progmodes/cc-mode.el: Give c-hungry-backspace and
8150 c-hungry-delete-forward permanent key bindings.
8151
8152 * progmodes/cc-cmds.el (c-electric-semi&comma):
8153 Bind c-syntactic-context for calls to "criteria functions", for
8154 consistency with other calls to user functions.
8155
8156 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8157 `current-prefix-arg', since this might be the prefix arg to a
8158 command which calls c-indent-command as a function. Change the
8159 interactive spec from "p" to "P".
8160
8161 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8162 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8163 was difficult to understand.
8164
8165 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8166
8167 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8168 first char of an identifier.
8169
8170 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8171 +" syntax in C++.
8172
8173 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8174
8175 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8176 auto-fill doesn't split a c-comment's last word from a hanging
8177 "*/" when a space is typed between them after fill-column.
8178
8179 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8180
8181 * progmodes/cc-styles.el (c-set-style)
8182 (c-setup-paragraph-variables): Abort the command if we're not in a
8183 CC Mode buffer.
8184
8185 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8186 with blank comment-prefix, and a blank line as the comment's
8187 second line.
8188
8189 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8190
8191 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8192 Incorporate the patterns added in the Emacs development branch
8193 for the new Emacs 22 face `font-lock-negation-char-face'.
8194
8195 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8196 of "red" since it stands out better in xterms and DOS terminals.
8197
8198 * progmodes/cc-engine.el (c-literal-faces):
8199 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8200
8201 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8202
8203 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8204 forcibly enable c-electric-flag.
8205
8206 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8207 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8208 after the comment-prefix of a C-style comment will close that comment.
8209
8210 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8211
8212 * progmodes/cc-fonts.el (c-basic-matchers-before)
8213 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8214 in Pike.
8215
8216 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8217 digraphs.
8218
8219 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8220 (c-cpp-message-directives, c-cpp-include-directives)
8221 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8222 (c-cpp-expr-directives): Introduce new language constants to
8223 control cpp syntax in a cleaner way.
8224
8225 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8226
8227 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8228
8229 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8230 (c-multiline-string-start-char): New language constants and
8231 variables to specify how newlines in string literals work.
8232
8233 (c-font-lock-invalid-string): Use them.
8234
8235 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8236 unbalanced close brace is entered. Optimization by avoiding going
8237 back over arbitrarily large blocks. Removed hints that this
8238 function only would be relevant/useful in AWK.
8239
8240 (c-electric-brace): Indent syntactically after the cleanups since
8241 lineup functions might do it differently then.
8242
8243 * progmodes/cc-engine.el, cc-langs.el
8244 (c-opt-op-identifier-prefix): New language constant and variable.
8245
8246 (c-just-after-func-arglist-p, c-after-special-operator-id)
8247 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8248
8249 * progmodes/cc-align.el, cc-engine.el
8250 (c-after-special-operator-id): New helper to handle C++ operator
8251 identifiers.
8252
8253 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8254 (c-guess-basic-syntax): Handle C++ operator identifiers in
8255 declarations.
8256
8257 * progmodes/cc-langs.el (c-assignment-operators): Add the
8258 trigraph version of ^= too.
8259
8260 * progmodes/cc-langs.el (c-assignment-operators): Add the
8261 trigraph version of |= in C++.
8262
8263 * progmodes/cc-fonts.el (c-font-lock-declarators):
8264 Handle `c-decl-hangon-kwds' after the identifier name.
8265
8266 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8267 whether an arglist is "nonempty", ignore a comment after the open
8268 paren if it isn't followed by a non-comment token on the same line.
8269
8270 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8271 Enable heuristics below the point to cope with classes inside special
8272 brace lists in Pike.
8273
8274 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8275
8276 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8277
8278 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8279
8280 * progmodes/cc-guess.el (cc-guess-install): New function to
8281 install an already guessed style in another buffer.
8282
8283 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8284 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8285 anyway if the change always is undone.
8286
8287 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8288
8289 Implement togglable electricity:
8290
8291 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8292 saying when it should be used.
8293
8294 * progmodes/cc-engine.el: Add the new buffer-local variable,
8295 c-electric-flag.
8296
8297 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8298 c-toggle-auto-newline.
8299
8300 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8301 c-toggle-auto-newline. Remove the binding for
8302 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8303 c-toggle-electric-state.
8304
8305 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8306
8307 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8308 c-\(forward\|backward\)-subword.
8309 (c-update-modeline): Add the new modeline flag `l' for
8310 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8311 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8312 Make the old name an alias of the new name.
8313 (c-toggle-electric-state): New function.
8314 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8315 Adapt these functions to do electric things only when
8316 c-electric-flag is non-nil.
8317 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8318 new functions from c-electric-brace.
8319 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8320 mode, so that the tentative extra newline doesn't change the
8321 syntax of the following brace.
8322 (c-electric-brace): Restructure by extracting the above functions.
8323 Tidy up the coding somewhat.
8324 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8325 restructure a bit.
8326
8327 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8328
8329 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8330 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8331
8332 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8333 (c-submode-indicators): Change name from `c-auto-hungry-string'
8334 since it's now used to track another submode.
8335
8336 (c-update-modeline): Convert to function and extended to check
8337 `c-subword-move-mode'.
8338
8339 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8340 Convert to compat aliases for `c-forward-subword' and
8341 `c-backward-subword'.
8342
8343 * progmodes/cc-subword.el: New functions and minor mode to handle
8344 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8345
8346 (c-forward-subword, c-backward-subword, c-mark-subword)
8347 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8348 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8349 Functions corresponding to the standard word handling functions.
8350
8351 (c-subword-move-mode): Minor mode that replaces all the standard
8352 word handling functions with their subword equivalences.
8353
8354 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8355
8356 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8357 entry for one-liner-defun.
8358
8359 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8360 name in its def-edebug-spec.
8361
8362 * progmodes/cc-cmds.el (c-electric-brace): Make the
8363 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8364 compacts space before a comment, if this will make things fit on
8365 one line.
8366
8367 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8368
8369 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8370
8371 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8372 clean-up one-liner-defun.
8373
8374 * progmodes/cc-styles.el: Add the new "awk" style.
8375
8376 * progmodes/cc-vars.el: Add description of one-liner-defun to
8377 c-cleanup-list's doc-string. New user options,
8378 c-max-one-liner-length. In c-default-style, set the default style
8379 for AWK to "awk".
8380
8381 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8382
8383 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8384 macros inside labels.
8385
8386 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8387 `c-at-statement-start-p' and `c-at-expression-start-p'.
8388
8389 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8390 error if the mark isn't set.
8391
8392 * progmodes/cc-engine.el (c-guess-continued-construct)
8393 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8394 accurately detect functions inside functions.
8395
8396 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8397 like `c-at-statement-start-p' that additionally recognizes commas
8398 and expression parentheses as delimiters.
8399
8400 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8401 to avoid heuristics that doesn't work for unclosed blocks.
8402 (c-at-statement-start-p): New function.
8403
8404 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8405 Objective-C directives, e.g. directives spanning lines should work
8406 reasonably well now.
8407
8408 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8409
8410 (c-forward-objc-directive): New function to move over any ObjC
8411 directive.
8412
8413 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8414 (c-basic-matchers-before): Use it.
8415
8416 (c-font-lock-objc-iip-decl): Remove.
8417
8418 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8419 in the template arglist recognition.
8420
8421 * progmodes/cc-styles.el (c-style-alist): Fix several
8422 inconsistencies in the Whitesmith style.
8423
8424 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8425 New lineup function to get lines after Whitesmith style blocks
8426 correctly indented.
8427
8428 (c-lineup-whitesmith-in-block): Back out the compensation for
8429 opening parens since it's done using `add' lists in the style
8430 definition instead. Don't use the anchor position since it varies
8431 too much between the syntactic symbols. :P
8432
8433 * progmodes/cc-vars.el (c-valid-offset): Update.
8434
8435 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8436 lists where the offsets are combined according to several
8437 different methods: `first', `min', `max', and `add'.
8438 Report offset evaluation errors with `c-benign-error' so that some kind
8439 of reindentation still is done.
8440
8441 * progmodes/cc-engine.el (c-guess-basic-syntax):
8442 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8443 `arglist-close'.
8444
8445 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8446 situations for `arglist-cont-nonempty' and `arglist-close'.
8447
8448 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8449
8450 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8451 cc-bytecomp-boundp' in a number of places.
8452
8453 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8454 macro related issue.
8455
8456 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8457
8458 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8459 list is now [asdf], a char class [:alpha:].
8460 Include code for char classes.
8461 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8462 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8463
8464 Remove (nearly all of) the cruft associated with AWK Mode's former
8465 concept of "virtual semicolons":
8466
8467 Adapt c-beginning-of-statement, c-end-of-statement (together with
8468 subfunctions) to use the new notion of "virtual semicolon" in
8469 place of the old awkward special handling for AWK. There remains
8470 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8471 * progmodes/cc-cmds.el:
8472 (c-ascertain-adjacent-literal): In the backwards direction, now
8473 recognises AWK regexp delimiters as string delimiters.
8474 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8475 check more rigorously for "end of macro".
8476 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8477 virtual semicolons;
8478 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8479 out the code for forward movement into ...
8480 (c-end-of-statement): Now contains the code for forward movement,
8481 adapted for virtual semicolons.
8482
8483 * progmodes/cc-engine.el:
8484 (c-ws*-string-limit-regexp): New regexp.
8485 (c-forward-single-comment, c-backward-single-comment): Comment out
8486 the (now redundant) "special" AWK stuff.
8487
8488 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8489 c-string-par-start, c-string-par-separate to be more like Text
8490 Mode than Fundamental Mode.
8491
8492 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8493
8494 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8495 to the fontified region so that fontification doesn't occur
8496 outside it (could happen e.g. when fontifying a line with an
8497 unfinished declaration).
8498
8499 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8500
8501 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8502 start of the file. ^L now separate sections of the file.
8503 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8504 (c-awk-one-line-possibly-open-string-re)
8505 (c-awk-regexp-one-line-possibly-open-char-class-re)
8506 (c-awk-one-line-possibly-open-regexp-re)
8507 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8508 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8509
8510 Amend the concept of "virtual semicolons" (in the indentation
8511 engine) for languages like AWK, such that they are now
8512 conceptually attached to end of the last token of a statement, not
8513 the end of the line. (In AWK Mode, however, the pertinent text
8514 property is still physically set on the EOL.) Remove the specific
8515 tests for awk-mode, thus facilitating the introduction of other
8516 language modes where EOLs can end statements.
8517 (Note: The funtionality in cc-cmds.el, specifically
8518 c-beginning/end-of-statement has yet to be amended.)
8519
8520 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8521 New macros.
8522
8523 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8524 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8525 c-vsemi-status-unknown-p-fn (in a new page).
8526
8527 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8528 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8529 numerous awkward forms like
8530 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8531 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8532 variable before-ws-ip, the place just after char-before-ip appears.
8533
8534 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8535 a comment.
8536
8537 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8538
8539 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8540 `c-tentative-buffer-changes'.
8541
8542 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8543 convert to macro to choose between Emacs and XEmacs at compile time.
8544
8545 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8546
8547 (c-tentative-buffer-changes): New macro to handle temporary buffer
8548 changes in a convenient way.
8549
8550 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8551 for `c-tentative-buffer-changes'.
8552
8553 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8554 the checks for paren sexps between the point and the keyword, to
8555 avoid some false alarms.
8556
8557 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8558 Fixed a situation where an error could be thrown for unbalanced
8559 parens. Changed to make use of c-keyword-member' to avoid some
8560 repeated regexp matches.
8561
8562 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8563 These language variable are no longer necessary.
8564
8565 (c-block-stmt-kwds): New language constant used by
8566 c-looking-at-inexpr-block'.
8567
8568 (c-guess-basic-syntax): Remove an optional check that looked at
8569 the existence of the now removed language variables.
8570
8571 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8572 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8573 object instantiation expressions as declarations in some contexts.
8574 This bug only affected languages where the declarator can't be
8575 enclosed in parentheses.
8576
8577 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8578 insert newlines before and after substatement braces.
8579
8580 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8581 function declaration headers and the handling of C++ style member
8582 init lists.
8583
8584 (c-just-after-func-arglist-p): Rewritten to use
8585 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8586
8587 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8588
8589 (c-guess-basic-syntax): Adapt case 5B for the new
8590 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8591 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8592 covers all cases now).
8593
8594 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8595
8596 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8597
8598 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8599 c-string-par-start/separate c-sentence-end-with-esc-eol,
8600 initialised in c-setup-paragraph-variables, used in string
8601 scanning subroutines of c-beginning-of-statement.
8602
8603 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8604 which precedes the newly inserted `{'.
8605
8606 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8607
8608 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8609 function for declaration level blocks. It should now cope with
8610 templates better and also be a lot more comprehensible.
8611
8612 (c-looking-at-decl-block): The new function.
8613
8614 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8615 for compatibility.
8616
8617 (c-add-class-syntax, c-guess-continued-construct)
8618 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8619
8620 (c-decl-block-key): Change to tell apart ambiguous and
8621 unambiguous keywords. Pike specials are now handled directly in
8622 the code instead.
8623
8624 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8625 New language constants and variables to make the backward skip in
8626 `c-looking-at-decl-block' as tight as possible.
8627
8628 (c-nonsymbol-token-char-list): New language constant.
8629
8630 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8631 find balanced template arglists backwards.
8632
8633 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8634 making char classes for `c-syntactic-skip-backward'.
8635
8636 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8637 16D - can't be a class-close at that point.
8638
8639 * progmodes/cc-engine.el (c-guess-basic-syntax)
8640 (c-add-class-syntax): Don't narrow out the enclosing declaration
8641 level. This makes everything a lot easier, and it was actually
8642 only four small places that needed it to work. Some places that
8643 previously did `widen' are removed now, which has the effect that
8644 `c-guess-basic-syntax' never will look at things outside the
8645 current narrowment now. The anchor position for `topmost-intro'
8646 is affected by this, but it was so bogus it was basically useless
8647 before, and now it's equally bogus but in a slightly different way.
8648
8649 (c-narrow-out-enclosing-class): Gone.
8650
8651 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8652 the narrowed region.
8653
8654 (c-least-enclosing-brace): Remove silly optional argument.
8655
8656 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8657 the point could be left directly after an open paren when finding
8658 the beginning of the first decl in the block.
8659
8660 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8661 Specify which submatch to use.
8662
8663 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8664
8665 (c-decl-start-re): No longer any need for special treatment of
8666 ObjC due to the above.
8667
8668 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8669 presumably follows C in that regard.
8670
8671 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8672 New language constants to specify operator tokens inside
8673 identifiers in a more high level way.
8674
8675 (c-opt-identifier-prefix-key): New internal language constant.
8676
8677 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8678 (c-identifier-start, c-identifier-key): Now completely calculated
8679 from other constants.
8680
8681 (c-identifier-last-sym-match): Decommission since it's no longer used.
8682
8683 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8684
8685 * progmodes/cc-engine.el (c-forward-name): Remove the
8686 optimization when c-identifier-key is equal to c-symbol-key since
8687 it doesn't work in byte compiled files. Don't record empty
8688 regions as identifiers.
8689
8690 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8691 simplify access to `c-operators' and its likes.
8692
8693 (c-operator-list, c-all-op-syntax-tokens)
8694 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8695 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8696 (c-primary-expr-regexp, c-cast-parens): Use it.
8697
8698 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8699 an explicit language in functions.
8700
8701 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8702 variant of adornment.
8703
8704 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8705 variable.
8706
8707 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8708 the Pike value.
8709
8710 * progmodes/cc-engine.el (c-on-identifier)
8711 (c-simple-skip-symbol-backward): Small fix for handling "-"
8712 correctly in `skip-chars-backward'. Affected the operator lfun
8713 syntax in Pike.
8714
8715 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8716 diagnostic message about precompiled language vars not being used.
8717
8718 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8719 "__attribute__" is followed by a parenthesis.
8720
8721 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8722 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8723 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8724
8725 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8726 Internal cleanups to properly detect the declared identifiers in
8727 various declarations.
8728
8729 (c-decl-start-kwds): New language constant to recognize
8730 declarations that can start anywhere. Used for class declarations
8731 in Pike.
8732
8733 (c-specifier-key, c-not-decl-init-keywords)
8734 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8735 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8736
8737 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8738 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8739 handling of the compiler specific extension keywords into a new
8740 language constant `c-decl-hangon-kwds' that defines keyword
8741 clauses to be ignored in declarations.
8742
8743 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8744 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8745 Necessary to stop at the declared identifier in e.g. IDL valuetype
8746 declarations.
8747
8748 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8749 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8750 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8751 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8752 class and enum declarations as such and not as part of the type.
8753
8754 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8755 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8756
8757 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8758 declarations when there's some syntax error later on.
8759
8760 (c-complex-decl-matchers): Did away with a reference to
8761 `c-specifier-key'.
8762
8763 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8764 value - this variable is always dynamically bound.
8765
8766 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8767 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8768 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8769 functions that might do hidden buffer changes: All such internal
8770 functions are now marked instead of those that don't.
8771
8772 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8773 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8774 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8775 (c-literal-type): Allow these functions to make hidden buffer changes,
8776 so that they are free to use text property caching later on.
8777
8778 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8779 (c-electric-brace, c-electric-slash, c-electric-star)
8780 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8781 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8782 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8783 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8784 with the changed semantics of the functions above.
8785
8786 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8787 when macros occur in obscure places. Optimized the sexp movement
8788 a bit.
8789
8790 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8791
8792 Enhancements for c-beginning-of-statement to work in AWK Mode:
8793
8794 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8795 (completed statement) with `}' (statement completed by closing
8796 brace or semicolon) and `$' (statement completed by EOL).
8797
8798 (c-awk-virtual-semicolon-ends-prev-line-p)
8799 (c-awk-virtual-semicolon-ends-line-p)
8800 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8801 (c-awk-at-statement-end-p): New functions.
8802
8803 * progmodes/cc-cmds.el: Simplify the structure of functions
8804 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8805 two functions and c-beginning-of-statement to handle AWK Mode.
8806
8807 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8808 c-backward-single-comment for AWK mode. Attempt to clarify their
8809 doc-strings.
8810
8811 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8812
8813 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8814
8815 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8816 label handling. Labels are now recognized in a uniform and more
8817 robust way, regardless of context. Text properties are put on all
8818 labels to recognize the following declarations better.
8819 Multiword labels are handled both in indentation and fontification for
8820 the benefit of language extensions like Qt. For consistency, keywords
8821 in labels are now fontified with the label face instead.
8822 That also applies to "case" and "default".
8823
8824 (c-beginning-of-statement-1): Fix some bugs in the label
8825 handling. Disregard `c-nonlabel-token-key' in labels that begin
8826 with `c-label-kwds'.
8827
8828 (c-find-decl-spots): Support that the callback adds more
8829 `c-decl-end' spots to find.
8830
8831 (c-forward-decl-or-cast-1): Don't treat a list of plain
8832 identifiers followed by a colon as a declaration.
8833
8834 (c-forward-label): New function to recognize labels.
8835
8836 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8837 `c-forward-label'. Moved the label recognition cases (14 and 15)
8838 earlier since they aren't so context sensitive now. Handle labels
8839 on the top level gracefully. Moved access label recognition to
8840 the generic label case (CASE 15) - removed CASE 5E.
8841
8842 (c-font-lock-declarations): Add recognition of labels in the
8843 same round since we need to handle labels in parallell with other
8844 declarations to recognize both accurately. It should also improve
8845 speed.
8846
8847 (c-simple-decl-matchers, c-basic-matchers-after):
8848 Move `c-font-lock-labels' so that it only is used on decoration level 2
8849 since `c-font-lock-declarations' handles it otherwise.
8850
8851 (c-complex-decl-matchers): Remove the simplistic recognition of
8852 access labels.
8853
8854 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8855 with labels earlier.
8856
8857 (c-decl-start-re): New language variable to make
8858 `c-font-lock-declarations' stop for the special protection labels
8859 in Objective-C that start with `@'.
8860
8861 (c-label-key): Remove since it's no longer used.
8862
8863 (c-recognize-colon-labels, c-label-prefix-re): New language
8864 constants to support recognition of generic colon-terminated labels.
8865
8866 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8867 are colon terminated labels.
8868
8869 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8870 first argument starts with a special brace list.
8871
8872 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8873 (c-font-lock-declarations): Break out the declaration and cast
8874 recognition from `c-font-lock-declarations' to a new function, so
8875 that it can be used in the indentation engine.
8876
8877 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8878 up to the start of the literal. Fixed bug with the point on the
8879 wrong side of the search limit that could happen when the start
8880 position is inside a literal.
8881
8882 * progmodes/cc-engine.el (c-parse-state)
8883 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8884 so that it's kept a little bit back to increase the hit rate.
8885
8886 (c-parse-state): Change the macro handling and fixed some
8887 glitches. Macro context is checked more often than necessary now,
8888 but otoh less garbage conses are generated.
8889
8890 * progmodes/cc-engine.el (c-parse-state)
8891 (c-invalidate-state-cache): Cache the last position where
8892 `c-state-cache' applies. This can speed up refontification quite
8893 a bit in blocks where there are many non-brace parens before the point.
8894
8895 (c-state-cache-end): New variable for this.
8896
8897 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8898 cache variable.
8899
8900 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8901 get close initial continue positions when the start position is
8902 inside a literal or macro. Do not call the callback for spots
8903 before the start position (which can happen e.g. for `c-decl-end'
8904 spots inside comments). Optimize better in special cases when the
8905 region is a single line inside a literal or macro (typically when
8906 the current line is refontified).
8907
8908 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8909 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8910 entries from the paren state.
8911
8912 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8913 special case for "else if" clauses.
8914
8915 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8916 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8917
8918 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8919 New language variable to recognize the gcc extension with statement
8920 blocks inside expressions.
8921
8922 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8923 it somewhat more comprehensible. The argument AT-BLOCK-START is
8924 no longer used and hence removed.
8925
8926 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8927 to `c-add-stmt-syntax'.
8928
8929 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8930 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8931 This fixes bogus label recognition.
8932
8933 * progmodes/cc-engine.el (c-add-type, c-check-type)
8934 (c-forward-name, c-forward-type): Improve storage of template
8935 types in `c-found-types' so that they can be recognized better.
8936
8937 (c-syntactic-content): Add option to skip past nested parens.
8938
8939 * progmodes/cc-engine.el (c-forward-name):
8940 Set `c-last-identifier-range' all the time. It's less work that way.
8941 Handle that there might not be an identifier to store in
8942 `c-last-identifier-range'.
8943
8944 (c-forward-type): Handle that `c-last-identifier-range' might be
8945 nil from `c-forward-name'.
8946
8947 * progmodes/cc-defs.el (c-safe-scan-lists)
8948 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8949
8950 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8951 to work even if the form fails.
8952
8953 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8954 down in a large file in one go.
8955
8956 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8957
8958 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8959 function which is like `c-lineup-math' but returns nil instead of
8960 `c-basic-offset' when it doesn't match.
8961
8962 (c-lineup-math): Change to use `c-lineup-assignments'.
8963
8964 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8965
8966 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8967 c-beginning-of-statement. New subfunctions
8968 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8969
8970 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8971
8972 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8973 hardcoded char classes whereever possible. Changed a couple of
8974 places to use skip by syntax instead of skip by char class.
8975
8976 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8977 Fix a bug in the regexp that caused extreme backtracking.
8978
8979 * progmodes/cc-langs.el (c-block-comment-starter)
8980 (c-block-comment-ender): New language constants to specify in a
8981 single place how block comments look.
8982
8983 (c-comment-start-regexp, c-block-comment-start-regexp)
8984 (comment-start, comment-end, comment-start-skip)
8985 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8986 (c-syntactic-ws, c-nonempty-syntactic-ws)
8987 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8988 `c-line-comment-starter', `c-block-comment-starter' and
8989 `c-block-comment-ender'.
8990
8991 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8992 New language constants to break up things a bit.
8993
8994 (c-simple-ws): New language constant for simple whitespace.
8995
8996 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8997
8998 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8999 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9000 newlines. Allow and ignore nil elements in the list.
9001
9002 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9003
9004 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9005 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9006
9007 * progmodes/cc-cmds.el: Tidy up the comments in
9008 c-beginning-of-statement and subfunctions.
9009
9010 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9011 more flexible c-put-char-property and c-clear-char-properties.
9012 Add the author's email address.
9013
9014 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9015
9016 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9017 closing "*/" of a block comment.
9018
9019 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9020 subfunctions) so that it works at BOB and EOB.
9021
9022 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9023 c-beginning-of-statement, including new variable
9024 c-block-comment-start-regexp.
9025
9026 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9027
9028 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9029 symbols from `*-font-lock-extra-types' so that there's no need to
9030 use `regexp-opt' on those lists.
9031
9032 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9033 `c-type-modifier-kwds' is empty.
9034
9035 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9036 there are several strings on the same line.
9037
9038 * progmodes/cc-engine.el (c-literal-limits): Remove the
9039 compatibility function for older emacsen. `c-literal-limits-fast'
9040 has now taken the place of this function.
9041
9042 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9043 with older emacsen: We now require `pps-extended-state'.
9044
9045 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9046
9047 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9048 which obviates the need to hack sentence-end. This now handles
9049 escaped newlines in strings correctly. Correct minor bugs in
9050 c-move-over-sentence and in c-beginning-of-statement.
9051
9052 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9053 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9054 that movement over macros and code are rigorously separated from
9055 eachother. Correct a few incidental bugs.
9056
9057 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9058 Improve its doc-string. Improve the handling of certain specific cases.
9059
9060 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9061
9062 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9063 (c-guess-basic-syntax): Change the way class-level labels are
9064 recognized; they can now contain essentially any symbols.
9065
9066 (c-opt-extra-label-key): New language variable to cope with the
9067 special protection label syntax in Objective-C.
9068
9069 (c-opt-access-key): Remove; this is now handled better by
9070 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9071
9072 (c-complex-decl-matchers): Update to handle that
9073 `c-opt-access-key' no longer exists.
9074
9075 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9076 improved label recognition in `c-beginning-of-statement-1'.
9077
9078 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9079 Recognize bitfields better.
9080
9081 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9082 Remove some cruft and fixed a bug that could cause it to go to a
9083 position further down.
9084
9085 * progmodes/cc-langs.el, cc-engine.el
9086 (c-beginning-of-statement-1): Improve detection of labels in
9087 declaration contexts.
9088
9089 (c-beginning-of-decl-1): Use it.
9090
9091 (c-nonlabel-token-key): New language constant and variable needed
9092 by `c-beginning-of-statement-1'.
9093
9094 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9095 manifested itself due to the correction in `c-forward-sexp'.
9096
9097 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9098 Make these behave as documented when used at the buffer limits.
9099
9100 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9101 (c-type-decl-end-used): Made this a language variable.
9102
9103 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9104 correctly when `combine-after-change-calls' is used together with
9105 temporary narrowings.
9106
9107 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9108 Report labels correctly when the start point is immediately after the
9109 colon.
9110
9111 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9112 Remove since it isn't used anymore.
9113
9114 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9115 bracket arglists such as template parens in C++.
9116
9117 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9118 in the last check-in. Some optimization.
9119
9120 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9121 where it could stop at the same level in a preceding sexp when
9122 PAREN-LEVEL is set.
9123
9124 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9125 text property lookup only when it's needed.
9126
9127 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9128 Change the policy for paren marked angle brackets to be more
9129 persistent; once marked they remain marked even when they're found
9130 to be unbalanced in the searched region. This should keep the
9131 paren syntax around even when individual lines are refontified in
9132 multiline template arglists.
9133
9134 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9135 to control markup so that incorrect angle bracket arglists aren't
9136 marked in contexts where the correct value for
9137 `c-disallow-comma-in-<>-arglists' isn't known.
9138
9139 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9140 argument has become `c-parse-and-markup-<>-arglists'.
9141
9142 (c-remove-<>-arglist-properties): Remove - no longer used.
9143
9144 (c-after-change-check-<>-operators): New function used on
9145 `after-change-functions' to avoid that "<" and ">" characters that
9146 are part of longer operators have paren syntax.
9147
9148 (c-<>-multichar-token-regexp): New language variable used by
9149 `c-after-change-check-<>-operators'.
9150
9151 (c-after-change): Call `c-after-change-check-<>-operators'.
9152
9153 (c-font-lock-<>-arglists): Use the context properties set by
9154 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9155 correctly to avoid doing invalid markup.
9156
9157 (c-font-lock-declarations): Remove code that undoes the invalid
9158 markup done by `c-font-lock-<>-arglists'.
9159
9160 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9161 after `c-font-lock-declarations'.
9162
9163 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9164 Add paren-level feature.
9165
9166 (c-guess-basic-syntax): Improve the anchor position for
9167 `template-args-cont' in nested template arglists. There's still
9168 much to be desired in this area, though.
9169
9170 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9171
9172 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9173 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9174
9175 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9176
9177 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9178 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9179
9180 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9181 it doesn't work no longer are supported.
9182
9183 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9184 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9185 requires support for the syntax-table' text property, which rules
9186 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9187 cruft associated with those versions.
9188
9189 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9190 for the `syntax-table' text property, which rules out Emacs 19 and
9191 XEmacs < 21.4. Removed various compatibility cruft associated
9192 with those versions.
9193
9194 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9195 support for the `syntax-table' text property.
9196
9197 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9198 variable and use an extra quoted face name instead. All the
9199 emacsen flavors handle that correctly.
9200
9201 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9202 (c-font-lock-declarators, c-font-lock-declarations)
9203 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9204 property to mark the items in in declarator lists to handle
9205 refontification inside multiline declarations better.
9206
9207 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9208 construct like "a * b = c;" as a declaration.
9209
9210 2005-12-08 Kim F. Storm <storm@cua.dk>
9211
9212 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9213 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9214 select either meta, hyper, or super modifier for rectangle commands.
9215 (cua--rectangle-modifier-key): New defvar.
9216 (cua--M/H-key): Use it. Remove special case for `space'.
9217 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9218 on X, to meta otherwise. Always bind C-return to toggle
9219 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9220
9221 * emulation/cua-rect.el (cua-help-for-rectangle):
9222 Use cua--rectangle-modifier-key. Handle super modifier too.
9223 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9224 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9225
9226 * ido.el: Move Acknowledgements and History after Commentary.
9227 Minor changes to Commentary.
9228
9229 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9230 keymap if cua--prefix-override-timer is `shift'.
9231 (cua--shift-control-prefix): New function; emulate "type prefix
9232 key twice" functionality to handle shifted prefix key override.
9233 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9234 New commands.
9235 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9236
9237 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9238
9239 * textmodes/org.el (org-insert-heading): Try to do items before
9240 headings.
9241 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9242 (org-insert-item): New function.
9243 (org-renumber-ordered-list): Don't skip to higher level lists.
9244
9245 2005-12-08 Juri Linkov <juri@jurta.org>
9246
9247 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9248
9249 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9250
9251 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9252
9253 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9254 the constructed function name fun-1.
9255
9256 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9257 because such links don't lead to parent documentation.
9258
9259 2005-12-08 Kenichi Handa <handa@m17n.org>
9260
9261 * descr-text.el (describe-char): Use *Help-2* buffer if the
9262 current buffer is *Help*. Call describe-text-properties while
9263 setting the original buffer.
9264
9265 2005-12-07 Bill Wohler <wohler@newt.com>
9266
9267 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9268 and causes problems with non-MH users (such as Gnus users).
9269
9270 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9271
9272 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9273 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9274 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9275 command "info sources". Move calls to GDB command "list".
9276 (gdb-find-file-hook): Just use gdb-source-file-list.
9277 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9278 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9279 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9280 (gdb-data-list-register-values-handler): Use correct trigger name.
9281
9282 2005-12-07 Kim F. Storm <storm@cua.dk>
9283
9284 * ido.el (ido-completion-map): Rename from ido-mode-map.
9285 (ido-common-completion-map, ido-file-completion-map)
9286 (ido-file-dir-completion-map, ido-buffer-completion-map):
9287 Rename from ido-mode-....-map.
9288 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9289 (ido-setup-completion-map): Rename from ido-define-mode-map.
9290 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9291 to ido-completion-map.
9292
9293 2005-12-07 Kenichi Handa <handa@m17n.org>
9294
9295 * international/mule-cmds.el
9296 (set-display-table-and-terminal-coding-system): If the coding
9297 system specified in `unibyte-display' property is different from
9298 the arg coding-system, don't setup standard-display-table.
9299
9300 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9301
9302 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9303 that comments end at \n, regardless of selective-display.
9304
9305 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9306
9307 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9308 (gdb-version): New variables.
9309 (gdb-source-file-list, gdb-register-names)
9310 (gdb-changed-registers): New variables for use with GDB 6.4+.
9311 (gdb-ann3): Replace with...
9312 (gdb-init-1, gdb-init-2): ...two new functions.
9313 (gdba, gdb-prompt): Call gdb-init-1.
9314 (gdb-get-version): New function. Call gdb-init-2 from here.
9315 (gud-watch): Make it work with mouse events too.
9316 (gdb-post-prompt): Don't add to queue until GDB version is known.
9317 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9318 (gdb-locals-mode): Use gdb-version.
9319 (gdb-memory-format-map, gdb-memory-unit-map)
9320 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9321 (gdb-locals-font-lock-keywords-1)
9322 (gdb-locals-font-lock-keywords-2): New variables.
9323 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9324 (gdb-set-gud-minor-mode-existing-buffers-1)
9325 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9326 (gdb-var-update-1, gdb-var-update-handler-1)
9327 (gdb-data-list-register-values-handler)
9328 (gdb-data-list-register-values-custom)
9329 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9330 (gdb-stack-list-locals-handler, gdb-get-register-names):
9331 New functions for use with GDB 6.4+.
9332 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9333 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9334 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9335 (gdb-stack-list-locals-regexp)
9336 (gdb-data-list-register-names-regexp): New regexps for use with
9337 GDB 6.4+.
9338
9339 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9340
9341 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9342
9343 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9344
9345 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9346 prompts work for AUTH PLAIN. Also reported by Steve Allan
9347 <seallan@verizon.net>.
9348
9349 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9350
9351 * frame.el (set-frame-parameter): Add doc string.
9352
9353 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9354
9355 * textmodes/org.el (org-occur-highlights): New variable.
9356 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9357 (org-highlight-sparse-tree-matches): New option.
9358 (org-do-occur): New function.
9359 (org-get-heading): Make it work also at beginning of line.
9360 (org-category-table): New variable.
9361 (org-get-category-table, org-get-category)
9362 (org-camel-to-words, org-link-search): New functions.
9363 (org-select-this-todo-keyword): New variable.
9364 (org-todo-list): New command.
9365 (org-shiftright, org-shiftleft): New commands.
9366 (org-agenda-todo): Add prefix argument.
9367 (org-show-hierarchy-above): New option.
9368 (org-show-todo-tree): Numerical prefix creates tree for specific
9369 TODO keyword.
9370 (org-outline-level): New function, to assign a level to plain
9371 lists items.
9372 (org-cycle-include-plain-lists): New option.
9373 (org-mode): Use `org-outline-level' as value of `outline-level'.
9374 (org-cycle): Temporarily switch `outline-regexp' if
9375 `org-cycle-include-plain-lists' is non-nil.
9376 (org-start-icalendar-file): Fix format bug.
9377 (org-agenda-get-day-entries): Create category table.
9378 (org-agenda-get-todos, org-agenda-get-timestamps)
9379 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9380 (org-agenda-get-blocks): Use `org-get-category'.
9381 (org-context-in-file-links): Rename from
9382 `org-line-numbers-in-file-links'.
9383
9384 2005-12-06 Romain Francoise <romain@orebokech.com>
9385
9386 * window.el (balance-windows): Delete extraneous third arg in call
9387 to `enlarge-window'.
9388
9389 2005-12-06 Kenichi Handa <handa@m17n.org>
9390
9391 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9392
9393 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9394
9395 * progmodes/gdb-ui.el (gdb-var-create-handler)
9396 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9397 (gdb-var-list-children-handler, gdb-var-update-handler):
9398 Current buffer is already gdb-partial-output-buffer, don't
9399 make it current again.
9400
9401 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9402
9403 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9404 (list-buffers-noselect): Use it.
9405
9406 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9407
9408 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9409 (mail-yank-ignored-headers): Use regexp-opt.
9410 (mail-mode-map): Move initialization into declaration.
9411 (mail-sent-via): Remove unused shadowed var `to-line'.
9412 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9413 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9414 (mail-do-fcc): Use dolist and push.
9415 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9416 (mail-yank-ignored-headers): Don't autoload.
9417
9418 2005-12-05 Kenichi Handa <handa@m17n.org>
9419
9420 * international/mule-cmds.el (set-language-info-internal): New fun.
9421 (set-language-info): Call set-language-info-internal to update
9422 language-info-alist. If LANG-ENV is the current one, call
9423 set-language-environment to make INFO effective now.
9424 (set-language-info-alist): Likewise.
9425 (locale-language-names): With locale "en", use English
9426 lang. env. but set the default codings to iso-8859-1.
9427
9428 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9429
9430 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9431 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9432 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9433 for plain strings.
9434 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9435 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9436 Create registers buffer if necessary. Echo new state in minibuffer.
9437 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9438
9439 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9440
9441 * info.el (Info-fontify-node): Match external links using
9442 non-directory part of filename.
9443
9444 2005-12-04 Juri Linkov <juri@jurta.org>
9445
9446 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9447 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9448 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9449 because there is no customization option for it.
9450
9451 * font-lock.el (lisp-font-lock-keywords-1):
9452 Add define-global-minor-mode.
9453
9454 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9455
9456 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9457 properties on the constructed variable names.
9458
9459 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9460 Put `definition-name' properties on the constructed function names
9461 next-sym and prev-sym.
9462
9463 * emacs-lisp/find-func.el (find-function-regexp):
9464 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9465 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9466 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9467 and easy-menu-define.
9468
9469 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9470 easy-mmode-define-global-mode and define-global-minor-mode.
9471 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9472
9473 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9474 instead of easy-mmode-define-global-mode.
9475
9476 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9477 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9478
9479 * cus-edit.el (customize-group, customize-group-other-window):
9480 Filter out autoloaded options from the group completion list by
9481 using heuristics that autoloaded groups don't have `custom-autoload'
9482 property on their symbols (they have only `custom-loads').
9483
9484 * simple.el (completion-setup-function): Put completions-common-part
9485 face on complete completion string too (i.e. completion string
9486 without completions-first-difference face).
9487
9488 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9489
9490 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9491
9492 * view.el (view-mode): Doc fix.
9493
9494 * disp-table.el (standard-display-european): Add to the warning
9495 message a reference to the doc string.
9496
9497 * play/yow.el (apropos-zippy): Call print-help-return-message,
9498 similar to other Help and Apropos commands.
9499
9500 * help.el (print-help-return-message): If pop-up-frames is
9501 non-nil, set up help-return-method to delete the help window and,
9502 possibly, its frame as well, and don't display message about
9503 scrolling the help window. Doc fix.
9504 (help-return-method): Doc fix.
9505
9506 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9507
9508 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9509 whereby names of length one or names starting with a
9510 symbol-constituent character would not be returned.
9511
9512 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9513
9514 * subr.el (atomic-change-group): Add edebug and indentation spec.
9515
9516 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9517
9518 * completion.el (save-completions-file-name): Fix typo in last change.
9519
9520 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9521
9522 * info.el: Move back/forward history to the beginning of the tool bar.
9523
9524 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9525
9526 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9527 Add fset of allout-real-isearch-abort during compile to fix
9528 byte-compilation warnings.
9529 (allout-mode-p): Move definition of this macro above all uses, or
9530 byte compilation in barren emacs (eg, during emacs build) will
9531 lack the definition.
9532 (allout-mode): Move this variable above any uses, or byte
9533 compilation will fail.
9534 (allout-resolve-xref): Remove use of personal file-reference function.
9535 (allout-toggle-current-subtree-encryption): Do the current (ie,
9536 visible containing) topic, rather than nearest around point. Doc fix.
9537 (allout-toggle-subtree-encryption): New function, workhorse that
9538 works on nearest topic containing point.
9539 (allout-encrypt-string): Signal requirement for newer version of pgg.
9540 (allout-resumptions): Doc fix.
9541
9542 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9543
9544 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9545
9546 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9547
9548 * textmodes/flyspell.el (flyspell-external-point-words):
9549 Consider a misspelling as found in the string search if: (a) misspelling
9550 and found string lengths match, or (b) misspelling is found as
9551 element in a boundary-chars separated longer string, or (c)
9552 ispell-program-name is really ispell and misspelling is found as
9553 part of a TeX string. After successful match move beginning of
9554 search region to end of match. Warn about not found misspellings
9555 once the process is done.
9556 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9557
9558 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9559
9560 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9561 tool bar (removed inadvertently).
9562
9563 2005-12-02 Juri Linkov <juri@jurta.org>
9564
9565 * log-view.el (log-view-diff): Clarify doc string.
9566
9567 2005-12-01 Bill Wohler <wohler@newt.com>
9568
9569 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9570 triggers lm-verify errors.
9571
9572 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9573
9574 * simple.el (transient-mark-mode, line-number-mode)
9575 (column-number-mode, size-indication-mode): Remove `:require nil'.
9576
9577 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9578
9579 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9580 in the margin also.
9581 (gdb-breakpoints-mode-map): Use D instead of d for
9582 gdb-delete-breakpoint.
9583 (gdb-get-frame-number): Require a number to match on.
9584 (gdb-threads-mode-map): Add follow-link binding.
9585
9586 2005-11-30 Jason Rumney <jasonr@gnu.org>
9587
9588 * isearch.el (isearch-mode-map): Avoid exiting search on
9589 language-change event.
9590
9591 2005-11-30 Romain Francoise <romain@orebokech.com>
9592
9593 * speedbar.el (speedbar-default-position): New defcustom.
9594 (speedbar-frame-reposition-smartly): Use it.
9595
9596 * dframe.el (dframe-reposition-frame-emacs): Fix position
9597 computation for `left' location.
9598 Update copyright year.
9599
9600 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9601
9602 * help.el (help-map): Move initialization into declaration.
9603
9604 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9605
9606 * help-fns.el (help-argument-name): Don't autoload.
9607 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9608 to be re-loaded when customizing the `help' group.
9609
9610 2005-11-30 John Paul Wallington <jpw@gnu.org>
9611
9612 * help-fns.el (describe-function-1): Fill arglist output.
9613
9614 2005-11-30 Kim F. Storm <storm@cua.dk>
9615
9616 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9617 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9618 after revert-buffer (or anything else which kills all local variables).
9619
9620 * apropos.el (apropos-parse-pattern): Doc fix.
9621 Set apropos-regexp directly, rather than expecting callers to do so.
9622 (apropos-command, apropos, apropos-value, apropos-documentation):
9623 Simplify calls to apropos-parse-pattern.
9624
9625 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9626
9627 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9628 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9629 (hi-lock-write-interactive-patterns): Use comment-region.
9630
9631 * longlines.el (longlines-mode): Add mail-setup-hook.
9632
9633 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9634
9635 * simple.el (sendmail-user-agent-compose, next-line):
9636 Conditionally use hard-newline.
9637
9638 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9639
9640 * international/latexenc.el (latex-inputenc-coding-alist):
9641 Reword doc string.
9642
9643 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9644
9645 * help.el (describe-key-briefly, describe-key): Recognize default
9646 bindings.
9647
9648 2005-11-29 Romain Francoise <romain@orebokech.com>
9649
9650 * view.el (view-inhibit-help-message): New defcustom.
9651 (view-mode-enter): Use it.
9652
9653 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9654
9655 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9656 Preserve user position.
9657
9658 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9659
9660 * font-lock.el: Throw error if facemenu is not loaded to prevent
9661 accidental change of loading order in loadup.el. (Suggested by RMS.)
9662
9663 * loadup.el: Add comment explaining why facemenu must be loaded
9664 before font-lock.
9665
9666 2005-11-28 Jay Belanger <belanger@truman.edu>
9667
9668 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9669 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9670
9671 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9672
9673 * calc/calc-embed.el (calc-do-embedded): Update help message.
9674
9675 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9676
9677 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9678
9679 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9680
9681 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9682 called-interactively-p.
9683 (elp-profilable-p): Rename from elp-not-profilable-p.
9684 Invert result and take into account macros and autoloaded functions.
9685 (elp-instrument-function): Update call.
9686 (elp-instrument-package): Update call. Add completion.
9687 (elp-pack-number): Use match-string.
9688 (elp-results-jump-to-definition-by-mouse): Merge into
9689 elp-results-jump-to-definition and then remove.
9690 (elp-output-insert-symname): Make help echo text single-line.
9691
9692 * replace.el (query-replace-map): Move initialization into declaration.
9693 (occur-engine): Use with-current-buffer.
9694 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9695 (occur-mode-mouse-goto): Replace with an alias.
9696
9697 2005-11-28 Juri Linkov <juri@jurta.org>
9698
9699 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9700
9701 * term/w32-win.el: Bind [S-tab] to [backtab].
9702
9703 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9704 `Info-find-file' to t.
9705
9706 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9707 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9708 and same-window-regexps.
9709 (occur-next-error): Don't move point for arg 0.
9710
9711 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9712
9713 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9714
9715 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9716
9717 * log-edit.el (log-edit-changelog-use-first): New var.
9718 (log-edit-changelog-ours-p): Use it.
9719 (log-edit-insert-changelog): Set it with new arg `use-first'.
9720 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9721 (log-edit-hook): Add them to the list of suggested options.
9722
9723 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9724 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9725 redundant work.
9726 (flyspell-mode-on): Use add-hook for after-change-functions.
9727 (flyspell-mode-off): Use remove-hook for after-change-functions.
9728 (flyspell-changes): Make it buffer-local.
9729 (flyspell-after-change-function): Make it non-interactive. Use push.
9730 (flyspell-post-command-hook): Check input-pending-p while processing
9731 the potentially long list of buffer changes.
9732
9733 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9734
9735 * buff-menu.el (list-buffers-noselect): Display the selected
9736 frame's buffer list, not the global one.
9737
9738 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9739
9740 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9741 that (list last-input-event) works as in interactive spec.
9742
9743 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9744
9745 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9746 `facemenu-keymap' needs to be defined when font-lock is loaded.
9747 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9748
9749 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9750
9751 * completion.el: Remove useless leading * in defcustom docstrings.
9752 (save-completions-file-name): Use ~/.emacs.d if available.
9753 (completion-standard-syntax-table): Rename from
9754 cmpl-standard-syntax-table and fold initialization into declaration,
9755 thus removing cmpl-make-standard-completion-syntax-table.
9756 (completion-lisp-syntax-table, completion-c-syntax-table)
9757 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9758 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9759 (symbol-under-point, symbol-before-point)
9760 (symbol-under-or-before-point, symbol-before-point-for-complete)
9761 (add-completions-from-c-buffer): Use with-syntax-table.
9762 (make-completion): Don't return a list of completion entries.
9763 Update callers.
9764 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9765 (completion-initialize): Rename from initialize-completions.
9766 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9767 (kill-emacs-save-completions): Collect stats here.
9768 (save-completions-to-file, load-completions-from-file):
9769 Use with-current-buffer.
9770 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9771 into a function. Move all calls to toplevel.
9772 (completion-lisp-mode-hook): New fun.
9773 (completion-c-mode-hook, completion-setup-fortran-mode):
9774 Set the syntax-table here. Use local-set-key.
9775 (completion-saved-bindings): New var.
9776 (dynamic-completion-mode): Make it into a proper minor mode.
9777 (load-completions-from-file): Remove unused var `num-uses'.
9778
9779 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9780 constructor if it is explicitly overridden.
9781
9782 * complete.el (PC-completion-as-file-name-predicate):
9783 Use minibuffer-completing-file-name.
9784 (partial-completion-mode): Use find-file-not-found-functions.
9785 (PC-lisp-complete-symbol): Use with-syntax-table.
9786 (PC-look-for-include-file): Remove dead setq.
9787 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9788 (PC-complete): Use with-current-buffer.
9789
9790 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9791 escape single quotes.
9792
9793 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9794
9795 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9796 of `if' whose condition always returned nil. Doc fix.
9797
9798 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9799 window's buffer the current buffer around the call to
9800 `list-buffers-noselect'. This is necessary to mark that buffer
9801 with a `.' in the Buffer Menu when called from Lisp, for instance
9802 by Auto Revert Mode.
9803
9804 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9805
9806 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9807 attaching to it.
9808 (gdb-pre-prompt): Make sure gdb-error is reset.
9809
9810 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9811 with a child process, detect it.
9812 (gud-speedbar-buttons): Match regexp more carefully.
9813
9814 2005-11-27 Richard M. Stallman <rms@gnu.org>
9815
9816 * mouse.el (mouse-drag-move-window-bottom):
9817 Use adjust-window-trailing-edge.
9818
9819 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9820
9821 * simple.el (blink-matching-open): Ignore
9822 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9823 (blink-matching-paren-on-screen): Update docstring.
9824
9825 * paren.el (show-paren-mode): No longer change
9826 `blink-matching-paren-on-screen'.
9827
9828 2005-11-27 John Paul Wallington <jpw@pobox.com>
9829
9830 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9831 (gdb-threads-select, gdb-edit-register-value):
9832 Use `posn-set-point' instead of `mouse-set-point' because the
9833 latter is not fbound when configured without X.
9834
9835 2005-11-27 Kim F. Storm <storm@cua.dk>
9836
9837 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9838 existing face when partially highlighting a TAB in a rectangle.
9839
9840 2005-11-26 Kim F. Storm <storm@cua.dk>
9841
9842 * ido.el (ido-mode-map): Doc fix.
9843 (ido-mode-common-map, ido-mode-file-map)
9844 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9845 (ido-define-mode-map): Rewrite. Select one of the new maps as
9846 parent for ido-mode-map instead of building from scratch.
9847 (ido-init-mode-maps): New defun to initialize new maps.
9848 (ido-mode): Call it.
9849 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9850 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9851
9852 2005-11-26 John Paul Wallington <jpw@pobox.com>
9853
9854 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9855 `mouse-set-point' because the latter is not fbound when configured
9856 without X.
9857
9858 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9859
9860 * files.el (file-relative-name): Doc fix.
9861
9862 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9863
9864 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9865 non-empty string for secondary prompt PS2.
9866
9867 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9868
9869 * progmodes/compile.el (compilation-setup): Fix last change.
9870
9871 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9872
9873 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9874 (gdb-mouse-toggle-breakpoint-margin)
9875 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9876 Add gdb-server-prefix to keep out of command history.
9877 (gdb-edit-register-value): New function.
9878 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9879 (gdb-info-registers-custom): Use above map.
9880
9881 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9882
9883 * custom.el (enable-theme): Signal error if argument is not a
9884 theme. Don't recalculate a face if it's not loaded yet.
9885
9886 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9887 the `user' theme is in effect.
9888
9889 * info.el (Info-on-current-buffer): Record actual filename in
9890 Info-current-file, instead of t, or a fake filename if a non-file
9891 buffer. Make autoload.
9892 (Info-find-node, Info-revert-find-node): No need to check for
9893 Info-current-file nil.
9894 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9895 Info-current-file is now never `t'.
9896 (Info-fontify-node): Many simplifications due to Info-current-file
9897 always being valid. Use Info-find-file to find node filename.
9898
9899 2005-11-25 David Kastrup <dak@gnu.org>
9900
9901 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9902 new character, then delete" in order to preserve markers.
9903
9904 2005-11-25 David Ponce <david@dponce.com>
9905
9906 * recentf.el (recentf-arrange-by-rule): Handle a special
9907 `auto-mode-alist'-like "strip suffix" rule.
9908 (recentf-build-mode-rules): Handle second level auto-mode entries.
9909
9910 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9911
9912 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9913 window modes.
9914
9915 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9916 jde-javadoc-checker-report-mode.
9917
9918 * ediff-wind (ediff-make-wide-display): Slight simplification.
9919
9920 * ediff.el (ediff-date): Change the date of last update.
9921
9922 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9923
9924 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9925 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9926 (hi-lock-mode): New global minor mode.
9927 (turn-on-hi-lock-if-enabled): New function.
9928 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9929 Change arguments to regexp and face instead of a font-lock pattern.
9930 Directly set face property, instead of refontifying.
9931 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9932 (hi-lock-find-patterns): Use line-number-at-pos.
9933
9934 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9935 arguments for hi-lock-set-pattern.
9936 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9937 Call font-lock-fontify-buffer.
9938 (hi-lock-find-file-hook, hi-lock-current-line)
9939 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9940
9941 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9942 turned off.
9943
9944 * progmodes/compile.el (compilation-setup): Don't fiddle with
9945 font-lock-defaults.
9946
9947 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9948
9949 * progmodes/gdb-ui.el (gdb-var-create-handler)
9950 (gdb-var-list-children-handler): Find values for all variable
9951 objects. gud-speedbar-buttons decides whether to display them.
9952
9953 2005-11-24 Romain Francoise <romain@orebokech.com>
9954
9955 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9956 buffer name with a space.
9957
9958 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9959
9960 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9961 `org-export-local-list-max-depth'. Change default value to 3.
9962 (org-auto-renumber-ordered-lists)
9963 (org-plain-list-ordered-item-terminator): New options.
9964 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9965 (org-get-indentation, org-get-string-indentation)
9966 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9967 New functions.
9968 (org-move-item-down, org-move-item-up): New commands.
9969 (org-export-as-html): New classes for CSS support. Bug fix in
9970 regular expression detecting fixed-width regions. Respect
9971 `org-local-list-ordered-item-terminator'.
9972 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9973 also a list item.
9974 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9975 New item moving functions.
9976
9977 2005-11-24 Juri Linkov <juri@jurta.org>
9978
9979 * isearch.el (isearch-repeat): With empty search ring set
9980 `isearch-error' to the error string instead of signaling error
9981 with the function `error'.
9982
9983 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9984
9985 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9986
9987 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9988
9989 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9990 and variable.
9991 (gdb-var-create-handler, gdb-var-list-children-handler):
9992 Don't match on "char **...".
9993 (gdb-var-update-handler): Find values for all variable objects.
9994 (gdb-info-frames-custom): Identify frames by leading "#".
9995
9996 * progmodes/gud.el (gud-speedbar-menu-items): Add
9997 gdb-speedbar-auto-raise as radio button.
9998 (gud-speedbar-buttons): Raise speedbar if requested.
9999 Don't match on "char **...".
10000 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10001 Make it editable.
10002
10003 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10004
10005 * info.el (Info-fontify-node): Handle the case where
10006 Info-current-file is t.
10007
10008 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10009
10010 * simple.el (blink-matching-open): Fix off-by-one in last change.
10011
10012 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10013
10014 * term/mac-win.el: Don't change default directory.
10015
10016 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10017
10018 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10019 buffers correctly. (It used to throw an error in such buffers.)
10020 Make it ask for confirmation in group buffers and other Custom
10021 buffers containing more than one customization item.
10022
10023 2005-11-22 John Paul Wallington <jpw@gnu.org>
10024
10025 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10026 property on mail and url overlays.
10027 (goto-address-at-point): Use `posn-set-point' instead of
10028 `mouse-set-point' because the latter is not fbound when configured
10029 without X.
10030
10031 2005-11-22 Lars Hansen <larsh@soem.dk>
10032
10033 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10034 (ls-lisp-classify, ls-lisp-format): Delete call to
10035 ls-lisp-parse-symlink.
10036 (ls-lisp-handle-switches): Handle symlinks to directories as
10037 directories when ls-lisp-dirs-first in non-nil.
10038
10039 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10040
10041 * startup.el (command-line): Make sure that loaddefs.el is handled
10042 correctly in load-history.
10043
10044 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10045
10046 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10047 (gdb-struct-string, gdb-array-string): New constants.
10048 (gdb-info-locals-handler): Use them.
10049 (gdb-reset): Reset gdb-var-list to nil.
10050
10051 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10054 in patterns.
10055
10056 2005-11-21 Juri Linkov <juri@jurta.org>
10057
10058 * custom.el (defcustom): Update link types in docstring.
10059
10060 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10061
10062 * custom.el (defgroup): Add doc-string-elt info.
10063
10064 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10065
10066 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10067
10068 * newcomment.el (comment-enter-backward): Fix last fix.
10069
10070 * simple.el (blink-matching-open):
10071 * paren.el (show-paren-function): Allow new paren-class info.
10072
10073 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10074
10075 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10076 handled automagically.
10077
10078 2005-11-20 Andreas Schwab <schwab@suse.de>
10079
10080 * descr-text.el (describe-char): When copying overlays put them
10081 over the full char description instead of just the first character
10082 of it.
10083
10084 2005-11-20 Juri Linkov <juri@jurta.org>
10085
10086 * simple.el (what-cursor-position):
10087 * descr-text.el (describe-char): Use Lisp-readable syntax
10088 for octal and hex. Reorder decimal, octal and hex values.
10089 Remove excess whitespace in the output. Use `=' in `column='
10090 like in `point=' and `Hscroll='.
10091
10092 * international/mule-cmds.el (encoded-string-description):
10093 Use Lisp-readable syntax for hex.
10094
10095 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * newcomment.el (comment-enter-backward): Handle the case where the
10098 comment is closed by EOB.
10099
10100 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10101
10102 * longlines.el (longlines-before-revert-hook)
10103 (longlines-after-revert-hook): New functions.
10104 (longlines-mode): Turn off longlines temporarily when reverting.
10105 Add a message-setup-hook.
10106 (longlines-decode-buffer): New function.
10107 (longlines-wrap-line): Preserve marker positions.
10108
10109 2005-11-19 Andreas Schwab <schwab@suse.de>
10110
10111 * emacs-lisp/shadow.el: Handle compressed files.
10112
10113 2005-11-19 Romain Francoise <romain@orebokech.com>
10114
10115 * net/browse-url.el (browse-url-default-browser): Signal an error
10116 if no usable browser can be found, rather than try to load w3.
10117
10118 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10119
10120 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10121 replacing existing properties.
10122 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10123 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10124 tty specs.
10125 (rcirc-server-prefix, rcirc-server): New faces.
10126 (rcirc-url-regexp): Generate with rx macro.
10127 (rcirc-last-server-message-time): New variable.
10128 (rcirc-filter): Record time of last message.
10129 (rcirc-keepalive): Kill processes that did not send a message
10130 since the last ping.
10131 (rcirc-mode): Give rcirc-topic a local binding here.
10132
10133 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10134
10135 * subr.el (read-passwd): Fontify the prompt as we do with other
10136 prompts.
10137
10138 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10139
10140 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10141 binding buffer-read-only to nil.
10142
10143 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10144
10145 * complete.el (partial-completion-mode):
10146 Mention completion-auto-help in the doc string.
10147
10148 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10149 more Lisp-ish way.
10150
10151 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10152
10153 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10154 digits, not 8, to avoid misalignment for files larger than 100MB.
10155
10156 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10157
10158 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10159 Mention "keyboard shortcuts" in the help text.
10160
10161 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10162
10163 * startup.el (fancy-splash-default-action): Discard only
10164 mouse-down and succeeding mouse-up events in the splash screen
10165 window so that drag-n-drop event can be processed.
10166
10167 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10168
10169 * longlines.el (longlines-mode): Add hacks for mail-mode and
10170 message-mode.
10171
10172 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10173
10174 * textmodes/org.el (org-table-sort-lines): New command.
10175 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10176 (org-add-file): Command removed, use `org-agenda-file-to-front'
10177 instead.
10178 (org-export-icalendar): Use `org-icalendar-combined-name'.
10179 (org-cycle-agenda-files, org-agenda-file-to-end)
10180 (org-agenda-file-to-front): New commands.
10181 (org-table-tab-jumps-over-hlines, org-export-html-style):
10182 New options.
10183 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10184 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10185 New functions.
10186 (org-fill-paragraph): Call `org-table-align' in tables.
10187 (org-mode): Call `org-set-autofill-regexps'.
10188 (org-export-as-html): Support for local handformatted lists.
10189 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10190 (org-export-local-list-max-depth): New option.
10191 (org-html-expand): Use `org-html-protect'.
10192
10193 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10194
10195 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10196 to "p".
10197 (gdb): Move definition of gud-pp to...
10198
10199 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10200 speedbar.
10201 (gdb-find-watch-expression): New function.
10202
10203 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10204
10205 * faces.el (face-attribute, set-face-attribute): Mention existence
10206 of `:ignore-defface' setting in docstring.
10207
10208 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10209
10210 * simple.el (completion-setup-function): Fix last change.
10211
10212 2005-11-17 John Paul Wallington <jpw@pobox.com>
10213
10214 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10215 Use `posn-set-point' instead of `mouse-set-point' because the
10216 latter is not fbound when configured without X.
10217
10218 * comint.el (comint-insert-input): Likewise.
10219
10220 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10221
10222 * simple.el (hard-newline): New variable.
10223 (sendmail-user-agent-compose, next-line): Use it.
10224
10225 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10226 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10227 (mail-mail-reply-to, mail-mail-followup-to)
10228 (mail-position-on-field, mail-signature, mail-yank-original)
10229 (mail-attach-file): Likewise.
10230
10231 * mail/mailheader.el (mail-header-format)
10232 (mail-header-format-function): Likewise.
10233
10234 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10235
10236 2005-11-17 Juri Linkov <juri@jurta.org>
10237
10238 * font-lock.el (font-lock-faces): Rename this defgroup from
10239 `font-lock-highlighting-faces'.
10240 (font-lock-comment-face, font-lock-comment-delimiter-face)
10241 (font-lock-string-face, font-lock-doc-face)
10242 (font-lock-keyword-face, font-lock-builtin-face)
10243 (font-lock-function-name-face, font-lock-variable-name-face)
10244 (font-lock-type-face, font-lock-constant-face)
10245 (font-lock-warning-face, font-lock-negation-char-face)
10246 (font-lock-preprocessor-face)
10247 (font-lock-regexp-grouping-backslash)
10248 (font-lock-regexp-grouping-construct): Rename :group from
10249 `font-lock-highlighting-faces' to `font-lock-faces'.
10250
10251 * cus-edit.el (lisp, c, tex):
10252 * progmodes/ada-mode.el (ada):
10253 * progmodes/asm-mode.el (asm):
10254 * progmodes/cperl-mode.el (cperl-faces):
10255 * progmodes/cpp.el (cpp):
10256 * progmodes/dcl-mode.el (dcl):
10257 * progmodes/f90.el (f90):
10258 * progmodes/fortran.el (fortran):
10259 * progmodes/icon.el (icon):
10260 * progmodes/idlwave.el (idlwave-misc):
10261 * progmodes/m4-mode.el (m4):
10262 * progmodes/make-mode.el (makefile):
10263 * progmodes/meta-mode.el (meta-font):
10264 * progmodes/modula2.el (modula2):
10265 * progmodes/octave-mod.el (octave):
10266 * progmodes/pascal.el (pascal):
10267 * progmodes/perl-mode.el (perl):
10268 * progmodes/prolog.el (prolog):
10269 * progmodes/ps-mode.el (PostScript-edit):
10270 * progmodes/scheme.el (scheme):
10271 * progmodes/sh-script.el (sh-script):
10272 * progmodes/simula.el (simula):
10273 * progmodes/tcl.el (tcl):
10274 * textmodes/nroff-mode.el (nroff):
10275 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10276 * textmodes/sgml-mode.el (sgml):
10277 * textmodes/texinfo.el (texinfo):
10278 Add :link (custom-group-link font-lock-faces) to defgroup.
10279
10280 * hi-lock.el (hi-lock): Rename this defgroup from
10281 `hi-lock-interactive-text-highlighting'. Change parent group from
10282 `faces' to `font-lock'. Add link to the manual.
10283 (hi-lock-mode, hi-lock-file-patterns-range)
10284 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10285 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10286 (hi-lock-faces): Add :group `faces'.
10287
10288 * cus-edit.el (custom-variable-prompt): Clarify the code.
10289
10290 * faces.el (face-read-string): Set the default value arg of
10291 completing-read.
10292
10293 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10294
10295 * rfn-eshadow.el (file-name-shadow-properties)
10296 (file-name-shadow-tty-properties, file-name-shadow-mode):
10297 Remove autoloads, because the file is now preloaded.
10298
10299 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10300
10301 * printing.el (easy-menu-intern): Don't define.
10302 (pr-get-symbol): Use easy-menu-intern only if defined.
10303
10304 * simple.el (blink-matching-open): Simplify a bit.
10305 (completion-setup-function): Fix the case of partial-completion-mode
10306 when the minibuffer's contents start with "-".
10307 Obey completion-base-size-function even when
10308 minibuffer-completing-file-name is non-nil.
10309
10310 2005-11-16 Richard M. Stallman <rms@gnu.org>
10311
10312 * net/eudcb-ph.el (eudc-ph-open-session):
10313 Use set-process-query-on-exit-flag.
10314
10315 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10316
10317 * international/ucs-tables.el (ucs-set-table-for-input):
10318 Use make-local-variable, not make-variable-buffer-local.
10319
10320 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10321 Improve warning message text.
10322
10323 * savehist.el (savehist-save-hook): Add :group.
10324
10325 * menu-bar.el (menu-bar-help-menu):
10326 Rename Find Extra Packages to External Packages.
10327
10328 * cus-edit.el (Custom-reset-standard): Verify that
10329 :custom-standard-value prop exists before calling it.
10330
10331 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10332
10333 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10334
10335 * wid-edit.el (color): Enclose %t in %{...%}.
10336
10337 * cus-edit.el (face): Enclose %t in %{...%}.
10338
10339 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10340
10341 * savehist.el (savehist-mode-hook): Re-add the var.
10342 (savehist-mode): Use it.
10343
10344 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10345
10346 * textmodes/flyspell.el: Fix commenting convention.
10347 Remove unnecessary leading * in custom docstrings.
10348 (flyspell-emacs): Remove unused var.
10349 (flyspell-delete-region-overlays): Use remove-overlays.
10350 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10351 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10352 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10353 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10354 (make-flyspell-overlay): Don't locally reuse a global name.
10355 (flyspell-highlight-incorrect-region)
10356 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10357 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10358 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10359 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10360 Wrap calls to accept-process-output inside with-local-quit since it's
10361 often called from a post-command-hook.
10362 (flyspell-correct-word, flyspell-auto-correct-word):
10363 Use ispell-send-string.
10364 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10365
10366 * calendar/diary-lib.el (diary-list-entries): Also hide the
10367 terminating newline.
10368
10369 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10370
10371 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10372 window-system, to allow fonts on tty.
10373
10374 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10375
10376 * progmodes/gud.el (gud-speedbar-item-info): New function.
10377 (gud-install-speedbar-variables): Use it to display data type
10378 of watch expression as a tooltip in speedbar.
10379
10380 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10381
10382 * font-core.el (global-font-lock-mode): Add :version keyword,
10383 because default was changed.
10384
10385 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10386
10387 * startup.el (command-line): Use `custom-reevaluate-setting' for
10388 `file-name-shadow-mode'.
10389
10390 * loadup.el: Preload rfn-eshadow.
10391
10392 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10393 Add :version keyword.
10394 (file-name-shadow-properties, file-name-shadow-tty-properties)
10395 (file-name-shadow): Add :version keyword.
10396
10397 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10398 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10399 in the custom-group property of the symbol frames and the fringe
10400 group got no link to its parent group frames.
10401 Doc fix.
10402
10403 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10404
10405 * progmodes/gud.el (gud-stop-subjob): New function.
10406 (gud-menu-map, gud-tool-bar-map): Use it.
10407
10408 2005-11-16 Kim F. Storm <storm@cua.dk>
10409
10410 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10411 than kill it.
10412 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10413 to a more useful/logical place.
10414
10415 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10416
10417 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10418 go buttons complementary.
10419
10420 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10421
10422 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10423 (rfn-eshadow-sifn-equal): New function.
10424 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10425
10426 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10427
10428 * viper-utils.el (viper-non-word-characters-reformed-vi):
10429 Quote `-' in string.
10430
10431 * viper.el (viper-emacs-state-mode-list): Ensure that
10432 rcirc-mode buffers come up in Emacs state.
10433
10434 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10435 operation.
10436
10437 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10438
10439 * term.el (term-termcap-format): Fix typos.
10440 (term-down): Fix the negative argument case.
10441
10442 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10443
10444 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10445 2005-08-15.
10446 (gdb-ann3): New command gud-go.
10447 (menu): Accomodate gdb-mi.el.
10448 (gdb-assembler-custom): Make buffer of selected window current
10449 so that set-window-point works.
10450
10451 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10452 buttons and include new ones.
10453
10454 2005-11-16 Kim F. Storm <storm@cua.dk>
10455
10456 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10457 (gud-menu-map): Use it.
10458
10459 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10460
10461 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10462 that works correctly for Custom and that does not override a user
10463 who disables it.
10464
10465 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10466 (help-xref-interned, help-follow): Make hyperlinks for variables
10467 that are unbound, but have a non-nil variable-documentation property.
10468
10469 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10470 mode hook. (It conflicted with defcustoms for some mode hooks.)
10471 Use the `variable-documentation' property to give the mode hook a
10472 docstring and expand that docstring.
10473
10474 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10475
10476 * savehist.el (savehist-mode): Don't bother with
10477 `custom-set-minor-mode'.
10478 (savehist-coding-system): Check XEmacs version.
10479 (history-length): Declare also at run time.
10480 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10481 Don't set the customize state.
10482 (savehist-minibuffer-hook): Special case for when
10483 minibuffer-history-variable is equal to t.
10484
10485 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10486
10487 * files.el (write-file): Refresh VC status.
10488
10489 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10490 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10491 than fundamental-mode to see if the mode was set.
10492
10493 2005-11-14 Romain Francoise <romain@orebokech.com>
10494
10495 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10496 dummy function in `eval-when-compile' to avoid compiler warning.
10497 Require `man' at compile time.
10498
10499 2005-11-14 Jay Belanger <belanger@truman.edu>
10500
10501 * calc-alg.el (calcFunc-write-out-power): Rename it to
10502 calcFunc-powerexpand.
10503 (math-write-out-power): Rename it to math-powerexpand; have it
10504 handle negative exponents.
10505 (calc-writeoutpower): Rename it to calc-powerexpand.
10506
10507 * calc-ext.el: Change calcFunc-writeoutpower and
10508 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10509 autoloads.
10510 Add calcFunc-ldiv to autoloads.
10511
10512 * calc-arith.el (calcFunc-ldiv): New function.
10513
10514 * calc.el (calc-left-divide): New function.
10515
10516 2005-11-14 Juri Linkov <juri@jurta.org>
10517
10518 * cus-edit.el (custom-variable-prompt): Set the default value arg
10519 of completing-read.
10520
10521 * cus-dep.el (custom-make-dependencies): Reverse the list of
10522 found dependencies.
10523
10524 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10525
10526 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10527 Highlighting" entry, it is on by default now.
10528 (menu-bar-options-save): Do not save global-font-lock-mode.
10529
10530 2005-11-13 Richard M. Stallman <rms@gnu.org>
10531
10532 * textmodes/flyspell.el (flyspell-large-region):
10533 Call flyspell-accept-buffer-local-defs.
10534
10535 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10536
10537 * textmodes/flyspell.el (flyspell-notify-misspell):
10538 Fix misspelling of "Misspelling".
10539 (flyspell-process-localwords): New function.
10540 (flyspell-large-region): Call flyspell-process-localwords and
10541 flyspell-delete-region-overlays.
10542 (flyspell-delete-region-overlays): New function.
10543 (flyspell-delete-all-overlays): Call that.
10544
10545 2005-11-13 Richard M. Stallman <rms@gnu.org>
10546
10547 * help.el (help-for-help-internal): Improve doc of C-h a.
10548 (describe-key): Improve prompt; doc fix.
10549
10550 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10551
10552 * vc-svn.el (vc-svn-registered): Catch all errors.
10553
10554 * cus-dep.el (custom-make-dependencies): Typo.
10555
10556 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10557
10558 * net/tramp-util.el (top): Fix compilation warning.
10559
10560 2005-11-13 Kim F. Storm <storm@cua.dk>
10561
10562 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10563
10564 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10565
10566 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10567 (gud-speedbar-buttons): Match on "const char *" too.
10568
10569 * progmodes/gdb-ui.el (gdb-var-create-handler)
10570 (gdb-var-list-children-handler): Match on "const char *" too.
10571 (gdb-var-evaluate-expression-handler): Match on empty string.
10572 (gdb-var-update-handler): Only call
10573 gdb-var-evaluate-expression-handler when required.
10574
10575 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10576
10577 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10578 selected window. This still doesn't work for speedbar.
10579 (gud-speedbar-buttons): Handle string expressions properly.
10580
10581 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10582 (gdb-var-create-handler): Handle string expressions properly.
10583 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10584 Handle string expressions properly. Move "type" field into regexp.
10585
10586 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10587
10588 * bookmark.el (bookmark-maybe-message): New function to reduce
10589 code duplication: invokes `message' iff baud-rate is high enough.
10590 (bookmark-write-file): Use above instead of an inline conditional.
10591 (bookmark-load): Same.
10592
10593 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10594
10595 * bookmark.el (bookmark-write-file): Don't visit the destination
10596 file, just write the data to it using write-region. This is
10597 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10598 change to avoid visiting the file in the first place.
10599
10600 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10601
10602 * hi-lock.el (hi-lock-mode): Set the default value of
10603 font-lock-defaults.
10604
10605 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10606
10607 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10608 arg to `file-attributes'.
10609 (find-lisp-format): The UID and GID can now be strings.
10610
10611 2005-11-12 Kim F. Storm <storm@cua.dk>
10612
10613 * help.el (help-map): Bind C-h d to apropos-documentation.
10614
10615 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10616 when point is at end-of-buffer.
10617
10618 * apropos.el (apropos-match-face): Doc fix.
10619 (apropos-sort-by-scores): Add new choice `verbose'.
10620 (apropos-documentation-sort-by-scores): New defcustom.
10621 (apropos-pattern): Now contains the pattern entered by the user.
10622 (apropos-pattern-quoted): New defvar.
10623 (apropos-regexp): New defvar, containing the regexp corresponding
10624 to apropos-pattern.
10625 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10626 (apropos-read-pattern): New defun. Use it to read pattern arg in
10627 interactive calls; returns list of words for a word list, and
10628 string for a regexp.
10629 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10630 parses a list of words or regexp as returned by apropos-read-pattern.
10631 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10632 (apropos-score-doc): Return a very high score if the string
10633 entered by the user matches literally.
10634 (apropos-variable): Doc fix. Use apropos-read-pattern.
10635 (apropos-command): Doc fix. Use apropos-read-pattern and
10636 apropos-parse-pattern. Call apropos-print with nosubst=t.
10637 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10638 apropos-parse-pattern.
10639 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10640 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10641 apropos-documentation-sort-by-scores. Call apropos-print with
10642 nosubst=t.
10643 (apropos-documentation-internal): Pass doc string through
10644 substitute-key-definition before adding text properties.
10645 Highlight substring matching literal user input if possible.
10646 (apropos-documentation-check-doc-file): Remove locals beg and end.
10647 Fix calculation of score (as added twice). Pass doc string through
10648 substitute-key-definition before adding text properties.
10649 (apropos-documentation-check-elc-file): Pass doc string through
10650 substitute-key-definition before adding text properties.
10651 Highlight substring matching literal user input if possible.
10652 (apropos-print): Add new arg NOSUBST; if set, command and variable
10653 doc strings have already been passed through substitute-key-definition.
10654 Add code to handle apropos-accumulator items without score element
10655 for backwards compatibility (e.g. with woman package).
10656 Only show scores if apropos-sort-by-scores is `verbose'.
10657
10658 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10659
10660 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10661 Add jka-compr-load-suffixes to load-suffixes.
10662
10663 * jka-compr.el: Require jka-cmpr-hook.
10664 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10665 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10666 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10667 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10668 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10669 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10670 (jka-compr-uninstall): Remove entries from
10671 jka-compr-added-to-file-coding-system-alist after they are used.
10672 (jka-compr-error): Remove unused var `curbuf'.
10673 (jka-compr-file-local-copy): Remove unused var `notfound'.
10674
10675 2005-11-10 Romain Francoise <romain@orebokech.com>
10676
10677 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10678
10679 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10680
10681 * progmodes/gud.el (gud-menu-map): Move parentheses.
10682 (gdb): New command gud-pv.
10683
10684 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10685
10686 * tar-mode.el: Remove spurious or unnecessary leading stars
10687 in docstrings.
10688 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10689 (tar-parse-octal-integer-safe): Use mapc.
10690 (tar-header-block-summarize): Remove unused var `ck'.
10691 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10692 cleared before. Obey default-enable-multibyte-characters.
10693 Use mapconcat. Simplify setting of tar-header-offset.
10694 (tar-mode-map): Move initialization inside delcaration.
10695 (tar-flag-deleted): Use `abs'.
10696 (tar-expunge-internal): Remove unused var `line'.
10697 (tar-expunge-internal): Don't hardcode point-min==1.
10698 (tar-expunge): Widen while doing set-buffer-multibyte.
10699 (tar-rename-entry): Use file-name-coding-system.
10700 (tar-alter-one-field): Don't hardcode point-min==1.
10701 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10702 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10703
10704 2005-11-10 Masatake YAMATO <jet@gyve.org>
10705
10706 * add-log.el (add-log-current-defun): Handle class::method
10707 notation of c++. Fix incorrect comment.
10708
10709 2005-11-10 Alan Mackenzie <acm@muc.de>
10710
10711 * help-fns.el (describe-variable): Make C-h v work when a variable
10712 has variable documentation yet is unbound.
10713
10714 2005-11-10 Masatake YAMATO <jet@gyve.org>
10715
10716 * man.el (Man-highlight-references): Set an empty
10717 string to `Man-arguments' if it is nil.
10718 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10719
10720 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10721
10722 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10723 commenting conventions.
10724
10725 * cus-dep.el (custom-make-dependencies): Simplify.
10726 Better follow the commenting conventions.
10727
10728 2005-11-09 Richard M. Stallman <rms@gnu.org>
10729
10730 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10731 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10732 All uses changed.
10733 (apropos-rewrite-regexp): Doc fix.
10734 (apropos-variable, apropos-command, apropos, apropos-value):
10735 Change prompt; carry through the argument renaming.
10736
10737 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10738
10739 * find-lisp.el: Require dired.
10740 (find-lisp-find-dired-internal): Do not call
10741 `abbreviate-file-name' on DIR.
10742
10743 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10744
10745 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10746
10747 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10748
10749 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10750 when using the speedbar.
10751 (gdb): New command gud-pp.
10752 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10753
10754 2005-11-09 Juri Linkov <juri@jurta.org>
10755
10756 * replace.el (occur-excluded-properties): New defcustom.
10757 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10758
10759 2005-11-08 Jay Belanger <belanger@truman.edu>
10760
10761 * calc/calc-units.el (math-convert-units): Replace any composite
10762 unit by its definition.
10763
10764 2005-11-08 Lars Hansen <larsh@soem.dk>
10765
10766 * emacs-lisp/autoload.el (update-directory-autoloads):
10767 Add obsolete function alias.
10768
10769 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10770
10771 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10772 comment-indent-function.
10773 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10774
10775 * reveal.el (reveal-post-command): Rework the handling of
10776 reveal-open-spots, so as to be more reliable. There were several
10777 tricky corner cases where an open spot might be lost, or where
10778 a closed spot might end up on the list of open spots.
10779 Only reveal text that's ellipsised.
10780
10781 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10782
10783 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10784
10785 2005-11-07 John Paul Wallington <jpw@gnu.org>
10786
10787 * ibuffer.el (ibuffer): Search iconified frames too when
10788 getting Ibuffer buffer's window.
10789
10790 2005-11-06 Richard M. Stallman <rms@gnu.org>
10791
10792 * progmodes/compile.el (compilation-internal-error-properties):
10793 save-excursion around the computation of MARKER.
10794
10795 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10796
10797 * textmodes/flyspell.el (flyspell-external-point-words):
10798 flyspell-get-word returns a list, not just a string.
10799
10800 2005-11-06 John Paul Wallington <jpw@pobox.com>
10801
10802 * ibuffer.el (ibuffer): Search all visible frames when getting
10803 Ibuffer buffer's window.
10804
10805 2005-11-07 Masatake YAMATO <jet@gyve.org>
10806
10807 * man.el (Man-reference-regexp): Accept spaces between
10808 `Man-name-regexp' and `Man-section-regexp'.
10809 (Man-apropos-regexp): New variable.
10810 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10811 if available.
10812 (Man-highlight-references, Man-highlight-references0):
10813 Handle the case when `Man-arguments' includes "-k".
10814 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10815 `TARGET'. `TARGET' can be a number, function or nil.
10816
10817 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10818
10819 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10820 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10821 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10822 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10823 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10824 (gdb-send-item): Use buffer-local-value and simplify.
10825
10826 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10827
10828 * startup.el (command-line): Use `custom-reevaluate-setting' for
10829 `global-font-lock-mode'.
10830
10831 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10832 by default, except in batch mode or when the -D option is given.
10833
10834 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10835 specified keyword args on to `define-minor-mode'. Update docstring.
10836
10837 2005-11-05 Romain Francoise <romain@orebokech.com>
10838
10839 * replace.el (occur-engine): Add marker at end of line, too.
10840
10841 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10842
10843 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10844 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10845 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10846 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10847 argument to all these routines, so the passphrase can be managed
10848 externally and passed in to the system.
10849 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10850 pgg-add-passphrase-to-cache function.
10851
10852 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10853 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10854 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10855 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10856 argument to all these routines, so the passphrase can be managed
10857 externally and passed in to the system.
10858 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10859 function.
10860
10861 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10862
10863 * font-lock.el: Don't deal with font-lock-face-attributes here,
10864 move the code ...
10865
10866 * startup.el (command-line): ... here. Use face-spec-set instead
10867 of custom-declare-face.
10868
10869 * faces.el (face-spec-set): Reset the face if spec is not nil.
10870
10871 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10872
10873 * newcomment.el (comment-region-internal): Box more tightly in the
10874 common case where there's no TAB in the boxed text.
10875
10876 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10877
10878 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10879 up-node.
10880
10881 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10882
10883 * newsticker.el: Commentary updated. Code formatting changed.
10884 (newsticker-version): Change to "1.9".
10885 (newsticker, newsticker-feed): Doc fix.
10886 (newsticker-url-list): Doc fix. Add option "Weekly".
10887 (newsticker-retrieval-interval): Add option "Weekly".
10888 (newsticker-headline-processing): Doc fix.
10889 (newsticker-auto-mark-filter): Remove.
10890 (newsticker-auto-mark-filter-list): New.
10891 (newsticker-layout, newsticker-sort-method): Doc fix.
10892 (newsticker-hide-old-items-in-newsticker-buffer)
10893 (newsticker-heading-format, newsticker-item-format)
10894 (newsticker-desc-format): Doc fix.
10895 (newsticker-show-all-rss-elements): Remove.
10896 (newsticker-show-all-news-elements): New.
10897 (newsticker-faces, newsticker-ticker): Doc fix.
10898 (remove-from-invisibility-spec): Code formatting.
10899 (newsticker--process-ids): New.
10900 (newsticker-mode): Doc fix.
10901 (newsticker-mode): Change mode-line-format.
10902 (newsticker-start): Remove debug output.
10903 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10904 (newsticker-w3m-show-inline-images): Code formatting.
10905 (newsticker-next-item): Call `force-mode-line-update'.
10906 (newsticker-previous-item): Call `force-mode-line-update'.
10907 (newsticker-next-feed): Call `force-mode-line-update'.
10908 (newsticker-previous-feed): Call `force-mode-line-update'.
10909 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10910 (newsticker-show-old-items): Do not show descs.
10911 (newsticker-hide-entry): Hide too much.
10912 (newsticker-hide-entry, newsticker-show-entry)
10913 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10914 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10915 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10916 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10917 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10918 (newsticker-get-news): Call `force-mode-line-update'.
10919 Collect process ids.
10920 (newsticker--sentinel): Change coding system handling.
10921 Move image retrieval to new functions newsticker--get-logo-url-*.
10922 Move feed parsing to new functions newsticker--parse-*.
10923 Update list of process ids.
10924 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10925 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10926 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10927 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10928 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10929 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10930 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10931 (newsticker--decode-coding-string): Remove.
10932 (newsticker--decode-numeric-entities): Check input. Format code.
10933 (newsticker--remove-whitespace): Check input.
10934 (newsticker--do-forget-preformatted): Doc fix.
10935 (newsticker--decode-rfc822-date): Allow for missing time.
10936 (newsticker--update-process-ids): New.
10937 (newsticker--image-sentinel): Change comment.
10938 (newsticker--image-read): Change error message.
10939 (newsticker--imenu-goto): Doc fix. Show headline title.
10940 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10941 (newsticker--buffer-do-insert-text): Clean whitespace in
10942 html-rendered headline title. Code formatting.
10943 Call `newsticker--buffer-print-extra-elements'.
10944 (newsticker--buffer-print-extra-element): Remove.
10945 (newsticker--buffer-print-extra-elements): New.
10946 (newsticker--buffer-do-print-extra-element): New.
10947 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10948 large sizes.
10949 (newsticker--run-auto-mark-filter)
10950 (newsticker--do-run-auto-mark-filter):
10951 Use `newsticker-auto-mark-filter-list'.
10952
10953 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10954
10955 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10956 (rcirc-print): Force redisplay before running hooks. Do long
10957 buffer truncation after making new text read-only. Deal with nil
10958 text when decoding strings. If TARGET is nil, use either the
10959 currently selected buffer, if it is an rcirc buffer and of the
10960 same process or the process buffer.
10961 (rcirc-mode): Remove header-line. Recompute short buffer names.
10962 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10963 (rcirc-short-buffer-name): Add variable.
10964 (rcirc-kill-buffer-hook): Recompute short buffer names.
10965 Remove nick from private channel.
10966 (rcirc-send-input): Send command text to current-buffer.
10967 Don't clear overlay arrow here.
10968 (rcirc-short-buffer-name): Return a short buffer name.
10969 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10970 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10971 buffer-name abbreviations.
10972 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10973 Do not touch nick-table when killing a parted channel.
10974 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10975 Clear arrow from current buffer if it is now hidden.
10976 (rcirc-current-buffer): Add variable.
10977 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10978 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10979 Remove -face from names.
10980 (rcirc-update-activity-string): Print "DND" when globally ignoring
10981 activity.
10982 (rcirc-ignore-buffer-activity-flag): Rename from
10983 rcirc-ignore-channel-activity.
10984 (rcirc-ignore-all-activity-flag): Doc fix.
10985 (rcirc-channels): Remove variable.
10986 (rcirc-kill-buffer-hook):
10987 (rcirc-get-buffer-create): Add nick to private channel.
10988 (rcirc-multiline-edit-submit): Remove tabs.
10989 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10990 folded.
10991 (rcirc-remove-nick-channel): Bug fix.
10992 (rcirc-toggle-ignore-buffer-activity): Rename from
10993 rcirc-toggle-ignore-channel-activity.
10994 (rcirc-record-activity): Add buffers to the front of the list.
10995 (rcirc-update-activity): Remove killed buffers from list.
10996 (rcirc-process-server-response-1): Remove last argument if it is
10997 null before calling handler.
10998 (rcirc): Add "rcirc" defcustom prefix.
10999 (rcirc-prompt): Simplify default prompt.
11000 Use custom-initialize-default.
11001 (rcirc-private-chats): Remove variable.
11002 (rcirc-prompt): Change initialization.
11003 (rcirc-version): Remove function.
11004 (rcirc-id-string): Add constant.
11005 (rcirc-last-buffer): Remove variable.
11006 (rcirc-buffer-alist): Add variable.
11007 (rcirc-connect): Update variable setup.
11008 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11009 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11010 default.
11011 (rcirc-handler-generic): Trigger activity.
11012 (rcirc-send-message): Create the buffor of the target.
11013 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11014 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11015 (rcirc-multiline-edit-cancel): Remove function.
11016 (rcirc-set-last-buffer): Remove function.
11017 (rcirc-get-any-buffer): Add function.
11018 (rcirc-join-channels): Don't print /join text.
11019 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11020 messages.
11021 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11022 (rcirc-handler-NOTICE): Recognize CTCP responses.
11023 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11024 constructing TOPIC string for buffers we are not JOINed.
11025 (rcirc-handler-CTCP-response): Add handler.
11026 (rcirc-multiline-edit-submit): Restore the window-configuration
11027 before adjusting point.
11028 (rcirc): Add customization group.
11029 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11030 (rcirc-user-full-name, rcirc-startup-channels-alist)
11031 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11032 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11033 (rcirc-input-ring-size, rcirc-read-only-flag)
11034 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11035 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11036 Change defvar to defcustom.
11037 (rcirc-update-prompt): Add optional ALL arg, which will update
11038 prompts in all rcirc buffers. Regexp quote replacement text.
11039 (rcirc-fill-column): Accept frame-width as a value.
11040 (rcirc-set-changed): Add function.
11041 (rcirc-next-active-buffer): Write more meaningful messages.
11042 (rcirc-faces): Add customization group.
11043 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11044 (rcirc-nick-in-message-face, rcirc-prompt-face)
11045 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11046 (with-rcirc-process-buffer): Move before first usage.
11047 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11048 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11049 (rcirc-debug): Rename from `rcirc-log'.
11050 (rcirc-format-response-string): Do not print `-' chars for a
11051 NOTICE with no sender. Simplify output of server responses.
11052
11053 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11054
11055 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11056 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11057 Make urls mouse and RET clickable.
11058
11059 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11060
11061 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11062
11063 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11064
11065 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11066 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11067 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11068 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11069 argument to all these routines, so the passphrase can be managed
11070 externally and passed in to the system.
11071 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11072 pgg-add-passphrase-to-cache function.
11073
11074 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11075 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11076 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11077 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11078 argument to all these routines, so the passphrase can be managed
11079 externally and passed in to the system.
11080 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11081 function.
11082
11083 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11084
11085 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11086 from goto-address-url-regexp.
11087
11088 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11089
11090 * textmodes/org.el (org-read-date, org-goto-calendar)
11091 (org-recenter-calendar, org-agenda-goto-calendar):
11092 Temporarily clear `calendar-move-hook'.
11093
11094 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11095
11096 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11097 merging.
11098
11099 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11100 have merge clashes.
11101
11102 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11103
11104 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11105 Undo previous change.
11106
11107 * startup.el (command-line): Use `custom-reevaluate-setting' for
11108 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11109 tty-register-default-colors on Mac.
11110
11111 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11112
11113 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11114 (gdb-buffer-type): Make it automatically buffer local...
11115 (gdb-get-create-buffer): ...and set it accordingly.
11116 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11117 actually work.
11118
11119 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11120
11121 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11122 not red.
11123
11124 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11125
11126 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11127 case GUD buffer is not visible.
11128 (gdb-goto-breakpoint): Try to force display in source buffer.
11129 (gdb-frame-gdb-buffer): Copy other similar functions.
11130 (gdb-restore-windows): Don't display source if not asked for.
11131 (gdb-assembler-buffer-name): Don't capitalise.
11132
11133 2005-11-03 Richard M. Stallman <rms@gnu.org>
11134
11135 * wid-edit.el (key-sequence): New widget type.
11136
11137 * simple.el (set-mark-command-repeat-pop): New variable.
11138 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11139 if set-mark-command-repeat-pop is true.
11140
11141 * info.el (Info-fontify-node): Don't display extra "see" if there
11142 already is one here.
11143
11144 * mouse.el: Fix special handling of DEL after dragging a region:
11145 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11146 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11147
11148 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11149
11150 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11151 not to assume it pertains to an affix.
11152
11153 * textmodes/flyspell.el (flyspell-post-command-hook):
11154 Bind deactivate-mark to prevent deactivation.
11155
11156 2005-11-03 Lars Hansen <larsh@soem.dk>
11157
11158 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11159 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11160 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11161
11162 2005-11-03 Romain Francoise <romain@orebokech.com>
11163
11164 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11165 Update copyright years.
11166
11167 2005-11-03 Sam Steingold <sds@gnu.org>
11168
11169 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11170 Use system-type instead of window-system because window-system is not
11171 correctly defined during loadup.
11172
11173 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11174
11175 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11176 (xml-parse-tag): Join strings separated by a comment properly.
11177
11178 2005-11-02 Andreas Schwab <schwab@suse.de>
11179
11180 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11181
11182 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11183
11184 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11185 (byte-optimize-pure-func): Quote the eval'd value.
11186
11187 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11188 Rename from perl-font-lock-syntactic-face-function.
11189 Change the calling convention so it can be used as a font-lock MATCHER.
11190 Do the parse-partial-sexp loop outselves.
11191 (perl-font-lock-syntactic-keywords): Use it.
11192 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11193
11194 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11195
11196 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11197 disassembly buffer too.
11198 (gdb-exited): Remove overlay arrows when execution has finished.
11199 (gdb-info-frames-custom, gdb-info-threads-custom)
11200 (gdb-info-registers-custom): Don't add inappropriate text
11201 properties if inferior is not active.
11202
11203 2005-11-02 Glenn Morris <rgm@gnu.org>
11204
11205 * progmodes/fortran.el (fortran-blink-match):
11206 Use `blink-matching-delay'.
11207
11208 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11209
11210 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11211
11212 2005-11-02 Lars Hansen <larsh@soem.dk>
11213
11214 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11215 "Permission denied".
11216
11217 2005-11-01 Richard M. Stallman <rms@gnu.org>
11218
11219 * textmodes/flyspell.el (flyspell-external-point-words):
11220 Pass nil to flyspell-get-word.
11221
11222 2005-11-02 Kim F. Storm <storm@cua.dk>
11223
11224 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11225 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11226
11227 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11228
11229 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11230 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11231 (calendar-mouse-print-dates): Add optional `event' argument.
11232 Update interactive-spec.
11233 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11234 Use `calendar-event-to-date' instead of `event'.
11235
11236 2005-11-02 Masatake YAMATO <jet@gyve.org>
11237
11238 * progmodes/ld-script.el (ld-script-builtins):
11239 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11240 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11241 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11242
11243 2005-11-01 Romain Francoise <romain@orebokech.com>
11244
11245 * vc-sccs.el: Update copyright year.
11246 * ezimage.el: Likewise.
11247
11248 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11249
11250 * info.el (Info-fontify-node): Use `string-width' for fontifying
11251 underlined titles.
11252
11253 2005-11-01 Juri Linkov <juri@jurta.org>
11254
11255 * info.el (Info-fontify-node): Downcase node header keywords Node,
11256 Prev, Next, Up before comparison.
11257 (Info-history): Insert absolute directory name, and put invisible
11258 property on it.
11259
11260 2005-11-01 Juri Linkov <juri@jurta.org>
11261
11262 * info.el (Info-file-supports-index-cookies): New variable.
11263 (Info-find-node-2): Check makeinfo version for index cookie support.
11264 (Info-index-nodes): Search for nodes with index cookies only when
11265 Info-file-supports-index-cookies is t. Otherwise, search nodes
11266 with "Index" in the node name.
11267 (Info-index-node): Search index cookie in the current node only when
11268 Info-file-supports-index-cookies is t. Otherwise, check the word
11269 "Index" in the node name.
11270 (Info-find-emacs-command-nodes): Remove code that searches nodes
11271 with "Index" node name in the top menu.
11272
11273 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11274
11275 * progmodes/scheme.el (scheme-mode-variables): Use the default
11276 comment-indent-function.
11277
11278 * faces.el (face-attribute): Handle the case where a face inherits from
11279 a non-existent face.
11280
11281 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11282 for octal and hexa output, and merge the char into the paren.
11283 (kill-new): Use push.
11284 (copy-to-buffer): Use with-current-buffer.
11285 (completion-setup-function): Move code in loop to remove redundancy.
11286 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11287 those inherited from minibuffer-local-completion-map.
11288
11289 * savehist.el (savehist-mode) <defcustom>:
11290 Use custom-set-minor-mode if available.
11291 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11292 and emit a message if applicable.
11293
11294 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11295
11296 * savehist.el: Sync up to version 19.
11297 (savehist-mode): New minor mode.
11298 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11299 (savehist-length): Remove (use history-length instead).
11300 (savehist-file-modes): Rename from savehist-modes.
11301 (savehist-save-hook, savehist-loaded): New vars.
11302 (savehist-load): Use savehist-mode. Try to smooth up transition from
11303 old format to new format.
11304 (savehist-install): Allow savehist-autosave-interval to be nil.
11305 (savehist-save): Run the new hook. Be more careful to only trim the
11306 history variables.
11307 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11308 (savehist-printable): Print into a buffer rather than char-by-char.
11309
11310 2005-11-01 John Wiegley <johnw@newartisans.com>
11311
11312 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11313 toggle-ignore keybinding (C-a). The author said it had been
11314 disabled much earlier due to a possible incompatibility, but after
11315 many months of usage I have encountered no problems (and it is a
11316 rather useful option, especially for switching to " *temp*").
11317
11318 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11319 support for OS/X's AddressBook, by calling out to the open source
11320 program "contacts" (installable through Fink).
11321
11322 * net/eudc.el (eudc-expand-inline): If the
11323 `eudc-multiple-match-handling-method' is set to `all', delete the
11324 query string before inserting the query result.
11325
11326 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11327 flag, to prevent Eshell from using the system ls when
11328 `eshell-ls-insert-directory' is in used.
11329 (eshell-ls-insert-directory): Disable font-lock in directory
11330 buffer so that Eshell's own fontification is seen. This broke
11331 recently due to changes in font-lock, so this goes back to version
11332 21 behavior.
11333
11334 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11335
11336 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11337 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11338 (gdb-many-windows): Doc fix.
11339
11340 2005-10-31 Romain Francoise <romain@orebokech.com>
11341
11342 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11343
11344 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11345
11346 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11347 that global-font-lock-mode can be enabled by default.
11348
11349 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11350 (font-lock-add-keywords, font-lock-remove-keywords)
11351 (font-lock-fontify-buffer): Remove autoload cookies.
11352
11353 * jit-lock.el (jit-lock-register): Likewise.
11354
11355 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11356
11357 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11358
11359 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11360 intact if there is no gud-comint-buffer.
11361
11362 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11363
11364 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11365 old prompt comint-prompt-read-only is t and GDB commands are
11366 issued from tool bar etc.
11367
11368 2005-10-31 Masatake YAMATO <jet@gyve.org>
11369
11370 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11371
11372 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11373
11374 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11375 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11376
11377 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11378
11379 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11380 starting at beginning of line. Fontification is messed up when
11381 `open-paren-in-column-0-is-defun-start' set to t.
11382 Reported by John Paul Wallington <jpw@pobox.com>.
11383
11384 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11385
11386 * comint.el (comint-send-input): Call `comint-update-fence' when
11387 `comint-process-echoes' and `comint-prompt-read-only' are both
11388 non-nil, to avoid leftover read-only newline.
11389
11390 2005-10-30 Richard M. Stallman <rms@gnu.org>
11391
11392 * textmodes/flyspell.el (flyspell-external-point-words):
11393 Detect when WORD can't be checked properly because
11394 flyspell-get-word finds just part of it, and move on.
11395
11396 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11397 boundarychar for Polish.
11398 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11399 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11400
11401 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11402
11403 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11404 (gdb-registers-font-lock-keywords): Delete.
11405 (gdb-registers-mode): Don't fontify.
11406 (gdb-info-registers-custom): Use text properties instead as, in
11407 future, changed register values will use font-lock-warning-face.
11408 (gdb-local-font-lock-keywords): Rename to...
11409 (gdb-locals-font-lock-keywords): ...for consistency.
11410
11411 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11412
11413 * vc.el (vc-switch-backend): Better error message if the buffer is
11414 not visiting a file under version control.
11415
11416 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11417
11418 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11419
11420 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11421 ~/.emacs.d/.emacs.
11422
11423 2005-10-29 Richard M. Stallman <rms@gnu.org>
11424
11425 * replace.el (occur-mode-mouse-goto): Always go to other window.
11426 (occur-mode-goto-occurrence): Always switch in same window.
11427
11428 * simple.el (undo): Display message at end, not at start.
11429
11430 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11431 New arg REUSE-CELL.
11432 (cancel-timer-internal): New function.
11433 (timer-event-handler): Use cancel-timer-internal,
11434 and pass the cell it returns to timer-activate...
11435
11436 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11437 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11438 (jit-lock-after-change): Test memory-full.
11439
11440 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11441
11442 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11443 part of the decoded armor to find the key-identifier.
11444 (pgg-gpg-lookup-key-owner): New function to return the
11445 human-readable identifier of a key owner.
11446 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11447 key itself.
11448 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11449 the key value) if we have a key and can match it against a secret
11450 key. Also, added a note pointing out fact that the prompt only
11451 indicates the first matching key.
11452
11453 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11454 pgg-decrypt-region.
11455 (pgg-pending-timers): A new hash for tracking the passphrase cache
11456 timers, so that new ones supercede old ones.
11457 (pgg-add-passphrase-to-cache): Rename from
11458 `pgg-add-passphrase-cache' to reduce confusion (all callers
11459 changed). Modified to cancel old timers when new ones are added.
11460 (pgg-remove-passphrase-from-cache): Rename from
11461 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11462 changed). Modified to cancel old timers when their keys are
11463 removed from the cache.
11464 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11465 XEmacs, an indirection to delete-itimer.
11466 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11467 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11468 users can only check cache without risk of prompting. Correct bug in
11469 notruncate behavior.
11470 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11471 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11472 Add informative docstrings.
11473 (pgg-decrypt): Convey provided passphrase in subordinate call to
11474 pgg-decrypt-region.
11475
11476 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11477 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11478 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11479 `passphrase' argument, so the passphrase can be managed externally
11480 and then passed in to the system.
11481
11482 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11483 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11484 so the passphrase cache can be used reliably with identifiers
11485 besides a pgp packet's key id.
11486
11487 * pgg-gpg.el (pgg-pgp-encrypt-region)
11488 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11489 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11490 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11491 argument to all these routines, so the passphrase can be managed
11492 externally and passed in to the system.
11493
11494 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11495 `notruncate' argument, so the passphrase cache can be used
11496 reliably with identifiers besides a pgp packet's key id.
11497
11498 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11499
11500 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11501 symmetric encryption.
11502 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11503 encrypted session key.
11504 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11505 message ask for the passphrase in a proper way.
11506
11507 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11508 New user commands for symmetric encryption.
11509
11510 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11511
11512 * textmodes/conf-mode.el (conf-assignment-sign)
11513 (conf-assignment-regexp): Fix docstrings.
11514 (conf-mode-initialize): New function.
11515 (conf-mode): Remove optional args. Use delay-mode-hooks to
11516 recognize recursive calls.
11517 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11518 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11519 (conf-xdefaults-mode): Use define-derived-mode and
11520 conf-mode-initialize.
11521
11522 2005-10-29 Romain Francoise <romain@orebokech.com>
11523
11524 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11525
11526 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11527
11528 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11529 part of the decoded armor to find the key-identifier.
11530 (pgg-gpg-lookup-key-owner): New function to return the
11531 human-readable identifier of a key owner.
11532 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11533 key itself.
11534 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11535 the key value) if we have a key and can match it against a secret
11536 key. Also, added a note pointing out fact that the prompt only
11537 indicates the first matching key.
11538
11539 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11540 pgg-decrypt-region.
11541 (pgg-pending-timers): A new hash for tracking the passphrase cache
11542 timers, so that new ones supercede old ones.
11543 (pgg-add-passphrase-to-cache): Rename from
11544 `pgg-add-passphrase-cache' to reduce confusion (all callers
11545 changed). Modified to cancel old timers when new ones are added.
11546 (pgg-remove-passphrase-from-cache): Rename from
11547 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11548 changed). Modified to cancel old timers when their keys are
11549 removed from the cache.
11550 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11551 XEmacs, an indirection to delete-itimer.
11552 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11553 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11554 users can only check cache without risk of prompting. Correct bug in
11555 notruncate behavior.
11556 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11557 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11558 Add informative docstrings.
11559 (pgg-decrypt): Convey provided passphrase in subordinate call to
11560 pgg-decrypt-region.
11561
11562 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11563
11564 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11565 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11566 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11567 `passphrase' argument, so the passphrase can be managed externally
11568 and then passed in to the system.
11569
11570 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11571 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11572 so the passphrase cache can be used reliably with identifiers
11573 besides a pgp packet's key id.
11574
11575 * pgg-gpg.el (pgg-pgp-encrypt-region)
11576 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11577 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11578 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11579 argument to all these routines, so the passphrase can be managed
11580 externally and passed in to the system.
11581
11582 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11583 `notruncate' argument, so the passphrase cache can be used
11584 reliably with identifiers besides a pgp packet's key id.
11585
11586 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11587
11588 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11589 symmetric encryption.
11590 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11591 encrypted session key.
11592 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11593 message ask for the passphrase in a proper way.
11594
11595 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11596 New user commands for symmetric encryption.
11597
11598 2005-10-28 Bill Wohler <wohler@newt.com>
11599
11600 * help-mode.el (help-url): New button type. Calls browse-url.
11601 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11602 Similar to Info nodes: URL `url'.
11603 (help-make-xrefs): Create help-url buttons for
11604 help-xref-url-regexp matches.
11605
11606 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11607
11608 * tool-bar.el (tool-bar-add-item-from-menu)
11609 (tool-bar-local-item-from-menu): Fix doc strings.
11610
11611 2005-10-28 Romain Francoise <romain@orebokech.com>
11612
11613 * ldefs-boot.el: Update.
11614
11615 * subr.el (locate-library): Move from help-fns.el.
11616 * help-fns.el (locate-library): Move to subr.el.
11617
11618 2005-10-28 Richard M. Stallman <rms@gnu.org>
11619
11620 * net/tramp.el (tramp-completion-mode): defvar moved up.
11621
11622 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11623
11624 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11625
11626 * files.el (find-file-noselect): Use %d to format large file size.
11627
11628 * bindings.el (mode-line-format): Add %e.
11629
11630 * loadup.el ("facemenu"): Load unconditionally.
11631 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11632 ("x-dnd"): Load, when appropriate.
11633
11634 * startup.el (command-line): Call before-init-hook earlier.
11635 Warn about some bad characters in -u user name.
11636
11637 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11638 (flyspell-external-point-words): Error if misspelled word is not found.
11639 Set flyspell-large-region-beg at end of word.
11640
11641 2005-10-28 Andreas Schwab <schwab@suse.de>
11642
11643 * view.el (View-revert-buffer-scroll-page-forward):
11644 Use view-page-size-default.
11645
11646 2005-10-28 Juri Linkov <juri@jurta.org>
11647
11648 * international/quail.el (quail-get-current-str): Translate last
11649 raw character for deterministic input methods.
11650
11651 2005-10-27 Jay Belanger <belanger@truman.edu>
11652
11653 * calc/calc-ext.el: Add functions to autoloads.
11654 (math-identity-matrix-p, math-ident-row-p): New functions.
11655
11656 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11657 multiplication by an identity matrix; don't turn multiplication by
11658 an inverse matrix into division.
11659 (math-div-symbol-fancy): Replace division by matrices with
11660 multiplication by inverse.
11661
11662 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11663
11664 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11665 (calc-writeoutpower): New functions.
11666
11667 2005-10-27 Romain Francoise <romain@orebokech.com>
11668
11669 * replace.el (occur-engine): Include colon in mouse-face highlight.
11670
11671 * dired-x.el: Change Maintainer field.
11672
11673 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11674
11675 * longlines.el (longlines-mode): Bind after-change-functions to
11676 nil during initial decoding and final encoding.
11677
11678 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11679
11680 * term.el (term-emulate-terminal, term-handle-colors-array)
11681 (term-handle-ansi-escape): Specify the terminfo capabilities
11682 implemented.
11683
11684 2005-10-26 Richard M. Stallman <rms@gnu.org>
11685
11686 * info.el (Info-fontify-node): Fix detection of sentence-break
11687 before *Note.
11688
11689 2005-10-26 Romain Francoise <romain@orebokech.com>
11690
11691 * smerge-mode.el: Add `tools' to file keywords.
11692
11693 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11694
11695 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11696 when the fringe is not available.
11697
11698 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11699 (def-gdb-auto-update-trigger): Simplify construction.
11700 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11701 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11702 defined explicitly.
11703 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11704 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11705 defined explicitly.
11706 (gdb-info-locals-custom): Remove as it's a no-op.
11707
11708 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11709
11710 * longlines.el (longlines-mode): Remove narrowing before
11711 performing the initial decoding or final encoding.
11712
11713 2005-10-25 Romain Francoise <romain@orebokech.com>
11714
11715 * emacs-lisp/find-func.el (find-library-name): Also strip
11716 extension if library name ends in .el, to take advantage of
11717 `find-library-suffixes'.
11718
11719 2005-10-25 Richard M. Stallman <rms@gnu.org>
11720
11721 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11722
11723 2005-10-25 Juri Linkov <juri@jurta.org>
11724
11725 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11726 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11727
11728 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11729
11730 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11731 (blackbox-redefine-key): Add argument `map'.
11732
11733 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11734 regions when moving the jit-lock-context-unfontify-pos boundary.
11735
11736 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11737
11738 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11739
11740 2005-10-25 Masatake YAMATO <jet@gyve.org>
11741
11742 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11743
11744 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11745
11746 * play/blackbox.el (blackbox-redefine-key): New function.
11747 (blackbox-mode-map): Use it to remap existing bindings for cursor
11748 motion instead of binding literal keys.
11749
11750 2005-10-25 Glenn Morris <rgm@gnu.org>
11751
11752 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11753 diary does not end in a newline. Do not assume a blank line at
11754 the start of the diary file.
11755
11756 2005-10-25 Kenichi Handa <handa@m17n.org>
11757
11758 * international/quail.el (quail-translate-key): If the input
11759 method is deterministic and failed to handle the last key, restart
11760 the key handling loop from an appropriate key.
11761
11762 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11763
11764 * vc.el (vc-dired-mode): Extend comment for binding of
11765 `directory-listing-before-filename-regexp'.
11766
11767 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11768
11769 * textmodes/texinfo.el (texinfo-mode):
11770 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11771 not to unnecessarily expose emacs-mule's internal char codes.
11772
11773 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11774
11775 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11776 Display hand pointer and help-echo on disabled icon too.
11777 (gdb-mouse-until): New function.
11778 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11779
11780 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11781
11782 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11783 with 2005-10-23 change to doctor.el.
11784
11785 * finder.el (finder-mode-map): Add follow-link binding.
11786
11787 2005-10-25 Kim F. Storm <storm@cua.dk>
11788
11789 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11790 to gdb-mouse-toggle-breakpoint-fringe.
11791 (gdb-mouse-toggle-breakpoint-margin): Rename from
11792 gdb-mouse-toggle-breakpoint. Fix doc.
11793 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11794 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11795 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11796 string properties also for fringe breakpoint bitmaps.
11797
11798 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11799
11800 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11801
11802 2005-10-25 Masatake YAMATO <jet@gyve.org>
11803
11804 * simple.el (completion-common-substring):
11805 Use `completion-common-substring' prior to `completion-base-size'.
11806
11807 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11808
11809 * savehist.el: Require CL while compiling.
11810 (savehist-history-variables): Remove.
11811 (savehist-save-minibuffer-history, savehist-additional-variables)
11812 (savehist-minibuffer-history-variables): New vars.
11813 (savehist-save): Use them.
11814 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11815 (savehist-install): New fun, extracted from savehist-load.
11816 (savehist-load): Use them.
11817
11818 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11819
11820 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11821 a dummy doc-string-elt property.
11822 (defalias, defvaralias, define-category): Add a docstring property.
11823
11824 * image.el (defimage):
11825 * widget.el (define-widget):
11826 * custom.el (defface, defcustom): Add `doc-string' declaration.
11827
11828 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11829 (defadvice): Add `doc-string' declaration.
11830
11831 * emacs-lisp/byte-run.el (macro-declaration-function):
11832 Handle `doc-string' declarations.
11833 (define-obsolete-function-alias, define-obsolete-variable-alias):
11834 Add `doc-string' declaration.
11835
11836 2005-10-24 Kenichi Handa <handa@m17n.org>
11837
11838 * international/utf-7.el (utf-7): Add autoload cookie.
11839
11840 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11841
11842 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11843
11844 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11845 list of directories passed to batch-update-autoloads. Add "." to
11846 the list of the echoed directories.
11847
11848 * pgg-def.el:
11849 * pgg-gpg.el:
11850 * pgg-parse.el:
11851 * pgg-pgp.el:
11852 * pgg-pgp5.el:
11853 * pgg.el: Moved here from the gnus subdirectory.
11854
11855 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11856
11857 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11858 in case comint-prompt-read-only is set to t.
11859
11860 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11861 in case comint-prompt-read-only is set to t.
11862
11863 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11864
11865 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11866 Now a string.
11867 (icalendar-import-format): Handle CLASS, STATUS, URL.
11868 Rename `subject' to `summary'.
11869 (icalendar-import-format-summary): Rename from
11870 `icalendar-import-format-subject'.
11871 (icalendar-import-format-url, icalendar-import-format-status)
11872 (icalendar-import-format-class): New variables.
11873 (icalendar--rris): Take variable argument list.
11874 (icalendar--datestring-to-isodate): Remove unnecessary
11875 calendar-style check when converting dates with explicit month names.
11876 (icalendar-export-region): Change return type of conversion
11877 subroutines. Bury current buffer unless error occurred.
11878 (icalendar--convert-to-ical)
11879 (icalendar--parse-summary-and-rest): New functions.
11880 (icalendar--convert-ordinary-to-ical)
11881 (icalendar--convert-weekly-to-ical)
11882 (icalendar--convert-yearly-to-ical)
11883 (icalendar--convert-block-to-ical)
11884 (icalendar--convert-cyclic-to-ical)
11885 (icalendar--convert-anniversary-to-ical): Change return type.
11886 Strip trailing blanks from subject.
11887 (icalendar--convert-sexp-to-ical): Change return type.
11888 Strip trailing blanks from subject. Handle simple sexp
11889 entries as generated by icalendar.el.
11890 (icalendar--convert-float-to-ical)
11891 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11892 (icalendar-import-file): Doc fix.
11893 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11894 Correct call to icalendar--rris.
11895 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11896 `summary'.
11897 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11898
11899 2005-10-24 Romain Francoise <romain@orebokech.com>
11900
11901 * server.el (server-sentinel): Set query-on-exit flag to nil on
11902 new client processes (it isn't inherited from the server process).
11903
11904 * replace.el (occur-engine): Rearrange text properties.
11905
11906 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11907
11908 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11909 case-fold-search is nil.
11910 (debug-help-follow): Use help-xref-interned directly.
11911
11912 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11913
11914 * thumbs.el (thumbs-image-type): Add .pbm.
11915
11916 2005-10-23 Richard M. Stallman <rms@gnu.org>
11917
11918 * faces.el (inhibit-face-set-after-frame-default): New variable.
11919 (set-face-attribute): Bind it.
11920 (face-set-after-frame-default): Test it.
11921
11922 * help-fns.el (describe-simplify-lib-file-name): New function.
11923 (describe-function-1, describe-variable): Use it.
11924
11925 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11926
11927 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11928 Eliminate nil as possible value.
11929 (tooltip-hide-delay): Reduce internal-border-width.
11930
11931 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11932 (menu-bar-file-menu) <new-file>: Likewise.
11933
11934 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11935
11936 * international/mule.el (load-with-code-conversion):
11937 Pass full file name to `eval-buffer' unless preloading.
11938
11939 * textmodes/flyspell.el (flyspell-large-region):
11940 Call ispell-check-version.
11941
11942 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11943 Fix the make-variable-buffer-local call that was supposed
11944 to be for this variable.
11945 (ispell-aspell-supports-utf8): Doc fix.
11946 (ispell-find-aspell-dictionaries): Preserve elements of
11947 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11948 (ispell-aspell-find-dictionary): Return nil on error.
11949
11950 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11951 (doctor-symptoms): Likewise.
11952
11953 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11954
11955 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11956
11957 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11958 (custom-raised-buttons): Add :set spec.
11959 (custom-button-unraised, custom-button-pressed-unraised):
11960 New faces, so that custom-raised-buttons actually does something.
11961 (custom-mode): Use custom-button and custom-button-pressed.
11962
11963 * wid-edit.el (widget-specify-button): Don't ignore
11964 widget-mouse-face on graphic terminals.
11965 (widget-move-and-invoke): Cleanup.
11966
11967 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11968
11969 * whitespace.el (whitespace-cleanup): Doc fix.
11970
11971 2005-10-23 Romain Francoise <romain@orebokech.com>
11972
11973 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11974 `eval-after-load' to avoid evaluating their result.
11975
11976 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11977
11978 * files.el (directory-listing-before-filename-regexp):
11979 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11980
11981 * dired.el (dired-move-to-filename-regexp): Remove.
11982 All occurences replaced by `directory-listing-before-filename-regexp'.
11983
11984 * dired-x.el, locate.el, vc.el:
11985 Replace `dired-move-to-filename-regexp' by
11986 `directory-listing-before-filename-regexp'. In vc.el it is
11987 overwritten locally; maybe this can be handled in files.el too.
11988
11989 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11990 replaced by `directory-listing-before-filename-regexp'.
11991
11992 2005-10-23 Andreas Schwab <schwab@suse.de>
11993
11994 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11995 and eval-next-after-load.
11996
11997 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11998
11999 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12000 exist, create it.
12001
12002 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12003
12004 * allout.el: Remove autoloads for mailcrypt and crypt++.
12005 Require pgg, pgg-gpg during compilation.
12006 (allout-version): Increment version number to 2.1, and use a literal
12007 rather than RCS Id.
12008 (allout-default-encryption-scheme): Remove.
12009 (allout-passphrase-verifier-handling)
12010 (allout-passphrase-verifier-string)
12011 (allout-file-passphrase-verifier-string)
12012 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12013 (allout-passphrase-hint-handling): Rename and simplify.
12014 (allout-init): Use `find-file-hook' if available, otherwise
12015 `find-file-hooks'.
12016 (allout-mode): Use `write-file-functions' if available, otherwise
12017 `local-write-file-hooks' and, instead of making auto-save-hook
12018 buffer local, make the write-file-hook activity contingent to
12019 allout-mode.
12020 (allout-mode): Use key-binding substitution in the docstring.
12021 (allout-kill-line): Spell-out kill ring data structure mutation
12022 instead of using byte-compiler-complaint-provoking `pop'.
12023 (allout-insert-listified): Use `insert' rather than `insert-string'
12024 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12025 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12026 (allout-encrypt-string): Totally revamped vis new underlying
12027 encryption facilities.
12028 (allout-mc-activate-passwd): Remove.
12029 (allout-obtain-passphrase): New, more or less replaces
12030 allout-mc-activate-passwd.
12031 (allout-encrypted-key-info): More or less replaces
12032 allout-encrypted-text-type.
12033 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12034 (my-mark-marker): Use `(featurep 'xemacs)'.
12035
12036 2005-10-23 Lars Hansen <larsh@soem.dk>
12037
12038 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12039 (byte-compile-file-form-defmumble, byte-compile-defun)
12040 (byte-compile-defmacro): Use it.
12041 (byte-compile-form): Don't call byte-compile-set-symbol-position
12042 when a byte-compile handler is called.
12043
12044 2005-10-22 Romain Francoise <romain@orebokech.com>
12045
12046 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12047
12048 * subr.el (eval-after-load): Convert library name to an absolute
12049 file name using locate-library, since load-history no longer has
12050 library names in it.
12051
12052 2005-10-22 Richard M. Stallman <rms@gnu.org>
12053
12054 * files.el (make-temp-file): Move from subr.el.
12055 * subr.el (make-temp-file): Move to files.el.
12056
12057 * window.el (get-buffer-window-list): Move from subr.el.
12058 * subr.el (get-buffer-window-list): Move to window.el.
12059
12060 * image.el (image-load-path): Use eval-at-startup to initialize.
12061
12062 * subr.el (eval-at-startup): New macro.
12063
12064 * subr.el: Much rearrangement of functions and division
12065 into pages. No code changes.
12066
12067 2005-10-22 Kenichi Handa <handa@m17n.org>
12068
12069 * tar-mode.el (tar-extract): Be sure to call
12070 find-operation-coding-system if set-auto-coding doesn't find a
12071 coding system.
12072
12073 2005-10-22 Kim F. Storm <storm@cua.dk>
12074
12075 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12076 Change users.
12077 (image-type-file-name-regexps): New defconst.
12078 (image-type-from-data): Simplify loop.
12079 (image-type-from-buffer): New defun.
12080 (image-type-from-file-header): Use it instead of image-type-from-data.
12081 Use image-search-load-path instead of only looking in data-directory.
12082 (image-type-from-file-name): New defun.
12083 (image-search-load-path): Change `pathname' to `filename'.
12084 Make PATH arg optional, default to image-load-path.
12085
12086 2005-10-21 Richard M. Stallman <rms@gnu.org>
12087
12088 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12089
12090 * textmodes/paragraphs.el (sentence-end-base): New variable.
12091 (sentence-end): Use sentence-end-base.
12092
12093 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12094
12095 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12096 property independently from the font-lock-multiline variable.
12097
12098 2005-10-21 Richard M. Stallman <rms@gnu.org>
12099
12100 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12101
12102 * startup.el (command-line): Convert library names
12103 in `load-history' to absolute file names.
12104
12105 * subr.el (symbol-file): Doc fix.
12106
12107 * loadhist.el (file-loadhist-lookup): Call locate-library
12108 instead of find-library-name. Don't try converting
12109 abs file names to library names, since load-history no longer
12110 has library names in it.
12111 (file-dependents, file-provides, file-requires): Doc fixes.
12112
12113 2005-10-21 Juri Linkov <juri@jurta.org>
12114
12115 * progmodes/etags.el (tags-table-mode): New function.
12116 (tags-verify-table): Replace initialize-new-tags-table with
12117 tags-table-mode.
12118
12119 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12120 default value.
12121 (desktop-modes-not-to-save): Add tags-table-mode to the
12122 default value.
12123
12124 * info.el (Info-index-next): Add total number of index
12125 alternatives to the message.
12126
12127 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12128 backward only space (instead of space and period) before looking
12129 at sentence end.
12130
12131 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12132 Add the old variable value as 4th default-value arg of read-string.
12133
12134 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12135
12136 * cus-face.el (custom-declare-face): Make face from X resources
12137 also on Mac.
12138
12139 * disp-table.el (standard-display-g1, standard-display-graphic):
12140 Refuse to use string glyphs also on Mac.
12141 (standard-display-european): Don't set terminal coding system also
12142 on Mac.
12143
12144 * frame.el (display-screens): Use x-display-screens also on Mac.
12145
12146 2005-10-21 Romain Francoise <romain@orebokech.com>
12147
12148 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12149
12150 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12151
12152 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12153 and $? into sexps.
12154
12155 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12156 warning face on open-paren-in-column-0.
12157
12158 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12159 boundary case. Fix typo.
12160 Suggested by Martin Rudalics <rudalics@gmx.at>.
12161
12162 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12163
12164 * textmodes/org.el (org-combined-agenda-icalendar-file)
12165 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12166 (org-export-icalendar-this-file)
12167 (org-export-icalendar-all-agenda-files)
12168 (org-export-icalendar-combine-agenda-files): New commands.
12169 (org-export-icalendar, org-print-icalendar-entries)
12170 (org-start-icalendar-file, org-finish-icalendar-file)
12171 (org-ical-ts-to-string): New functions.
12172 (org-read-date, org-goto-calendar)
12173 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12174 call to `calendar'.
12175 (orgtbl-setup): Remove the :keys arguments from the menu description.
12176 (org-after-save-iCalendar-file-hook): New variable.
12177
12178 2005-10-21 Kenichi Handa <handa@m17n.org>
12179
12180 * language/vietnamese.el (tcvn-5712): Make it an alias of
12181 vietnamese-tcvn coding-system.
12182
12183 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12184
12185 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12186 group id is given.
12187
12188 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12189
12190 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12191 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12192 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12193 whose line is either continued or ends with a comment.
12194
12195 2005-10-20 Romain Francoise <romain@orebokech.com>
12196
12197 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12198
12199 * replace.el (occur-engine): Add follow-link property.
12200
12201 * font-core.el (font-lock-mode): Doc fix.
12202
12203 2005-10-20 Richard M. Stallman <rms@gnu.org>
12204
12205 * net/rcirc.el: New file.
12206
12207 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12208
12209 * term.el (term-term-name): Initialize to "eterm-color".
12210
12211 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12212
12213 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12214 for encryption functionality.
12215 Move allout customization subgroup from `editing' to `outlines' group.
12216 Fix commentary keywords to legitimate ones.
12217 Update author info (using my current email address, obscurified).
12218 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12219 (allout-encrypted-topic-p, allout-encrypted-text-type)
12220 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12221 (allout-situate-encryption-key-verifier)
12222 (allout-get-encryption-key-verifier, allout-verify-key)
12223 (allout-next-topic-pending-encryption)
12224 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12225 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12226 (outline-key-verifier-handling, outline-key-hint-handling)
12227 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12228 (allout-file-key-verifier-string, allout-encryption-scheme)
12229 (allout-key-verifier-string, allout-key-hint-string)
12230 (allout-after-save-decrypt): New variables.
12231 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12232 (allout-after-saves-handler): New hook functions.
12233 (allout-post-command-business): Do allout-after-save-decrypt.
12234 (allout-enable-file-variable-adjustment): Custom var to enable
12235 mechanism for adding and adjusting settings of Emacs file variables.
12236 (allout-adjust-file-variable, allout-file-vars-section-data):
12237 New functions, implement the mechanism.
12238 (outlineify-sticky): Use the file vars mechanism.
12239 (allout-inhibit-protection, allout-during-write-cue)
12240 (allout-override-protect, allout-before-change-protect): Remove.
12241 (allout-flag-region, allout-open-topic): Adjust read-only text.
12242 (allout-open-line-not-read-only): Add to facilitate read-only
12243 text based protection.
12244 (allout-kill-line): Revise to adjust read-only text, clue the
12245 user about the inhibition.
12246 (allout-unprotected): Use unwind-protect.
12247 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12248 topic deeper than the offspring depth of the previous topic -
12249 avoiding confusing "containment discontinuities".
12250 (allout-reindent-bodies): Fix retention of body relative hanging
12251 indent during promotion of collapsed bodies.
12252 (allout-open-topic): Make it easy to open new topic with same
12253 bullet as current topic - topic creation functions provided with
12254 any universal argument provokes now prompt for bullet, defaulting
12255 to the bullet of the previous topic.
12256 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12257 Plain bullet alternates `.' period and `,' comma only. All other
12258 bullets are relegated to special status (but customizable).
12259 (allout-end-of-entry): Rename from allout-end-of-current-entry
12260 since it actually operates w.r.t. most immediately containing
12261 entry, visible or not.
12262 (allout-hide-current-entry, allout-show-current-entry): Use the
12263 revised version.
12264 (allout-old-expose-topic): Solidify deprecation.
12265 (allout-end-of-subtree): Add so we can span concealed as well
12266 as visible topics.
12267 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12268 (allout-end-of-current-heading): Tweak to just respect the first line.
12269 (allout-get-body-text): Add.
12270 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12271 when invoked interactively.
12272 (allout-up-current-level): Use `interactive-p'.
12273 (allout-mode, allout-init): Miscellaneous docstring and
12274 operational refinements, as well as hookups of new encryption stuff.
12275 (allout-beginning-of-current-entry): Now works as advertised.
12276 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12277 (allout-isearch-rectification): Refine condition for isearching.
12278 (allout-isearch-abort, allout-enwrap-isearch)
12279 (allout-flag-region, my-region-active-p): Relocate some macros.
12280 (allout-title): Fallback title is (buffer-name), not
12281 non-existing (current-buffer-name).
12282 (subst-char-in-string): Define if absent (for some XEmacs versions).
12283
12284 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12285
12286 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12287 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12288 (mail-citation-prefix-regexp, mail-signature-file)
12289 (mail-default-headers, mail-bury-selects-summary)
12290 (mail-send-nonascii): Add autoload cookies.
12291
12292 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12293
12294 * frame.el (blink-cursor-mode): Add `mac' to the list of
12295 window-system's that support blinking cursor.
12296
12297 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12298
12299 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12300
12301 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12302
12303 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12304 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12305 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12306
12307 2005-10-20 Kim F. Storm <storm@cua.dk>
12308
12309 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12310 (ido-set-current-directory): Don't add / after final @.
12311 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12312 Explicitly handle ange-ftp completion oddities.
12313 (ido-make-file-list): Don't rotate list at tramp root to avoid
12314 triggering tramp file handler for expand-file-name via get-file-buffer.
12315
12316 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12317
12318 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12319
12320 2005-10-19 Jay Belanger <belanger@truman.edu>
12321
12322 * calc/calc-units.el (math-standard-units): Add units, adjust
12323 symbols and update values.
12324 (math-unit-prefixes): Add more prefixes.
12325
12326 2005-10-19 Romain Francoise <romain@orebokech.com>
12327
12328 * bookmark.el (bookmark-menu-heading): New face.
12329 (bookmark-bmenu-list): Use it.
12330 Don't fiddle with `baud-rate' at top-level.
12331
12332 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12333
12334 * image.el (create-image, find-image): Mention max-image-size in
12335 docstring.
12336
12337 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12338
12339 * savehist.el (savehist-load): Revert to checking XEmacs.
12340
12341 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12342 Various docstring and line-width fixups.
12343 (conf-mode): Use cond.
12344 Set font-lock-defaults. Don't set comment-use-syntax.
12345
12346 2005-10-18 David Ponce <david@dponce.com>
12347
12348 * tree-widget.el (tree-widget-button-click): New function.
12349 (tree-widget-button-keymap): Use it.
12350
12351 2005-10-18 Romain Francoise <romain@orebokech.com>
12352
12353 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12354 (bookmark-bmenu-hide-filenames): Add follow-link property.
12355 Improve help-echo text.
12356
12357 * ffap.el (find-file-at-point): Doc fix.
12358
12359 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12360
12361 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12362
12363 2005-10-18 Masatake YAMATO <jet@gyve.org>
12364
12365 Install to the CVS repository what I forgot to install in my
12366 2005-10-16 changes.
12367
12368 * progmodes/python.el (python-complete-symbol): Pass the common
12369 prefix substring of completion to `display-completion-list'.
12370
12371 * textmodes/org.el (org-complete): Ditto.
12372
12373 2005-10-18 Masatake YAMATO <jet@gyve.org>
12374
12375 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12376
12377 * woman.el (WoMan-xref-man-page): New button type derived
12378 from `Man-abstract-xref-man-page'.
12379 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12380
12381 * man.el (Man-abstract-xref-man-page): New button type.
12382 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12383 (Man-highlight-references): Add new optional argument `xref-man-type'.
12384
12385 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12386
12387 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12388
12389 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12390
12391 * cus-edit.el (Custom-move-and-invoke): Delete.
12392 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12393
12394 * wid-edit.el (widget-move-and-invoke): New function, from
12395 Custom-move-and-invoke.
12396
12397 2005-10-17 Bill Wohler <wohler@newt.com>
12398
12399 Move all remaining images from lisp/toolbar to etc/images, move
12400 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12401 the low resolution images in their own directory (low-color).
12402
12403 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12404 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12405 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12406 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12407 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12408 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12409 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12410
12411 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12412 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12413 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12414 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12415 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12416 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12417 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12418 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12419 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12420 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12421 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12422 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12423 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12424 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12425 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12426
12427 To conform with convention, replace the underscore (_) in the
12428 following image names with dash (-) or (/) as appropriate.
12429
12430 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12431 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12432 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12433 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12434 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12435 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12436 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12437 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12438 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12439 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12440 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12441 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12442 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12443 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12444 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12445
12446 * info.el (info-tool-bar-map): Replace underscores in image names
12447 with dashes.
12448
12449 * makefile.w32-in (WINS): Remove toolbar.
12450
12451 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12452
12453 * tool-bar.el: Move to lisp from toolbar. Now that
12454 toolbar is empty, it should be deleted when folks run "cvs up -P".
12455
12456 2005-10-18 Jay Belanger <belanger@truman.edu>
12457
12458 * calc/calc-store.el (calc-store-into): Get the proper variable name
12459 to display in message.
12460
12461 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12462
12463 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12464 expressions display in speedbar for all buffers when debugging.
12465 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12466
12467 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12468 (speedbar-insert-button, speedbar-make-button):
12469 Use add-text-properties.
12470 (speedbar-update-localized-contents)
12471 (speedbar-update-directory-contents)
12472 (speedbar-update-special-contents): Use dolist.
12473 (speedbar-buffer-easymenu-definition): Add a menu separator.
12474
12475 2005-10-17 Jason Rumney <jasonr@gnu.org>
12476
12477 * makefile.w32-in: Use $(lisp) consistently.
12478 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12479 for shell specific generation of mh-autoloads.
12480
12481 2005-10-17 Richard M. Stallman <rms@gnu.org>
12482
12483 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12484
12485 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12486
12487 * jit-lock.el (jit-lock-fontify-now):
12488 Move jit-lock-context-unfontify-pos to avoid wasted work.
12489
12490 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12491
12492 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12493 `tramp-completion-mode' for checking if we are in completion mode.
12494 (tramp-completion-handle-file-name-all-completions): Reorder code
12495 in order to complete for file names only in case there are no
12496 method/user/host completions. This is necessary for cooperation
12497 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12498
12499 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12500
12501 * longlines.el (longlines-search-forward)
12502 (longlines-search-backward): Match any number of spaces.
12503
12504 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12505
12506 * diff-mode.el (diff-mode): Doc fix.
12507
12508 2005-10-16 David Reitter <david.reitter@gmail.com>
12509
12510 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12511 as default on darwin and windows systems.
12512
12513 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12514
12515 * arc-mode.el (archive-zip-extract): Doc fix.
12516
12517 2005-10-16 Romain Francoise <romain@orebokech.com>
12518
12519 * mouse.el (mouse-1-click-follows-link): Doc fix.
12520
12521 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12522
12523 * savehist.el: Don't require CL at runtime.
12524 (savehist-xemacs): Remove.
12525 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12526 (savehist-no-conversion): Use (featurep 'xemacs).
12527 (savehist-load): Check existence of start-itimer rather than XEmacs.
12528 Use an idle timer.
12529 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12530 `delete-if-not'.
12531
12532 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12533
12534 * savehist.el: Newer version.
12535 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12536 (savehist-last-checksum, savehist-no-conversion): New vars.
12537 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12538 New functions.
12539 (savehist-load, savehist-save): Use them.
12540 (savehist-delimit): Remove.
12541
12542 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12543
12544 * progmodes/compile.el (compilation-goto-locus): Display the
12545 compilation buffer first and the source buffer second, in case they're
12546 in overlapping frames. Don't raise the compilation frame if it was the
12547 selected window upon entry. Pass the `other-window' arg to
12548 pop-to-buffer.
12549
12550 * info.el (Info-fontify-node): Use dolist.
12551 Change add-text-properties to put-text-property.
12552
12553 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12554
12555 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12556 bound of search.
12557
12558 2005-10-16 Masatake YAMATO <jet@gyve.org>
12559
12560 * dabbrev.el (dabbrev-completion): Pass the common
12561 prefix substring of completion to `display-completion-list'.
12562
12563 * filecache.el (file-cache-minibuffer-complete)
12564 (file-cache-complete): Ditto.
12565
12566 * tempo.el (tempo-display-completions): Ditto.
12567
12568 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12569
12570 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12571
12572 * eshell/em-hist.el (eshell-list-history): Ditto.
12573
12574 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12575
12576 * mail/mailalias.el (mail-complete): Ditto.
12577
12578 * progmodes/etags.el (complete-tag): Ditto.
12579
12580 * progmodes/make-mode.el (makefile-complete): Ditto.
12581
12582 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12583
12584 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12585
12586 * progmodes/pascal.el (pascal-complete-word)
12587 (pascal-show-completions): Ditto.
12588
12589 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12590
12591 * simple.el (completion-common-substring): New variable.
12592 (completion-setup-function): Use `completion-common-substring'
12593 to put faces.
12594
12595 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12596
12597 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12598 (x-get-selection, mac-select-convert-to-string): Convert from/to
12599 UTF-16 clipboard data as in native byte order, no BOM.
12600
12601 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12602
12603 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12604 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12605 (gud-sentinel): Use speedbar-frame to check for speedbar.
12606
12607 2005-10-15 Richard M. Stallman <rms@gnu.org>
12608
12609 * savehist.el: New file.
12610
12611 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12612
12613 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12614 Fix bug in \bf fontification.
12615
12616 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12617
12618 * pcvs.el (cvs-edit-log-files): New var.
12619 (cvs-mode-edit-log): New arg `file'.
12620 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12621 Instead force the use of the original file and nothing else.
12622 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12623 the cvs-minor-wrap-function is set.
12624 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12625
12626 2005-10-14 Bill Wohler <wohler@newt.com>
12627
12628 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12629 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12630 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12631 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12632 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12633 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12634 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12635 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12636 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12637 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12638 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12639 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12640 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12641 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12642 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12643
12644 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12645 appropriately (for example, gud-break to gud/break).
12646
12647 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12648
12649 * longlines.el (longlinges-search-function)
12650 (longlines-search-forward, longlines-search-backward): New functions.
12651 (longlines-mode): Set isearch-search-fun-function to
12652 longlinges-search-function.
12653
12654 * mouse.el (mouse-drag-region-1): Handle the case where a
12655 double-click event is bound to an arbitrary function.
12656
12657 2005-10-14 David Ponce <david@dponce.com>
12658
12659 * recentf.el (recentf-track-opened-file)
12660 (recentf-track-closed-file, recentf-update-menu)
12661 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12662 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12663 mouse-1-click-follows-link.
12664
12665 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12666
12667 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12668 Gnome file-manager.png. Suggested by
12669 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12670
12671 * toolbar/README: Add diropen.xpm.
12672
12673 2005-10-13 Bill Wohler <wohler@newt.com>
12674
12675 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12676 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12677
12678 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12679
12680 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12681 Don't waste the byte-compiler's time on constant data.
12682
12683 2005-10-13 Kenichi Handa <handa@m17n.org>
12684
12685 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12686 byte with `escape-glyph' face.
12687
12688 * international/fontset.el (ccl-encode-unicode-font):
12689 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12690 Handle the case that ucs-mule-to-mule-unicode translates a character to
12691 ASCII (usually for IPA characters).
12692
12693 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12694
12695 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12696 Don't hide the underline of titles if font-lock-mode is disabled.
12697
12698 2005-10-12 Bill Wohler <wohler@newt.com>
12699
12700 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12701 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12702 files in MH-E-SRC have been updated.
12703 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12704
12705 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12706
12707 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12708 (mixal-mode-syntax-table): Add \n as end-comment.
12709 (mixal-operation-codes-alist): Immediately initialize to full value.
12710 (mixal-add-operation-code): Remove.
12711 (mixal-describe-operation-code): Make the arg non-optional.
12712 Use the interactive spec instead.
12713 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12714 (mixal-font-lock-keywords): Don't highlight comments here any more.
12715 (mixal-font-lock-syntactic-keywords): New var.
12716 (mixal-mode): Use it. Fix comment-start-skip.
12717
12718 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12719
12720 * startup.el (command-line-x-option-alist): -nb => -nbi
12721
12722 2005-10-12 Kim F. Storm <storm@cua.dk>
12723
12724 * startup.el (fancy-splash-default-action): Discard mouse click in
12725 the splash screen window, as it has no sensible meaning in the
12726 next window to be selected. Fixes error reported by Jan D.
12727
12728 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12729
12730 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12731
12732 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12733
12734 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12735 Try to fix up minor layout issues like indentation, line break, etc...
12736 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12737 because it doesn't work.
12738 (mixal-operation-codes): Add some more codes.
12739 (mixal-font-lock-keywords): Process comments here.
12740 (mixal-mode): mixasm no longer needs -g option.
12741
12742 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12743
12744 * progmodes/sh-script.el (sh-tmp-file):
12745 Use mktemp -t. Finish support for es and rc shells.
12746
12747 2005-10-11 Jay Belanger <belanger@truman.edu>
12748
12749 * calc/calcalg2.el (calc-integral): With an argument, compute the
12750 definite integral.
12751
12752 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12753
12754 * mouse.el (mouse-drag-region-1): Don't try to catch a
12755 double-click when doing follow-link (it's overridden anyway).
12756
12757 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12758
12759 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12760 (autoload-print-form-outbuf): Add docstring.
12761
12762 2005-10-11 Juri Linkov <juri@jurta.org>
12763
12764 * info.el (Info-mode-menu): Delete menu item "Edit".
12765 (Info-mode): Delete description of Info-edit from docstring,
12766 and rearrange descriptions of Info commands in the order
12767 they are documented in the Info manual.
12768
12769 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12770
12771 * calendar/appt.el (appt-check): Use diary-selective-display var.
12772
12773 2005-10-10 Richard M. Stallman <rms@gnu.org>
12774
12775 * net/newsticker.el (newsticker-start, newsticker-show-news):
12776 Add autoload cookies.
12777
12778 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12779
12780 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12781
12782 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12783
12784 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12785
12786 2005-10-10 Jay Belanger <belanger@truman.edu>
12787
12788 * calc/calc-arith.el (math-check-known-scalarp)
12789 (math-check-known-matrixp): Check the values of arguments that are
12790 variables.
12791 (math-check-known-square-matrixp): New function.
12792 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12793 (math-super-types): Add sqmatrix type.
12794
12795 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12796 mode name `square' to `sqmatrix'.
12797
12798 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12799 mode name `square' to `sqmatrix'.
12800
12801 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12802
12803 * progmodes/etags.el (select-tags-table-mode): Don't use
12804 selective-display.
12805 (tags-select-tags-table): Pass `button' to the action function.
12806 (select-tags-table): Place the side-info on button properties rather
12807 than in hidden text. Abbreviate file names.
12808 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12809 (select-tags-table-select): Add `button' argument.
12810 Get side-info from the button property rather than from hidden text.
12811
12812 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12813
12814 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12815 (gud-speedbar-buttons): Preserve point if possible.
12816 (gud-sentinel): Restore previous speedbar display type.
12817
12818 * progmodes/gdb-ui.el (gdba): Improve diagram.
12819 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12820 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12821 Call get-buffer-window once.
12822
12823 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12824
12825 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12826 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12827 (pascal-indent-command): Remove unused var `ind'.
12828 (pascal-indent-case): Remove unused var `oldpos'.
12829 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12830 since it's now used as a proper minor mode map.
12831 (pascal-outline): Rename to pascal-outline-mode.
12832 (pascal-outline-mode): Use define-minor-mode.
12833 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12834 selective-display.
12835
12836 2005-10-10 Andreas Schwab <schwab@suse.de>
12837
12838 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12839 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12840
12841 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12842 outside source directory.
12843
12844 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12845
12846 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12847 C-x' as a prefix.
12848 (orgtbl-mode-map): Full keymap instead of sparse, because all
12849 `self-insert-command' keys are redefined in this map.
12850 (org-export-as-html): Specify charset for HTML file, by taking it
12851 from the coding system.
12852
12853 2005-10-10 Kenichi Handa <handa@m17n.org>
12854
12855 * textmodes/flyspell.el (flyspell-check-word-p):
12856 If unread-command-events is non-empty, don't call sit-for.
12857
12858 2005-10-09 Richard M. Stallman <rms@gnu.org>
12859
12860 * font-lock.el (font-lock-syntactic-keywords)
12861 (font-lock-keywords): Doc fixes.
12862
12863 * textmodes/flyspell.el (flyspell-external-point-words):
12864 Simplify logic, and don't try to check for consecutive appearances
12865 of one incorrect word.
12866
12867 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12868
12869 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12870 separator.
12871
12872 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12873 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12874 (gud-expansion-speedbar-buttons): New function.
12875 (gud-speedbar-buttons): Check for gud-comint-buffer.
12876
12877 2005-10-09 Bill Wohler <wohler@newt.com>
12878
12879 * Makefile.in (updates): Add mh-loaddefs dependency.
12880
12881 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12882
12883 * speedbar.el (speedbar-file-key-map): Fix typo.
12884
12885 2005-10-09 Daniel Brockman <daniel@brockman.se>
12886
12887 * cus-start.el (line-spacing): Add custom spec.
12888
12889 2005-10-09 Romain Francoise <romain@orebokech.com>
12890
12891 * textmodes/ispell.el (ispell-check-version): Fix last change.
12892
12893 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12894
12895 * term/x-win.el: Remove -i, --icon-type from comment.
12896
12897 * startup.el (command-line-x-option-alist): Remove options -i,
12898 -itype, --icon-type, added -nb, --no-bitmap-icon
12899
12900 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12901
12902 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12903 instead of :active.
12904
12905 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12906
12907 * textmodes/ispell.el (ispell-check-version):
12908 Ignore hyphen, and all that follows, in aspell's version text.
12909
12910 2005-10-08 Jay Belanger <belanger@truman.edu>
12911
12912 * calc/calc-arith.el (math-known-square-matrixp): New function.
12913 (math-pow-fancy): Check for matrices before distributing exponent
12914 across products.
12915
12916 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12917 fullscreen keypad. Suggested by Luc Teirlinck.
12918 (calc-keypad-show-input): Add space for formatting.
12919
12920 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12921 Add square matrix option.
12922
12923 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12924 of checking calc-matrix-mode when deciding how to expand.
12925
12926 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12927
12928 2005-10-08 Lars Hansen <larsh@soem.dk>
12929
12930 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12931 Add error handling.
12932 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12933
12934 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12935
12936 Sync with Tramp 2.0.51.
12937
12938 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12939 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12940 Insert special handling for `last-coding-system-used', again
12941 it still seems to be necessary (unlike stated before).
12942 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12943 (tramp-password-prompt-regexp): There might be other words before
12944 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12945 (tramp-chunksize): Improve docstring.
12946 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12947 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12948 Christian Joergensen <bugs@razor.dk>.
12949
12950 2005-10-07 Glenn Morris <rgm@gnu.org>
12951
12952 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12953 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12954 precision'.
12955
12956 2005-10-07 Romain Francoise <romain@orebokech.com>
12957
12958 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12959 (ibuffer-do-shell-command-pipe-replace)
12960 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12961 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12962 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12963 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12964 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12965 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12966 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12967 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12968 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12969 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12970 Autoload file sans suffix.
12971
12972 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12973
12974 2005-10-07 David Ponce <david@dponce.com>
12975
12976 * recentf.el (recentf-menu-open-all-flag): New option.
12977 (recentf-digit-shortcut-command-name): New function.
12978 (recentf--shortcuts-keymap): New variable.
12979 (recentf-menu-shortcuts): New variable.
12980 (recentf-make-menu-items): Initialize it. Replace the "More..."
12981 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12982 (recentf-menu-value-shortcut): New function.
12983 (recentf-make-menu-item): Use it. No more in-lined.
12984 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12985 (recentf-open-most-recent-file): Rename from
12986 `recentf-open-file-with-key'. Don't depend on key binding.
12987 (recentf-mode-map): New variable.
12988 (recentf-mode): Use it.
12989
12990 2005-10-06 Bill Wohler <wohler@newt.com>
12991
12992 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12993
12994 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12995 (MH-E-SRC): New. Used by mh-autoloads.
12996 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12997 files in MH-E-SRC have been updated.
12998 (compile, recompile, bootstrap): Depend on mh-autoloads.
12999
13000 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13001
13002 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13003 gud-break and gud-remove icons when the fringe is not available.
13004
13005 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13006 Typo.
13007
13008 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13009
13010 * play/zone.el (zone): Wrap body with save-window-excursion.
13011
13012 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13013
13014 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13015 Use the new `list-only' arg to diary-list-entries.
13016
13017 * calendar/diary-lib.el: Use overlays rather than selective-display.
13018 (diary-selective-display): New var.
13019 (diary-header-line-format): Use it.
13020 (diary-list-entries): Add argument `list-only'.
13021 Put the buffer in diary-mode. Don't add \^M at beg and end.
13022 Replace \^M by invisible overlays.
13023 (diary-unhide-everything): Replace \^M by invisible overlays.
13024 (print-diary-entries): Look for overlays rather than \^M.
13025 Add a space to the temp buffer name.
13026 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13027 Put the buffer in diary-mode.
13028 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13029 (diary-anniversary): Make the year arg optional.
13030 (diary-time-regexp): New const.
13031 (diary-font-lock-keywords): Use it to accept a few more time formats.
13032
13033 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13034
13035 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13036
13037 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13038 Fix bug introduced 2005-07-03: Use (car (last ...))
13039 to faithfully reproduce replaced artist-last.
13040 (artist-set-arrow-points-for-poly): Likewise.
13041 Suggested by Johan Bockg\e,Ae\e(Brd.
13042
13043 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13044
13045 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13046 * wid-edit.el (widget):
13047 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13048 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13049
13050 2005-10-06 Kenichi Handa <handa@m17n.org>
13051
13052 * international/mule-cmds.el (set-language-environment):
13053 Fix setting up of case-table for unibyte mode.
13054
13055 * simple.el (what-cursor-position): If the character is displayed
13056 by some `display' text property, show that. Don't use
13057 single-key-description for eight-bit characters in multibyte mode.
13058
13059 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13060
13061 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13062 (gdb-ann3): Set it.
13063 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13064 (gdb-info-frames-custom): Use inverse-video for first five
13065 characters of selected frame only.
13066 (gdb-get-frame-number): Select frame even when point is on frame
13067 number.
13068
13069 2005-10-06 Masatake YAMATO <jet@gyve.org>
13070
13071 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13072 Put `font-lock-function-name-face'.
13073 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13074 and `font-lock-variable-name-face'
13075 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13076 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13077 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13078 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13079 (gdb-local-font-lock-keywords): New font lock keywords definition.
13080 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13081 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13082 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13083
13084 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13085
13086 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13087 (ediff-merge-region-is-non-clash-to-skip): Previously called
13088 ediff-merge-region-is-non-clash.
13089
13090 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13091 Use insert-buffer-substring.
13092
13093 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13094 selecting files to patch. Also bug fixes.
13095
13096 * ediff-util.el (ediff-setup): Bug fix.
13097 (ediff-next-difference): Never skip clashes that differ in white
13098 space only.
13099
13100 * ediff-wind.el (ediff-setup-control-frame)
13101 (ediff-destroy-control-frame): Check the menubar feature.
13102
13103 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13104 (viper-refresh-mode-line): Use make-local-variable to localize
13105 some vars instead of make-variable-buffer-local. Suggested by
13106 Stefan Monnier.
13107
13108 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13109 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13110 Use make-local-variable instead of make-variable-buffer-local.
13111 Suggested by Stefan Monnier.
13112
13113 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13114 (viper-comint-mode-hook): Use make-local-variable on
13115 require-final-newline.
13116 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13117
13118 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13119
13120 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13121 also the second char of a comment-start sequence.
13122 (scheme-sexp-comment-syntax-table): New var.
13123 (lambda, define): Set their scheme-doc-string-elt property.
13124 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13125 Use lisp-font-lock-syntactic-face-function now that it properly
13126 handles |...| symbols.
13127 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13128 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13129
13130 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13131 bit from # to |.
13132 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13133
13134 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13135 (lisp-doc-string-elt-property): New var.
13136 (lisp-font-lock-syntactic-face-function): Use it.
13137 Rewrite to recognize docstrings even for forms not at toplevel.
13138
13139 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13140 annotation on the | part of #| rather than on the # part.
13141 (scheme-font-lock-syntactic-face-function): New function, to
13142 distinguish strings from |...| symbols.
13143 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13144 syntax-table so that #|...|# is properly highlighted.
13145
13146 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13147 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13148
13149 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13150
13151 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13152 and C-e.
13153
13154 * emacs-lisp/eldoc.el: Move comments into docstrings.
13155 (eldoc-message-commands): Initialize in its declaration.
13156 Add move-beginning-of-line and move-end-of-line.
13157 (eldoc-add-command, eldoc-add-command-completions)
13158 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13159
13160 * outline.el (outline-mark-subtree): Activate the mark.
13161
13162 * calendar/appt.el (appt-time-regexp): New var.
13163 (appt-add, appt-make-list): Use it.
13164 (appt-convert-time): Clean up.
13165
13166 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13167 Don't set any syntax-table property here.
13168 (tex-font-lock-verb): New function. Do it here.
13169 (tex-font-lock-syntactic-keywords): Use it.
13170
13171 2005-10-04 Richard M. Stallman <rms@gnu.org>
13172
13173 * wid-edit.el (widget-file-complete): Get the widget start point
13174 the right way. Default directory to `/' if file has none.
13175
13176 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13177
13178 * textmodes/flyspell.el (flyspell-mode-on):
13179 Call ispell-maybe-find-aspell-dictionaries.
13180
13181 * textmodes/ispell.el (ispell-word, ispell-region):
13182 Call ispell-maybe-find-aspell-dictionaries.
13183 (ispell-accept-buffer-local-defs):
13184 Don't call ispell-maybe-find-aspell-dictionaries
13185
13186 2005-10-04 Richard M. Stallman <rms@gnu.org>
13187
13188 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13189
13190 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13191
13192 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13193 instead of `fboundp' in order to allow for anonymous functions.
13194
13195 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13196
13197 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13198 case the user clicks on the link while another window is selected.
13199 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13200
13201 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13202 functionality.
13203 (dframe-help-echo): Save point in case mouse tracking is off.
13204
13205 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13206
13207 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13208
13209 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13210
13211 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13212 not change the global value of those vars.
13213
13214 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13215 make-local-variable which we do not need any more.
13216
13217 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13218
13219 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13220 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13221 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13222 (speedbar-path-line): Define obsolete aliases.
13223 (speedbar-line-directory): Doc fix.
13224
13225 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13226 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13227 instead of speedbar-line-path.
13228
13229 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13230
13231 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13232 to nil if dropping on a window. Handle dropping on a minibuffer window
13233 like dropping on a non-window part of Emacs.
13234
13235 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13236
13237 * net/ange-ftp.el: Use with-current-buffer.
13238 (ange-ftp-insert-directory): Do not follow symlinks any more.
13239
13240 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13241 Remove interactive spec.
13242
13243 2005-10-03 Kim F. Storm <storm@cua.dk>
13244
13245 * ido.el (ido-mode): Use custom-initialize-set.
13246
13247 2005-10-02 Richard M. Stallman <rms@gnu.org>
13248
13249 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13250 Use insert-buffer-substring.
13251
13252 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13253 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13254
13255 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13256
13257 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13258 in last change.
13259 (ange-ftp-insert-directory): Fix up the search for the case where
13260 `file' is absolute.
13261
13262 2005-10-02 Romain Francoise <romain@orebokech.com>
13263
13264 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13265
13266 2005-10-02 Andreas Schwab <schwab@suse.de>
13267
13268 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13269 directory component in the session info.
13270
13271 2005-10-01 Richard M. Stallman <rms@gnu.org>
13272
13273 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13274
13275 * simple.el (next-error-internal): New function.
13276
13277 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13278 (compilation-start): Pass new arg to compilation-buffer-name.
13279 (compile-goto-error): Use next-error-internal.
13280
13281 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13282
13283 * speedbar.el: Remove RCS tag.
13284 (speedbar-check-read-only): Handle non-existent files.
13285
13286 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13287
13288 * info.el (Info-speedbar-hierarchy-buttons)
13289 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13290
13291 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13292
13293 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13294 Do not match newline.
13295 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13296 (bibtex-summary): Remove unnecessary save-excursion.
13297 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13298
13299 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13300
13301 * term/mac-win.el: Add charset info for "iso10646-1".
13302 Modify default fontset to use ATSUI-compatible fonts for some charsets
13303 if available.
13304
13305 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13306
13307 * speedbar.el: Re-apply arch tag.
13308 (speedbar-version): Rename to version 1.0. Suggested by Eric
13309 M. Ludlam.
13310 Reapply two changes from Emacs CVS' version of speedbar lost
13311 during the merge:
13312 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13313 (speedbar-frame-parameters): Improve customize type.
13314
13315 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13316
13317 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13318 (ange-ftp-file-directory-p): Fix the symlink case.
13319 (ange-ftp-insert-directory): When listing a single file, get a list of
13320 the parent buffer and extract the relevant line. Inspired from a patch
13321 by Katsumi Yamaoka <yamaoka@jpl.org>.
13322 (ange-ftp-file-name-sans-versions): Simplify.
13323
13324 2005-09-30 Bill Wohler <wohler@newt.com>
13325
13326 Move MH-E image files from toolbar and mail directories into
13327 etc/images.
13328
13329 * mail/reply2.*: Move to etc/images/mail/reply*.
13330
13331 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13332 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13333 etc/images.
13334
13335 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13336 * toolbar/reply*: Move to etc/images/mail.
13337
13338 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13339
13340 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13341
13342 * speedbar.el: New version 1.0pre3.
13343
13344 Frame management code (including timer, and mouse click specifics)
13345 moved to dframe.el:
13346 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13347 (speedbar-timer): Removed. Use dframe-timer.
13348 (speedbar-close-frame): Removed. Use dframe-close-frame.
13349 (speedbar-activity-change-focus-flag): Removed. Use
13350 dframe-activity-change-focus-flag.
13351 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13352 dframe-update-speed.
13353
13354 (speedbar-current-frame): New macro. Use this instead of the
13355 variable speedbar-frame.
13356
13357 (speedbar-use-images, speedbar-expand-image-button-alist)
13358 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13359
13360 (speedbar-find-image-on-load-path): Removed. Replaced by
13361 defezimage in ezimage.el.
13362 (speedbar-expand-image-button-alist): Removed. Replaced by
13363 ezimage-expand-image-button-alist in ezimage.el.
13364
13365 (speedbar-ignored-directory-regexp)
13366 (speedbar-add-ignored-directory-regexp)
13367 (speedbar-ignored-directory-expressions)
13368 (speedbar-line-directory, speedbar-buffers-line-directory)
13369 (speedbar-directory-line, speedbar-buffers-line-directory):
13370 Renamed, replacing `path' with `directory'.
13371
13372 (speedbar-create-directory, speedbar-expand-line-descendants)
13373 (speedbar-toggle-line-expansion)
13374 (speedbar-contract-line-descendants): New commands.
13375
13376 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13377 (speedbar-use-tool-tips-flag): New options.
13378
13379 (speedbar-check-read-only, speedbar-require-version)
13380 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13381 (speedbar-handle-delete-frame, speedbar-try-completion)
13382 (speedbar-update-localized-contents): New functions.
13383
13384 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13385 (speedbar-object-read-only-indicator): New variables.
13386
13387 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13388 New hooks.
13389
13390 (speedbar-separator-face): New face.
13391
13392 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13393 (speedbar-ignored-modes): Add fundamental-mode.
13394 (speedbar-directory-unshown-regexp): Add . directories.
13395
13396 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13397 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13398 `]' for full expand/close.
13399 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13400
13401 (speedbar-check-vc): Support hidden files.
13402 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13403 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13404 state is nil, it is not checked out.
13405
13406 (speedbar-line-text, speedbar-line-token): Support expand buttons
13407 with no text.
13408 (speedbar-refresh): Universal argument acts as power-click.
13409 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13410 that buffer to get variable values.
13411
13412 And many other bugfixes.
13413
13414 * dframe.el, ezimage.el, sb-image.el: New files.
13415
13416 * sb-*.xpm: Remove files. New image files installed into
13417 etc/images/ezimage.
13418
13419 2005-09-30 Kenichi Handa <handa@m17n.org>
13420
13421 * ps-mule.el (ps-mule-show-warning): If a character is in
13422 ps-print-translation-table, don't treat it as non-printable.
13423
13424 2005-09-30 David Ponce <david@dponce.com>
13425
13426 * tree-widget.el (tree-widget-themes-load-path): New variable.
13427 (tree-widget-themes-directory): Doc fix.
13428 (tree-widget-image-formats) [Emacs]: Doc fix.
13429 (tree-widget--locate-sub-directory): New function.
13430 (tree-widget-themes-directory): Use it.
13431
13432 * recentf.el (recentf-filename-handlers): Rename from
13433 `recentf-filename-handler'. Allow a list of functions.
13434 (recentf-menu-items-for-commands): Fix :help strings.
13435 (recentf-apply-filename-handlers): New function.
13436 (recentf-expand-file-name): Use it.
13437 (recentf-cleanup): Remove duplicates too.
13438
13439 2005-09-29 Juri Linkov <juri@jurta.org>
13440
13441 * faces.el: Rearrange face definitions to be in the same order as
13442 their face descriptions in "(emacs)Standard Faces".
13443
13444 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13445
13446 * tooltip.el (tooltip): Add group `basic-faces'.
13447
13448 * buff-menu.el (Buffer-menu-buffer): Remove group
13449 `font-lock-highlighting-faces'.
13450
13451 * progmodes/compile.el (compilation-error, compilation-warning)
13452 (compilation-info, compilation-line-number, compilation-column-number):
13453 Change group from `font-lock-highlighting-faces' to `compilation'.
13454
13455 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13456 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13457 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13458 (vhdl-font-lock-reserved-words-face)
13459 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13460 `font-lock-highlighting-faces'.
13461
13462 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13463
13464 2005-09-28 Kim F. Storm <storm@cua.dk>
13465
13466 * emulation/cua-base.el: Set CUA move property on additional commands:
13467 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13468 forward-sexp, backward-sexp, forward-list, backward-list.
13469
13470 2005-09-28 Romain Francoise <romain@orebokech.com>
13471
13472 * comint.el (comint-show-output): Really set point at the
13473 beginning of the output when not using `comint-use-prompt-regexp'.
13474
13475 2005-09-27 Jay Belanger <belanger@truman.edu>
13476
13477 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13478 in TeX mode.
13479
13480 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13481
13482 * textmodes/org.el (org-table-sum): Fix format string.
13483
13484 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13485 Quote face names.
13486
13487 2005-09-26 Romain Francoise <romain@orebokech.com>
13488
13489 * isearch.el (isearch-forward-regexp): Close doc string.
13490
13491 2005-09-25 Richard M. Stallman <rms@gnu.org>
13492
13493 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13494
13495 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13496
13497 * progmodes/compile.el (compilation-error-properties):
13498 When getting the file from the previous error message,
13499 correctly decode the new data format.
13500
13501 * progmodes/cc-cmds.el (c-electric-paren):
13502 Call old-blink-paren only for close-paren.
13503
13504 2005-09-24 Andreas Schwab <schwab@suse.de>
13505
13506 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13507 condition.
13508
13509 2005-09-25 Romain Francoise <romain@orebokech.com>
13510
13511 * dired-aux.el (dired-copy-file-recursive):
13512 * dired.el (dired-delete-file):
13513 * ediff-mult.el (ediff-dir-diff-copy-file):
13514 * ediff-util.el (ediff-test-save-region):
13515 * forms.el (forms-mode):
13516 * ido.el (ido-file-internal, ido-delete-file-at-head):
13517 * log-edit.el (log-edit-done):
13518 * ses.el (ses-yank-resize):
13519 * play/gomoku.el (gomoku-human-plays, gomoku)
13520 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13521 (gomoku-offer-a-draw):
13522 * play/landmark.el (lm-human-resigns, lm):
13523 * net/eudcb-ldap.el (eudc-ldap-check-base):
13524 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13525 * progmodes/ebrowse.el (ebrowse-find-pattern):
13526 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13527 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13528 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13529
13530 * vc.el (vc-delete-file):
13531 * play/gomoku.el (gomoku-terminate-game, gomoku)
13532 (gomoku-prompt-for-move, gomoku-human-takes-back):
13533 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13534 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13535
13536 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13537
13538 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13539 color rxvt terminals by using the code xterm.el used to use before
13540 2005-04-09 in order to match the colors used by rxvt.
13541
13542 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13543
13544 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13545 colors rxvt-unicode terminals by using the same code as xterm.el.
13546
13547 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13548
13549 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13550 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13551 new symbol used for the tex-verbatim face.
13552
13553 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13554
13555 * woman.el (woman-file-name):
13556 * wid-edit.el (widget-file-prompt-value)
13557 (widget-coding-system-prompt-value):
13558 * w32-fns.el (set-w32-system-coding-system):
13559 * vc.el (vc-version-diff, vc-annotate):
13560 * textmodes/reftex-auc.el (reftex-arg-cite)
13561 (reftex-arg-index-tag):
13562 * textmodes/refer.el (refer-get-bib-files):
13563 * textmodes/artist.el (artist-figlet-choose-font):
13564 * terminal.el (terminal-emulator):
13565 * replace.el (occur-read-primary-args):
13566 * rect.el (string-rectangle, string-insert-rectangle):
13567 * ps-print.el (ps-print-preprint):
13568 * progmodes/pascal.el (pascal-goto-defun):
13569 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13570 * progmodes/compile.el (compilation-find-file):
13571 * printing.el (pr-interactive-n-up):
13572 * play/animate.el (animate-birthday-present):
13573 * net/rcompile.el (remote-compile):
13574 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13575 * mail/rmailsum.el (rmail-summary-search-backward)
13576 (rmail-summary-search):
13577 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13578 (rmail-output-read-file-name):
13579 * mail/rmail.el (rmail-search, rmail-search-backwards):
13580 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13581 * locate.el (locate):
13582 * international/quail.el (quail-show-keyboard-layout):
13583 * international/mule.el (set-buffer-file-coding-system)
13584 (revert-buffer-with-coding-system, set-file-name-coding-system)
13585 (set-terminal-coding-system, set-keyboard-coding-system)
13586 (set-next-selection-coding-system):
13587 * international/mule-diag.el (describe-coding-system)
13588 (describe-font, describe-fontset):
13589 * international/mule-cmds.el (universal-coding-system-argument)
13590 (search-unencodable-char, describe-input-method)
13591 (set-language-environment, describe-language-environment):
13592 * international/codepage.el (codepage-setup):
13593 * international/code-pages.el (codepage-setup):
13594 * info.el (Info-search, Info-follow-reference)
13595 (Info-search-backward):
13596 * emacs-lisp/advice.el (ad-read-advised-function)
13597 (ad-read-advice-class, ad-clear-cache, ad-activate)
13598 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13599 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13600 (ad-read-regexp):
13601 * ediff-util.el (ediff-toggle-regexp-match):
13602 * ediff-ptch.el (ediff-prompt-for-patch-file):
13603 * dired-aux.el (dired-diff):
13604 * diff.el (diff):
13605 * cus-edit.el (custom-variable-prompt):
13606 * calendar/timeclock.el (timeclock-ask-for-project):
13607 * calc/calcalg3.el (calc-get-fit-variables):
13608 * calc/calc-store.el (calc-edit-variable)
13609 (calc-permanent-variable):
13610 * vc-mcvs.el (vc-mcvs-register):
13611 * shadowfile.el (shadow-define-literal-group):
13612 * woman.el (woman-file-name):
13613 * vc.el (vc-version-diff, vc-merge):
13614 * textmodes/reftex-index.el (reftex-index-complete-tag):
13615 * format.el (format-decode-buffer, format-decode-region):
13616 * emulation/viper-cmd.el (viper-read-string-with-history):
13617 * emacs-lisp/debug.el (cancel-debug-on-entry):
13618 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13619 * ediff.el (ediff-merge-revisions)
13620 (ediff-merge-revisions-with-ancestor, ediff-revision):
13621 * completion.el (interactive-completion-string-reader):
13622 * calc/calc-prog.el (calc-user-define-formula):
13623 Follow convention for reading with the minibuffer.
13624
13625 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13626
13627 * progmodes/python.el (python-describe-symbol): Add globals() and
13628 locals() to the arguments of emacs.ehelp.
13629
13630 2005-09-24 Magnus Henoch <mange@freemail.hu>
13631
13632 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13633 New function, code extracted from ispell-valid-dictionary-list.
13634 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13635 Call it.
13636
13637 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13638
13639 * subr.el (version-regexp-alist): Extend valid syntax for version
13640 strings: allow any of the characters -,_,+ to separate the
13641 alpha/beta/rc part from the version part. Doc fix.
13642 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13643
13644 2005-09-23 David Reitter <david.reitter@gmail.com>
13645
13646 * mail/mailclient.el: New file.
13647
13648 2005-09-23 Richard M. Stallman <rms@gnu.org>
13649
13650 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13651 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13652 Doc fixes.
13653
13654 * progmodes/cc-mode.el (c-font-lock-init):
13655 Specify font-lock-lines-before.
13656
13657 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13658
13659 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13660 whole conflict.
13661
13662 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13663
13664 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13665 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13666 of `remap' feature when available. Additional key bindings for
13667 better tty support.
13668 (org-mode-restart, org-force-self-insert): New commands.
13669 (org-time-stamp-inactive): New command.
13670 (org-remap): New function.
13671 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13672 (org-enable-fixed-width-editor): Move to `org-structure'
13673 customization group.
13674 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13675 blank field after field motion commands.
13676
13677 2005-09-23 Kenichi Handa <handa@m17n.org>
13678
13679 * international/mule-cmds.el (set-language-environment):
13680 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13681 have to call utf-translate-cjk-load-tables.
13682
13683 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13684
13685 * mouse.el (mouse-move-drag-overlay): Fix last change.
13686
13687 2005-09-22 David Ponce <david@dponce.com>
13688
13689 * tree-widget.el (tree-widget-value-create): Fix previous change.
13690
13691 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13692
13693 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13694
13695 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13696
13697 * mouse.el (mouse-move-drag-overlay): New function.
13698 (mouse-drag-region-1): Use it.
13699 Try to simplify a bit the state handling. Handle clicks on links
13700 inside intangible areas.
13701 (mouse-save-then-kill): Minor simplification.
13702 (mouse-secondary-overlay): Make it always non-nil instead of
13703 recreating it each time.
13704 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13705 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13706 Simplify accordingly.
13707
13708 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13709
13710 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13711
13712 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13713
13714 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13715 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13716 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13717 to patch.
13718
13719 * ediff-util.el: Use insert-buffer-substring.
13720
13721 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13722
13723 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13724 field boundaries in the minibuffer.
13725 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13726 (viper-minibuffer-post-command-hook): New hook.
13727 (viper-line): Don't move cursor at bolp.
13728
13729 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13730
13731 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13732 avoid compiler warnings.
13733
13734 * emulation/viper-macs.el (ex-map): Better messages.
13735
13736 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13737
13738 * emulation/viper.el: Replace make-variable-buffer-local with
13739 viper-make-variable-buffer-local everywhere, to avoid warnings.
13740
13741 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13742
13743 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13744 Delete unused var `old-selected-window'.
13745 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13746 (mouse-drag-secondary): Delete unused var `start-frame'.
13747
13748 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13749
13750 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13751
13752 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13753
13754 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13755 Re-indent within 80 columns. Use inhibit-read-only.
13756
13757 2005-09-19 Romain Francoise <romain@orebokech.com>
13758
13759 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13760
13761 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13762
13763 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13764 unconditionally, since the after-change-function already did it.
13765
13766 2005-09-19 Miles Bader <miles@gnu.org>
13767
13768 * net/newsticker.el: Get rid of CVS keyword.
13769
13770 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13771
13772 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13773 The prompt is formatted later.
13774
13775 2005-09-19 David Ponce <david@dponce.com>
13776
13777 * tree-widget.el (tree-widget-value-create): Save the converted
13778 tree :node widget.
13779
13780 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13781
13782 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13783 variable `message'.
13784
13785 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13786
13787 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13788 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13789 <slawomir.nowaczyk.847@student.lu.se>.
13790
13791 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13792
13793 * image.el (image-load-path): Use symbol `data-directory' instead
13794 of its value, for backward compatibility with packages that bind
13795 it during `find-image'. Suggested by Katsumi Yamaoka.
13796 (image-search-load-path): Handle symbols whose values are strings.
13797
13798 2005-09-18 Romain Francoise <romain@orebokech.com>
13799
13800 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13801 with-current-buffer form in save-excursion.
13802
13803 2005-09-18 Deepak Goel <deego@gnufans.org>
13804
13805 * apropos.el (apropos-command): Fix `message' call: first arg
13806 should be a format spec. In this and all other cases that appear
13807 below and elsewhere in the source code, I made a change only when
13808 two conditions were satisfied: [1] I can think of a possibility
13809 that the arguments would cause an error, for example, the code in
13810 question relies on external variables such as filenames. [2] I
13811 was sure that the arg to `message' could not have been nil in the code.
13812
13813 * textmodes/tildify.el (tildify-region): Ditto.
13814
13815 * textmodes/reftex-index.el (reftex-index-change-entry)
13816 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13817 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13818 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13819 (org-priority, org-table-sum):
13820 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13821 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13822 (flyspell-word, flyspell-display-next-corrections):
13823 * textmodes/bibtex.el (bibtex-print-help-message):
13824 * textmodes/artist.el (artist-key-set-point-poly):
13825 * term/mac-win.el (mac-services-insert-text):
13826 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13827 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13828 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13829 (vhdl-compose-configuration):
13830 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13831 (sh-set-indent, sh-learn-line-indent):
13832 * progmodes/ps-mode.el (ps-mode-target-column):
13833 * progmodes/idlwave.el (idlwave-make-tags)
13834 (idlwave-scan-library-catalogs):
13835 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13836 * progmodes/gud.el (gud-jdb-analyze-source):
13837 * progmodes/flymake.el (flymake-log):
13838 * progmodes/ebnf2ps.el (ebnf-generate-region):
13839 * progmodes/cmacexp.el (c-macro-expansion):
13840 * progmodes/ada-xref.el (ada-treat-cmd-string):
13841 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13842 (ada-justified-indent-current, ada-batch-reformat):
13843 * play/zone.el (zone):
13844 * play/landmark.el (lm-move):
13845 * play/decipher.el (decipher-show-alphabet):
13846 * net/newsticker.el (newsticker--display-jump)
13847 (newsticker--display-scroll):
13848 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13849 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13850 * mail/feedmail.el (feedmail-dump-message-to-queue):
13851 * eshell/esh-proc.el (eshell-remove-process-entry):
13852 * emulation/ws-mode.el (ws-last-error):
13853 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13854 (viper-record-kbd-macro):
13855 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13856 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13857 * emacs-lisp/find-func.el (find-function-noselect):
13858 * calendar/timeclock.el (timeclock-status-string)
13859 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13860 (timeclock-when-to-leave-string):
13861 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13862 * calc/calc-units.el (calc-enter-units-table):
13863 * calc/calc-mode.el (calc-mode-record-mode):
13864 * woman.el (woman-mini-help):
13865 * wdired.el (wdired-change-to-wdired-mode):
13866 * vc.el (vc-retrieve-snapshot):
13867 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13868 * startup.el (display-startup-echo-area-message):
13869 * simple.el (set-goal-column):
13870 * ses.el (ses-command-hook, ses-recalculate-cell):
13871 * server.el (server-process-filter):
13872 * printing.el (pr-interface-txt-print, pr-interface-printify)
13873 (pr-interface-ps):
13874 * pcvs.el (cvs-help):
13875 * log-edit.el (log-edit, log-edit-mode-help):
13876 * iswitchb.el (iswitchb-possible-new-buffer):
13877 * isearch.el (isearch-edit-string):
13878 * image-mode.el (image-mode, image-minor-mode):
13879 * ibuf-macs.el (define-ibuffer-filter):
13880 * hi-lock.el (hi-lock-find-patterns):
13881 * files.el (toggle-read-only):
13882 * ediff-util.el (ediff-copy-diff)
13883 (ediff-write-merge-buffer-and-maybe-kill):
13884 * echistory.el (Electric-history-undefined):
13885 * dnd.el (dnd-insert-text):
13886 * dired-aux.el (dired-query):
13887 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13888 * bookmark.el (bookmark-bmenu-locate):
13889 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13890 Fix `message' calls to ensure first arg is a format string.
13891 The change was made only when these two conditions were satisfied:
13892 [1] when there is a possibility that the arguments would cause an error
13893 for example, if the code in question relies on external variables
13894 such as filenames, and
13895 [2] if the arg to `message' could not have been nil in the code.
13896
13897 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13898 Not having a %s would be weird, though not technically wrong.
13899
13900 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13901
13902 * term/mac-win.el (mac-add-charset-info): Doc fix.
13903
13904 2005-09-17 Romain Francoise <romain@orebokech.com>
13905
13906 * shell.el (shell-resync-dirs): Handle echoing processes more
13907 reliably. Don't insert resync command if `comint-process-echoes'
13908 is non-nil.
13909
13910 2005-09-17 Magnus Henoch <mange@freemail.hu>
13911
13912 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13913 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13914 aspell versions >= 0.60.
13915 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13916 only if ispell-aspell-supports-utf8 is non-nil.
13917
13918 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13919
13920 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13921 buffer-local value to lisp-indent-function.
13922
13923 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13924
13925 * progmodes/glasses.el (glasses-make-readable): If
13926 glasses-separator differs from underscore, put appropriate
13927 overlays over underscore characters.
13928 (glasses-convert-to-unreadable): If glasses-separator differs from
13929 underscore, try to convert glasses-separator characters to
13930 underscores.
13931
13932 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13933
13934 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13935 Use with-syntax-table and dolist.
13936
13937 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13938
13939 * textmodes/reftex-auc.el:
13940 * textmodes/reftex-cite.el:
13941 * textmodes/reftex-dcr.el:
13942 * textmodes/reftex-global.el:
13943 * textmodes/reftex-parse.el:
13944 * textmodes/reftex-ref.el:
13945 * textmodes/reftex-sel.el:
13946 * textmodes/reftex-toc.el:
13947 * textmodes/reftex-vars.el:
13948 * textmodes/reftex.el: Small changes to remove compiler warnings.
13949
13950 * textmodes/reftex-index.el: Likewise.
13951 (reftex-query-index-phrase): More efficient use of markers.
13952
13953 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13954
13955 * image.el (image-load-path): New variable.
13956 (image-search-load-path): New function.
13957 (find-image): Search for images in `image-load-path'.
13958
13959 2005-09-15 Richard M. Stallman <rms@gnu.org>
13960
13961 * follow.el: Change Maintainer field.
13962
13963 2005-09-15 David Ponce <david@dponce.com>
13964
13965 * recentf.el (recentf-save-file-modes): New option.
13966 (recentf-save-list): Use it.
13967
13968 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13969
13970 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13971 (mode-line-mule-info, mode-line-modified): Move bindings from
13972 mouse-3 to mouse-1.
13973
13974 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13975
13976 * simple.el (sendmail-user-agent-compose): Revert last change.
13977
13978 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13979
13980 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13981 Use with-current-buffer.
13982 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13983 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13984 (ange-ftp-insert-directory): Remove unused var `short'.
13985 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13986
13987 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13988 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13989
13990 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13991 (check-calendar-holidays, diary-list-entries): Autoload.
13992 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13993 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13994
13995 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13996 which mistakenly removed a call to display-buffer.
13997
13998 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13999
14000 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14001
14002 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14003
14004 * progmodes/hideshow.el
14005 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14006 (hs-allow-nesting): New user var.
14007 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14008 (hs-hide-block-at-point): When nesting allowed,
14009 if there is already an overlay in place, delete it.
14010 (hs-safety-is-job-n): Delete func; remove call sites.
14011 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14012 (hs-overlay-at): New func.
14013 (hs-already-hidden-p, hs-show-block): Use it.
14014 (hs-hide-all): Don't pre-clean if nesting allowed.
14015 (hs-show-all): Temporarily disallow
14016 nesting around call to `hs-discard-overlays'.
14017
14018 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14019
14020 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14021 Delete unused local var.
14022
14023 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14024
14025 * help-fns.el (describe-categories): "?\ " -> "?\s".
14026 (help-do-arg-highlight): Recognize also ARG-n, as in
14027 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14028
14029 * international/codepage.el (dos-unsupported-char-glyph):
14030 * net/newsticker.el (tool-bar-map, w3-mode-map)
14031 (w3m-minor-mode-map):
14032 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14033 (ent-alist):
14034 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14035
14036 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14037
14038 * custom.el (custom-push-theme): Handle the case where a symbol is
14039 bound but face properties have not yet been assigned.
14040
14041 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14042 Fix behavior if noerase is `t' and there is no mail buffer.
14043
14044 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14045 if `continue' is nil, rather than signal an error.
14046
14047 2005-09-12 Richard M. Stallman <rms@gnu.org>
14048
14049 * font-lock.el (font-lock-keywords): Add autoload.
14050
14051 * help-fns.el (describe-variable): Rearrange to put source link
14052 in a predictable place.
14053
14054 * net/newsticker.el: New file.
14055
14056 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14057
14058 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14059 (calendar-basic-setup): Use the new nil arg.
14060 (number-of-diary-entries): Move to diary-lib.el.
14061
14062 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14063 (diary-list-entries): Use with-syntax-table and dolist.
14064 Rename from list-diary-entries.
14065 Use number-of-diary-entries if `number' is nil.
14066 (diary, diary-view-entries): Use this new name and new nil arg value.
14067 (number-of-diary-entries): Move from calendar.el.
14068 (diary-unhide-everything): New function.
14069 (include-other-diary-files, fancy-diary-display)
14070 (diary-show-all-entries, make-diary-entry): Use it.
14071 (diary-mail-entries): Use buffer-string.
14072 (mark-diary-entries): Fix long standing paren typo.
14073 (diary-sexp-entry): Use count-lines.
14074 (make-diary-entry): Avoid `previous-line'.
14075 (diary-mode-map): New var.
14076 (diary-mode): Redraw cal after saving. Setup header-line.
14077 (fancy-diary-display-mode): Use local-set-key.
14078
14079 * startup.el (command-line): Try calling various terminal-init-foo-bar
14080 functions by stripping hyphenated suffixes from $TERM.
14081
14082 * files.el (normal-mode): Check boundness of font-lock-keywords.
14083
14084 2005-09-12 Richard M. Stallman <rms@gnu.org>
14085
14086 * progmodes/compile.el: Don't decide a file's directory
14087 until the user actually tries to go there.
14088 (compilation-next-error-function):
14089 Pass compilation-find-file the directory from the file-struct.
14090 (compilation-internal-error-properties): Separate local FILE-STRUCT
14091 from FILE. Doc the args better. Rename arg FMT to FMTS.
14092 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14093 Expand it, and if nil, use default-directory.
14094 (compilation-get-file-structure): Don't mix specified directory
14095 with default directory. Put specified directory into
14096 file-struct. Don't make the file name absolute.
14097
14098 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14099 (compile-command): Add autoload.
14100 (compilation-disable-input): Add autoload.
14101
14102 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14103
14104 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14105 strings of the variables it can override.
14106 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14107 %Q and %q, for fully-qualified domain name and unqualified host name.
14108
14109 2005-09-11 Kim F. Storm <storm@cua.dk>
14110
14111 * emacs-lisp/authors.el (authors-aliases): Update list.
14112 (authors-fixed-entries): Update mldrag.el entry.
14113
14114 2005-09-10 Alan Mackenzie <acm@muc.de>
14115
14116 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14117 from the region narrowed to.
14118
14119 2005-09-10 Magnus Henoch <mange@freemail.hu>
14120
14121 * textmodes/ispell.el (ispell-check-version): Signal an error if
14122 aspell version is less than 0.60.
14123
14124 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14125
14126 * progmodes/octave-inf.el (inferior-octave-startup):
14127 Resync current dir at the end.
14128
14129 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14130
14131 * woman.el (woman-topic-at-point-default):
14132 Rename to woman-use-topic-at-point-default.
14133 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14134 (woman-file-name): Reflect renames above. Automatically use the
14135 word at point as topic if woman-use-topic-at-point is non-nil.
14136 Otherwise offer it as default but don't insert it in the
14137 minibuffer. Also use `test-completion' instead of `assoc' as
14138 suggested by Stefan Monnier.
14139
14140 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14141
14142 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14143 the attempt to do it over Tramp. This is not yet supported.
14144
14145 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14146
14147 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14148 (menu-bar-non-minibuffer-window-p): New functions.
14149 ("Split Window", "Save As..."): Use them.
14150 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14151 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14152 Use menu-bar-menu-frame-live-and-visible-p.
14153 ("Save Buffer", "Insert File", "Open Directory...")
14154 ("Open File...", "Visit New File..."):
14155 Use menu-bar-non-minibuffer-window-p.
14156 (kill-this-buffer-enabled-p, dired <menu-enable>):
14157 Use menu-bar-non-minibuffer-window-p.
14158
14159 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14160
14161 * cus-start.el (all): Don't complain about fringe-related
14162 built-ins if fringes are not supported. Ditto about
14163 selection-related built-ins. Fix the test for GTK-related built-ins.
14164
14165 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14166 ("Postscript Print Buffer", "Print Region", "Save As...")
14167 ("Save", "Insert File...", "Open Directory...")
14168 ("Open File...", "Visit New File..."")
14169 ("Truncate Long Lines in this Buffer"): Don't look at
14170 menu-updating-frame if this display does not support multiple frames.
14171
14172 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14173
14174 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14175
14176 2005-09-09 Emilio Lopes <eclig@gmx.net>
14177
14178 * woman.el: Format- and whitespace-related changes.
14179
14180 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14181
14182 * woman.el: Fix my email address.
14183
14184 2005-09-08 Richard M. Stallman <rms@gnu.org>
14185
14186 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14187 (sh-mode): Locally set skeleton-pair-default-alist.
14188
14189 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14190
14191 * progmodes/flymake.el: Require `compile' unconditionally.
14192
14193 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14194
14195 * woman.el (woman-file-name): Provide a default, not initial input.
14196
14197 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14198
14199 * font-lock.el (font-lock-support-mode): Doc fix.
14200
14201 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14202
14203 2005-09-08 Richard M. Stallman <rms@gnu.org>
14204
14205 * simple.el (blink-matching-open): Get rid of text props from
14206 the string shown in echo area. Don't permanently set point.
14207 Some rearrangements.
14208
14209 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14210
14211 * recentf.el (recentf-filename-handler): Add custom choice
14212 `abbreviate-file-name'.
14213
14214 * msb.el (msb--very-many-menus): Fix typo.
14215
14216 * disp-table.el (standard-display-european): Don't set
14217 enable-multibyte-characters to nil.
14218
14219 2005-09-08 David Ponce <david@dponce.com>
14220
14221 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14222 (recentf-expand-file-name): Doc fix.
14223 (recentf-dialog-mode-map): Define digit shortcuts.
14224 (recentf--files-with-key): New variable.
14225 (recentf-show-digit-shortcut-filter): New function.
14226 (recentf-open-files-items): New function.
14227 (recentf-open-files): Use it.
14228 (recentf-open-file-with-key): New command.
14229
14230 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14231
14232 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14233 Suggested by Kim F. Storm.
14234 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14235 (Buffer-menu-make-sort-button): Use global keymap.
14236
14237 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14238
14239 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14240 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14241 necessary any longer with the remapped command.
14242 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14243 formatting time only.
14244
14245 * net/tramp.el (tramp-action-password)
14246 (tramp-multi-action-password): Compile the password prompt from
14247 `method', `user' and `host'. Sometimes it isn't obvious which
14248 password to enter, for example with remote files offered by
14249 recentf.el, or with multiple steps. Suggested by Robert Marshall
14250 <robert@chezmarshall.freeserve.co.uk>.
14251
14252 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14253
14254 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14255 Fix regexp for when "s///" is at the beginning of line.
14256
14257 2005-09-07 Jay Belanger <belanger@truman.edu>
14258
14259 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14260 when in matrix mode.
14261
14262 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14263
14264 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14265 non-anonymous functions.
14266
14267 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14268
14269 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14270 when using a header line. Otherwise, use mouse-1-click-follows-link.
14271
14272 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14273 can't be moved; don't signal an error.
14274
14275 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14276
14277 * cus-theme.el (custom-theme-write-faces): Save the current face
14278 spec, not the defface spec.
14279
14280 * custom.el (custom-known-themes): Clarify meaning of "standard".
14281 (custom-push-theme): Save old values in the standard theme.
14282 (disable-theme): Correct typo.
14283 (custom-face-theme-value) Deleted unused function.
14284 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14285
14286 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14287
14288 * progmodes/compile.el (compilation-goto-locus): Take into account
14289 iconified frames when determining whether the buffer is
14290 already visible.
14291 Don't reset window height if the window already existed.
14292
14293 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14294
14295 * custom.el (load-theme): Rename from require-theme.
14296 Add interactive spec.
14297 (enable-theme): Rename from custom-enable-theme.
14298 Add interactive spec.
14299 (disable-theme): Rename from custom-disable-theme.
14300 Add interactive spec.
14301 (custom-make-theme-feature): Doc fix.
14302 (custom-theme-directory): Doc fix.
14303 (provide-theme): Call enable-theme.
14304
14305 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14306
14307 * obsolete/lazy-lock.el (lazy-lock-mode):
14308 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14309 font-lock-mode if it's off. Print a warning instead.
14310
14311 * progmodes/compile.el (compilation-start): Ignore errors if the
14312 process died before we get to send-eof.
14313
14314 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14315 Undo last change. Enclosing the result in quotes broke things on Unix
14316 since tex-send-command passes it through shell-quote-argument.
14317 (tex-send-command): Pass `file' through convert-standard-filename
14318 when possible.
14319 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14320 info in a transcript.
14321
14322 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14323
14324 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14325 fix compilation warning. Reorder the key definitions to group
14326 together keys emitted by the current version of xterm.
14327
14328 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14329 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14330 Reorder predicates to correct min-color usage.
14331
14332 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14333
14334 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14335 Kill local variables when longlines-mode is turned off.
14336
14337 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14338
14339 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14340
14341 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14342
14343 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14344
14345 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14346 (font-lock-lines-before): Change default to being inactive.
14347 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14348 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14349
14350 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14351
14352 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14353 Deactivate temporarily advice if active (not needed for Emacs 22,
14354 but for backwards compatibility).
14355 (tramp-exists-file-name-handler): Rewrite. First implementation
14356 was too simple.
14357 (tramp-advice-make-auto-save-file-name):
14358 Call `tramp-handle-make-auto-save-file-name' (again, just for
14359 backwards compatibility).
14360
14361 2005-08-31 Reto Zimmermann <reto@gnu.org>
14362
14363 * progmodes/vhdl-mode.el
14364 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14365 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14366 (vhdl-set-default-project): New function (easier setting of default).
14367 (vhdl-port-copy): Handle extended identifiers for generics.
14368 (vhdl-compiler-alist): Better description for error message regexp.
14369 (vhdl-make): Query for target, use previous as default.
14370 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14371 (vhdl-font-lock-keywords-2): Fix fontification for record
14372 el. assign.
14373 (vhdl-speedbar-make-subpack-line): Add package body link.
14374 (vhdl-generate-makefile-1): Not include itself as dependency.
14375 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14376 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14377 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14378 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14379 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14380 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14381 (vhdl-import-project): Add string argument for `error'.
14382 (vhdl-compose-configuration)
14383 (vhdl-compose-configuration-architecture): Add configuration
14384 declaration generation.
14385 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14386 (vhdl-trailer-re): Add "record" keyword (better indentation).
14387 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14388 "[^ \t-\"]+".
14389 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14390 (vhdl-testbench-entity-file-name)
14391 (vhdl-testbench-architecture-file-name): Allow separate
14392 customization of testbench file names.
14393 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14394 (vhdl-get-visible-signals): Allow newline within alias declaration.
14395 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14396 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14397 (member-ignore-case): Alias for missing function in XEmacs.
14398 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14399 (vhdl-update-sensitivity-list): Ignore case on read signals.
14400 (vhdl-replace-string): Adjust case only for file names.
14401 (vhdl-update-sensitivity-list): Fix search for read signals.
14402 (vhdl-update-sensitivity-list): Exclude formal parameters.
14403 (vhdl-get-visible-signals): Include aliases of signals.
14404 (vhdl-get-visible-signals): Fix signal name searching.
14405 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14406 (vhdl-fixup-whitespace-region): Fix for character
14407 literals (e.g. `:').
14408
14409 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14410
14411 * ansi-color.el (comint-last-output-start):
14412 * bs.el (font-lock-verbose):
14413 * diff-mode.el (add-log-buffer-file-name-function):
14414 * dired-x.el (vm-folder-directory):
14415 * faces.el (help-xref-stack-item):
14416 * files.el (font-lock-keywords):
14417 * find-lisp.el (dired-buffers, dired-subdir-alist):
14418 * ido.el (cua-inhibit-cua-keys):
14419 * log-view.el (cvs-minor-wrap-function):
14420 * outline.el (font-lock-warning-face):
14421 * simple.el (compilation-current-error):
14422 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14423 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14424 * tooltip.el (comint-prompt-regexp):
14425 * w32-fns.el (explicit-shell-file-name):
14426 * term/mac-win.el (mac-charset-info-alist)
14427 (mac-services-selection, mac-system-script-code):
14428 * term/tty-colors.el (msdos-color-values):
14429 * term/w32-win.el (xlfd-regexp-registry-subnum):
14430 * term/x-win.el (x-keysym-table, x-selection-timeout)
14431 (x-session-id, x-session-previous-id):
14432 * textmodes/ispell.el (mail-yank-prefix):
14433 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14434 * textmodes/org.el (calc-embedded-close-formula)
14435 (calc-embedded-open-formula)
14436 (font-lock-unfontify-region-function):
14437 * textmodes/reftex-global.el (isearch-next-buffer-function)
14438 (TeX-master):
14439 * textmodes/reftex.el (font-lock-keywords):
14440 * textmodes/tex-mode.el (font-lock-comment-face)
14441 (font-lock-doc-face):
14442 * textmodes/texinfo.el (outline-heading-alist):
14443 Add defvars.
14444
14445 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14446 (artist-spray-chars, artist-mode-init, artist-replace-string)
14447 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14448 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14449 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14450
14451 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14452 (conf-align-assignments): "?\ " -> "?\s".
14453
14454 * textmodes/reftex-index.el (TeX-master): Add defvar.
14455 (reftex-index-phrases-marker): Move up defvar.
14456
14457 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14458 (reftex-toc-include-labels-indicator)
14459 (reftex-toc-include-index-indicator)
14460 (reftex-toc-max-level-indicator): Move up declarations.
14461
14462 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14463 of args to `tramp-run-real-handler', even if it's empty in this case.
14464
14465 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14466
14467 * dired.el (dired-move-to-filename-regexp): Add date format for
14468 Mac OS X 10.3 in East Asian locales.
14469
14470 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14471
14472 * files.el (make-auto-save-file-name): Add file name handler call
14473 if applicable.
14474
14475 * net/tramp.el (tramp-file-name-handler-alist)
14476 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14477 (tramp-handle-make-auto-save-file-name): Rename from
14478 `tramp-make-auto-save-file-name'.
14479 (tramp-exists-file-name-handler): New defun.
14480 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14481 `make-auto-save-file-name' is not a magic file name operation.
14482
14483 2005-08-30 Richard M. Stallman <rms@gnu.org>
14484
14485 * files.el (risky-local-variable-p):
14486 Match `-predicates' and `-commands.
14487
14488 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14489 (custom-save-all): Visit the file if necessary;
14490 kill the buffer if we created it.
14491 (custom-save-delete): Don't visit file or kill buffer here.
14492
14493 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14494
14495 * textmodes/org.el (org-special-keyword): New face.
14496 (org-table-copy-down, org-table-eval-formula)
14497 (org-table-recalculate, org-init-section-numbers):
14498 Use `string-to-number' instead of `string-to-int'.
14499 (org-get-location): Use `insert-buffer-substring' instead of
14500 `insert-buffer'.
14501 (org-modify-diary-entry-string): New function.
14502 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14503 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14504 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14505 active region.
14506 (org-export-as-html): Handle QUOTE keyword.
14507 (org-quote-string): New option.
14508 (org-bookmark-jump-unhide): New function, used for
14509 `bookmark-after-jump-hook'.
14510 (org-diary-default-entry): Apply only when not called through
14511 `org-agenda'.
14512
14513 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14514
14515 * net/eudc.el (mode-popup-menu):
14516 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14517 * progmodes/ada-mode.el (compile-auto-highlight)
14518 (skeleton-further-elements):
14519 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14520 * progmodes/cmacexp.el (msdos-shells):
14521 * progmodes/compile.el (font-lock-extra-managed-props)
14522 (font-lock-keywords, font-lock-maximum-size)
14523 (font-lock-support-mode):
14524 * progmodes/grep.el (font-lock-lines-before):
14525 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14526 * progmodes/mixal-mode.el (compile-command):
14527 * progmodes/perl-mode.el (font-lock-comment-face)
14528 (font-lock-doc-face, font-lock-string-face):
14529 * progmodes/prolog.el (comint-prompt-regexp):
14530 * progmodes/sh-script.el (font-lock-comment-face)
14531 (font-lock-set-defaults, font-lock-string-face):
14532 * progmodes/sql.el (font-lock-keyword-face)
14533 (font-lock-set-defaults, font-lock-string-face):
14534 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14535 (itimer-version, lazy-lock-defer-contextually)
14536 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14537 Add defvars.
14538
14539 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14540 (cperl-electric-keyword, cperl-electric-pod)
14541 (cperl-electric-backspace, cperl-forward-re)
14542 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14543 (vc-rcs-header, vc-sccs-header): Add defvars.
14544
14545 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14546 (font-lock-syntactic-keywords, gud-find-expr-function):
14547 Add defvars.
14548
14549 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14550 (gdb-frame-parameters): Declare before use.
14551
14552 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14553 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14554 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14555 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14556
14557 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14558 (idlwave-help-with-source): Use `insert-buffer-substring', not
14559 `insert-buffer'.
14560
14561 2005-08-29 Juri Linkov <juri@jurta.org>
14562
14563 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14564 Put outline-back-to-heading function call inside save-excursion.
14565
14566 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14567
14568 * man.el (Man-init-defvars, Man-translate-references)
14569 (Man-support-local-filenames, Man-highlight-references):
14570 * progmodes/sql.el (sql-interactive-mode):
14571 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14572
14573 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14574 (compilation-mode-font-lock-keywords): Add defvars.
14575 (checkdoc-interactive-loop): "?\ " -> "?\s".
14576
14577 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14578 (font-lock-doc-face, font-lock-string-face)
14579 (font-lock-keywords-case-fold-search): Add defvars.
14580 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14581
14582 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14583 Don't pass X and Y (they are ignored anyway).
14584 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14585 (mouse-delete-window): Make arguments optional.
14586
14587 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14588 (caesar-translate-table, minor-modes, news-buffer-save)
14589 (news-group-name, news-minor-modes): Add defvars.
14590
14591 * emacs-lisp/lselect.el (mouse-highlight-priority)
14592 (x-lost-selection-functions, zmacs-regions):
14593 * emacs-lisp/pp.el (font-lock-verbose):
14594 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14595 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14596 (ses-mode-map):
14597 * emacs-lisp/tcover-unsafep.el (safe-functions):
14598 * international/mule-cmds.el (mac-system-coding-system)
14599 (mac-system-locale):
14600 * language/ethio-util.el (rmail-current-message)
14601 (rmail-message-vector):
14602 * language/thai-util.el (thai-auto-composition-mode):
14603 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14604 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14605 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14606 (vm-primary-inbox, vm-spool-files):
14607 * mail/rmail.el (deleted-head, font-lock-fontified)
14608 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14609 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14610 (total-messages):
14611 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14612 (rmail-summary-mode-map):
14613 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14614 (rmail-last-label, rmail-last-multi-labels)
14615 (rmail-summary-vector, rmail-total-messages):
14616 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14617 * mail/rmailsum.el (msgnum):
14618 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14619 (rmail-current-message):
14620 * obsolete/fast-lock.el (font-lock-face-list):
14621 * obsolete/rnewspost.el (mail-reply-buffer):
14622 * obsolete/scribe.el (compile-command):
14623 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14624
14625 2005-08-28 John Paul Wallington <jpw@gnu.org>
14626
14627 * ibuf-ext.el (ibuffer-auto-update-changed):
14628 Use `frame-or-buffer-changed-p' to check whether we need to update.
14629 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14630 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14631 as a `frame-or-buffer-changed-p' state vector instead.
14632
14633 2005-08-27 Romain Francoise <romain@orebokech.com>
14634
14635 * textmodes/makeinfo.el (makeinfo-compile):
14636 Use `compilation-start'. Set `next-error-function' according to
14637 `disable-errors'.
14638 (makeinfo-next-error): New function.
14639 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14640 (makeinfo-buffer): Likewise.
14641
14642 * progmodes/compile.el (compilation-start): Add autoload cookie.
14643
14644 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14645 * textmodes/sgml-mode.el: Likewise.
14646 * progmodes/python.el: Likewise.
14647
14648 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14649
14650 * simple.el (blink-matching-paren-distance): Document the meaning
14651 of nil value, and allow to customize to nil.
14652
14653 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14654 command.com, not command.exe.
14655
14656 2005-08-26 John Wiegley <johnw@newartisans.com>
14657
14658 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14659 code around a bit so that an extraneous nil argument is not added
14660 to a command when no args are given.
14661
14662 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14663 double-quoted argument resolves to nil, return it as an empty
14664 string rather than as nil. This made it impossible to pass "" to
14665 a shell script as a null string argument.
14666
14667 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14668
14669 * outline.el (outline-invent-heading): New fun.
14670 (outline-promote, outline-demote): Use it.
14671 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14672 (outline-end-of-subtree): Remove unused var `opoint'.
14673
14674 2005-08-26 David Reitter <david.reitter@gmail.com>
14675
14676 * menu-bar.el (truncate-lines, write-file, print-buffer)
14677 (ps-print-buffer-faces, ps-print-buffer, split-window):
14678 Disable menu items when the frame they refer to is invisible, or when
14679 they refer to a buffer and the minibuffer is selected.
14680
14681 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14682
14683 * progmodes/flymake.el (flymake-highlight-err-lines):
14684 Use save-excursion around flymake-highlight-line to preserve point.
14685
14686 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14687
14688 * progmodes/octave-mod.el: Change Author and Maintainer address.
14689 (octave-maintainer-address): Change Kurt's email address.
14690 * progmodes/octave-inf.el: Change Author and Maintainer address.
14691 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14692
14693 2005-08-26 Kim F. Storm <storm@cua.dk>
14694
14695 * subr.el (version-list-<, version-list-<=, version-list-=):
14696 Rename from integer-list-*.
14697 (version-list-not-zero): Likewise. Fix while loop.
14698 (version=): Use version-list-= instead of string-equal.
14699
14700 2005-08-26 Richard M. Stallman <rms@gnu.org>
14701
14702 * outline.el (outline-promote): Try shortening the heading.
14703 As last resort, read the heading to use.
14704 (outline-demote): As last resort, read the heading to use.
14705
14706 2005-08-26 Romain Francoise <romain@orebokech.com>
14707
14708 * progmodes/compile.el (compilation-start): Doc fix.
14709
14710 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14711 (antlr-font-lock-additional-keywords): Fix reference to
14712 `antlr-font-lock-literal-regexp' erroneously changed during the
14713 mass face rename.
14714 (antlr-run-tool): Use `compilation-start'.
14715
14716 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14717 instead of the obsolete `compile-internal'.
14718
14719 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14720
14721 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14722 (number, original-date):
14723 * calendar/cal-china.el (date):
14724 * calendar/cal-coptic.el (date):
14725 * calendar/cal-french.el (date):
14726 * calendar/cal-hebrew.el (date, entry, number, original-date):
14727 * calendar/cal-islam.el (date, number, original-date):
14728 * calendar/cal-iso.el (date):
14729 * calendar/cal-julian.el (date):
14730 * calendar/cal-mayan.el (date):
14731 * calendar/cal-menu.el (date, event):
14732 * calendar/cal-persia.el (date):
14733 * calendar/lunar.el (date):
14734 * calendar/solar.el (date): Add defvars.
14735
14736 * emerge.el:
14737 * ibuffer.el:
14738 * info-xref.el:
14739 * obsolete/bg-mouse.el:
14740 * obsolete/sun-curs.el:
14741 * obsolete/swedish.el: Move the `defvar's to the top level.
14742
14743 * smerge-mode.el (smerge-refined-change): Add :group.
14744
14745 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14746
14747 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14748 (smerge-keep-n): Remove props.
14749 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14750 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14751 now that it's done in smerge-keep-n.
14752 (smerge-refined-change): New face.
14753 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14754 (smerge-refine): New funs.
14755 (smerge-basic-map): Bind smerge-refine.
14756
14757 2005-08-25 Juri Linkov <juri@jurta.org>
14758
14759 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14760 compilation-process-setup-function and compilation-disable-input
14761 in grep-mode instead of let-bindings in grep.
14762
14763 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14764 Delete "Automatic File De/compression" (auto-compression-mode).
14765
14766 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14767
14768 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14769 Silence warning about non-existent variable.
14770
14771 2005-08-25 Richard M. Stallman <rms@gnu.org>
14772
14773 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14774 Rename "Describe Key" to "Describe Key or Mouse Operation".
14775
14776 * mail/mailalias.el (build-mail-aliases): Delete comments
14777 from the contents before processing them.
14778
14779 * isearch.el (isearch-edit-string): Erase the Search prompt
14780 if user enters an empty string and there is no default.
14781
14782 * comint.el (comint-file-name-prefix): Add autoload.
14783
14784 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14785
14786 * subr.el (play-sound): Rearrange to avoid warning.
14787
14788 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14789
14790 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14791 New hook.
14792 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14793
14794 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14795
14796 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14797
14798 * custom.el (custom-theme-set-variables): Sort minor modes last.
14799
14800 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14801
14802 * subr.el (version-separator, version-regexp-alist): New vars used by
14803 version comparison funs.
14804 (integer-list-<, integer-list-=, integer-list-<=)
14805 (integer-list-not-zero): New funs for integer list comparison.
14806 (version-to-list, version=, version<, version<=): New funs for version
14807 comparison.
14808
14809 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14810
14811 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14812 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14813 time to silence the byte-compiler.
14814
14815 * ibuffer.el (ibuffer-compile-make-eliding-form)
14816 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14817 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14818 so it's silly to get warnings for it).
14819 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14820 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14821 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14822 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14823 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14824 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14825 Defvar at compile time.
14826 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14827 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14828 Declare them before use.
14829
14830 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14831 (info-xref-good, info-xref-bad): Defvar at compile time.
14832
14833 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14834 Use `let*' instead of `let'.
14835
14836 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14837 (*mouse-y*, menu, char): Defvar at compile time.
14838 (sc::menu): Declare it before use.
14839 (sc::pack-one-line): Use `let', not `let*'.
14840
14841 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14842 (mail-send-hook): Defvar at compile time.
14843
14844 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14845 Defvar at compile time.
14846
14847 * term/sun-mouse.el (current-global-mousemap)
14848 (current-local-mousemap): Declare them before use.
14849
14850 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14851
14852 * bookmark.el (bookmark-after-jump-hook): New hook.
14853 (bookmark-jump): Run `bookmark-after-jump-hook'.
14854
14855 2005-08-23 Juri Linkov <juri@jurta.org>
14856
14857 * faces.el (minibuffer-prompt): Doc fix.
14858
14859 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14860
14861 * progmodes/xscheme.el: Trivial changes to silence warnings.
14862 (xscheme-previous-mode, xscheme-previous-process-state):
14863 Add defvars.
14864 (xscheme-last-input-end, xscheme-process-command-line)
14865 (xscheme-process-name, xscheme-buffer-name)
14866 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14867 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14868 (xscheme-control-g-synchronization-p)
14869 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14870 (default-xscheme-runlight, xscheme-runlight)
14871 (xscheme-runlight-string, xscheme-process-filter-state)
14872 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14873 Move to beginning of file.
14874 (scheme-interaction-mode-commands-alist)
14875 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14876 Declare them before use. Note: the initialization code for the variables
14877 has not been moved because it uses functions that reference the variables.
14878 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14879 (xscheme-prompt-for-expression-map): Declare them before use.
14880 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14881
14882 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14883
14884 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14885
14886 2005-08-22 Juri Linkov <juri@jurta.org>
14887
14888 * faces.el (set-face-underline): Delete this duplicate function
14889 and make an obsolete alias to set-face-underline-p.
14890 (set-face-underline-p): Use docstring of set-face-underline.
14891 (describe-face): Create hyperlink to parent face.
14892
14893 * info.el (Info-insert-dir): Use save-excursion around
14894 insert-buffer-substring.
14895 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14896 (Info-escape-percent): Delete function.
14897 (Info-fontify-node): Replace Info-escape-percent by
14898 replace-regexp-in-string with REP arg set to lambda that
14899 duplicates `%' and preserves text properties.
14900
14901 * progmodes/compile.el (compilation-disable-input): Doc fix.
14902 (define-compilation-mode): Doc fix and refill.
14903 (kill-compilation): Use `mode-name' in the error message.
14904 (compilation-find-file): Use `compilation-error' in the
14905 read-file-name's prompt.
14906
14907 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14908
14909 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14910 (smerge-auto-leave): Make undo re-enable the mode.
14911 (debug-ignored-errors): Add the user-error of impossible resolution.
14912 (smerge-resolve): Move things around a bit, in preparation for later.
14913 (smerge-diff): Don't fail if the buffer has no associated file.
14914 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14915 (smerge-conflict-overlay): New function.
14916 (smerge-match-conflict): Don't add text properties here.
14917 (smerge-find-conflict): Instead, add an overlay here.
14918 Also check for the case where we're inside a conflict already, so as to
14919 obviate the need for font-lock-multiline, which is unbearably slow with
14920 large conflicts and ciomplex font-lock patterns.
14921 (smerge-remove-props): Remove overlay rather than text-properties.
14922 (smerge-mode): Don't set font-lock-multiline.
14923 Remove overlays when turned off.
14924
14925 2005-08-21 Kim F. Storm <storm@cua.dk>
14926
14927 * ido.el (ido-ignore-item-p): Use save-match-data.
14928 Bind case-fold-search to ido-case-fold locally.
14929
14930 2005-08-20 Richard M. Stallman <rms@gnu.org>
14931
14932 * files.el (normal-mode): If font lock is on, turn it off and on.
14933
14934 * subr.el (replace-regexp-in-string): Doc fix.
14935
14936 * startup.el (command-line-1): Don't suppress startup screen
14937 due to existing processes.
14938
14939 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14940
14941 * progmodes/compile.el (compilation-disable-input): Default to nil.
14942
14943 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14944
14945 * progmodes/compile.el (compilation-disable-input): New defcustom.
14946 (compilation-start): If compilation-disable-input is non-nil, send
14947 EOF to the compilation process.
14948
14949 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14950
14951 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14952 Run the argument of tex-shell-cd-command through
14953 convert-standard-filename, to get the correct style of slashes on
14954 Windows, and enclose the result in quotes, in case the file name
14955 includes whitespace or other special characters.
14956
14957 2005-08-19 Andreas Schwab <schwab@suse.de>
14958
14959 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14960 process.
14961
14962 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14963
14964 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14965
14966 2005-08-18 Kim F. Storm <storm@cua.dk>
14967
14968 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14969
14970 2005-08-18 Richard M. Stallman <rms@gnu.org>
14971
14972 * scroll-lock.el: New file.
14973
14974 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14975
14976 * dired.el (dired-move-to-end-of-filename):
14977 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14978
14979 2005-08-18 Kim F. Storm <storm@cua.dk>
14980
14981 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14982 rather than toggle mode when custom value is nil.
14983 (ido-everywhere): Fix defun doc string.
14984
14985 2005-08-17 Richard M. Stallman <rms@gnu.org>
14986
14987 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14988 as tag instead of "Inviolable".
14989
14990 2005-08-17 Kim F. Storm <storm@cua.dk>
14991
14992 * windmove.el (windmove-coordinates-of-position): Remove.
14993 (windmove-coordinates-of-window-position): Remove.
14994 (windmove-reference-loc): Use posn-at-point instead.
14995
14996 * subr.el (insert-for-yank-1): Doc fix.
14997
14998 * ido.el (ido-enter-matching-directory): Rename from
14999 ido-enter-single-matching-directory. Change `slash' choice to
15000 `only'. Add `first' choice.
15001 (ido-exhibit): Adapt to above changes.
15002
15003 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15004
15005 * Makefile.in: Expand comment about building loaddefs.el.
15006
15007 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15008
15009 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15010 Comment use of defadvice.
15011
15012 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15013
15014 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15015
15016 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15017 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15018 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15019 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15020 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15021 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15022 for backward compatibility for faces that did not appear in the
15023 previous Emacs release.
15024
15025 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15026
15027 2005-08-15 Kim F. Storm <storm@cua.dk>
15028
15029 * emulation/cua-base.el (cua-delete-region): Return t if
15030 deleted region was non-empty.
15031 (cua-replace-region): Inhibit overwrite-mode for
15032 self-insert-command if replaced region was non-empty.
15033 (cua--explicit-region-start, cua--status-string): Make them
15034 buffer-local at top-level...
15035 (cua-mode): ...rather than when mode is enabled.
15036
15037 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15038
15039 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15040 Set t for Emacs 21, 22, and so on.
15041
15042 2005-08-15 David Ponce <david@dponce.com>
15043
15044 * tree-widget.el: Update Commentary header.
15045 (tree-widget-theme): Doc fix.
15046 (tree-widget-space-width): New option.
15047 (tree-widget-image-properties): Look up in the default theme too.
15048 (tree-widget--cursors): Only for images with arrow pointer shape.
15049 (tree-widget-lookup-image): Pointer shape is hand by default.
15050 (tree-widget-icon): Rename generic icon widget from
15051 `tree-widget-control'.
15052 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15053 derive from `tree-widget-icon'.
15054 (tree-widget-handle): Improve default look and feel of the text
15055 representation.
15056 (tree-widget): Rename :*-control properties to :*-icon properties.
15057 Add :action and :help-echo properties.
15058 (tree-widget-after-toggle-functions): Move.
15059 (tree-widget-close-node, tree-widget-open-node): Remove.
15060 (tree-widget-before-create-icon-functions): New hook.
15061 (tree-widget-value-create): Update to allow customization of icons
15062 and nodes at run-time via that new hook.
15063 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15064 (tree-widget-icon-action, tree-widget-icon-help-echo)
15065 (tree-widget-action, tree-widget-help-echo): New functions.
15066
15067 2005-08-15 Kim F. Storm <storm@cua.dk>
15068
15069 * ido.el (ido-buffer-internal): Use with-no-warnings.
15070 (ido-make-merged-file-list): Use while-no-input.
15071
15072 2005-08-15 Richard M. Stallman <rms@gnu.org>
15073
15074 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15075 (flyspell-large-region): Fix doc and custom type.
15076
15077 2005-08-14 Richard M. Stallman <rms@gnu.org>
15078
15079 * files.el (interpreter-mode-alist): Doc fix.
15080
15081 * mail/rmail.el (rmail-nonignored-headers): New variable.
15082 (rmail-clear-headers): Use it.
15083 (rmail-reply): Better handling of mail-followup-to header.
15084
15085 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15086 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15087 don't try to refer to executable-font-lock-keywords.
15088 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15089 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15090 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15091 (sh-mode): Set comment-start-skip, local-abbrev-table,
15092 imenu-case-fold-search.
15093 (sh-set-shell): Don't set them here.
15094 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15095 Don't cache the results in the original alist; don't ever modify
15096 that alist.
15097
15098 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15099
15100 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15101 empty.
15102
15103 2005-08-15 Andreas Schwab <schwab@suse.de>
15104
15105 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15106
15107 * dired.el, info.el, mail/rmail.el: Revert last change.
15108
15109 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15110
15111 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15112 modification in `eval-after-load' form.
15113 * info.el: Likewise.
15114 * mail/rmail.el: Likewise.
15115
15116 2005-08-14 Juri Linkov <juri@jurta.org>
15117
15118 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15119 Remove highlighting of "Compilation started". Highlight only
15120 the word "finished" in "Compilation finished". Add highlighting
15121 of "interrupt", "killed", "terminated" and the exit code.
15122 (compilation-start): Add newline after header. Use exactly the
15123 same time stamp format as the finishing message.
15124 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15125
15126 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15127 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15128 Add highlighting of "interrupt", "killed", "terminated".
15129
15130 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15131 enabled and the current command is self-insert-command, call it
15132 explicitly with overwrite-mode bound to nil, to not allow it
15133 to delete the character after the selected region.
15134
15135 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15136
15137 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15138 move-end-of-line, end-of-line, and beginning-of-line to the list
15139 of commands after which the echo area is updated.
15140
15141 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15142
15143 * cus-edit.el (custom-save-all, custom-save-delete):
15144 Bind recentf-exclude to exclude custom-file.
15145
15146 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15147
15148 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15149 to go to the bottom of the mail message. Added to
15150 `rmail-summary-mode-map' with key "/".
15151 (rmail-summary-show-message): New (internal) function for use by
15152 both `rmail-summary-beginning/end-of-message'.
15153 (rmail-summary-beginning-of-message): Change to use
15154 rmail-summary-show-message.
15155
15156 * mail/rmail.el (rmail-end-of-message): New command to go to the
15157 end of the current message. Added to `rmail-mode-map' with key "/".
15158 (rmail-beginning-of-message): Fix to work as documented.
15159 (rmail-mode): Change documentation.
15160
15161 * progmodes/compile.el (compilation-start): Add the line
15162 "Compilation started" with compilation start time.
15163 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15164
15165 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15166
15167 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15168 of menu items.
15169
15170 2005-08-11 Richard M. Stallman <rms@gnu.org>
15171
15172 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15173
15174 * battery.el (battery-status-function): Don't use ignore-errors.
15175
15176 2005-08-11 Lute Kamstra <lute@gnu.org>
15177
15178 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15179 define-obsolete-variable-alias.
15180
15181 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15182
15183 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15184 (ange-ftp-send-cmd): Revert last change, and expand
15185 the comment explaining the problem.
15186
15187 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15188
15189 * ldefs-boot.el: Update.
15190
15191 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15192 item to "Time, Load and Mail". Change help echo text.
15193
15194 * time.el (display-time-use-mail-icon, display-time-format)
15195 (display-time-string-forms): Shorten first line of docstrings.
15196
15197 2005-08-10 Lars Hansen <larsh@soem.dk>
15198
15199 * desktop.el (desktop-buffer-mode-handlers):
15200 Make non-customizable. Add autoload cookie. Change initial value to
15201 nil; add elements in respective modules instead. Fix doc string.
15202 (desktop-load-file): New function.
15203 (desktop-minor-mode-handlers): New autoloaded variable.
15204 (desktop-create-buffer): Call minor mode handlers.
15205 Use desktop-load-file to load major and minor mode modules prior to
15206 checking for a handler.
15207 (desktop-save): Don't add nil to desktop-minor-modes for minor
15208 modes with nil function in desktop-minor-mode-table. Don't delete
15209 desktop file before rewriting it.
15210 (desktop-locals-to-save): Add autoload cookie. Don't make
15211 automatically buffer-local. Add variables column-number-mode,
15212 size-indication-mode, indent-tabs-mode,
15213 indicate-buffer-boundaries, indicate-empty-lines and
15214 show-trailing-whitespace.
15215 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15216 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15217 (desktop-clear-preserve-buffers-regexp): Delete.
15218 (desktop-clear-preserve-buffers): Update initial value and docstring.
15219 (desktop-save-buffer): Fix doc string.
15220
15221 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15222 (hilit-chg-desktop-restore): New function.
15223 (highlight-changes-mode): Add highlight-changes-mode to
15224 desktop-locals-to-save.
15225
15226 * dired.el: Add handler to desktop-buffer-mode-handlers.
15227 (dired-restore-desktop-buffer): Remove autoload cookie.
15228 (dired-mode): Add autoload cookie.
15229
15230 * info.el: Add handler to desktop-buffer-mode-handlers.
15231 (Info-restore-desktop-buffer): Remove autoload cookie.
15232 (Info-mode): Add autoload cookie.
15233
15234 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15235 (mh-restore-desktop-buffer): Remove autoload cookie.
15236 (mh-folder-mode): Add autoload cookie.
15237
15238 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15239 (rmail-restore-desktop-buffer): Remove autoload cookie.
15240
15241 2005-08-11 Masatake YAMATO <jet@gyve.org>
15242
15243 * hexl.el (hexl-address-region):
15244 (hexl-ascii-region, hexl-font-lock-keywords):
15245 (hexl-highlight-line-range): Use the term "region"
15246 instead of "area" for consistency with the other symbols
15247 defined in hexl.el.
15248
15249 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15250
15251 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15252 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15253 out by Juri Linkov). Add `display-battery-mode'.
15254
15255 2005-08-09 Juri Linkov <juri@jurta.org>
15256
15257 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15258 Remove `-text' from face variable names.
15259 (compilation-error-file-name, compilation-warning-file-name)
15260 (compilation-info-file-name): Delete faces.
15261 (compilation-line-number, compilation-column-number):
15262 Remove face underlining.
15263 (compilation-message-face): Set to `underline' value by default.
15264 (compilation-error-face, compilation-warning-face)
15265 (compilation-info-face): Remove `-file-name' from face names.
15266 (compilation-error-text-face, compilation-warning-text-face)
15267 (compilation-info-text-face): Delete face variables.
15268 (compilation-text-face): Delete function.
15269
15270 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15271 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15272 (grep-error-face): Set to `compilation-error' instead of
15273 `compilation-error-face' (which is redefined to `grep-hit-face' in
15274 grep buffers).
15275 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15276 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15277
15278 * dired-aux.el (dired-do-query-replace-regexp):
15279 Use `query-replace-read-args'.
15280
15281 * replace.el (query-replace-read-from, query-replace-read-to)
15282 (query-replace-read-args): Rename arg `string' to `prompt'.
15283
15284 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15285
15286 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15287
15288 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15289 uploading files.
15290 (ange-ftp-canonize-filename): Handle file names beginning with ~
15291 correctly.
15292
15293 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15294
15295 * textmodes/fill.el (canonically-space-region)
15296 (fill-context-prefix, fill-french-nobreak-p)
15297 (fill-delete-newlines, fill-comment-paragraph)
15298 (justify-current-line): "?\ " -> "?\s".
15299
15300 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15301
15302 * textmodes/fill.el (fill-nonuniform-paragraphs):
15303 Improve argument/docstring consistency.
15304
15305 2005-08-09 Richard M. Stallman <rms@gnu.org>
15306
15307 * textmodes/ispell.el (ispell-word): More fboundp checks.
15308
15309 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15310 (find-file-noselect-1): Call it here, only if RAWFILE.
15311 (normal-mode): Always set some major mode.
15312 (save-some-buffers-action-alist): Change some explanation strings.
15313 (file-name-non-special): In the `quote' method, use unwind-protect.
15314
15315 2005-08-09 Magnus Henoch <mange@freemail.hu>
15316
15317 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15318 (ispell-have-aspell-dictionaries): New variable.
15319 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15320 (ispell-get-aspell-config-value): New function.
15321 (ispell-aspell-find-dictionary): New function.
15322 (ispell-aspell-add-aliases): New function.
15323 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15324 appropriate. Don't look for ispell dictionaries if we use aspell.
15325 (ispell-menu-map): Don't build a submenu of dictionaries.
15326
15327 2005-08-09 Richard M. Stallman <rms@gnu.org>
15328
15329 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15330 (sql-read-passwd): Use read-passwd.
15331
15332 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15333 (idlwave-toolbar-is-possible): Add defvars.
15334
15335 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15336 Avoid warnings.
15337
15338 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15339 (idlwave-system-class-info, idlwave-executive-commands-alist):
15340 Use defvar.
15341
15342 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15343
15344 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15345 Avoid warnings.
15346
15347 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15348 and content-type: headers.
15349
15350 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15351
15352 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15353 and rename some of them to be more self-explanatory.
15354
15355 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15356
15357 * startup.el (command-line-1): Implement -scriptload.
15358
15359 * replace.el (occur-engine): Initial *Occur* output not undoable.
15360
15361 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15362 and improve help strings.
15363
15364 * isearch.el (isearch-repeat): When changing direction,
15365 mark search successful.
15366
15367 * ediff-init.el: Use (featurep 'xemacs).
15368
15369 * comint.el (send-invisible): Identify buffer, if not selected.
15370
15371 * align.el: Delete autoload for c-guess-basic-syntax.
15372
15373 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15374
15375 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15376 Improve argument/docstring consistency. Doc fixes.
15377 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15378 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15379 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15380 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15381 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15382 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15383 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15384 Defvar at compile time.
15385
15386 2005-08-09 Juri Linkov <juri@jurta.org>
15387
15388 * info.el: Replace `info' with upper-case `Info' where appropriate.
15389 (info-title-1, info-title-2, info-title-3, info-title-4)
15390 (info-menu-header): Move up face definitions.
15391 (info-menu-star): Rename from `info-menu-5'.
15392 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15393 (Info-fontify-visited-nodes): Fix docstring.
15394 (Info-hide-note-references): Fix docstring.
15395 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15396 menu items in the same way as on cross-references.
15397 (info-apropos): Fix sorting order and formatting to be like in the
15398 stand-alone Info browser. Display error messages for 1 sec.
15399 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15400 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15401 from the menu bar.
15402 (Info-insert-dir): Restore point after calling
15403 `insert-buffer-substring'.
15404
15405 2005-08-08 Richard M. Stallman <rms@gnu.org>
15406
15407 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15408 (recompute-lucid-menubar): Add defvars.
15409
15410 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15411
15412 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15413
15414 * net/net-utils.el (run-dig): Rename from `dig'.
15415
15416 * play/gametree.el (gametree-mode): Use make-local-variable,
15417 not make-variable-buffer-local.
15418
15419 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15420
15421 * ansi-color.el (ansi-color-make-extent)
15422 (ansi-color-set-extent-face): Use fboundp, not functionp.
15423
15424 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15425 not make-variable-buffer-local.
15426
15427 * bookmark.el (Info-current-file): Add defvar.
15428 (bookmark-jump-noselect): Use with-no-warnings.
15429
15430 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15431
15432 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15433
15434 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15435
15436 * find-file.el (ada-procedure-start-regexp)
15437 (ada-package-start-regexp): Add defvars.
15438
15439 * info.el (Info-insert-dir): Use insert-buffer-substring.
15440
15441 * xml.el (xml-att-def-re): Add defvar.
15442
15443 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15444 calling convention.
15445
15446 * subr.el (while-no-input): Return t if there is input.
15447
15448 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15449
15450 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15451
15452 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15453
15454 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15455 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15456
15457 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15458
15459 * cmuscheme.el (scheme-start-file): Replace reference to
15460 `user-emacs-directory' by "~/.emacs.d/".
15461
15462 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15463
15464 * info.el (Info-dir-remove-duplicates): Avoid case folding
15465 in loop; instead, keep downcased strings for comparison.
15466 Suggested by Helmut Eller.
15467
15468 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15469
15470 Sync with Tramp 2.0.50.
15471
15472 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15473 XEmacs case; not necessary anymore.
15474 (tramp-user-regexp): Allow "@" as part of user name.
15475 (tramp-handle-set-visited-file-modtime)
15476 (tramp-handle-insert-file-contents)
15477 (tramp-handle-write-region): No special handling for
15478 `last-coding-system-used, because this is done in
15479 `tramp-accept-process-output' now.
15480 (tramp-accept-process-output): New defun.
15481 (tramp-process-one-action, tramp-process-one-multi-action)
15482 (tramp-wait-for-regexp, tramp-wait-for-output)
15483 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15484 Howells <dhowells@redhat.com>.
15485 (clear-visited-file-modtime): Defadvice removed. The check for
15486 unset buffer's modtime does not need to be based on
15487 `tramp-buffer-file-attributes'. Suggested by RMS.
15488 (tramp-message): Insert "\n" if not being at beginning of line.
15489 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15490 sequence with same logic.
15491 (tramp-completion-handle-expand-file-name): Discard call of
15492 `tramp-drop-volume-letter'. It is not necessary, and there have
15493 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15494 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15495 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15496 should always be visible.
15497 (tramp-handle-insert-directory, tramp-setup-complete)
15498 (tramp-set-process-query-on-exit-flag)
15499 (tramp-append-tramp-buffers): Pacify byte-compiler.
15500 (tramp-bug): Delete non-existing variables from list.
15501 Apply `tramp-load-report-modules' as pre-hook.
15502 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15503 `shell-prompt-pattern' because of non-7bit characters.
15504 Reported by Sebastian Luque <sluque@mun.ca>.
15505 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15506 (tramp-match-string-list): Remove function.
15507 (tramp-wait-for-regexp): Remove call of that function.
15508 Suggested by Kim F. Storm <storm@cua.dk>.
15509 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15510 instead of octal character code ?\600. The latter resulted in a
15511 syntax error with XEmacs.
15512
15513 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15514 XEmacs case; not necessary anymore.
15515 (tramp-smb-handle-write-region): No special handling for
15516 `last-coding-system-used, because this is done in
15517 `tramp-accept-process-output' now.
15518 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15519
15520 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15521
15522 * wid-edit.el (widget-choice-value-create):
15523 Unconditionally respect user choice. Set :explicit-choice back to nil
15524 when no longer needed.
15525 (widget-choice-action): Unconditionally respect user choice.
15526 Eliminate :explicit-choice-value.
15527
15528 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15529
15530 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15531 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15532 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15533 running new function `toggle-indicate-empty-lines'.
15534 Rename "Customize" item to "Customize fringe".
15535 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15536 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15537 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15538 Delete "Empty lines only" item.
15539 (menu-bar-showhide-fringe-ind-customize): New function.
15540 (menu-bar-showhide-fringe-ind-mixed)
15541 (menu-bar-showhide-fringe-ind-box)
15542 (menu-bar-showhide-fringe-ind-right)
15543 (menu-bar-showhide-fringe-ind-left)
15544 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15545 instead of `fringe-indicators'.
15546
15547 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15548
15549 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15550 Change the date of last update.
15551
15552 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15553
15554 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15555 (viper-exec-yank, viper-put-back): Don't display modification msg
15556 if in the minibuffer.
15557
15558 * viper-init.el (viper-replace-overlay-cursor-color)
15559 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15560 Make variables frame local.
15561
15562 * viper-util.el (viper-append-filter-alist): Use append instead of
15563 nconc.
15564
15565 * viper.el (viper-vi-state-mode-list)
15566 (viper-emacs-state-mode-list): Move help-mode and
15567 completion-list-mode from the first list to the second.
15568 (viper-mode): Docstring.
15569 (viper-go-away, viper-non-hook-settings): Don't localize
15570 minor-mode-alist in newer Emacsen. Add advice to
15571 set-cursor-color. Don't bind "\C-c\\".
15572
15573 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15574
15575 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15576 (scheme-macro-expand-command): New user options.
15577 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15578 (scheme-form-at-point, scheme-start-file)
15579 (scheme-interactively-start-process): New functions.
15580 (scheme-get-process): New function, extracted from `scheme-proc'.
15581 (run-scheme): Call `scheme-start-file' to get start file, and pass
15582 it to `make-comint'.
15583 (switch-to-scheme, scheme-proc):
15584 Call `scheme-interactively-start-process' if no Scheme buffer/process
15585 is available.
15586
15587 2005-08-06 Juri Linkov <juri@jurta.org>
15588
15589 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15590 Use `compilation-text-face', `compilation-info-text-face' and
15591 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15592 (compilation-error): New face.
15593 (compilation-error-file-name): Inherit from
15594 `compilation-error' instead of `font-lock-warning-face'.
15595 (compilation-warning-file-name): Inherit from
15596 `compilation-warning' instead of `font-lock-warning-face'.
15597 (compilation-info, compilation-error-file-name)
15598 (compilation-warning-file-name, compilation-info-file-name)
15599 (compilation-line-number, compilation-column-number): Doc fix.
15600 (compilation-error-text-face, compilation-warning-text-face)
15601 (compilation-info-text-face): New face variables.
15602 (compilation-line-face, compilation-column-face)
15603 (compilation-enter-directory-face)
15604 (compilation-leave-directory-face): Doc fix.
15605 (compilation-text-face): New function.
15606
15607 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15608 instead of 1 to display binary file names as info file links.
15609 (grep-error-face): Use `compilation-error-face' instead of
15610 `font-lock-keyword-face'.
15611 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15612 and `compilation-warning-text-face' instead of
15613 `font-lock-keyword-face'. Use `compilation-error-text-face'
15614 instead of `grep-error-face'.
15615
15616 2005-08-05 Kenichi Handa <handa@m17n.org>
15617
15618 * international/code-pages.el: Add autoload cookies for all coding
15619 systems.
15620
15621 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15622
15623 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15624
15625 2005-08-04 Juri Linkov <juri@jurta.org>
15626
15627 * progmodes/compile.el (compilation-mode-map):
15628 * progmodes/grep.el (grep-mode-map):
15629 Bind TAB to `compilation-next-error' and [backtab] to
15630 `compilation-previous-error'.
15631
15632 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15633 matching line numbers, column numbers and their ranges with regexp
15634 matching only line numbers.
15635 (grep-context-face): New face variable.
15636 (grep-mode-font-lock-keywords): Use it.
15637
15638 * faces.el (read-face-name): Delete duplicate faces.
15639
15640 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15641
15642 * thumbs.el (thumbs-find-image): Don't make variables
15643 automatically buffer local.
15644 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15645 (thumbs-image-num): Make automatically buffer local.
15646 (thumbs-show-thumbs-list): Use `make-local-variable', not
15647 `make-variable-buffer-local'.
15648 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15649
15650 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15651 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15652 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15653 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15654 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15655 (feelings-about, foullst, found, hello, history, howareyoulst)
15656 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15657 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15658 (neglst, obj, object, owner, please, problems, qlist)
15659 (random-adjective, relation, remlst, repetitive-shortness)
15660 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15661 (shortlst, something, sportslst, stallmanlst, states, subj)
15662 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15663 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15664 Defvar at compile time.
15665
15666 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15667 not `make-variable-buffer-local'.
15668
15669 2005-08-02 Kim F. Storm <storm@cua.dk>
15670
15671 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15672 rectangle overlay in selected window.
15673
15674 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15675
15676 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15677 instead of display group. Make `indicate-buffer-boundaries'
15678 customizable through Custom.
15679
15680 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15681
15682 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15683 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15684 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15685 (gdb-put-string): Fix typos in docstrings.
15686
15687 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15688
15689 Update copyright notices of files in progmodes directory for
15690 release of Emacs 22.1.
15691
15692 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15693
15694 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15695 Don't barf if the GUD buffer has been killed.
15696
15697 2005-08-01 Kim F. Storm <storm@cua.dk>
15698
15699 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15700
15701 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15702
15703 * simple.el (next-error-follow-minor-mode):
15704 make-variable-buffer-local -> make-local-variable.
15705
15706 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15707
15708 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15709 (byte-compile-form-make-variable-buffer-local): New functions to warn
15710 about misuses of make-variable-buffer-local where make-local-variable
15711 was meant.
15712
15713 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15714
15715 * bs.el (bs-attributes-list): Doc fix.
15716 (bs): Update url-link.
15717
15718 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15719 (desktop-load-default): Simplify.
15720
15721 * ibuffer.el (ibuffer-columnize-and-insert-list)
15722 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15723 (ibuffer-unmark-all, ibuffer-toggle-marks)
15724 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15725 (ibuffer-compile-make-format-form, ibuffer-format-column)
15726 (ibuffer-current-buffers-with-marks)
15727 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15728 (ibuffer): Doc fix.
15729 (ibuffer-mode): Fix typo in docstring.
15730 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15731 with `define-obsolete-variable-alias'.
15732 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15733
15734 2005-07-29 Kenichi Handa <handa@m17n.org>
15735
15736 * international/mule-cmds.el (select-message-coding-system):
15737 Be sure to use LF for end-of-line. If no coding system is decided,
15738 return iso-8859-1-unix.
15739
15740 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15741
15742 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15743 (ange-ftp-pending-error-line): New vars.
15744 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15745 to handle the non-fatal no-route-to-host messages.
15746 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15747
15748 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15749
15750 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15751 (isearch-quote-char, isearch-printing-char)
15752 (isearch-text-char-description): "?\ " -> "?\s".
15753 (isearch-lazy-highlight-cleanup)
15754 (isearch-lazy-highlight-initial-delay)
15755 (isearch-lazy-highlight-interval)
15756 (isearch-lazy-highlight-max-at-a-time)
15757 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15758 Declare with define-obsolete-*-alias macros.
15759 (isearch-forward): Fix typo in docstring.
15760 (search-invisible, search-ring-yank-pointer)
15761 (regexp-search-ring-yank-pointer): Doc fixes.
15762
15763 * recentf.el (recentf-menu-append-commands-p): Declare with
15764 `define-obsolete-variable-alias'.
15765 (recentf-max-saved-items, recentf-menu-filter)
15766 (recentf-arrange-by-rule-subfilter): Doc fixes.
15767 (recentf-menu-append-commands-flag)
15768 (recentf-initialize-file-name-history, recentf-expand-file-name)
15769 (recentf-clear-data): Fix typos in docstrings.
15770
15771 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15772
15773 * progmodes/gdb-ui.el: Smarten comments.
15774 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15775
15776 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15777
15778 * term/apollo.el (terminal-init-apollo): New function containing
15779 all former top level forms in the file.
15780 * term/bobcat.el (terminal-init-bobcat):
15781 * term/cygwin.el (terminal-init-cygwin):
15782 * term/iris-ansi.el (terminal-init-iris-ansi):
15783 * term/linux.el (terminal-init-linux):
15784 * term/news.el (terminal-init-news):
15785 * term/rxvt.el (terminal-init-rxvt):
15786 * term/sun.el (terminal-init-sun):
15787 * term/tvi970.el (terminal-init-tvi970):
15788 * term/vt100.el (terminal-init-vt100):
15789 * term/vt102.el (terminal-init-vt102):
15790 * term/vt125.el (terminal-init-vt125):
15791 * term/vt200.el (terminal-init-vt200):
15792 * term/vt201.el (terminal-init-vt201):
15793 * term/vt220.el (terminal-init-vt220):
15794 * term/vt240.el (terminal-init-vt240):
15795 * term/vt300.el (terminal-init-vt300):
15796 * term/vt320.el (terminal-init-vt320):
15797 * term/vt400.el (terminal-init-vt400):
15798 * term/vt420.el (terminal-init-vt420):
15799 * term/wyse50.el (terminal-init-wyse50):
15800 * term/xterm.el (terminal-init-xterm): Likewise.
15801
15802 * term/README: Describe the terminal-init-* functionality.
15803
15804 * startup.el (command-line): After loading the terminal initialization
15805 file call the corresponding terminal initialization function.
15806
15807 2005-07-27 Kenichi Handa <handa@m17n.org>
15808
15809 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15810 negative.
15811
15812 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15813 (ps-mule-composition-prologue): Fix for the case that
15814 RelativeCompose is false.
15815
15816 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15817
15818 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15819
15820 * descr-text.el (describe-char): Handle the case where the list of
15821 chars is displayed in a separate frame.
15822 Be a bit more discriminating when looking for the char.
15823
15824 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15825
15826 * bookmark.el (bookmark-automatically-show-annotations)
15827 (bookmark-read-annotation-text-func): Doc fixes.
15828 (bookmark-save): Improve argument/docstring consistency.
15829 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15830 (bookmark-alist-from-buffer)
15831 (bookmark-upgrade-file-format-from-0)
15832 (bookmark-grok-file-format-version)
15833 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15834 (bookmark-read-annotation-mode)
15835 (bookmark-insert-current-bookmark, bookmark-jump)
15836 (bookmark-exit-hook): Fix typos in docstrings.
15837 (bookmark-exit-hooks): Define as obsolete alias.
15838 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15839 not `bookmark-exit-hooks'. Fix docstring.
15840 (bookmark-bmenu-select): "?\ " -> "?\s".
15841
15842 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15843
15844 * startup.el (command-line): Fix typo.
15845
15846 2005-07-24 Richard M. Stallman <rms@gnu.org>
15847
15848 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15849 not emacs-quick-startup.
15850
15851 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15852
15853 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15854 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15855 instead of `reb-with-current-window'.
15856 (reb-prev-match): Likewise. Also, don't move left if the search
15857 was unsuccessful.
15858 (reb-initialize-buffer): New function.
15859 (re-builder, reb-change-syntax): Use it.
15860
15861 * man.el (Man-goto-page): Make second argument NOERROR optional.
15862
15863 2005-07-23 Richard M. Stallman <rms@gnu.org>
15864
15865 * man.el (Man-bgproc-sentinel): Check here for failure to find
15866 any man page in the output, and report the error here.
15867 (Man-arguments): Make it permanent local.
15868 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15869 (Man-mode): Pass t for NOERROR.
15870
15871 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15872 (grep-mode-font-lock-keywords):
15873 Don't use compilation-...-face for messages that are not file names.
15874
15875 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15876 Don't use compilation-...-face for messages that are not file names.
15877
15878 2005-07-22 Juri Linkov <juri@jurta.org>
15879
15880 * startup.el (normal-splash-screen): Update menu name.
15881
15882 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15883
15884 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15885
15886 * term/xterm.el: Load term/rxvt if the terminal is actually an
15887 rxvt terminal.
15888 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15889
15890 * term/rxvt.el (function-key-map): Use substitute-key-definition
15891 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15892
15893 * term/cygwin.el: New file.
15894
15895 2005-07-22 Kim F. Storm <storm@cua.dk>
15896
15897 * image-file.el (insert-image-file, image-file-yank-handler):
15898 Fix last change to maintain a (unique) yank-handler on yanked images.
15899
15900 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15901
15902 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15903 of the file size (as in "177B" for 177 bytes). This happens with
15904 "ls -lh" on FreeBSD.
15905
15906 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15907
15908 * hilit-chg.el (highlight-changes-global-initial-state)
15909 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15910 (hilit-chg-fixup, highlight-changes-mode):
15911 Fix typos in docstrings.
15912 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15913 Doc fixes.
15914
15915 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15916
15917 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15918 mode function using `eval-after-load'.
15919
15920 2005-07-21 Kim F. Storm <storm@cua.dk>
15921
15922 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15923 included when reporting an emacs crash, and tell about the DEBUG file.
15924
15925 * image-file.el (insert-image-file): Add yank-handler.
15926 (image-file-yank-handler): Yank handler to make unique copies of
15927 images when they are yanked into a buffer next to each other.
15928
15929 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15930
15931 * comint.el (comint-use-prompt-regexp, comint-send-input)
15932 (comint-source-default, comint-extract-string)
15933 (comint-get-source, comint-word, comint-completion)
15934 (comint-source, comint-prompt-read-only, comint-update-fence):
15935 Fix typos in docstrings.
15936 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15937 Declare with define-obsolete-*-alias macros.
15938 (comint-previous-matching-input-from-input)
15939 (comint-next-matching-input-from-input)
15940 (comint-previous-matching-input, comint-next-matching-input)
15941 (comint-forward-matching-input):
15942 Improve argument/docstring consistency.
15943
15944 * desktop.el (desktop-clear-preserve-buffers-regexp):
15945 Also preserve the *server* buffer.
15946
15947 * simple.el (clone-indirect-buffer): Doc fix.
15948 (fixup-whitespace, just-one-space)
15949 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15950 (next-error, next-error-highlight)
15951 (next-error-highlight-no-select, next-error-last-buffer)
15952 (next-error-buffer-p, next-error-find-buffer, next-error)
15953 (previous-error, next-error-no-select, previous-error-no-select)
15954 (open-line, split-line, minibuffer-prompt-width, kill-new)
15955 (binary-overwrite-mode): Fix typos in docstrings.
15956 (set-fill-column): Fix typo in message.
15957
15958 * skeleton.el (skeleton-proxy-new): Doc fix.
15959
15960 * strokes.el (strokes-load-hook): Doc fix.
15961 (strokes-grid-resolution, strokes-get-grid-position)
15962 (strokes-renormalize-to-grid, strokes-read-stroke)
15963 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15964 (strokes-global-map): Fix typos in docstrings.
15965 (strokes-help): Doc fix. Fix help message and pass it through
15966 `substitute-command-keys'.
15967
15968 * tempo.el (tempo-insert-prompt, tempo-interactive)
15969 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15970 (tempo-insert-string-functions, tempo-local-tags)
15971 (tempo-define-template, tempo-insert-template)
15972 (tempo-insert-prompt-compat, tempo-is-user-element)
15973 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15974 Fix typos in docstrings.
15975
15976 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15977 (vcursor-key-bindings, vcursor-use-vcursor-map)
15978 (vcursor-find-window, vcursor-scroll-down)
15979 (vcursor-disable, vcursor-beginning-of-buffer)
15980 (vcursor-end-of-buffer): Fix typos in docstrings.
15981 (vcursor-relative-move, vcursor-get-char-count):
15982 Improve argument/docstring consistency.
15983
15984 * version.el: "?\ " -> "?\s".
15985
15986 * wid-edit.el (widget-default-create, widget-after-change)
15987 (widget-default-format-handler, widget-checklist-add-item)
15988 (widget-radio-add-item, widget-choose, widget-specify-secret)
15989 (widget-field-value-create, widget-field-value-get)
15990 (widget-editable-list-format-handler)
15991 (widget-editable-list-entry-create, widget-group-value-create)
15992 (widget-documentation-link-add)
15993 (widget-documentation-string-value-create): "?\ " -> "?\s".
15994 (widget-convert-text): Doc fix.
15995 (widget-narrow-to-field, widget-field-find)
15996 (widget-url-link-action, widget-emacs-library-link-action)
15997 (widget-color-notify): Fix typos in docstrings.
15998
15999 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16000 (x-select-text, set-w32-system-coding-system)
16001 (w32-add-charset-info): Fix typos in docstrings.
16002
16003 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16004 (cua-enable-cua-keys, cua-use-hyper-key)
16005 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16006 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16007
16008 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16009
16010 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16011 `defalias' instead of faking it.
16012
16013 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16014 (eshell-ls-missing, eshell-ls-dired-initial-args)
16015 (eshell-ls-use-in-dired): Fix typos in docstrings.
16016
16017 2005-07-20 Kim F. Storm <storm@cua.dk>
16018
16019 * emulation/cua-base.el (cua-mode): Improve doc string.
16020
16021 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16022
16023 * abbrev.el (expand-region-abbrevs): Doc fix.
16024 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16025 Improve argument/docstring consistency.
16026
16027 * arc-mode.el (archive-get-descr, archive-alternate-display):
16028 Doc fixes.
16029 (archive-l-e): Improve argument/docstring consistency.
16030 (archive-tmpdir, archive-unixdate, archive-unixtime)
16031 (archive-chmod-entry): Fix typos in docstrings.
16032 (archive-unflag, archive-unflag-backwards)
16033 (archive-unmark-all-files): "?\ " -> "?\s".
16034
16035 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16036 (Buffer-menu-not-modified, Buffer-menu-execute)
16037 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16038 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16039
16040 * composite.el (compose-string, encode-composition-rule)
16041 (compose-last-chars): Fix typos in docstrings.
16042
16043 * desktop.el (desktop-enable, desktop-basefilename):
16044 Declare with `define-obsolete-variable-alias'.
16045 (desktop-internal-v2s): Don't quote keywords.
16046 (desktop-clear): "?\ " -> "?\s".
16047
16048 * dired.el (dired-align-file, dired-flag-backup-files)
16049 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16050 (dired-listing-switches, dired-ls-F-marks-symlinks)
16051 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16052 (dired-directory, dired-faces, dired, dired-revert)
16053 (dired-mode, dired-summary, dired-view-file)
16054 (dired-copy-filename-as-kill, dired-delete-file)
16055 (dired-no-confirm, dired-unmark-all-marks)
16056 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16057 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16058 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16059 Fix typos in message strings.
16060
16061 * dired-x.el (virtual-dired): Declare with `defalias'.
16062 (dired-mark-unmarked-files, dired-local-variables-file)
16063 (dired-omit-here-always): Doc fix.
16064 (dired-omit-mode, dired-find-subdir)
16065 (dired-enable-local-variables, dired-clean-up-buffers-too)
16066 (dired-extra-startup, dired-mark-extension, dired-jump)
16067 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16068 (dired-smart-shell-command, dired-guess-shell-alist-user)
16069 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16070 (dired-x-bind-find-file, dired-x-submit-report):
16071 Fix typos in docstrings.
16072 (dired-mark-unmarked-files): "?\ " -> "?\s".
16073
16074 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16075
16076 * faces.el (describe-face): "?\ " -> "?\s".
16077 (read-all-face-attributes, read-face-font, modify-face)
16078 (face-attr-construct, italic): Fix typos in docstrings.
16079 (frame-update-face-colors): Declare with
16080 `define-obsolete-function-alias'.
16081
16082 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16083 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16084 (magic-mode-alist, buffer-file-numbers-unique)
16085 (write-file-functions, get-free-disk-space):
16086 Fix typos in docstrings.
16087 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16088 (write-contents-hooks, write-file-hooks):
16089 Declare with `define-obsolete-variable-alias'.
16090
16091 * forms-d2.el (arch-rj): Fix typo in docstrings.
16092 (arch-tocol): Likewise. "?\ " -> "?\s".
16093
16094 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16095 Fix typo in docstring.
16096 (set-screen-width, set-screen-height): Delete redundant info in
16097 doctrings.
16098 (new-frame, screen-height, screen-width): Declare with
16099 `define-obsolete-function-alias'.
16100 (delete-frame-hook, blink-cursor): Declare with
16101 `define-obsolete-variable-alias'.
16102
16103 * paths.el (prune-directory-list): Fix typos in docstring.
16104
16105 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16106 (cvs-prefix-get): Fix typos in docstrings.
16107
16108 * ps-print.el (ps-extend-face-list, ps-extend-face)
16109 (ps-print-background-image): Fix typos in docstrings.
16110 (ps-default-fg, ps-default-bg): Doc fixes.
16111
16112 * s-region.el (s-region-bind): Doc fix.
16113 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16114
16115 * textmodes/org.el (org-table-formula-substitute-names)
16116 (org-table-get-vertical-vector): Doc fixes.
16117 (org-table-recalculate): Remove unused argument to `message'.
16118
16119 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16120
16121 * textmodes/org.el (org-table-column-names)
16122 (org-table-column-name-regexp)
16123 (org-table-named-field-locations): New variables.
16124 (org-archive-subtree): Protect `this-command' when calling
16125 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16126 the kill buffer.
16127 (org-complete): Remove fixed-formula completion.
16128 (org-edit-formulas-map): New variable.
16129 (org-table-edit-formulas): New command.
16130 (org-finish-edit-formulas, org-abort-edit-formulas)
16131 (org-show-variable, org-table-get-vertical-vector): New functions.
16132 (org-table-maybe-eval-formula): Handle `:=' fields.
16133 (org-table-get-stored-formulas, org-table-store-formulas)
16134 (org-table-get-formula, org-table-modify-formulas)
16135 (org-table-replace-in-formulas): Handle named field formulas.
16136 (org-table-get-specials): Store locations of named fields.
16137
16138 2005-07-19 Juri Linkov <juri@jurta.org>
16139
16140 * progmodes/grep.el (grep-regexp-alist)
16141 (grep-mode-font-lock-keywords, grep-process-setup):
16142 Use default GNU grep match color "01;31m" instead of "01;41m".
16143 (grep-regexp-alist, grep-mode-font-lock-keywords):
16144 Use `\\[[0-9]*m' instead of `\\[00m'.
16145 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16146 sgr_start where its handling is more important. Use the real
16147 length of sgr_start instead of constant 8.
16148 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16149 specially. Delete all remaining escape sequences.
16150 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16151 (grep-regexp-alist): Make hyperlink only for binary file name
16152 instead of the whole line.
16153 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16154 (grep-mode): Add autoload.
16155
16156 * emacs-lisp/find-func.el (find-function-regexp):
16157 Add `define-compilation-mode'.
16158
16159 2005-07-19 Juri Linkov <juri@jurta.org>
16160
16161 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16162 (compare-windows-sync-string-size, compare-windows-recenter)
16163 (compare-windows-highlight, compare-windows): Add version 22.1.
16164 (compare-windows) <defface>: Inherit from lazy-highlight instead
16165 of duplicating its default value.
16166
16167 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16168 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16169
16170 * descr-text.el (describe-char): Create link buttons for `charset'
16171 and `code point'. Add the current input method name with a link
16172 button to `to input' field. Print face names of display table
16173 characters in `The display table entry is displayed by' section
16174 instead of printing face-id in the `display' field.
16175 Guess hardcoded faces and create a link button for them.
16176 Skip empty fields when calculating max-width.
16177 Treat `widget-create' specially while inserting strings from the
16178 collected field list.
16179 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16180
16181 * diff-mode.el (diff-file-header): Change foreground color from
16182 yellow to green on light backgrounds.
16183 (diff-context): Inherit from `shadow' only for color/grayscale
16184 with more than 88 colors.
16185 (diff-indicator-removed, diff-indicator-added)
16186 (diff-indicator-changed): New faces.
16187 (diff-font-lock-keywords): Use new faces. Regroup rules.
16188 Add "^---$" for `normal' diff format. Fontify `#' lines with
16189 font-lock-comment-delimiter-face and font-lock-comment-face.
16190 Add `#' to ^[^...] in the rule for `diff-context-face'.
16191
16192 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16193 a button-like box. Inherit from `highlight' on low colors.
16194 (shadow): Use shades of gray only for color/grayscale with
16195 more than 88 colors. Use green for light backgrounds with
16196 8 colors, and yellow for dark backgrounds with 8 colors.
16197
16198 * font-lock.el (font-lock-regexp-grouping-backslash):
16199 Don't inherit from escape-glyph (use bold for all cases).
16200
16201 * info.el (info-xref-visited): Use light foreground color `violet'
16202 for dark backgrounds instead of dark color `magenta3'.
16203 (info-title-1): Use `yellow' color for dark backgrounds.
16204
16205 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16206 too-light magenta2.
16207
16208 * replace.el (match): Use slightly more light RoyalBlue3 instead
16209 of dark RoyalBlue4.
16210
16211 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16212
16213 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16214
16215 * novice.el (disabled-command-hook): Declare it with
16216 `define-obsolete-variable-alias'.
16217
16218 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16219 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16220 (desktop-load-default): Add release to obsolescence info.
16221 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16222 (desktop-append-buffer-args, desktop-read):
16223 Fix typos in docstrings.
16224 (desktop-kill): Fix typo in message.
16225 (desktop-save): Doc fix.
16226
16227 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16228
16229 * viper-cmd.el (viper-escape-to-state): Bug fix.
16230 (viper-envelop-ESC-key): Change the definition of fast
16231 keysequence so it'll work with keyboard macros.
16232
16233 * ediff.el (ediff-patch-buffer): Change the docstring.
16234
16235 2005-07-19 Kenichi Handa <handa@m17n.org>
16236
16237 * international/mule-cmds.el (select-safe-coding-system): Try to
16238 use an auto-coding (if any) before anything else. If the found
16239 auto-coding is invalid, show a warning message.
16240
16241 * international/mule.el (find-auto-coding): New function created
16242 by modifying the body of set-auto-coding.
16243 (set-auto-coding): Use find-auto-coding to find a coding.
16244
16245 2005-07-18 Richard M. Stallman <rms@gnu.org>
16246
16247 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16248 not isearch-mode-end-hook-error.
16249 (allout-before-change-protect): Fix error message.
16250
16251 2005-07-18 Juri Linkov <juri@jurta.org>
16252
16253 * allout.el (allout-mode):
16254 * calculator.el (calculator-copy):
16255 * custom.el (custom-known-themes):
16256 * dired.el (dired-desktop-buffer-misc-data)
16257 (dired-restore-desktop-buffer):
16258 * dired-x.el (dired-omit-marker-char):
16259 * files.el (basic-save-buffer):
16260 * font-core.el (font-lock-mode):
16261 * calendar/calendar.el (calendar-goto-hebrew-date)
16262 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16263 (calendar-goto-persian-date):
16264 * language/ethio-util.el (ethio-sera-to-fidel-region):
16265 * textmodes/picture.el (picture-mode):
16266 Delete duplicate duplicate words.
16267
16268 2005-07-18 Juri Linkov <juri@jurta.org>
16269
16270 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16271 chars * ? } |.
16272 (isearch-fallback): Don't call `isearch-process-search-char'.
16273 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16274 (isearch-process-search-char): Call `isearch-fallback' for regexp
16275 chars * ? } |.
16276 (isearch-return-char): Make obsolete with `make-obsolete' instead
16277 of simply documenting it as obsolete in the docstring.
16278 (isearch-fallback): Refill docstring.
16279
16280 * international/isearch-x.el
16281 (isearch-process-search-multibyte-characters): Remove unneeded
16282 `concat'. Add intermediate values to `junk-hist' instead of
16283 `minibuffer-history'. Test the length of `str'.
16284
16285 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16286
16287 * allout.el (allout-resolve-xref): Fix typos in error strings.
16288 (allout-before-change-protect): Remove unneeded `concat'.
16289
16290 * array.el (array-mode, array-reconfigure-rows)
16291 (untabify-backward): Fix typos in docstrings.
16292 (array-reconfigure-rows): Use `insert-buffer-substring', not
16293 `insert-buffer'.
16294
16295 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16296 * progmodes/ada-mode.el (ada-make-body):
16297 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16298
16299 * dired.el (dired-log):
16300 * tar-mode.el (tar-subfile-save-buffer):
16301 * play/zone.el (zone-pgm-stress-destress):
16302 Use `insert-buffer-substring', not `insert-buffer'.
16303
16304 2005-07-17 Simon Josefsson <jas@extundo.com>
16305
16306 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16307
16308 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16309
16310 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16311 Add plain auth method.
16312 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16313
16314 2005-07-17 Kim F. Storm <storm@cua.dk>
16315
16316 * ido.el (dired-other-window): Add ido property.
16317
16318 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16319
16320 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16321 Fix typo in docstring.
16322 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16323 `insert-file-literally'.
16324
16325 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16326 info and delete redundant message. Doc fix.
16327 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16328 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16329
16330 2005-07-16 Richard M. Stallman <rms@gnu.org>
16331
16332 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16333 (byte-compile-and): Use byte-compile-and-recursion.
16334 (byte-compile-or-recursion): New function.
16335 (byte-compile-or): Use that.
16336 (byte-compile-if): Guard the else-clause too.
16337 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16338
16339 * isearch.el (isearch-mode-end-hook-quit): New variable.
16340 (isearch-done): Bind it.
16341 (isearch-mode-end-hook): Doc fix.
16342
16343 * allout.el (allout-isearch-did-quit): Variable deleted.
16344 (allout-real-isearch-abort): Function name no longer used.
16345 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16346 (allout-isearch-rectification): isearch-mode always exists.
16347 Don't set allout-isearch-did-quit.
16348 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16349 allout-isearch-did-quit.
16350 (allout-enwrap-isearch): Just add the hook.
16351 (allout-isearch-abort): Function deleted.
16352 (allout-pre-command-business): Avoid warning.
16353
16354 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16355 Correctly avoid warnings.
16356 (pascal-outline): Likewise.
16357
16358 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16359
16360 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16361
16362 * play/tetris.el (tetris-mode): Avoid warning.
16363
16364 * play/snake.el (snake-mode): Avoid warning.
16365
16366 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16367 (gamegrid-set-display-table): Avoid warning.
16368 (gamegrid-set-timer): Likewise.
16369 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16370 (gamegrid-add-score-with-update-game-score-1): Take FILE
16371 as argument.
16372 (gamegrid-add-score-with-update-game-score): Pass that argument.
16373 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16374
16375 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16376
16377 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16378 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16379
16380 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16381 and insert-file.
16382
16383 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16384 (sc-ask): Avoid warnings.
16385
16386 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16387 (eshell-hist-initialize): Use that var the natural way.
16388
16389 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16390
16391 * emacs-lisp/re-builder.el (reb-cook-regexp):
16392 Avoid warning calling lre-compile-string.
16393 (reb-color-display-p): Avoid warning.
16394
16395 * calculator.el (calculator-last-input): Guard uses
16396 of event-key and key-press-event-p.
16397 (event-key, key-press-event-p): Delete definitions.
16398
16399 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16400 (find-gc-source-directory, find-gc-subrs-callers)
16401 (find-gc-noreturn-list, find-gc-source-files)
16402 (find-gc-subrs-called): Vars renamed and defvar'd.
16403
16404 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16405 (checkdoc-overlay-put, checkdoc-delete-overlay)
16406 (checkdoc-overlay-start, checkdoc-overlay-end)
16407 (checkdoc-mode-line-update, checkdoc-char=):
16408 Define such that compiler knows they are defined.
16409 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16410 (checkdoc-read-event): Delete. Use read-event directly.
16411
16412 * whitespace.el (whitespace-make-overlay)
16413 (whitespace-overlay-put, whitespace-delete-overlay)
16414 (whitespace-overlay-start, whitespace-overlay-end):
16415 Define such that compiler knows they are defined.
16416 (whitespace): Move conditional inside.
16417
16418 * tempo.el (tempo-insert-template): Suppress warning.
16419
16420 * ediff-diff.el (longlines-mode): Add defvar.
16421
16422 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16423
16424 * server.el: Bind "C-x #" in a way that works even if C-x is
16425 redefined to a command key, not a prefix key.
16426
16427 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16428
16429 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16430 cl-make-type-test till execution time.
16431
16432 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16433
16434 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16435 arg ARG and use it.
16436
16437 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16438
16439 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16440
16441 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16442
16443 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16444 a defcustom with two :set or :type keywords.
16445
16446 2005-07-15 Richard M. Stallman <rms@gnu.org>
16447
16448 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16449 Don't give ^M comment-end syntax.
16450
16451 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16452
16453 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16454 Don't consider gdbmi (gdb-mi.el has its own update functions).
16455 (gdb-var-delete): Make it work for gdbmi as well.
16456 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16457
16458 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16459 (gud-speedbar-menu-items): Correct logic for enabling items.
16460
16461 2005-07-15 Kim F. Storm <storm@cua.dk>
16462
16463 * ido.el: Fix commentary.
16464 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16465 Use with-no-warnings around ffap-guesser.
16466 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16467 Let bind minibuffer-completing-file-name to t.
16468
16469 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16470
16471 * startup.el (site-run-file, keyboard-type): Doc fixes.
16472 (command-line): Check for "--basic-display" argument; also for
16473 "--quick", not "--bare-bones" (which was renamed).
16474 (fancy-splash-text): Add missing item "Getting New Versions".
16475 (normal-splash-screen): Fix typos and improve consistency with
16476 `fancy-splash-text'. Update copyright year.
16477
16478 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16479 valid binding for `help-char'.
16480
16481 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16482
16483 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16484
16485 * term.el (term-mode): Disable cua-mode for term buffers.
16486
16487 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16488
16489 * add-log.el (add-log-mailing-address, change-log-merge):
16490 Doc fixes.
16491 (change-log-get-method-definition): Fix typo in docstring.
16492
16493 2005-07-14 Kim F. Storm <storm@cua.dk>
16494
16495 * emulation/cua-base.el:
16496 (cua--pre-command-handler-1, cua--pre-command-handler)
16497 (cua--post-command-handler-1, cua--post-command-handler):
16498 Split in two. Check (buffer local) value of cua-mode.
16499 (cua-selection-mode): New command.
16500
16501 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16502
16503 * custom.el (custom-initialize-safe-set)
16504 (custom-initialize-safe-default): Doc fixes.
16505
16506 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16507 and simplify :init-value again.
16508
16509 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16510 and simplify :init-value again. Delete autoload.
16511
16512 * startup.el (command-line): Use `custom-reevaluate-setting' again
16513 for tooltip-mode.
16514
16515 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16516 a defcustom with two :initialize keywords.
16517
16518 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16519
16520 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16521 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16522 (allout-post-command-business, allout-flag-region)
16523 (isearch-reenable-font-lock, allout-yank)
16524 (allout-insert-latex-header, allout-insert-latex-trailer)
16525 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16526 (allout-latex-verb-quote): Fix typos in docstrings.
16527 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16528 (allout-unprotected, allout-prefix-data):
16529 Improve argument/docstring consistency.
16530 (allout-chart-subtree): Fix argument spec.
16531 (allout-open-topic): Rename `use_sib_bullet' argument to
16532 `use-sib-bullet'. Doc fix.
16533
16534 * whitespace.el (whitespace-check-buffer-leading)
16535 (whitespace-check-buffer-trailing)
16536 (whitespace-check-buffer-indent)
16537 (whitespace-check-buffer-spacetab)
16538 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16539 (whitespace-check-leading-whitespace)
16540 (whitespace-check-trailing-whitespace)
16541 (whitespace-check-spacetab-whitespace)
16542 (whitespace-check-indent-whitespace)
16543 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16544 (whitespace-modes): Fix typos in docstrings.
16545 (defgroup, defcustom): Doc fixes.
16546
16547 * winner.el (winner-mode, winner-boring-buffers)
16548 (winner-pending-undo-ring): Doc fixes.
16549 (winner-ring): Remove unneeded `progn'.
16550 (winner-equal): `defsubst' it.
16551 (winner-redo): Fix message.
16552
16553 2005-07-13 Kim F. Storm <storm@cua.dk>
16554
16555 * simple.el (line-move-1): Always use vertical-motion to
16556 do the last (or only) line move to ensure some movement.
16557 Undo 2005-06-23 change--don't check for overlays.
16558
16559 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16560
16561 * term/mac-win.el (ccl-encode-mac-roman-font)
16562 (ccl-encode-mac-centraleurroman-font)
16563 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16564 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16565 Change charset-id boundary of dimension to ?\xef.
16566 (mac-char-fontspec-list): New constant.
16567 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16568 argument. Nil uses itself as family in font-spec. Previous
16569 behavior for nil is now provided by non-nil non-string argument.
16570 All callers changed. Add font-specs for Mac fonts to
16571 "fontset-default" unless iso8859-1 fonts are installed.
16572
16573 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16574
16575 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16576 a continuation line if the \ is preceded by SPC or TAB.
16577 (sh-get-indent-info): Simplify.
16578 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16579 Use with-current-buffer.
16580
16581 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16582 when the matched text is empty.
16583
16584 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16585
16586 * startup.el (command-line): Revert to previous handling of
16587 tooltip-mode. Explain in comment why the complexity is needed.
16588
16589 * tooltip.el (tooltip-mode): Revert to previous implementation of
16590 its defcustom.
16591
16592 * frame.el (blink-cursor-mode): Revert to previous implementation
16593 of its defcustom. Update comment.
16594
16595 2005-07-12 Lars Hansen <larsh@soem.dk>
16596
16597 * desktop.el: Update e-mail address.
16598
16599 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16600
16601 * term/mac-win.el (mac-services-mail-selection)
16602 (mac-services-mail-to): New functions.
16603 (mac-application-menu-map): Bind them.
16604
16605 2005-07-12 wulei <milton@wulei.net> (tiny change)
16606
16607 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16608
16609 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16610
16611 * custom.el (custom-reevaluate-setting): Doc fix.
16612
16613 2005-07-11 Jay Belanger <belanger@truman.edu>
16614
16615 * calc/calc.el (calc-embedded-announce-formula-alist)
16616 (calc-embedded-open-close-plain-alist)
16617 (calc-embedded-open-close-mode-alist): Add checks for additional
16618 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16619
16620 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16621
16622 * custom.el (custom-enable-theme): Don't add theme to
16623 `custom-enabled-themes' with `push' because there is no
16624 setf-method for `delq'.
16625
16626 2005-07-11 Richard M. Stallman <rms@gnu.org>
16627
16628 * custom.el (custom-declare-variable): Doc fix.
16629
16630 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16631 from the alists.
16632
16633 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16634 Do nothing if edebug-active.
16635
16636 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16637 (edebug-display): Do it here instead.
16638
16639 2005-07-10 Richard M. Stallman <rms@gnu.org>
16640
16641 * cus-face.el (custom-theme-set-faces): Make it work.
16642 (custom-reset-faces): Doc fix.
16643 (custom-theme-reset-internal-face, custom-theme-face-value):
16644 Functions deleted.
16645
16646 * custom.el (custom-push-theme): Maintain list of the settings
16647 of a given theme in its theme-settings property.
16648 Maintain position of old settings in the theme-value
16649 or theme-face property.
16650 (custom-enabled-themes): New variable.
16651 (custom-theme-enabled-p): New function.
16652 (provide-theme): Update custom-enabled-themes.
16653 Disable and reenable the `user' theme.
16654 (require-theme): Doc fix.
16655 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16656 (custom-theme-value, custom-theme-variable-value): Likewise.
16657 (custom-theme-reset-internal): Likewise.
16658 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16659 (custom-enable-theme, custom-disable-theme): New functions.
16660 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16661 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16662 (custom-theme-reset-variables): Simplify.
16663 (deftheme, custom-declare-theme, custom-make-theme-feature):
16664 Definitions moved.
16665
16666 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16667
16668 * longlines.el (longlines-show-region)
16669 (longlines-unshow-hard-newlines): Recognize hard newlines by
16670 non-nil hard property, instead of t.
16671
16672 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16673
16674 * viper-cmd.el (viper--key-maps): New variable.
16675 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16676 emulation-mode-map-alists.
16677 (viper-envelop-ESC-key): Use viper-subseq.
16678 (viper-search-forward/backward/next): Disable debug-on-error.
16679
16680 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16681 (viper-ESC-key): New defcustoms.
16682
16683 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16684
16685 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16686 (viper-subseq): Copy of subseq from cl.el.
16687
16688 * viper.el (viper-go-away, viper-set-hooks): Use
16689 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16690
16691 * viper-mous.el (viper-current-frame-saved): Use defvar.
16692
16693 * viper-init.el: Get rid of -face in face names.
16694
16695 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16696 Make it work with longlines mode
16697
16698 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16699
16700 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16701
16702 * ediff-init.el: Get rid of -face in face names.
16703
16704 2005-07-10 Richard M. Stallman <rms@gnu.org>
16705
16706 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16707 and with-timeout-unsuspend.
16708
16709 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16710 and with-timeout-unsuspend.
16711
16712 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16713 (with-timeout): Bind that variable to record timers.
16714 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16715
16716 * emacs-lisp/debug.el (debug-help-follow): New function.
16717 (debugger-mode-map): Use that instead of help-follow.
16718 (debugger-setup-buffer): Use eval-buffer-list
16719 to handle eval-buffer frames.
16720
16721 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16722
16723 * timezone.el (timezone-parse-date): Change first regexp
16724 so it will not mistakenly match dates with no time zone.
16725
16726 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16727
16728 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16729
16730 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16731
16732 * custom.el (custom-initialize-safe-set)
16733 (custom-initialize-safe-default): New functions.
16734
16735 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16736 and simplify :init-value.
16737
16738 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16739 and simplify :init-value. Delete obsolete comment.
16740
16741 * startup.el (command-line): Use `custom-reevaluate-setting' to
16742 handle `tooltip-mode'. Delete obsolete comment.
16743
16744 * files.el (set-visited-file-name): Avoid calling
16745 `file-name-nondirectory' with a nil argument.
16746
16747 2005-07-09 Richard M. Stallman <rms@gnu.org>
16748
16749 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16750 was called with nil for the buffer, handle the read position right.
16751 Handle read position for eval-region, too.
16752
16753 2005-07-09 Juri Linkov <juri@jurta.org>
16754
16755 * fringe.el (fringe-mode): Add period in docstring.
16756 (fringe-query-style): Build prompt depending on `all-frames' arg.
16757
16758 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16759 to not create links to unrelated functions in the Help buffer.
16760
16761 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16762 Doc fix.
16763
16764 * simple.el (next-error-hook): New variable.
16765 (next-error): Use it. Doc fix.
16766
16767 * textmodes/ispell.el (ispell-command-loop): Add current
16768 dictionary name and program name to mode-line-format.
16769 (ispell-region, ispell-process-line): Add current dictionary name
16770 and program name to messages.
16771
16772 2005-07-08 Jay Belanger <belanger@truman.edu>
16773
16774 * calc/calc.el (calc-embedded-announce-formula-alist)
16775 (calc-embedded-open-close-formula-alist)
16776 (calc-embedded-open-close-word-alist)
16777 (calc-embedded-open-close-plain-alist)
16778 (calc-embedded-open-close-new-formula-alist)
16779 (calc-embedded-open-close-mode-alist)
16780 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16781 (calc-embedded-mode-hook): New variables.
16782
16783 * calc/calc-embed.el (calc-embedded-firsttime)
16784 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16785 New variables.
16786 (calc-do-embedded): Use calc-embedded-firsttime,
16787 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16788 determine whether or not to run hooks.
16789 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16790 calc-embedded-firsttime-formula appropriately.
16791 Set calc-embedded delimiter variables according to mode.
16792
16793 2005-07-08 Richard M. Stallman <rms@gnu.org>
16794
16795 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16796 Check for "emacs", etc., as entire symbol, not just as word.
16797 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16798
16799 * files.el (set-visited-file-name): Report the error
16800 for "empty filename" earlier.
16801 (kill-some-buffers): Ignore buffers already dead.
16802
16803 * fringe.el (fringe-mode): Doc fix.
16804
16805 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16806 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16807 Use unwind-protect to ensure byte-compile-unresolved-functions
16808 is updated.
16809
16810 * whitespace.el (whitespace-buffer-leading-cleanup):
16811 Simplify w/ skip-chars-forward.
16812 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16813
16814 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16815 Unconditionally try to leave point at the same old place.
16816
16817 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16818
16819 * comint.el (comint-postoutput-scroll-to-bottom)
16820 (comint-show-maximum-output): Take scroll-margin into consideration.
16821
16822 2005-07-08 Kim F. Storm <storm@cua.dk>
16823
16824 * ido.el (ido-use-filename-at-point): New choice `guess'.
16825 (ido-file-internal): Try ffap-guesser if selected.
16826
16827 * ido.el (ido-before-fallback-functions): New hook.
16828 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16829 (ido-read-file-name): Run it.
16830
16831 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16832
16833 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16834 strings rather than a list of symbols to the completion function.
16835
16836 2005-07-07 Jay Belanger <belanger@truman.edu>
16837
16838 * calc/calc-units.el (math-apply-units): Change the places in
16839 which units are simplified.
16840
16841 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16842
16843 * cus-edit.el (customize-option, customize-option-other-window):
16844 Make them handle aliases.
16845
16846 * custom.el (custom-variable-p): Make it recursively follow
16847 aliases. Mention that in the docstring.
16848
16849 2005-07-07 Richard M. Stallman <rms@gnu.org>
16850
16851 * cus-start.el (exec-path): Use `directory' instead of `file'.
16852 Fix tag for nil.
16853
16854 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16855
16856 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16857 when called non-interactively. Doc fix.
16858
16859 2005-07-07 Lute Kamstra <lute@gnu.org>
16860
16861 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16862 new address as well.
16863
16864 2005-07-07 Kenichi Handa <handa@m17n.org>
16865
16866 * international/mule.el (make-coding-system):
16867 Describe `ascii-incompatible' property in the docstring.
16868 (set-file-name-coding-system): Signal an error if coding-system is
16869 ascii-incompatible.
16870 (set-keyboard-coding-system): Likewise.
16871
16872 * international/mule-cmds.el (set-default-coding-systems):
16873 Don't set default-file-name-coding-system and
16874 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16875
16876 * international/utf-16.el: Declare that all UTF-16-based coding
16877 systems are ASCII-incompatible.
16878
16879 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16880
16881 * progmodes/gud.el: Require font-lock for displaying errors.
16882 Used by gdb-ui.el.
16883
16884 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16885
16886 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16887 values for the pattern lists which are `read'able but not
16888 `append'able (like symbols).
16889
16890 2005-07-06 Richard M. Stallman <rms@gnu.org>
16891
16892 * progmodes/flymake.el (flymake-float-time): Instead of
16893 with-no-warnings, test for xemacs.
16894 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16895 to avoid warning.
16896
16897 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16898
16899 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16900
16901 2005-07-05 Lute Kamstra <lute@gnu.org>
16902
16903 * battery.el: Add support for Darwin (with much debugging help
16904 from Samuel Lauber <sam124@operamail.com>).
16905 (battery-status-function, battery-echo-area-format)
16906 (battery-mode-line-format): Add support for pmset on Darwin.
16907 (battery-load-low, battery-load-critical): New user options.
16908 (battery-pmset): New function.
16909
16910 2005-07-05 Lute Kamstra <lute@gnu.org>
16911
16912 Update FSF's address in GPL notices.
16913
16914 * textmodes/page-ext.el: Update FSF's address.
16915
16916 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16917
16918 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16919 filling from using prefix when filling a single-line docstring.
16920
16921 * progmodes/flymake.el: Remove useless eval-when-compile.
16922
16923 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16924
16925 2005-07-04 Richard M. Stallman <rms@gnu.org>
16926
16927 * textmodes/org.el (org-file-apps-defaults-gnu):
16928 Rename from org-file-apps-defaults-linux.
16929 (org-default-apps): Don't test system-type for `linux'.
16930 (org-file-apps): Doc fix.
16931
16932 2005-07-04 David Ponce <david@dponce.com>
16933
16934 * tree-widget.el: Improve header Commentary section.
16935 (tree-widget) [defgroup]
16936 (tree-widget-image-enable, tree-widget-themes-directory)
16937 (tree-widget-theme, tree-widget-image-properties-emacs)
16938 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16939 (tree-widget-image-formats, tree-widget-control)
16940 (tree-widget-empty-control, tree-widget-leaf-control
16941 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16942 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16943 (tree-widget-keep, tree-widget-after-toggle-functions)
16944 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16945 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16946 :help-echo message.
16947 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16948 (tree-widget-image-properties): Doc fix. Clearer implementation.
16949 (tree-widget--cursors): New constant.
16950 (tree-widget-lookup-image): New function split from
16951 `tree-widget-find-image'. Clearer implementation.
16952 (tree-widget-find-image): Use it.
16953 (tree-widget-button-keymap): Use `set-keymap-parent'.
16954 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16955 Define the sub-widgets here.
16956 (tree-widget-node): Check that :node is not a tree-widget.
16957 (tree-widget-get-super, tree-widget-open-control)
16958 (tree-widget-close-control, tree-widget-empty-control)
16959 (tree-widget-leaf-control, tree-widget-guide)
16960 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16961 (tree-widget-no-handle, tree-widget-value-delete)
16962 (tree-widget-map): Remove.
16963 (tree-widget-children-value-save): Doc fix. Simplified.
16964 (tree-widget-value-create): Update according to previous changes.
16965
16966 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16967
16968 * textmodes/org.el: Leading space replaced by TABS.
16969 (org-recalc-marks, org-table-rotate-recalc-marks)
16970 (org-table-get-specials): Treat "^" and "_" marks.
16971 (org-table-justify-field-maybe): Optional argument NEW.
16972 (org-table-eval-formula): Parsing of the format simplified.
16973 New modes C,I. Honor the %= parameter in the current table.
16974 Avoid unnecessary re-align by using the NEW argument to
16975 `org-table-justify-field-maybe'.
16976 (org-calc-default-modes): Default for date-format mimicks org-mode.
16977 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16978
16979 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16980
16981 * cus-face.el (custom-theme-set-faces): Make it handle face
16982 aliases whose alias declarations are pre- or autoloaded.
16983
16984 2005-07-04 Juri Linkov <juri@jurta.org>
16985
16986 * faces.el (read-face-name): Put the code for getting a face name
16987 from the buffer before adding the faces from the `face' property.
16988 Use `completing-read-multiple' instead of `completing-read'.
16989 Require `crm'. Add default value and post-process the returned
16990 list of faces.
16991
16992 * emacs-lisp/crm.el (crm-find-current-element)
16993 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16994
16995 * emacs-lisp/lisp-mode.el (eval-defun-1):
16996 * emacs-lisp/edebug.el (edebug-eval-defun):
16997 Remove unnecessary quotes.
16998
16999 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17000
17001 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17002 (prolog-indent-level): Fix typo in docstring.
17003
17004 * info.el (Info-history, Info-history-forward)
17005 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17006
17007 * add-log.el (add-change-log-entry):
17008 * comint.el (comint-dynamic-list-input-ring)
17009 (comint-dynamic-list-completions):
17010 * dabbrev.el (dabbrev-expand):
17011 * delim-col.el (delimit-columns-rectangle-line):
17012 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17013 (diff-unified->context):
17014 * ediff-init.el (ediff-abbrev-jobname):
17015 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17016 (ediff-replace-session-activity-marker-in-meta-buffer):
17017 * info.el (Info-summary):
17018 * lpr.el (printify-region):
17019 * printing.el (pr-create-interface):
17020 * ps-print.el (ps-print-quote):
17021 * ses.el (ses-column-widths, ses-print-cell)
17022 (ses-adjust-print-width, ses-center):
17023 * shell.el (shell-file-name-quote-list):
17024 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17025 (strokes-fill-current-buffer-with-whitespace)
17026 (strokes-xpm-for-stroke, strokes-list-strokes)
17027 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17028 * term.el (term-dynamic-list-input-ring)
17029 (term-dynamic-list-completions):
17030 * calc/calc.el (math-format-stack-value):
17031 * emacs-lisp/edebug.el (edebug-display-freq-count):
17032 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17033 (delphi-new-comment-line):
17034 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17035 * progmodes/executable.el (executable-set-magic):
17036 * progmodes/python.el (inferior-python-mode):
17037 * progmodes/scheme.el (scheme-mode-syntax-table):
17038 * progmodes/sh-script.el (sh-maybe-here-document):
17039 * progmodes/sql.el (sql-copy-column):
17040 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17041 * textmodes/bibtex.el (bibtex-mode):
17042 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17043 (sgml-auto-attributes):
17044 * textmodes/table.el (table-insert, table-shorten-cell)
17045 (table--generate-source-scan-lines, table-delete-row)
17046 (*table--cell-delete-char, table--spacify-frame)
17047 (table--horizontally-shift-above-and-below)
17048 (table--cell-insert-char, table--cell-blank-str)
17049 (table--fill-region-strictly):
17050 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17051 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17052
17053 * add-log.el (change-log):
17054 * apropos.el (apropos):
17055 * comint.el (comint-completion, comint-source):
17056 * dabbrev.el (dabbrev):
17057 * delim-col.el (columns):
17058 * diff-mode.el (diff-mode):
17059 * ediff.el (ediff):
17060 * ediff-diff.el (ediff-diff):
17061 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17062 * ediff-mult.el (ediff-mult):
17063 * ediff-ptch.el (ediff-ptch):
17064 * ediff-wind.el (ediff-window):
17065 * facemenu.el (facemenu):
17066 * indent.el (indent):
17067 * info.el (info):
17068 * jka-cmpr-hook.el (compression, jka-compr):
17069 * lpr.el (lpr):
17070 * outline.el (outlines):
17071 * pcmpl-cvs.el (pcmpl-cvs):
17072 * pcmpl-rpm.el (pcmpl-rpm):
17073 * printing.el (printing):
17074 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17075 (ps-print-vertical, ps-print-headers, ps-print-font)
17076 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17077 (ps-print-background, ps-print-printer, ps-print-page)
17078 (ps-print-miscellany):
17079 * ses.el (ses):
17080 * shell.el (shell, shell-directories, shell-faces):
17081 * startup.el (initialization):
17082 * strokes.el (strokes):
17083 * term.el (term):
17084 * uniquify.el (uniquify):
17085 * w32-vars.el (w32):
17086 * calc/calc.el (calc):
17087 * emacs-lisp/bytecomp.el (bytecomp):
17088 * emacs-lisp/cl-indent.el (lisp-indent):
17089 * emacs-lisp/edebug.el (edebug):
17090 * emacs-lisp/elp.el (elp):
17091 * emacs-lisp/testcover.el (testcover):
17092 * emacs-lisp/trace.el (trace):
17093 * emulation/viper-ex.el (viper-ex):
17094 * emulation/viper-mous.el (viper-mouse):
17095 * mail/mailalias.el (mailalias):
17096 * mail/supercite.el (supercite, supercite-frames)
17097 (supercite-attr, supercite-cite, supercite-hooks):
17098 * net/rcompile.el (remote-compile):
17099 * net/rlogin.el (rlogin):
17100 * obsolete/ooutline.el (outlines):
17101 * progmodes/delphi.el (delphi):
17102 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17103 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17104 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17105 (ebnf-optimization):
17106 * progmodes/etags.el (etags):
17107 * progmodes/executable.el (executable):
17108 * progmodes/idlwave.el (idlwave):
17109 * progmodes/pascal.el (pascal):
17110 * progmodes/prolog.el (prolog):
17111 * progmodes/python.el (python):
17112 * progmodes/scheme.el (scheme):
17113 * progmodes/sh-script.el (sh, sh-script):
17114 * progmodes/sql.el (SQL):
17115 * progmodes/tcl.el (tcl):
17116 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17117 * textmodes/enriched.el (enriched):
17118 * textmodes/makeinfo.el (makeinfo):
17119 * textmodes/sgml-mode.el (sgml):
17120 * textmodes/table.el (table-hooks):
17121 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17122 * textmodes/texinfo.el (texinfo):
17123 * textmodes/two-column.el (two-column):
17124 Finish `defgroup' description with period.
17125
17126 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17127 * eshell/esh-var.el (eshell-var):
17128 * progmodes/vhdl-mode.el (vhdl-testbench):
17129 * textmodes/org.el (org): Fix typos in docstrings.
17130
17131 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17132 consistency.
17133
17134 * progmodes/flymake.el (flymake-find-file): Remove.
17135 (flymake-float-time): Use `with-no-warnings'.
17136 (flymake-check-start-time, flymake-check-was-interrupted)
17137 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17138 (flymake-new-err-info): `defvar' at compile time.
17139
17140 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17141
17142 * replace.el (occur-hook): Doc fix.
17143 (occur-1): Don't call `occur-hook' if there are no matches.
17144
17145 2005-07-03 Richard M. Stallman <rms@gnu.org>
17146
17147 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17148 global-map, save the same map.
17149 (global-map): Don't alter it at top level.
17150 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17151 Then alter it here instead.
17152 (tpu-edt-off): Set global-map to the saved one.
17153
17154 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17155 All references simplified.
17156 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17157 (zmacs-regions): Add defvar.
17158 (repeat-complex-command-map): Everything about that deleted.
17159
17160 * textmodes/artist.el (artist-key-is-drawing)
17161 (artist-key-endpoint1, artist-key-poly-point-list)
17162 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17163 (artist-key-compl-table, artist-rb-save-data)
17164 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17165 Don't put them in eval-when-compile.
17166 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17167
17168 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17169 Use with-no-warnings.
17170
17171 * net/browse-url.el (dos-windows-version): Add defvar.
17172
17173 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17174
17175 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17176 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17177 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17178 Add defvar.
17179 (rmail-summary-beginning-of-message): Use with-no-warnings.
17180 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17181
17182 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17183 Use with-no-warnings.
17184
17185 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17186 (c-mark-function): Add point-moving-unit property.
17187 (vi-goto-line): Use with-no-warnings.
17188
17189 * emulation/edt.el (edt-last-copied-word): Add defvar.
17190 (zmacs-region-stays): Likewise.
17191 (edt-mark-section-wisely): Use c-mark-function for C.
17192 Use makr-defun for Fortran.
17193 (time-string): defvar deleted.
17194 (edt-display-the-time): Don't set time-string.
17195
17196 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17197
17198 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17199 Don't warn when name is not constant
17200 or for defining the group `emacs'.
17201
17202 * tooltip.el (gud-tooltip-mode): Add defvar.
17203
17204 * startup.el (default-frame-background-mode): Add defvar.
17205
17206 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17207
17208 * info.el (tool-bar-map): Add defvar.
17209
17210 * dired.el (dnd-protocol-alist): Add defvar.
17211
17212 * dired-aux.el (dired-query): Display question with answer, when
17213 the user answers.
17214
17215 * custom.el (custom-add-option): Doc fix.
17216
17217 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17218
17219 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17220
17221 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17222 bogus name from the last change.
17223
17224 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17225
17226 * custom.el (custom-declare-variable): Fix typos in comment.
17227 (custom-known-themes): Doc fix.
17228 (custom-theme-directory): New defcustom.
17229 (require-theme): Make it check `custom-theme-directory'.
17230
17231 * cus-theme.el (custom-new-theme-mode): New function.
17232 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17233 (custom-theme-description): Add compiler defvars.
17234 (customize-create-theme): Add doc to the "*New Custom Theme*"
17235 buffer. Use `custom-new-theme-mode'.
17236 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17237 and save it to the `custom-theme-directory'. Make this the
17238 default directory of the buffer.
17239
17240 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17241
17242 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17243 Fix unbalanced parentheses.
17244
17245 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17246
17247 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17248 into flymake-mode and delegate to flymake-mode.
17249
17250 * find-file.el (ff-which-function-are-we-in): Clean up.
17251
17252 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17253
17254 * replace.el (occur-rename-buffer): Fix docstring.
17255
17256 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17257 (edt-last-copied-word, edt-learn-macro-count)
17258 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17259 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17260 (time-string, zmacs-region-stays):
17261 * emulation/edt-mapper.el (edt-save-function-key-map)
17262 (EDT-key-name): `defvar' to silence the byte-compiler.
17263
17264 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17265
17266 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17267 font-lock-regexp-backslash. Doc fix.
17268 (font-lock-regexp-backslash-grouping-construct): Rename from
17269 font-lock-regexp-backslash-construct. Doc fix.
17270 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17271 grouping constructs.
17272
17273 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17274
17275 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17276 updating all the prerequisites.
17277
17278 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17279
17280 * textmodes/org.el (org-agenda-start-on-weekday)
17281 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17282 (org-agenda-use-time-grid, org-archive-location)
17283 (org-allow-space-in-links, org-usenet-links-prefer-google)
17284 (org-enable-table-editor, org-export-default-language)
17285 (org-export-html-show-new-buffer, org-fill-paragraph)
17286 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17287 (org-goto-quit, org-occur, org-eval-in-calendar)
17288 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17289 (org-agenda-diary-entry, org-remember-help)
17290 (org-table-convert-region, org-at-table-p)
17291 (org-table-move-row-down, org-table-move-row-up)
17292 (org-table-copy-region, org-table-toggle-vline-visibility)
17293 (org-table-get-stored-formulas, org-table-get-specials)
17294 (org-recalc-commands, org-table-eval-formula)
17295 (org-table-formula-substitute-names, orgtbl-make-binding)
17296 (org-format-org-table-html, org-format-table-table-html)
17297 (org-format-table-table-html-using-table-generate-source)
17298 (org-customize): Fix typos in docstrings.
17299 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17300 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17301 (org-back-to-heading): Doc fixes.
17302 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17303 (org-agenda-change-all-lines, org-get-header):
17304 Improve argument/docstring consistency.
17305 (orgtbl-error): Fix error message.
17306
17307 * progmodes/flymake.el (flymake-find-possible-master-files)
17308 (flymake-master-file-compare, flymake-get-line-err-count)
17309 (flymake-highlight-line, flymake-gui-warnings-enabled):
17310 Fix typos in docstrings.
17311 (flymake-parse-line, flymake-get-project-include-dirs-function)
17312 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17313 Doc fixes.
17314 (flymake-get-project-include-dirs-function)
17315 (flymake-make-err-menu-data):
17316 Improve argument/docstring consistency.
17317
17318 2005-07-01 Lute Kamstra <lute@gnu.org>
17319
17320 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17321 Catch errors with ignore-errors. Use temporary buffer.
17322 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17323
17324 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17325 background color faces.
17326 (facemenu-set-foreground, facemenu-set-background):
17327 Use facemenu-set-face-from-menu.
17328 (facemenu-set-face-from-menu): Treat face names that start with
17329 "fg:" or "bg:" as special.
17330 (facemenu-add-new-color): Don't create faces. Simplify.
17331
17332 2005-06-30 Richard M. Stallman <rms@gnu.org>
17333
17334 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17335 (crm-find-current-element): Likewise.
17336
17337 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17338
17339 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17340
17341 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17342
17343 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17344 (archive-mouse-extract): Make it an obsolete alias.
17345 (archive-mode-map): Don't use archive-mouse-extract any more.
17346 (archive-mode, archive-extract): write-contents-hooks ->
17347 write-contents-functions.
17348 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17349 first arg.
17350 (archive-rename-entry): Update the call.
17351 (archive-zip-summarize): Remove unused var `method'.
17352 (archive-lzh-summarize): Remove unused var `creator'.
17353
17354 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17355 dedicated frame upon exit.
17356
17357 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17358 (archive-zip-extract, archive-zip-expunge)
17359 (archive-zip-update, archive-zip-update-case): Use executable-find.
17360 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17361 Use restore-buffer-modified-p.
17362 (archive-extract, archive-add-new-member, archive-write-file-member):
17363 Use with-current-buffer.
17364 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17365
17366 2005-06-30 Andreas Schwab <schwab@suse.de>
17367
17368 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17369
17370 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17371
17372 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17373
17374 2005-06-30 Juri Linkov <juri@jurta.org>
17375
17376 * faces.el (vertical-border): Inherit from mode-line-inactive
17377 only on tty.
17378
17379 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17380
17381 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17382 example, -NLINES in the `occur' docstring).
17383
17384 * replace.el (occur-1): When no matches are found, do not set the
17385 `buffer-read-only' and modified flags for the occur buffer,
17386 because it is deleted.
17387
17388 * emulation/cua-base.el (cua-check-pending-input)
17389 (cua-repeat-replace-region, cua-mode, cua-debug)
17390 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17391 Fix typos in docstrings.
17392
17393 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17394 (cua-cut-region-to-global-mark)
17395 (cua--cut-rectangle-to-global-mark):
17396 Remove period from end of messages.
17397
17398 * emulation/cua-rect.el (cua-do-rectangle-padding):
17399 Remove period from end of messages.
17400 (cua--rectangle-seq-format): Fix typo in docstring.
17401 (cua-sequence-rectangle, cua-fill-char-rectangle):
17402 Improve argument/docstring consistency.
17403
17404 2005-06-29 Juri Linkov <juri@jurta.org>
17405
17406 * faces.el (default-frame-background-mode): New internal variable.
17407 (frame-set-background-mode): Use it.
17408
17409 * startup.el (normal-top-level): Set default-frame-background-mode
17410 instead of frame-background-mode. Before setting it, test for its
17411 nil value. Remove tests for frame-background-mode and frame
17412 parameter `reverse'. Add test for "unspecified-fg".
17413
17414 * term/xterm.el (xterm-rxvt-set-background-mode):
17415 * term/rxvt.el (rxvt-set-background-mode):
17416 Set default-frame-background-mode instead of frame-background-mode.
17417
17418 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17419
17420 * simple.el (set-variable): Warn about obsolete user variables.
17421
17422 * imenu.el (imenu--completion-buffer):
17423 * mouse.el (mouse-buffer-menu-alist):
17424 * msb.el (msb-invisible-buffer-p):
17425 * calendar/diary-lib.el (diary-header-line-format):
17426 * emacs-lisp/pp.el (pp-buffer):
17427 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17428 * textmodes/picture.el (picture-replace-match):
17429 Change space constants followed by a sexp to "?\s ".
17430
17431 * play/decipher.el (decipher-loop-with-breaks):
17432 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17433 constants "protected" from end of line by a comment to "?\s".
17434
17435 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17436
17437 * font-lock.el (save-buffer-state): Use `declare'.
17438
17439 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17440 reset the syntax-table to cperl-mode-syntax-table.
17441 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17442 "foo_print_bar" is not matched as a reserved keyword.
17443
17444 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17445
17446 * textmodes/org.el (orgtbl-setup): New function, for delayed
17447 setup for the orgtbl commands.
17448 (org-calc-default-modes): New option.
17449 (orgtbl-make-binding): Use `defun' to get better help display.
17450 (org-diary): Call `org-compile-prefix-format'.
17451 (org-table-formula-substitute-names): New function.
17452 (org-agenda-day-view, org-agenda-week-view): New commands.
17453 (org-agenda-toggle-week-view): Command removed.
17454 (org-tbl-menu): Split off from org-org-menu.
17455 (org-mode): Move removal of outline-mode menus to here.
17456 (org-table-formula-debug): New option.
17457 (org-table-insert-row): Keep first field if just "#" or "*".
17458 (org-mode): Paragraph regexps fixed.
17459 (org-table-recalculate-regexp): New constant.
17460 (org-table-justify-field-maybe): Avoid replace if not necessary.
17461 (org-copy-special, org-cut-special): Use `call-interactively'.
17462 (org-table-copy-region): Take region from `interactive' call.
17463 (org-trim): Return string even if no match.
17464 (org-formula): New face.
17465 (org-set-font-lock-defaults): No longer highlight "FIXME".
17466 But highlight formula-related fields in table.
17467 (org-table-p): Use regexp, not fontification.
17468 (org-table-align): Handle white space at end of line.
17469 (org-table-formula-evaluate-inline): New option.
17470 (org-mode): Auto-wrapping in comment lines turned off.
17471 (org-table-copy-down): Evaluate only in copied field, not in
17472 destination.
17473 (org-table-current-formula): Variable removed.
17474 (org-table-store-formulas, org-table-get-stored-formulas)
17475 (org-table-modify-formulas, org-table-replace-in-formulas)
17476 (org-table-maybe-eval-formula): New functions.
17477 (org-table-get-formula): Modify to use stored formulas.
17478 (org-table-insert-column, org-table-delete-column)
17479 (org-table-move-column): Call `org-table-modify-formulas'.
17480 (org-complete): Add completion for keyword formulas.
17481 (orgtbl-mode): Pull orgtbl-mode-map to start of
17482 minor-mode-map-alist.
17483
17484 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17485
17486 * progmodes/python.el (python-check): Require `compile' before
17487 modifying its variables.
17488
17489 * newcomment.el (comment-indent-default): Don't get fooled by an early
17490 end of buffer.
17491
17492 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17493
17494 * ps-print.el (ps-print-version): Fix version number.
17495
17496 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17497
17498 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17499
17500 2005-06-28 Richard M. Stallman <rms@gnu.org>
17501
17502 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17503 (flyspell-local-mouse-map): Declaration deleted.
17504 (flyspell-mouse-map): Bind only mouse-2.
17505 (flyspell-mode-map): Don't test flyspell-use-local-map.
17506 (flyspell-overlay-keymap-property-name): Var deleted.
17507 (flyspell-mode-on): Don't make local bindings for
17508 flyspell-mouse-map and flyspell-mode-map.
17509 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17510
17511 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17512
17513 * progmodes/compile.el (compilation-next-error-function):
17514 Don't switch buffers; operate on the current buffer.
17515
17516 * progmodes/compile.el (compilation-error-file-name)
17517 (compilation-warning-file-name, compilation-info-file-name)
17518 (compilation-line-number, compilation-column-number): New faces.
17519 (compilation-error-face, compilation-warning-face)
17520 (compilation-info-face, compilation-line-face)
17521 (compilation-column-face): Use them.
17522
17523 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17524
17525 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17526
17527 * bindings.el (global-map): Bind insertchar and its variants.
17528
17529 2005-06-27 Richard M. Stallman <rms@gnu.org>
17530
17531 * textmodes/artist.el (artist-text-overwrite)
17532 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17533
17534 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17535
17536 * ps-print.el: It was not working the page selection for printing.
17537 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17538 (ps-print-version): New version 6.6.7.
17539 (ps-end-sheet): New fun.
17540 (ps-header-sheet, ps-end-job): Call it.
17541
17542 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17543
17544 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17545
17546 2005-06-27 Lute Kamstra <lute@gnu.org>
17547
17548 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17549 background color faces.
17550 (facemenu-get-face): Delete function.
17551 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17552 (facemenu-add-new-color): Make second argument mandatory.
17553 Create the appropriate face and return it. Simplify.
17554 (facemenu-set-foreground, facemenu-set-background): Don't check if
17555 color is defined. Use return value of facemenu-add-new-color.
17556
17557 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17558
17559 * progmodes/gud.el (gud-filter): Add missing argument to
17560 with-selected-window.
17561
17562 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17563
17564 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17565 a :require to the defcustom.
17566
17567 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17568 defcustoms corresponding to minor modes.
17569
17570 2005-06-26 David Ponce <david@dponce.com>
17571
17572 * recentf.el: Require tree-widget instead of wid-edit.
17573 (recentf-filename-handler): Fix widget :type.
17574 (recentf-cancel-dialog, recentf-open-more-files)
17575 (recentf-open-files-action): Doc fix.
17576 (recentf-dialog-goto-first): New function.
17577 (recentf-dialog-mode-map): Set parent keymap first.
17578 (recentf-dialog-mode): Define with define-derived-mode.
17579 Don't display continuation lines in dialogs.
17580 (recentf-edit-list): Rename from recentf-edit-selected-items.
17581 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17582 Simplify.
17583 (recentf-edit-list-validate): New function.
17584 (recentf-edit-list): Update accordingly.
17585 (recentf-open-files-item-shift): Remove.
17586 (recentf-open-files-item): Convert menu elements into tree and
17587 link widgets. Don't create the widgets.
17588 (recentf-open-files): Update accordingly.
17589 (recentf-save-list): Untabify.
17590
17591 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17592
17593 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17594 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17595 partially contained in the active region. Do not take active
17596 region into account when called from Lisp, unless INTERACTIVE arg
17597 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17598 avoid trouble with fields. Make marker point nowhere when no
17599 longer used. Always return nil. Doc fix.
17600 (flush-lines): Add INTERACTIVE arg. Do not take active region
17601 into account when called from Lisp, unless INTERACTIVE arg is
17602 non-nil. Use `forward-line' instead of `beginning-of-line' to
17603 avoid trouble with fields. Make marker point nowhere when no
17604 longer used. Always return nil. Doc fix.
17605 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17606 interchangeable. Do not take active region into account when
17607 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17608 message in echo area when called from Lisp, unless INTERACTIVE arg
17609 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17610 Return the number of matches. Doc fix.
17611 (occur): Doc fix.
17612 (perform-replace): Make comment follow double space convention for
17613 the sake of `outline-minor-mode'.
17614
17615 * faces.el (facep): Doc fix.
17616
17617 2005-06-25 Richard M. Stallman <rms@gnu.org>
17618
17619 * facemenu.el (facemenu-enable-faces-p): New function.
17620 (facemenu-background-menu, facemenu-foreground-menu)
17621 (facemenu-face-menu): Add menu-enable property.
17622
17623 * jka-compr.el (jka-compr-insert-file-contents):
17624 Special handling if cannot find the uncompression program.
17625
17626 * cus-face.el (custom-face-attributes): Add autoload.
17627
17628 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17629 Bind comment-indent-function locally.
17630
17631 * window.el (save-selected-window): Use save-current-buffer.
17632
17633 * subr.el (with-selected-window): Use save-current-buffer.
17634
17635 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17636 and with-current-buffer.
17637
17638 2005-06-24 Richard M. Stallman <rms@gnu.org>
17639
17640 * simple.el (line-move-1): Fix previous change.
17641
17642 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17643
17644 * replace.el (occur-1): Set `buffer-read-only' and the
17645 buffer-modified flag before running `occur-hook' to protect
17646 against unintentional buffer switches that can lead to data loss.
17647
17648 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17649
17650 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17651 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17652 initial error.
17653
17654 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17655 after fresh input.
17656 (gdb-var-create-handler): Put name of expression in quotes.
17657
17658 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17659
17660 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17661 elements of RING in order, and without bogus nil elements.
17662
17663 2005-06-23 Richard M. Stallman <rms@gnu.org>
17664
17665 * simple.el (set-variable): Args renamed; doc fix.
17666 (line-move-1): When there are overlays around, use vertical-motion.
17667
17668 * faces.el (escape-glyph): Use brown against light background.
17669 (nobreak-space): Rename from no-break-space.
17670 Fix previous change.
17671
17672 * dired-aux.el (dired-do-copy): Fix arg prompt.
17673
17674 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17675
17676 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17677
17678 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17679 rather than "Distributor".
17680
17681 2005-06-23 Lute Kamstra <lute@gnu.org>
17682
17683 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17684 (debug-on-entry): Use it. New interactive declaration that uses
17685 function-called-at-point.
17686
17687 2005-06-23 Kim F. Storm <storm@cua.dk>
17688
17689 * subr.el (save-match-data): Add comment about using evaporate arg
17690 to set-match-data.
17691
17692 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17693
17694 * cus-edit.el (customize-face)
17695 (customize-face-other-window): Handle face aliases.
17696
17697 * faces.el (face-documentation, set-face-attribute)
17698 (face-spec-set): Handle face aliases.
17699
17700 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17701
17702 * help-mode.el (help-make-xrefs): If a symbol representing a face
17703 name is not followed by the word "face", it could still be a
17704 function or variable name, so don't bypass other checks.
17705
17706 2005-06-22 Juri Linkov <juri@jurta.org>
17707
17708 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17709 Replace aliased functions with calls where second arg `inherit' is t.
17710
17711 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17712
17713 * progmodes/gdb-ui.el (gdb-error): New variable.
17714 (gdb-error): New function.
17715 (gdb-annotation-rules): Act on error-begin and error annotations.
17716 (gdb-concat-output): Use font-lock-warning-face for errors.
17717
17718 2005-06-22 Miles Bader <miles@gnu.org>
17719
17720 * bindings.el (propertized-buffer-identification): Use renamed
17721 `Buffer-menu-buffer' face.
17722
17723 * faces.el (vertical-border): Rename from `vertical-divider'.
17724 (escape-glyph): Change dark-background color back to `cyan'.
17725
17726 2005-06-21 Juri Linkov <juri@jurta.org>
17727
17728 * faces.el (face-user-default-spec): Try getting `customized-face'
17729 prior to `saved-face'.
17730 (frame-background-mode): Refill docstring.
17731
17732 * emacs-lisp/lisp-mode.el (eval-defun-1):
17733 * emacs-lisp/edebug.el (edebug-eval-defun):
17734 Set `saved-face' temporarily to nil before calling form.
17735 Set `customized-face' to the new spec after that.
17736
17737 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17738
17739 * subr.el (1value, lambda, key-substitution-in-progress):
17740 Doc fixes.
17741
17742 * autoinsert.el (auto-insert-alist):
17743 * ses.el (ses-call-printer):
17744 * subr.el (noreturn):
17745 * emacs-lisp/lisp.el (check-parens):
17746 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17747 * net/browse-url.el (browse-url-mosaic):
17748 * progmodes/cc-defs.el (c-safe-scan-lists):
17749 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17750 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17751 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17752 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17753 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17754 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17755
17756 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17757
17758 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17759
17760 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17761
17762 * calendar/appt.el (appt-make-list): Activate the package, if
17763 not already active (for backwards compatibility).
17764
17765 2005-06-20 Kim F. Storm <storm@cua.dk>
17766
17767 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17768
17769 2005-06-20 Miles Bader <miles@gnu.org>
17770
17771 * faces.el (vertical-divider): New face.
17772
17773 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17774
17775 * simple.el (kill-whole-line): Doc fix.
17776 (next-error-buffer-p, next-error-find-buffer)
17777 (clone-indirect-buffer): Fix typos in docstrings.
17778 (comment-line-break-function): Doc fix: don't say variable
17779 is automatically buffer-local (it isn't).
17780
17781 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17782
17783 * net/tramp-ftp.el (top):
17784 * net/tramp-smb.el (top):
17785 * net/tramp-util.el (top):
17786 * net/tramp-uu.el (top):
17787 * net/tramp-vc.el (top):
17788 * net/tramp.el (top): Revert copyright years back to original
17789 ones. Tramp has a life outside GNU Emacs.
17790
17791 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17792
17793 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17794
17795 2005-06-18 Juri Linkov <juri@jurta.org>
17796
17797 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17798 end of first regexp to limit the match to the position between
17799 line number and source line with same separator character as used
17800 between file name and line number. In the second regexp limit
17801 mouse-face area to file name and line number by adding new group
17802 for them and referring it in HYPERLINK arg.
17803 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17804 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17805 previous line where grep markers may be already removed.
17806
17807 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17808
17809 * progmodes/ps-mode.el: Update version and maintainer's email address.
17810
17811 2005-06-18 Steve Youngs <steve@xemacs.org>
17812
17813 * net/browse-url.el (browse-url-browser-function)
17814 (browse-url-default-browser): Add firefox.
17815 (browse-url-firefox-program, browse-url-firefox-arguments)
17816 (browse-url-firefox-startup-arguments)
17817 (browse-url-firefox-new-window-is-tab): New defcustoms.
17818 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17819
17820 2005-06-17 Richard M. Stallman <rms@gnu.org>
17821
17822 * startup.el (command-line): Warn if specified user name has
17823 no home directory.
17824
17825 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17826 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17827
17828 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17829 Doc fixes.
17830
17831 * faces.el (underline): Try bold if terminal doesn't support underline.
17832
17833 * mail/sendmail.el (mail-setup-with-from): New variable.
17834 (mail-insert-from-field): New function.
17835 (sendmail-send-it): Call it.
17836 (mail-setup): Optionally call it here.
17837
17838 * term/linux.el: Call tty-no-underline.
17839
17840 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17841
17842 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17843
17844 2005-06-17 Miles Bader <miles@gnu.org>
17845
17846 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17847 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17848 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17849 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17850 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17851 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17852 Remove "-face" suffix from face names.
17853 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17854 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17855 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17856 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17857 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17858 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17859 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17860 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17861 New backward-compatibility aliases for renamed faces.
17862 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17863 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17864 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17865 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17866 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17867 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17868 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17869 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17870 Use renamed ediff faces.
17871
17872 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17873 Remove "-face" suffix from face names.
17874 (eshell-test-ok-face, eshell-test-failed-face):
17875 New backward-compatibility aliases for renamed faces.
17876 (eshell-run-test): Use renamed eshell-test faces.
17877
17878 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17879 face name.
17880 (eshell-prompt-face): New backward-compatibility alias for renamed
17881 face.
17882 (eshell-emit-prompt): Use renamed eshell-prompt face.
17883
17884 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17885 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17886 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17887 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17888 Remove "-face" suffix from face names.
17889 (eshell-ls-directory-face, eshell-ls-symlink-face)
17890 (eshell-ls-executable-face, eshell-ls-readonly-face)
17891 (eshell-ls-unreadable-face, eshell-ls-special-face)
17892 (eshell-ls-missing-face, eshell-ls-archive-face)
17893 (eshell-ls-backup-face, eshell-ls-product-face)
17894 (eshell-ls-clutter-face):
17895 New backward-compatibility aliases for renamed faces.
17896 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17897
17898 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17899 Remove "-face" suffix from face name.
17900 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17901 instead of literal face.
17902
17903 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17904
17905 * emacs-lisp/warnings.el (display-warning, lwarn)
17906 (warning-minimum-log-level): Doc fixes.
17907 (warning-minimum-level, warning-minimum-log-level):
17908 Add :debug to :type choices.
17909
17910 * progmodes/ada-mode.el (ada-format-paramlist)
17911 (ada-get-indent-case, ada-check-matching-start)
17912 (ada-check-defun-name, ada-goto-matching-decl-start)
17913 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17914 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17915 (ada-make-subprogram-body): Follow error conventions.
17916 (ada-case-exception-file, ada-indent-comment-as-code)
17917 (ada-indent-handle-comment-special, ada-indent-renames)
17918 (ada-indent-return, ada-search-directories-internal)
17919 (ada-tab-policy, ada-case-exception-substring)
17920 (ada-other-file-alist, ada-matching-start-re)
17921 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17922 (ada-imenu-generic-expression, ada-compile-goto-error)
17923 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17924 (ada-popup-menu, ada-add-extensions, ada-mode)
17925 (ada-region-selected, ada-create-case-exception)
17926 (ada-create-case-exception-substring, ada-after-keyword-p)
17927 (ada-activate-keys-for-case, ada-adjust-case-region)
17928 (ada-adjust-case-buffer, ada-format-paramlist)
17929 (ada-scan-paramlist, ada-insert-paramlist)
17930 (ada-indent-newline-indent)
17931 (ada-indent-newline-indent-conditional)
17932 (ada-justified-indent-current, ada-goto-previous-word)
17933 (ada-indent-current, ada-get-indent-open-paren)
17934 (ada-get-indent-paramlist, ada-get-indent-end)
17935 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17936 (ada-get-indent-block-start, ada-get-indent-subprog)
17937 (ada-get-indent-noindent, ada-get-indent-label)
17938 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17939 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17940 (ada-goto-stmt-end, ada-goto-next-word)
17941 (ada-check-matching-start, ada-check-defun-name)
17942 (ada-goto-matching-decl-start, ada-goto-matching-start)
17943 (ada-goto-matching-end, ada-search-ignore-string-comment)
17944 (ada-in-decl-p, ada-looking-at-semi-or)
17945 (ada-looking-at-semi-private, ada-in-paramlist-p)
17946 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17947 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17948 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17949 (ada-previous-package, ada-create-menu)
17950 (ada-fill-comment-paragraph-justify)
17951 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17952 (ada-other-file-name, ada-last-which-function-line)
17953 (ada-last-which-function-subprog, ada-which-function)
17954 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17955 (ada-gen-treat-proc, ada-check-emacs-version)
17956 (ada-continuation-indent, ada-align-region-separate):
17957 Fix typos in docstrings.
17958 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17959
17960 2005-06-16 Lute Kamstra <lute@gnu.org>
17961
17962 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17963 conditionally.
17964
17965 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17966
17967 * comint.el (comint-replace-by-expanded-filename)
17968 (comint-prompt-regexp, comint-delimiter-argument-list)
17969 (comint-preinput-scroll-to-bottom):
17970 * info.el (Info-hide-cookies-node):
17971 * ls-lisp.el (ls-lisp-classify):
17972 * find-file.el (ff-search-directories, ff-special-constructs)
17973 (ff-find-other-file):
17974 * font-lock.el (font-lock-keywords):
17975 * shell.el (shell-prompt-pattern)
17976 (shell-dynamic-complete-functions, shell-mode)
17977 (shell-delimiter-argument-list):
17978 * term.el (term-replace-by-expanded-filename)
17979 (term-prompt-regexp, term-delimiter-argument-list):
17980 * woman.el (woman-ignore, woman0-if):
17981 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17982 * emacs-lisp/elint.el (elint-init-env):
17983 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17984 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17985 * language/ethio-util.el (ethio-tilde-escape)
17986 (ethio-use-three-dot-question):
17987 * net/zone-mode.el (zone-mode-load-time-setup):
17988 * progmodes/cc-align.el (c-lineup-argcont):
17989 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17990 * progmodes/cperl-mode.el (cperl-set-style-back):
17991 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17992 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17993 Fix spellings in docstrings.
17994
17995 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17996 * progmodes/modula2.el (m2-for): Fix spellings.
17997
17998 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17999
18000 * simple.el (undo-more): Don't use `format' on `error' arguments.
18001 Improve argument/docstring consistency.
18002 (pending-undo-list): Doc fix.
18003
18004 * smerge-mode.el (smerge-ensure-match):
18005 * emulation/vip.el (vip-ex):
18006 * net/zone-mode.el (zone-mode-update-serial):
18007 * progmodes/idlwave.el (idlwave-complete):
18008 * progmodes/vhdl-mode.el (vhdl-visit-file)
18009 (vhdl-compose-wire-components):
18010 Don't use `format' on `error' arguments.
18011
18012 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18013 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18014 (tooltip-help-tips): Fix typos in docstrings.
18015
18016 2005-06-16 David Ponce <david@dponce.com>
18017
18018 * tree-widget.el (tree-widget-value-create): Simplify last change.
18019
18020 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18021
18022 * ido.el (ido-incomplete-regexp): New variable.
18023 (ido-set-matches-1): Handle invalid-regexp error and set
18024 ido-incomplete-regexp.
18025 (ido-incomplete-regexp): New face.
18026 (ido-completions): Use it.
18027 (ido-complete, ido-exit-minibuffer, ido-completions):
18028 Handle incomplete regexps.
18029 (ido-completions): Add check for complete match when entering a regexp.
18030
18031 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18032
18033 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18034
18035 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18036
18037 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18038 by field delimiters.
18039
18040 2005-06-15 David Ponce <david@dponce.com>
18041
18042 * tree-widget.el: eval-and-compile inlined functions so they will
18043 be available at run-time too.
18044 (tree-widget-super-format-handler)
18045 (tree-widget-format-handler): Remove.
18046 (tree-widget-value-create): Handle the :indent property.
18047
18048 2005-06-15 Miles Bader <miles@gnu.org>
18049
18050 * progmodes/which-func.el (which-func): Only inherit
18051 `font-lock-function-name-face' when that makes sense against the
18052 default mode-line face, otherwise set the face color explicitly.
18053
18054 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18055 faces instead of (non-existent) variables.
18056
18057 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18058
18059 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18060 (iswitchb-get-matched-buffers): Likewise. Simplify.
18061
18062 2005-06-14 Miles Bader <miles@gnu.org>
18063
18064 * progmodes/ld-script.el (ld-script-location-counter):
18065 Remove "-face" suffix from face name.
18066 (ld-script-location-counter-face):
18067 New backward-compatibility alias for renamed face.
18068 (ld-script-location-counter-face): Use renamed face.
18069
18070 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18071 (cperl-hash): Remove "-face" suffix from face names.
18072 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18073 New backward-compatibility aliases for renamed faces.
18074 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18075 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18076
18077 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18078 name.
18079 (which-func-face): New backward-compatibility alias for renamed face.
18080 (which-func-format): Use renamed which-func face.
18081
18082 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18083 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18084 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18085 names.
18086 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18087 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18088 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18089 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18090 (vhdl-speedbar-architecture-selected)
18091 (vhdl-speedbar-configuration-selected)
18092 (vhdl-speedbar-package-selected)
18093 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18094 names.
18095 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18096 Use renamed faces.
18097 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18098 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18099 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18100 Use renamed faces.
18101 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18102 names.
18103 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18104 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18105 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18106 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18107 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18108 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18109
18110 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18111 face name.
18112 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18113 (sh-heredoc-face): Use renamed sh-heredoc face.
18114
18115 * progmodes/idlw-help.el (idlwave-help-link):
18116 Remove "-face" suffix from face name.
18117 (idlwave-help-link-face):
18118 New backward-compatibility alias for renamed face.
18119 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18120
18121 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18122 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18123 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18124 New backward-compatibility aliases for renamed faces.
18125 (idlwave-shell-disabled-breakpoint-face)
18126 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18127
18128 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18129 Remove "-face" suffix from face names.
18130 (flymake-errline-face, flymake-warnline-face):
18131 New backward-compatibility aliases for renamed faces.
18132 (flymake-highlight-line): Use renamed flymake faces.
18133
18134 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18135 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18136 (ebrowse-member-class, ebrowse-progress):
18137 Remove "-face" suffix from face names.
18138 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18139 (ebrowse-file-name-face, ebrowse-default-face)
18140 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18141 (ebrowse-progress-face):
18142 New backward-compatibility aliases for renamed faces.
18143 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18144 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18145 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18146 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18147
18148 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18149 antlr-syntax)
18150 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18151 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18152 names.
18153 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18154 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18155 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18156 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18157 backward-compatibility aliases for renamed faces.
18158 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18159 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18160 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18161 remove "font-lock-". Use renamed antlr-mode faces.
18162 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18163 literal face-names with face variable references.
18164
18165 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18166 face name.
18167 (Buffer-menu-buffer-face): New backward-compatibility alias for
18168 renamed face.
18169 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18170
18171 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18172
18173 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18174 Eliminate "-face" suffix.
18175 (makefile-targets): Inherit from font-lock-function-name-face and
18176 eliminate "-face" suffix.
18177 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18178 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18179 actions, instead of prepending, to make it less visible.
18180 (makefile-previous-dependency, makefile-match-dependency):
18181 Don't match a target on a continuation line.
18182
18183 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18184
18185 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18186
18187 * progmodes/gdb-ui.el (menu): Re-order menu items.
18188 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18189
18190 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18191 Define in tooltip.el.
18192 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18193 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18194 gud-tooltip-echo-area.
18195
18196 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18197 backward compatibility and make obsolete.
18198 (tooltip-help-tips): Use tooltip-use-echo-area.
18199 (tooltip-show-help-function): Rename to...
18200 (tooltip-show-help): ...this, because it is a function.
18201 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18202
18203 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18204
18205 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18206 (edebug-print-length, edebug-print-level, edebug-print-circle)
18207 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18208 (edebug-eval-print-last-sexp): Doc fixes.
18209
18210 2005-06-14 Kim F. Storm <storm@cua.dk>
18211
18212 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18213 as the coverage buffer/file/both may change.
18214
18215 2005-06-14 Lute Kamstra <lute@gnu.org>
18216
18217 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18218 and run-mode-hooks. Simplify.
18219
18220 * mail/rmailedit.el (rmail-edit-mode):
18221 * progmodes/octave-inf.el (inferior-octave-mode):
18222 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18223
18224 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18225 and run-mode-hooks.
18226 (recentf-edit-list, recentf-open-files): Don't call
18227 kill-all-local-variables directly.
18228
18229 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18230
18231 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18232
18233 * emacs-lisp/byte-run.el (make-obsolete)
18234 (define-obsolete-function-alias): Rename arguments FUNCTION and
18235 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18236 (make-obsolete-variable, define-obsolete-variable-alias):
18237 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18238 respectively.
18239
18240 * isearchb.el (isearchb-activate):
18241 * pcvs.el (cvs-mode):
18242 * ses.el (ses-load):
18243 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18244 * net/tramp.el (tramp-find-file-exists-command)
18245 (tramp-find-shell):
18246 * progmodes/ada-mode.el (ada-create-case-exception)
18247 (ada-create-case-exception-substring, ada-make-subprogram-body):
18248 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18249 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18250 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18251 * textmodes/org.el (org-promote, org-evaluate-time-range)
18252 (org-agenda-next-date-line, org-agenda-previous-date-line)
18253 (org-agenda-error, org-open-at-point, org-table-move-row)
18254 (org-format-table-table-html-using-table-generate-source)
18255 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18256 * textmodes/reftex.el (reftex-access-scan-info):
18257 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18258 (reftex-toc-promote-prepare): Follow error conventions.
18259
18260 * diff-mode.el (diff-mode): Fix typo in docstring.
18261
18262 * forms.el (forms--intuit-from-file): Fix reference to
18263 `forms-number-of-fields' in error message.
18264 (forms-print): Fix quoting in error message.
18265
18266 * forms.el (forms-mode):
18267 * emulation/vi.el (vi-goto-insert-state):
18268 * progmodes/flymake.el (flymake-new-err-info)
18269 (flymake-start-syntax-check-for-current-buffer)
18270 (flymake-simple-cleanup):
18271 * eshell/esh-var.el (eshell/export):
18272 * progmodes/gud.el (xdb):
18273 * textmodes/flyspell.el (flyspell-incorrect-hook)
18274 (flyspell-maybe-correct-transposition)
18275 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18276
18277 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18278
18279 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18280 minibuffer prompt.
18281
18282 2005-06-13 Kim F. Storm <storm@cua.dk>
18283
18284 * subr.el (add-to-ordered-list): New defun.
18285
18286 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18287 add cua--keymap-alist to emulation-mode-map-alists.
18288
18289 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18290
18291 * subr.el (complete-in-turn): New macro.
18292 (dynamic-completion-table, lazy-completion-table): Add debug info.
18293
18294 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18295 in preference to face aliases.
18296
18297 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18298 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18299 Remove unused vars `start' and `firstline'.
18300 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18301 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18302
18303 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18304
18305 * cus-start.el (all): Don't complain about missing GTK-related
18306 variables, unless either `gtk' is boundp or this isn't a
18307 `windows-nt' build.
18308
18309 2005-06-13 Lute Kamstra <lute@gnu.org>
18310
18311 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18312 run-mode-hooks.
18313
18314 * ediff-mult.el (ediff-meta-mode):
18315 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18316
18317 * ledit.el (ledit-mode): Use delay-mode-hooks.
18318
18319 * woman.el (woman-mode-line-format): Delete constant.
18320 (woman-mode-map): Initialize it properly.
18321 (woman-mode): Set mode-class property to special.
18322 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18323 Set major-mode and mode-name. Don't set mode-line-format directly.
18324 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18325
18326 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18327 string argument obsolete.
18328
18329 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18330
18331 * textmodes/org.el (org-CUA-compatible): New option.
18332 (org-disputed-keys): New variable.
18333 (org-key): New function.
18334 (orgtbl-make-binding): Add docstring to the created function.
18335 (org-mode): Set paragraph start/separate regexps.
18336 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18337 (org-archive-location, org-archive-mark-done)
18338 (org-archive-stamp-time): New options.
18339 (org-archive-subtree): New command.
18340 (org-fill-paragraph): New function.
18341 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18342 (org-fake-empty-table-line): Function removed.
18343 (org-format-org-table-html): Do not create empty table lines at
18344 separator lines. Improved table header treatment.
18345 (org-link-format): New option.
18346 (org-make-link): New function.
18347 (org-insert-link, org-store-link): Use org-make-link.
18348 (org-open-file): Quote file name for shell command, to allow
18349 spaces in file names.
18350 (org-link-regexp): Fix bug with mailto link.
18351 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18352 New constants.
18353 (org-export-as-html): Deal with the optional angles around a link.
18354 Better treatment of file: links.
18355 (org-open-at-point): Replace @{ and @} with < and >.
18356 (org-run-mode-hooks): Function removed.
18357 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18358
18359 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18360
18361 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18362 MI command -data-list-register-values.
18363 (gdb-post-prompt): Indent properly.
18364
18365 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18366
18367 * hilit-chg.el (highlight-changes-colors): Rename from
18368 `highlight-changes-colours'.
18369 (highlight-changes-colours): Keep as obsolete alias.
18370 (highlight-changes-face-list): Doc fix.
18371 (hilit-chg-make-list): Use `highlight-changes-colors'.
18372
18373 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18374
18375 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18376 defun-prompt-regexp.
18377
18378 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18379
18380 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18381 and cygwin.
18382
18383 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18384 Don't use an old loaddefs.el, as in Makefile.in.
18385
18386 2005-06-12 Lute Kamstra <lute@gnu.org>
18387
18388 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18389
18390 * man.el (Man-mode-map): Initialize it properly.
18391 (Man-mode): Set mode-class property to special.
18392
18393 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18394
18395 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18396
18397 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18398 A newline is needed in the docstring there.
18399
18400 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18401 Doc fixes.
18402
18403 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18404
18405 * printing.el: Doc fix. The menubar is no more changed when printing
18406 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18407 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18408 (pr-version): New version number (6.8.4).
18409 (pr-menu-bind): New command.
18410 (pr-update-menus): Docstring and code fix.
18411 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18412 Docstring fix.
18413 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18414 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18415
18416 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18417
18418 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18419 "Returns" to "return", document useful return values, etc.
18420
18421 2005-06-11 Alan Mackenzie <acm@muc.de>
18422
18423 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18424 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18425 (adaptive-file-function): Minor amendment to doc-string.
18426
18427 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18428
18429 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18430 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18431 Fix :type--it is `integer', not `string'.
18432
18433 * faces.el (modeline-highlight): Rename from (the erroneous)
18434 `modeline-higilight'.
18435
18436 2005-06-11 Lute Kamstra <lute@gnu.org>
18437
18438 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18439 lisp-interaction-mode-map but make it the parent.
18440 (edebug-eval-mode): Use define-derived-mode.
18441
18442 2005-06-11 Andreas Schwab <schwab@suse.de>
18443
18444 * bindings.el: Add binding of `ESC functionkey' for every
18445 `M-functionkey'.
18446 * hexl.el (hexl-mode-map): Likewise.
18447
18448 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18449
18450 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18451 [msft]: update regexp for newer msft compilers.
18452
18453 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18454
18455 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18456 ATTLIST portions of included DTDs.
18457 (xml-parse-dtd): Eliminate use of inefficient match-data.
18458
18459 2005-06-10 Miles Bader <miles@gnu.org>
18460
18461 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18462 (mpuz-text): Remove "-face" suffix from face names.
18463 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18464 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18465 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18466
18467 * play/gomoku.el (gomoku-O, gomoku-X):
18468 Remove "-face" suffix from face names.
18469 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18470 New backward-compatibility aliases for renamed faces.
18471 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18472
18473 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18474
18475 * thumbs.el: Fixes for changes of 2005-06-09.
18476 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18477 as a directory.
18478 (thumbs-thumbname): Remove directory separator from format string;
18479 `thumbs-thumbsdir' now returns a valid directory name.
18480 (thumbs-temp-dir): New defsubst.
18481 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18482 Use it.
18483
18484 * cus-edit.el (minibuffer):
18485 * files.el (make-backup-file-name-function):
18486 * filesets.el (filesets-external-viewers):
18487 * hilit-chg.el (highlight-changes-colours)
18488 (highlight-changes-face-list, highlight-changes-rotate-faces):
18489 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18490 * kmacro.el (kmacro-call-macro):
18491 * log-edit.el (log-edit-changelog-full-paragraphs):
18492 * mouse.el (mouse-1-click-follows-link):
18493 * skeleton.el (skeleton-autowrap):
18494 * subr.el (insert-for-yank-1):
18495 * tempo.el (tempo-insert-region):
18496 * terminal.el (terminal-emulator):
18497 * time.el (display-time-mail-face):
18498 * vc.el (vc-annotate):
18499 * vcursor.el (vcursor-copy-line):
18500 * woman.el (woman-bold-headings, woman-ignore)
18501 (woman-default-faces, woman-monochrome-faces):
18502 * calendar/todo-mode.el (todo-insert-threshold):
18503 * emulation/pc-select.el (pc-select-selection-keys-only)
18504 (pc-selection-mode):
18505 * emulation/vip.el (vip-find-char-forward):
18506 * emulation/viper-cmd.el (viper-find-char-forward):
18507 * international/mule-cmds.el
18508 (select-safe-coding-system-accept-default-p)
18509 (input-method-exit-on-invalid-key):
18510 * international/mule-diag.el (describe-coding-system):
18511 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18512 * net/browse-url.el (browse-url-xterm-program):
18513 * obsolete/lazy-lock.el (lazy-lock-mode):
18514 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18515 (cperl-mode):
18516 * progmodes/cpp.el (cpp-face-light-name-list)
18517 (cpp-face-dark-name-list):
18518 * progmodes/delphi.el (delphi-newline-always-indents):
18519 Fix spellings in docstrings.
18520
18521 * ido.el (ido-mode, ido-file-extensions-order)
18522 (ido-default-file-method, ido-default-buffer-method)
18523 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18524 (ido-decorations, ido-read-file-name-as-directory-commands)
18525 (ido-read-file-name-non-ido, ido-work-directory-list)
18526 (ido-ignore-item-temp-list, ido-current-directory)
18527 (ido-magic-forward-char, ido-enter-find-file)
18528 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18529 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18530
18531 2005-06-10 Lute Kamstra <lute@gnu.org>
18532
18533 * play/dunnet.el (dun-mode): Use define-derived-mode.
18534 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18535 obsolete alias.
18536
18537 * play/doctor.el (doctor-mode-map): Remove defvar.
18538 (doctor-mode): Use define-derived-mode.
18539
18540 * mail/mspools.el (mspools-mode):
18541 * net/eudc-hotlist.el (eudc-hotlist-mode):
18542 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18543
18544 2005-06-10 Miles Bader <miles@gnu.org>
18545
18546 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18547 Remove "-face" suffix from face names.
18548 (flyspell-incorrect-face, flyspell-duplicate-face):
18549 New backward-compatibility aliases for renamed faces.
18550 (flyspell-mode-on, make-flyspell-overlay)
18551 (flyspell-highlight-incorrect-region)
18552 (flyspell-highlight-duplicate-region)
18553 (flyspell-display-next-corrections)
18554 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18555
18556 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18557 from face name.
18558 (texinfo-heading-face): New backward-compatibility alias for
18559 renamed face.
18560 (texinfo-heading-face): Use renamed texinfo-heading face.
18561
18562 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18563 suffix from face names.
18564 (tex-math-face, tex-verbatim-face):
18565 New backward-compatibility aliases for renamed faces.
18566 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18567 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18568 literal face name.
18569
18570 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18571 name.
18572 (table-cell-face): New backward-compatibility alias for renamed face.
18573 (table--put-cell-face-property, table--update-cell-face):
18574 Use renamed table-cell face.
18575
18576 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18577 from face name.
18578 (sgml-namespace-face): New backward-compatibility alias for
18579 renamed face.
18580 (sgml-namespace-face): Use renamed sgml-namespace face.
18581
18582 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18583 (org-level-4, org-level-5, org-level-6, org-level-7)
18584 (org-level-8, org-warning, org-headline-done)
18585 (org-deadline-announce, org-scheduled-today)
18586 (org-scheduled-previously, org-link, org-done, org-table)
18587 (org-time-grid): Remove "-face" suffix from face names.
18588 (org-level-1-face, org-level-2-face, org-level-3-face)
18589 (org-level-4-face, org-level-5-face, org-level-6-face)
18590 (org-level-7-face, org-level-8-face, org-warning-face)
18591 (org-headline-done-face, org-deadline-announce-face)
18592 (org-scheduled-today-face, org-scheduled-previously-face)
18593 (org-link-face, org-done-face, org-table-face)
18594 (org-time-grid-face):
18595 New backward-compatibility aliases for renamed faces.
18596 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18597 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18598 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18599 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18600
18601 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18602 (viper-minibuffer-emacs, viper-minibuffer-insert)
18603 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18604 (viper-search-face, viper-replace-overlay-face)
18605 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18606 (viper-minibuffer-vi-face):
18607 New backward-compatibility aliases for renamed faces.
18608 (viper-search-face, viper-replace-overlay-face)
18609 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18610 (viper-minibuffer-vi-face): Use renamed viper faces.
18611
18612 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18613 Remove "-face" suffix from face names.
18614 (testcover-nohits-face, testcover-1value-face):
18615 New backward-compatibility aliases for renamed faces.
18616 (testcover-mark): Use renamed testcover faces.
18617
18618 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18619 face name.
18620 (diary-button-face): New backward-compatibility alias for renamed face.
18621 (diary-entry): Use renamed diary-button face.
18622
18623 * calendar/calendar.el (diary, calendar-today, holiday)
18624 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18625 (diary-face, calendar-today-face, holiday-face):
18626 New backward-compatibility aliases for renamed faces.
18627 (eval-after-load "facemenu", diary-entry-marker)
18628 (calendar-today-marker, calendar-holiday-marker, diary-face):
18629 Use renamed calendar faces.
18630
18631 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18632 (compare-windows-face): New backward-compatibility alias for
18633 renamed face.
18634 (compare-windows-highlight): Use renamed compare-windows face.
18635
18636 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18637 (strokes-char-face): New backward-compatibility alias for renamed face.
18638 (strokes-encode-buffer): Use renamed strokes-char face.
18639
18640 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18641 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18642 Remove "-face" suffix from face names.
18643 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18644 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18645 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18646 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18647 Use renamed pcvs faces.
18648 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18649 * pcvs-defs.el (cvs-mode-map): Likewise.
18650 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18651
18652 * info.el (info-title-1, info-title-2, info-title-3)
18653 (info-title-4): Remove "-face" suffix from and downcase face names.
18654 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18655 (Info-title-4-face):
18656 New backward-compatibility aliases for renamed faces.
18657 (Info-fontify-node): Use renamed info faces.
18658
18659 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18660 Remove "-face" suffix from face names.
18661 (highlight-changes-face, highlight-changes-delete-face):
18662 New backward-compatibility aliases for renamed faces.
18663 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18664 (hilit-chg-make-list): Use renamed highlight-changes faces.
18665
18666 * generic-x.el (show-tabs-tab, show-tabs-space):
18667 Remove "-face" suffix from face names.
18668 (show-tabs-tab-face, show-tabs-space-face):
18669 New backward-compatibility aliases for renamed faces.
18670 (show-tabs-generic-mode-font-lock-defaults-1)
18671 (show-tabs-generic-mode-font-lock-defaults-2):
18672 Use renamed show-tabs faces.
18673
18674 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18675 (smerge-markers): Remove "-face" suffix from face names.
18676 (smerge-mine-face, smerge-other-face, smerge-base-face)
18677 (smerge-markers-face):
18678 New backward-compatibility aliases for renamed faces.
18679 (smerge-mine-face, smerge-other-face, smerge-base-face)
18680 (smerge-markers-face): Use renamed smerge faces.
18681
18682 * log-view.el (log-view-file, log-view-message): Remove "-face"
18683 suffix from face names.
18684 (log-view-file-face, log-view-message-face):
18685 New backward-compatibility aliases for renamed faces.
18686 (log-view-file-face, log-view-message-face): Use renamed log-view
18687 faces.
18688
18689 * paren.el (show-paren-match, show-paren-mismatch):
18690 Remove "-face" suffix from face names.
18691 (show-paren-match-face, show-paren-mismatch-face):
18692 New backward-compatibility aliases for renamed faces.
18693 (show-paren-function): Use renamed show-paren faces.
18694
18695 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18696 (ruler-mode-margins, ruler-mode-fringes)
18697 (ruler-mode-column-number, ruler-mode-fill-column)
18698 (ruler-mode-comment-column, ruler-mode-goal-column)
18699 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18700 suffix from face names.
18701 (ruler-mode-default-face, ruler-mode-pad-face)
18702 (ruler-mode-margins-face, ruler-mode-fringes-face)
18703 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18704 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18705 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18706 New backward-compatibility aliases for renamed faces.
18707 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18708 (ruler-mode-column-number, ruler-mode-fill-column)
18709 (ruler-mode-comment-column, ruler-mode-goal-column)
18710 (ruler-mode-tab-stop, ruler-mode-current-column)
18711 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18712 faces.
18713
18714 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18715 face name.
18716 (whitespace-highlight-the-space): Use renamed face.
18717 (whitespace-highlight-face): New backward-compatibility alias for
18718 renamed face.
18719
18720 * woman.el (woman-italic, woman-bold, woman-unknown)
18721 (woman-addition, woman-symbol-face):
18722 Remove "-face" suffix from face names.
18723 (woman-italic-face, woman-bold-face, woman-unknown-face)
18724 (woman-addition-face):
18725 New backward-compatibility aliases for renamed faces.
18726 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18727 (woman-decode-region, woman-replace-match)
18728 (woman-display-extended-fonts, woman-special-characters)
18729 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18730 Use renamed woman faces.
18731
18732 * longlines.el (longlines-visible-face): Face removed.
18733
18734 * diff-mode.el (diff-header, diff-file-header, diff-index)
18735 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18736 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18737 suffix from face names.
18738 (diff-header-face, diff-file-header-face, diff-index-face)
18739 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18740 (diff-changed-face, diff-function-face, diff-context-face)
18741 (diff-nonexistent-face): New backward-compatibility aliases for
18742 renamed faces.
18743 (diff-header-face, diff-file-header-face)
18744 (diff-index, diff-index-face, diff-hunk-header)
18745 (diff-hunk-header-face, diff-removed, diff-removed-face)
18746 (diff-added, diff-added-face, diff-changed-face, diff-function)
18747 (diff-function-face, diff-context-face, diff-nonexistent)
18748 (diff-nonexistent-face): Use renamed diff-mode faces.
18749
18750 * progmodes/compile.el (compilation-warning-face)
18751 (compilation-info-face): Remove "-face" suffix from face names.
18752 (compilation-warning-face, compilation-info-face):
18753 New backward-compatibility aliases for renamed faces.
18754 (compilation-warning-face, compilation-info-face):
18755 Use renamed compilation faces.
18756
18757 * add-log.el (change-log-date, change-log-name)
18758 (change-log-email, change-log-file, change-log-list)
18759 (change-log-conditionals, change-log-function)
18760 (change-log-acknowledgement): Remove "-face" suffix from face names.
18761 (change-log-date-face, change-log-name-face)
18762 (change-log-email-face, change-log-file-face)
18763 (change-log-list-face, change-log-conditionals-face)
18764 (change-log-function-face, change-log-acknowledgement-face):
18765 New backward-compatibility aliases for renamed faces.
18766 (change-log-font-lock-keywords): Use renamed change-log faces.
18767
18768 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18769 (custom-set, custom-changed, custom-saved, custom-button)
18770 (custom-button-pressed, custom-documentation, custom-state)
18771 (custom-comment, custom-comment-tag, custom-variable-tag)
18772 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18773 (custom-group-tag): Remove "-face" suffix from face names.
18774 (custom-magic-alist, custom-magic-value-create)
18775 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18776 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18777 (custom-set-face, custom-changed-face, custom-saved-face)
18778 (custom-button-face, custom-button-pressed-face)
18779 (custom-documentation-face, custom-state-face)
18780 (custom-comment-face, custom-comment-tag-face)
18781 (custom-variable-tag-face, custom-variable-button-face)
18782 (custom-face-tag-face, custom-group-tag-face-1)
18783 (custom-group-tag-face):
18784 New backward-compatibility aliases for renamed faces.
18785
18786 * wid-edit.el (widget-documentation, widget-button)
18787 (widget-field, widget-single-line-field, widget-inactive)
18788 (widget-button-pressed): "-face" suffix removed from face names.
18789 (widget-documentation-face, widget-button-face)
18790 (widget-field-face, widget-single-line-field-face)
18791 (widget-inactive-face, widget-button-pressed-face):
18792 New backward-compatibility aliases for renamed faces.
18793 (widget-documentation-face, widget-button-face)
18794 (widget-button-pressed-face, widget-specify-field)
18795 (widget-specify-inactive): Use renamed widget faces.
18796
18797 2005-06-10 Kenichi Handa <handa@m17n.org>
18798
18799 * term/x-win.el (x-clipboard-yank): Remove condition-case
18800 wrapping.
18801
18802 2005-06-11 Kenichi Handa <handa@m17n.org>
18803
18804 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18805 date lines stricter.
18806
18807 2005-06-10 Zhang Wei <id.brep@gmail.com>
18808
18809 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18810 of x-get-selection.
18811
18812 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18813
18814 * comint.el (comint-mode, comint-snapshot-last-prompt):
18815 * frame.el (frame-current-scroll-bars):
18816 * term.el (term-mode, term-check-proc, term-input-sender)
18817 (term-simple-send, term-extract-string, term-word)
18818 (term-match-partial-filename):
18819 * window.el (window-current-scroll-bars):
18820 * emulation/cua-base.el (cua-normal-cursor-color)
18821 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18822 (cua-global-mark-cursor-color):
18823 * mail/undigest.el (rmail-forward-separator-regex):
18824 Fix typos in docstrings.
18825
18826 * comint.el (comint-check-proc, make-comint-in-buffer)
18827 (comint-source-default): Doc fixes.
18828
18829 * term.el (term-send-string): Improve argument/docstring consistency.
18830
18831 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18832
18833 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18834 call to `delete-region'.
18835 (comint-mode-hook): Do not enable Font Lock by default.
18836
18837 2005-06-09 Lute Kamstra <lute@gnu.org>
18838
18839 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18840 could be void.
18841
18842 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18843
18844 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18845 (debug): Use it.
18846 (debugger-step-through, debugger-continue, debugger-jump)
18847 (debugger-return-value): Set it when needed.
18848 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18849 Use inhibit-read-only.
18850
18851 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18852
18853 * window.el (shrink-window-if-larger-than-buffer)
18854 (window-size-fixed): Fix typo in docstring.
18855
18856 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18857 thumbnails directory on loading.
18858 (thumbs-conversion-program): Use `eq' to check the system type,
18859 not `equal'.
18860 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18861 not "/tmp". Fix docstring.
18862 (thumbs-thumbsdir): New function to return the thumbnails
18863 directory, creating it if needed.
18864 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18865 (thumbs-temp-file): Delete variable and make it into a function.
18866 (thumbs-resize-image, thumbs-modify-image): Use it.
18867 (thumbs-kill-buffer): Simplify.
18868 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18869 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18870 docstrings.
18871
18872 2005-06-09 Kim F. Storm <storm@cua.dk>
18873
18874 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18875 set-match-data to free markers in match-data.
18876
18877 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18878 match-data to unchain markers in match-data.
18879
18880 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18881
18882 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18883 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18884 unnecessary now.
18885
18886 2005-06-08 Richard M. Stallman <rms@gnu.org>
18887
18888 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18889 give the variable a doc string that doesn't say don't set it directly.
18890
18891 * textmodes/ispell.el (ispell-check-version):
18892 Use match-string-no-properties.
18893 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18894 (ispell-buffer-local-words): Likewise.
18895
18896 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18897 except on terminals with enough colors to really display it.
18898 (makefile-dependency-regex): Delete spurious `bb'.
18899
18900 * faces.el (escape-glyph): Use blue once again in last case.
18901 (no-break-space): Redefine so that it isn't invisible on a tty.
18902
18903 2005-06-08 Kim F. Storm <storm@cua.dk>
18904
18905 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18906 also when reading directory name.
18907
18908 2005-06-08 Lute Kamstra <lute@gnu.org>
18909
18910 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18911 (flyspell-mode-line-string): Remove autoload cookie.
18912 (flyspell-mode): Remove defvar.
18913
18914 2005-06-07 Lute Kamstra <lute@gnu.org>
18915
18916 * textmodes/org.el (org-run-mode-hooks): New function.
18917 (org-agenda-mode): Use it.
18918
18919 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18920
18921 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18922
18923 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18924
18925 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18926
18927 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18928
18929 * font-lock.el (font-lock-add-keywords): Doc fix.
18930
18931 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18932
18933 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18934 (tex-compile-default): In the absence of any history, use the order in
18935 tex-compile-alist to choose the preferred command.
18936 (tex-compile-commands): Reorder a bit.
18937
18938 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18939 (flyspell-incorrect-face, flyspell-duplicate-face):
18940 Use (X)Emacs-agnostic code.
18941 (flyspell-mode-map): Don't overwrite at each load. Remove code
18942 redundant with the subsequent add-minor-mode. Merge Emacs and
18943 XEmacs code.
18944 (flyspell-word): Minor simplification.
18945 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18946 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18947 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18948 Merge the corresponding Emacs code.
18949 (flyspell-correct-word, flyspell-xemacs-popup):
18950 Use flyspell-do-correct.
18951
18952 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18953 a dedicated window.
18954
18955 * international/latexenc.el (latexenc-find-file-coding-system):
18956 Undo part of last patch, to turn off a compiler warning.
18957
18958 2005-06-06 Juri Linkov <juri@jurta.org>
18959
18960 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18961 Rename `tmm-inactive-face' to `tmm-inactive'.
18962
18963 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18964
18965 * iswitchb.el: Rename faces.
18966
18967 2005-06-06 Kim F. Storm <storm@cua.dk>
18968
18969 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18970 (cua-global-mark): Remove -face suffix from face names.
18971
18972 * emulation/cua-gmrk.el (cua--init-global-mark):
18973 Remove cua-global-mark face setup.
18974
18975 2005-06-06 Richard M. Stallman <rms@gnu.org>
18976
18977 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18978 just like other allowed characters.
18979 (makefile-match-dependency): Exclude leading and training whitespace
18980 from the range of regexp subexp 1.
18981 (makefile-macroassign-regex): Don't try to match the body,
18982 just the name of the macro being defined.
18983
18984 * info.el (Info-read-node-name-2): New function.
18985 (Info-read-node-name-1): Use that.
18986 Add a completion-base-size-function property.
18987
18988 * simple.el (completion-setup-function): Look for
18989 completion-base-size-function property of minibuffer-completion-table.
18990
18991 * files.el (locate-file-completion): Doc fix.
18992
18993 * printing.el: Don't call pr-update-menus; user must do that.
18994
18995 * emacs-lisp/debug.el (debugger-window): New variable.
18996 (debug): Use debugger-window if it is set and still alive.
18997 Record debugger-window for next entry.
18998
18999 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19000
19001 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19002
19003 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19004 (hack-one-local-variable, hack-local-variables)
19005 (hack-local-variables-prop-line): Pass that arg.
19006
19007 2005-06-06 Kim F. Storm <storm@cua.dk>
19008
19009 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19010 (ido-indicator): Remove -face suffix from face names.
19011
19012 2005-06-06 Juri Linkov <juri@jurta.org>
19013
19014 * font-lock.el (font-lock-regexp-backslash)
19015 (font-lock-regexp-backslash-construct): New faces.
19016 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19017 after `('. Add `while-no-input' to control structures.
19018
19019 * faces.el (no-break-space, shadow): New faces.
19020 (escape-glyph): Use less loud colors pink2 and red4.
19021
19022 * diff-mode.el (diff-context-face)
19023 * dired.el (dired-ignored)
19024 * rfn-eshadow.el (file-name-shadow)
19025 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19026
19027 * info.el (Info-title-1-face): Use green instead of yellow because
19028 bold yellow is not readable on light backgrounds.
19029
19030 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19031 before selecting the desired mode to not spend time fontifying
19032 old contents.
19033
19034 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19035
19036 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19037 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19038
19039 * ps-print.el (ps-default-fg, ps-default-bg):
19040 Fix typos in docstrings.
19041
19042 * isearchb.el (isearchb): Don't pass a spurious second argument to
19043 `iswitchb-completions'.
19044
19045 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19046
19047 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19048 to preserve point.
19049 (gdb-find-file-hook): Add doc string.
19050
19051 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19052 C dereferenced pointer expression.
19053 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19054
19055 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19056
19057 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19058 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19059 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19060 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19061 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19062 Make background transparent.
19063
19064 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19065
19066 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19067 (font-lock-remove-keywords): Doc fix.
19068 (font-lock-mode-major-mode): Compiler defvar.
19069 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19070
19071 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19072 (font-lock-mode): Update `font-lock-mode-major-mode'.
19073 (font-lock-set-defaults): Compiler defvar.
19074 (font-lock-default-function): Take `font-lock-mode-major-mode'
19075 into account.
19076
19077 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19078 keep track of which major mode it enabled the minor mode for.
19079 Use find-file-hook again. Update docstring.
19080
19081 * simple.el (eval-expression-print-level)
19082 (eval-expression-print-length, eval-expression-debug-on-error):
19083 Doc fixes.
19084
19085 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19086
19087 * iswitchb.el (iswitchb-single-match-face)
19088 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19089 (iswitchb-invalid-regexp-face): New faces.
19090 (iswitchb-completions): Use them.
19091 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19092 now marked as an obsolete alias.
19093 (iswitchb-read-buffer): Remove check for bound font variables.
19094 (iswitchb-invalid-regexp): New free variable.
19095 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19096 set iswitchb-invalid-regexp.
19097 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19098 invalid regexps.
19099 (iswitchb-completions): Add check for complete match when entering
19100 a regexp.
19101 (iswitchb-completions): Remove require-match argument.
19102 (iswitchb-exhibit): Fix caller.
19103 (iswitchb-common-match-inserted): New variable.
19104 (iswitchb-complete, iswitchb-completion-help): Use it.
19105
19106 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19107
19108 * url-http.el (url-http-chunked-encoding-after-change-function):
19109 Use `url-http-debug' instead of `message'.
19110
19111 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19112
19113 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19114 callback argument.
19115
19116 2005-06-04 Kim F. Storm <storm@cua.dk>
19117
19118 * simple.el (line-move): Only call sit-for when moving backwards.
19119
19120 * ido.el (ido-make-merged-file-list-1): New defun split from
19121 ido-make-merged-file-list.
19122 (ido-make-merged-file-list): Bind throw-on-input around call to
19123 ido-make-merged-file-list-1. Return input-pending-p if
19124 interrupted by more input available.
19125 (ido-read-internal): Handle input-pending-p return value from
19126 ido-make-merged-file-list.
19127
19128 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19129
19130 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19131 compatibility code.
19132
19133 * international/latexenc.el (latexenc-find-file-coding-system):
19134 Don't inherit the EOL part of the coding-system from the
19135 tex-main buffer. Fit within 80 columns.
19136
19137 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19138
19139 * tmm.el (tmm-inactive-face): New face.
19140 (tmm-remove-inactive-mouse-face): New function.
19141 (tmm-prompt, tmm-add-one-shortcut)
19142 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19143 but not selectable.
19144
19145 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19146
19147 * faces.el (face-equal): Improve argument/docstring consistency.
19148
19149 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19150
19151 * progmodes/make-mode.el (makefile-targets-face)
19152 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19153 (makefile-bsdmake-dependency-regex)
19154 (makefile-makepp-rule-action-regex)
19155 (makefile-bsdmake-rule-action-regex): New constants.
19156 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19157
19158 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19159 Allow (...) within `...' for makepp messages.
19160
19161 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19162
19163 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19164
19165 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19166 "." files are deleted from all file lists before comparison.
19167
19168 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19169 (viper-ESC-key): Made them customizable.
19170
19171 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19172
19173 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19174
19175 * autorevert.el (auto-revert-buffers): Use save-match-data.
19176
19177 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19178
19179 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19180 menu items with a nil command binding.
19181
19182 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19183
19184 * emacs-lisp/cl-macs.el (defsetf):
19185 Improve argument/docstring consistency.
19186
19187 * faces.el (list-faces-display): Improve the formatting by
19188 computing the maximum length required for any face-name (reworked
19189 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19190 (internal-find-face): Remove redundant info in docstring.
19191
19192 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19193
19194 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19195 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19196 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19197 (gdb-assembler-custom): Improve regexps.
19198 (def-gdb-auto-update-handler): Use window point to preserve point.
19199
19200 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19201
19202 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19203
19204 2005-05-31 Jay Belanger <belanger@truman.edu>
19205
19206 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19207 to calc-embedded.
19208 (calc-embedded-make-info): Have plain prefix argument select
19209 entire line.
19210
19211 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19212
19213 * faces.el (list-faces-display): Signal error if passed a regexp
19214 that matches no face name.
19215
19216 * simple.el (filter-buffer-substring): Fix typo in docstring.
19217
19218 2005-05-31 Richard M. Stallman <rms@gnu.org>
19219
19220 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19221 (vhdl-emacs-21): Doc fix.
19222 (vhdl-mode): Unconditionally set comment-padding.
19223 (vhdl-fixup-whitespace-region): Insert spaces only where
19224 there are none.
19225 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19226
19227 2005-05-30 John Wiegley <johnw@newartisans.com>
19228
19229 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19230 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19231 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19232 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19233 `string-to-number'.
19234
19235 2005-05-30 Jay Belanger <belanger@truman.edu>
19236
19237 * calc/calc.el (calc-bug-address): Fix docstring.
19238 (calc-window-hook, calc-trail-window-hook): New variables.
19239 (calc-trail-display): Restore use of calc-trail-window-hook.
19240 (calc): Restore use of calc-window-hook.
19241
19242 2005-05-31 Masatake YAMATO <jet@gyve.org>
19243
19244 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19245
19246 * help-fns.el (help-C-file-name): Add autoload mark for
19247 `find-function-noselect'.
19248
19249 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19250
19251 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19252 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19253
19254 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19255
19256 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19257 included diary buffer if it was not already being visited.
19258 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19259
19260 * calendar/icalendar.el (top-level): Do not require appt.
19261
19262 * mail/supercite.el (sc-select-attribution): Only use a list
19263 element from sc-attrib-selection-list if it returns a string.
19264 Reported by Davide G. M. Salvetti <salve@debian.org>.
19265
19266 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19267
19268 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19269 includes a hash value to improve its uniqueness, and has a ".jpg"
19270 extension. Also, it is now a valid filename on all systems.
19271 (thumbs-make-thumb): Use `let', not `let*'.
19272 (thumbs-show-thumbs-list): Check for JPEG availability.
19273
19274 2005-05-30 Richard M. Stallman <rms@gnu.org>
19275
19276 * filesets.el (filesets-menu-ensure-use-cached):
19277 Prevent warning when emacs-version>= is undefined.
19278
19279 * printing.el (pr-interactive-n-up): Use string-to-number.
19280
19281 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19282
19283 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19284 Warn only when name to be defined is quoted.
19285
19286 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19287
19288 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19289 Make regexp more robust.
19290 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19291 Force regeneration of disassembly.
19292
19293 2005-05-29 Jay Belanger <belanger@truman.edu>
19294
19295 * calc/calc.el (calc-user-invocation): Check if
19296 calc-invocation-macro is non-nil.
19297
19298 2005-05-29 Juri Linkov <juri@jurta.org>
19299
19300 * add-log.el (change-log-font-lock-keywords):
19301 Add `+' to e-mail regexp to accept mail address with keywords.
19302
19303 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19304
19305 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19306
19307 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19308
19309 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19310
19311 2005-05-29 Richard M. Stallman <rms@gnu.org>
19312
19313 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19314 Undo the change that moves to end of the current word.
19315
19316 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19317
19318 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19319 Throw error when count <= 0 to ensure input is a number.
19320 (gdb-read-memory-custom): Pick up address from buffer.
19321 (gdb-memory-mode): Allow user to increment and decrement
19322 memory address from header line.
19323
19324 2005-05-29 Richard M. Stallman <rms@gnu.org>
19325
19326 * flyspell.el (flyspell-version): Function deleted.
19327 (flyspell-auto-correct-previous-hook): Doc fix.
19328
19329 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19330 Do nothing if memory is full.
19331
19332 * font-lock.el (font-lock-fontify-syntactically-region):
19333 Pass t for GREEDY to looking-back.
19334
19335 * saveplace.el (save-place-alist-to-file): Write the file
19336 using write-region.
19337
19338 * subr.el (looking-back): New argument GREEDY.
19339
19340 * progmodes/compile.el (compilation-start): Set the mode
19341 before inserting the initial text.
19342
19343 * progmodes/which-func.el (which-func-update-1): Turn the mode
19344 off in case of error by setting which-func-mode.
19345
19346 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19347
19348 * flyspell.el (flyspell-auto-correct-previous-word):
19349 Narrow down to what's on the screen, and recenter overlays
19350 at the end of the next word.
19351
19352 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19353
19354 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19355 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19356 (flyspell-abbrev-p): Default to nil.
19357 (flyspell-use-global-abbrev-table-p): Doc fix.
19358 (flyspell-large-region): Allow nil as value.
19359 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19360
19361 (mail-mode-flyspell-verify): More robust handling
19362 of `mail-header-separator'. More efficient signature detection.
19363 Allow for regexp metacharacters in message-header-separator.
19364 Adding `To' not to be checked in mail-mode-flyspell-verify.
19365
19366 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19367 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19368 Bind flyspell-auto-correct-binding.
19369 Bind C-. and C-, .
19370 (flyspell-mode-map): Likewise.
19371 (flyspell-mode): Doc fix.
19372 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19373 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19374 (flyspell-word-cache-result): New var, always local.
19375 (flyspell-check-pre-word-p): Doc fix.
19376 (flyspell-check-changed-word-p): Handle spc like newline.
19377 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19378 (flyspell-word-search-backward, flyspell-word-search-forward):
19379 New functions.
19380 (flyspell-word): Return t if nothing to check.
19381 When parsing TeX code, check for after } or \.
19382 Use flyspell-word-search-backward to find previous word.
19383 Return nil if duplicated word.
19384 For word already checked, return same value as last time.
19385 Set flyspell-word-cache-result after checking.
19386 Don't clobber the return value.
19387 (flyspell-get-word): Major rewrite.
19388 (flyspell-external-point-words): New locals pword, pcount.
19389 Fix size used in progress message.
19390 Find the proper corresponding word in flyspell-large-region-buffer.
19391 (flyspell-region): Check for flyspell-large-region = nil.
19392 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19393 (flyspell-auto-correct-word): Check that WORD is a cons.
19394 (flyspell-correct-word): Likewise.
19395
19396 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19397
19398 * progmodes/make-mode.el (makefile-rule-action-regex)
19399 (makefile-macroassign-regex, makefile-makepp-mode)
19400 (makefile-bsdmake-mode): Continuation lines may be empty.
19401 Reported by Joshua Varner.
19402 (makefile-makepp-font-lock-keywords): Add $(stem).
19403
19404 2005-05-28 Karl Berry <karl@gnu.org>
19405
19406 * textmodes/tex-mode.el: Now that tex-send-command calls
19407 shell-quote-argument (2005-03-31 change), remove all calls to
19408 shell-quote-argument; they all end up invoking tex-send-command.
19409 The double quoting loses on filenames with non-safe characters,
19410 such as "@". Reported by Frederik Fouvry.
19411
19412 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19413
19414 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19415 about preserving point.
19416
19417 2005-05-27 Jay Belanger <belanger@truman.edu>
19418
19419 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19420 Info-goto-node.
19421
19422 * calc/calc-embed.el (calc-embed-arg): New variable.
19423 (calc-do-embedded-activate, calc-embedded-activate-formula)
19424 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19425 variable by new variable.
19426 (calc-embedded-make-info): Replace undeclared variable by new
19427 variable. When selecting region with positive prefix
19428 argument, use end of previous line instead of beginning of line.
19429
19430 * calc/calc-aent.el (calc-arg-values): Declare it.
19431
19432 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19433 Declare them.
19434
19435 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19436
19437 * calc/calc.el (calc-alg-map): Declare it.
19438
19439 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19440
19441 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19442
19443 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19444 (gdb-registers-buffer, toggle-gdb-all-registers):
19445 Toggle display of floating point registers.
19446 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19447
19448 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19449 (toggle-gud-tooltip-dereference):
19450 Rename from gud-toggle-tooltip-dereference.
19451
19452 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19453
19454 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19455
19456 2005-05-27 Jay Belanger <belanger@truman.edu>
19457
19458 * calc/calc-prog.el (calc-kbd-report): Remove.
19459 (calc-kbd-query): Rewrite.
19460
19461 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19462
19463 * image.el (image-library-alist): Move to image.c.
19464 (image-type-available-p): Doc fix.
19465
19466 2005-05-27 Lute Kamstra <lute@gnu.org>
19467
19468 * calc/calc.el (calc):
19469 * outline.el (outline-1, outline-2, outline-3, outline-4)
19470 (outline-5, outline-6, outline-7, outline-8):
19471 * textmodes/dns-mode.el (dns-mode):
19472 * textmodes/sgml-mode.el (sgml-namespace-face):
19473 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19474 (tex-verbatim-face, tex-use-reftex):
19475 * textmodes/texinfo.el (texinfo-heading-face):
19476 Specify customization group.
19477
19478 * longlines.el: Don't require easy-mmode.
19479 (longlines-visible-face): Specify customization group.
19480
19481 2005-05-27 Kenichi Handa <handa@m17n.org>
19482
19483 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19484 encoding table of windows-1251.
19485
19486 * international/ucs-tables.el (ucs-set-table-for-input):
19487 If translation-table-for-input of a coding system is a symbol, get
19488 its translation-table property.
19489
19490 * international/code-pages.el: Don't register a coding system into
19491 non-iso-charset-alist more than once.
19492 (cp-make-coding-system): Likewise.
19493
19494 2005-05-26 John Wiegley <johnw@newartisans.com>
19495
19496 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19497 `eshell-resume-eval' is wrapped in a list, it indicates that the
19498 command was run asynchronously. In that case, unwrap the value
19499 before checking the delimiter value.
19500
19501 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19502 character before a space at the end of a line is \, assume the space
19503 is part of the last argument rather than a final argument separator.
19504
19505 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19506 is in use, and the target is `t' or `nil' (which are the most common
19507 values), don't assume that the symbol target is a buffer.
19508
19509 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19510
19511 * calendar/calendar.el (calendar-mode-line-format):
19512 Use mode-line-highlight as mouse-face.
19513
19514 * time.el (display-time-string-forms, display-time-update):
19515 Use mode-line-highlight as mouse-face.
19516
19517 2005-05-26 Jay Belanger <belanger@truman.edu>
19518
19519 * calc/calc.el (calc-language-alist): Remove extra defvar.
19520
19521 2005-05-26 Lute Kamstra <lute@gnu.org>
19522
19523 * arc-mode.el (archive-mode):
19524 * bookmark.el (bookmark-read-annotation-mode)
19525 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19526 * bs.el (bs-mode):
19527 * calc/calc-yank.el (calc-edit-mode):
19528 * calc/calc.el (calc-mode, calc-trail-mode):
19529 * calculator.el (calculator-mode):
19530 * chistory.el (command-history-mode):
19531 * comint.el:
19532 * cus-edit.el (custom-mode):
19533 * descr-text.el (describe-text-mode):
19534 * ebuff-menu.el (Electric-buffer-menu-mode):
19535 * ediff-util.el (ediff-mode):
19536 * emacs-lisp/re-builder.el (reb-mode):
19537 * emulation/vi.el (vi-mode-setup):
19538 * emulation/ws-mode.el (wordstar-mode):
19539 * eshell/esh-mode.el (eshell-mode):
19540 * forms.el (forms-mode):
19541 * help-mode.el (help-mode):
19542 * hexl.el (hexl-mode):
19543 * ibuffer.el (ibuffer-mode):
19544 * ielm.el (inferior-emacs-lisp-mode):
19545 * info.el (Info-mode, Info-edit-mode):
19546 * international/swedish.el:
19547 * ledit.el (ledit-from-lisp-mode):
19548 * locate.el (locate-mode):
19549 * mail/rmail.el (rmail-mode):
19550 * mail/rmailedit.el (rmail-edit-mode):
19551 * mail/rmailsum.el (rmail-summary-mode):
19552 * mail/supercite.el (sc-electric-mode):
19553 * net/eudc.el (eudc-mode):
19554 * net/quickurl.el (quickurl-list-mode):
19555 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19556 * obsolete/ooutline.el (outline-mode):
19557 * obsolete/options.el (Edit-options-mode):
19558 * obsolete/rnews.el (news-mode):
19559 * obsolete/rnewspost.el (news-reply-mode):
19560 * play/5x5.el (5x5-mode):
19561 * play/decipher.el (decipher-mode, decipher-stats-mode):
19562 * play/gomoku.el (gomoku-mode):
19563 * play/snake.el (snake-mode):
19564 * play/solitaire.el (solitaire-mode):
19565 * play/tetris.el (tetris-mode):
19566 * progmodes/ada-mode.el (ada-mode):
19567 * progmodes/antlr-mode.el (antlr-mode):
19568 * progmodes/autoconf.el (autoconf-mode):
19569 * progmodes/dcl-mode.el (dcl-mode):
19570 * progmodes/delphi.el (delphi-mode):
19571 * progmodes/ebrowse.el (ebrowse-tree-mode)
19572 (ebrowse-electric-list-mode, ebrowse-member-mode)
19573 (ebrowse-electric-position-mode):
19574 * progmodes/f90.el (f90-mode):
19575 * progmodes/fortran.el (fortran-mode):
19576 * progmodes/icon.el (icon-mode):
19577 * progmodes/idlw-help.el (idlwave-help-mode):
19578 * progmodes/idlw-shell.el (idlwave-shell-mode):
19579 * progmodes/idlwave.el (idlwave-mode):
19580 * progmodes/inf-lisp.el (inferior-lisp-mode):
19581 * progmodes/m4-mode.el (m4-mode):
19582 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19583 * progmodes/modula2.el (modula-2-mode):
19584 * progmodes/octave-inf.el (inferior-octave-mode):
19585 * progmodes/octave-mod.el (octave-mode):
19586 * progmodes/pascal.el (pascal-mode):
19587 * progmodes/sh-script.el (sh-mode):
19588 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19589 * progmodes/vhdl-mode.el (vhdl-mode):
19590 * progmodes/xscheme.el (scheme-interaction-mode):
19591 * replace.el (occur-mode):
19592 * ses.el (ses-mode):
19593 * simple.el (completion-list-mode):
19594 * skeleton.el:
19595 * speedbar.el (speedbar-mode):
19596 * term.el (term-mode):
19597 * terminal.el (terminal-edit-mode):
19598 * textmodes/reftex-index.el (reftex-index-mode)
19599 (reftex-index-phrases-mode):
19600 * textmodes/reftex-sel.el (reftex-select-label-mode)
19601 (reftex-select-bib-mode):
19602 * textmodes/reftex-toc.el (reftex-toc-mode):
19603 * wdired.el (wdired-change-to-wdired-mode):
19604 * wid-browse.el (widget-browse-mode):
19605 Use run-mode-hooks.
19606
19607 * array.el (array-mode):
19608 * calendar/todo-mode.el (todo-mode):
19609 * man.el (Man-mode):
19610 * play/landmark.el (lm-mode):
19611 * play/mpuz.el (mpuz-mode):
19612 Use kill-all-local-variables and run-mode-hooks.
19613
19614 * subr.el (delay-mode-hooks): Specify indentation.
19615
19616 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19617
19618 * xml.el (xml-substitute-special): Don't die for undefined xml
19619 entities.
19620
19621 2005-05-26 Jay Belanger <belanger@truman.edu>
19622
19623 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19624 of nil.
19625
19626 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19627
19628 * progmodes/gdb-ui.el (gdb-frame-address):
19629 Rename from gdb-current-address.
19630 (gdb-previous-frame-address): Rename from gdb-previous-address.
19631 (gdb-selected-frame): Rename from gdb-current-frame.
19632 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19633 (gdb-frame-number): Rename from gdb-current-stack-level.
19634 (gdb-ann3): Match new mode-name for disassembly buffer.
19635 Extend initialization of variables.
19636 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19637 (gdb-memory-mode): Use mouse-face in header line.
19638 (gdb-assembler-buffer-name): Call it disassembly and give frame
19639 in mode line.
19640 (gdb-source-spec-regexp, gdb-assembler-custom)
19641 (gdb-invalidate-assembler, gdb-frame-handler):
19642 Make robust to leading zeroes in address format.
19643
19644 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19645
19646 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19647 define `org-mode'.
19648 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19649
19650 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19651
19652 * log-edit.el (log-edit-changelog-entries): Distinguish between
19653 filenames like xfns.c and fns.c.
19654
19655 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19656
19657 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19658 point after reverting.
19659 (Buffer-menu-make-sort-button): Handle the case where
19660 `Buffer-menu-use-header-line' is nil.
19661
19662 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19663
19664 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19665 New funcs. In minibuffer-local-completion-map bind `]', `/'
19666 and `:' to them.
19667
19668 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19669
19670 * startup.el (normal-top-level): Allow modification of load-path while
19671 we're iterating over it.
19672
19673 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19674
19675 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19676 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19677 (thumbs-resize-interactive, thumbs-insert-image)
19678 (thumbs-insert-thumb, thumbs-dired-show-marked)
19679 (thumbs-find-image-at-point, thumbs-delete-images)
19680 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19681 (thumbs-increment-image-size, thumbs-decrement-image-size):
19682 Fix typos in docstrings.
19683
19684 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19685
19686 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19687 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19688 (cperl-mode): Use them.
19689
19690 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19691
19692 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19693 Doc fixes.
19694
19695 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19696
19697 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19698 Bind C-d to gdb-inferior-io-eof.
19699
19700 * dired.el (dired-dnd-popup-notice): Use message-box.
19701
19702 2005-05-23 Masatake YAMATO <jet@gyve.org>
19703
19704 * bindings.el (mode-line-major-mode-keymap):
19705 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19706
19707 * faces.el (mode-line-highlight): New face.
19708
19709 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19710 as mouse-face.
19711
19712 * bindings.el (top-level, help-echo, mode-line-modified)
19713 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19714 as mouse-face.
19715
19716 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19717
19718 * progmodes/cc-engine.el (c-guess-basic-syntax):
19719 Remove spurious call to `zerop'.
19720
19721 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19722
19723 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19724
19725 CC Mode update to 5.30.10:
19726
19727 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19728 could go past the limit in decoration level 2, thereby causing
19729 errors during interactive fontification.
19730
19731 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19732 the file is evaluated interactively.
19733
19734 * cc-engine.el (c-guess-basic-syntax): Handle operator
19735 declarations somewhat better in C++.
19736
19737 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19738 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19739 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19740 (awk-mode): Use it.
19741 (make-local-hook): Suppress warning about obsoleteness.
19742
19743 * cc-engine.el, cc-align.el, cc-cmds.el
19744 (c-append-backslashes-forward, c-delete-backslashes-forward)
19745 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19746 Compensate for return value from `forward-line' when it has moved
19747 but not to a different line due to eob.
19748
19749 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19750 `objc-method-intro' and `objc-method-args-cont'.
19751
19752 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19753
19754 CC Mode update to 5.30.10:
19755
19756 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19757 in the copyright statement. Incidentally, change "along with GNU
19758 Emacs" to "along with this program" where it occurs.
19759
19760 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19761 so that it is interactive, hence can be found by M-x awk-mode
19762 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19763 <gmorris+emacs@ast.cam.ac.uk>.
19764
19765 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19766 Mode's regexps.
19767
19768 2005-05-23 Kevin Ryde <user42@zip.com.au>
19769
19770 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19771 c-parse-state, to avoid a lisp error (on bad code).
19772
19773 2005-05-23 Lute Kamstra <lute@gnu.org>
19774
19775 * subr.el (font-lock-defaults): Remove defvar as it's already
19776 defined in font-core.el.
19777
19778 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19779
19780 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19781
19782 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19783 more general and work when GDB variable "print pretty" is on,
19784 as with Emacs, for example.
19785
19786 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19787
19788 * font-core.el: Update comment.
19789
19790 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19791 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19792
19793 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19794
19795 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19796
19797 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19798 and `yank-handler' in the doc strings.
19799
19800 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19801
19802 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19803
19804 2005-05-22 Richard M. Stallman <rms@gnu.org>
19805
19806 * help.el (describe-key): Move print-help-return-message call
19807 out of conditional.
19808
19809 * progmodes/etags.el (list-tags): Use with-no-warnings.
19810
19811 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19812 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19813 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19814
19815 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19816
19817 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19818 Add defvar.
19819
19820 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19821 Use defvar, not defconst.
19822
19823 * hexl.el (hexl-follow-line): Use with-no-warnings.
19824
19825 * emulation/tpu-extras.el: Use write-file-functions instead of
19826 write-file-hooks.
19827
19828 * dired.el (dired-font-lock-keywords): Fontify files with junk
19829 extensions even if marked by -F.
19830
19831 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19832
19833 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19834 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19835 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19836 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19837 (concatenate, list-length, get*, getf, cl-remprop):
19838 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19839 (etypecase, progv, lexical-let, lexical-let*)
19840 (multiple-value-bind, multiple-value-setq, shiftf):
19841 Improve argument/docstring consistency.
19842
19843 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19844
19845 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19846
19847 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19848 doesn't exist.
19849
19850 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19851 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19852
19853 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19854
19855 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19856 already deleted variables: auto-fill-hook, blink-paren-hook,
19857 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19858 suspend-hooks, comment-indent-hook, meta-flag,
19859 before-change-function, after-change-function,
19860 font-lock-doc-string-face.
19861
19862 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19863
19864 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19865
19866 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19867
19868 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19869 rmail-dont-reply-to.
19870
19871 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19872
19873 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19874 literal blank when splitting new-header-values.
19875
19876 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19877
19878 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19879 string so that tmm doesn't create a completion entry for it.
19880
19881 * textmodes/table.el (table-disable-menu): Ditto.
19882
19883 2005-05-21 Richard M. Stallman <rms@gnu.org>
19884
19885 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19886
19887 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19888
19889 * net/rcompile.el (remote-compile): Use compilation-start.
19890
19891 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19892
19893 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19894
19895 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19896 Default to makefile-bsdmake-mode on BSD systems.
19897
19898 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19899 REGEXP may also be a search function now. The part of doc-string
19900 for describing the structure was 95% identical to that of
19901 `imenu--generic-function'. Unify it there.
19902
19903 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19904 Use function to find dependencies, because regexp alone is so complex,
19905 it easily goes into an endless loop.
19906 (makefile-makepp-mode): Also add submenu for Perl functions
19907 defined in the makefile.
19908 (makefile-bsdmake-mode): Special imenu-generic-expression no
19909 longer needed, due to function call.
19910 (makefile-match-dependency): Take BOUND into account when checking
19911 if we're through.
19912
19913 2005-05-20 Jay Belanger <belanger@truman.edu>
19914
19915 * calc/calc-units.el (calc-invalidate-units-table):
19916 Use inhibit-read-only.
19917 (math-build-units-table-buffer): Use view-mode.
19918
19919 2005-05-20 David Kastrup <dak@gnu.org>
19920
19921 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19922 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19923
19924 2005-05-20 Lute Kamstra <lute@gnu.org>
19925
19926 * diff-mode.el (diff-header-face, diff-file-header-face)
19927 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19928 (diff-added-face, diff-changed-face, diff-function-face)
19929 (diff-context-face, diff-nonexistent-face): Put them in the
19930 diff-mode customization group.
19931
19932 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19933
19934 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19935
19936 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19937
19938 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19939 Minor regexp-optimization.
19940
19941 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19942
19943 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19944 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19945 (org-agenda-add-time-grid-maybe): New function.
19946 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19947 (org-table-create): `dotimes' instead of `mapcar'.
19948 (org-xor): Simplify implementation.
19949 (org-agenda): `inhibit-redisplay' turned on.
19950 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19951 a consistent line after a state change.
19952 (org-agenda-remove-times-when-in-prefix): New option.
19953 (org-prefix-has-time): New variable.
19954 (org-parse-time-string): Optional argument NODEFAULT.
19955 (org-format-agenda-item): Parse items for time-of-day
19956 specifications and move these into the prefix if possible.
19957 (org-agenda-priority): Get current heading, not previous heading
19958 during agenda remote editing.
19959
19960 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19961
19962 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19963 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19964 (remove-duplicates, delete-duplicates, substitute)
19965 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19966 (nsubstitute-if-not, find, find-if, find-if-not, position)
19967 (position-if, position-if-not, count, count-if, count-if-not)
19968 (mismatch, search, sort*, stable-sort, merge, member*)
19969 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19970 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19971 (intersection, nintersection, set-difference, nset-difference)
19972 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19973 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19974 (nsublis, tree-equal): Improve argument/docstring consistency.
19975
19976 * subr.el (send-string, send-region): Remove obsolescence declaration.
19977 (window-dot, set-window-dot, read-input, show-buffer)
19978 (eval-current-buffer, string-to-int):
19979 Add release number to obsolescence declarations.
19980
19981 2005-05-19 Kim F. Storm <storm@cua.dk>
19982
19983 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19984 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19985
19986 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19987
19988 * faces.el (list-faces-display): Make back button respect optional
19989 regexp arg.
19990
19991 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19992
19993 * calculator.el (calculator-radix-grouping-mode)
19994 (calculator-radix-grouping-digits, calculator-displayer)
19995 (calculator-radix-grouping-separator, calculator-copy-displayer):
19996 * dabbrev.el (dabbrev-search-these-buffers-only):
19997 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19998 (diff-advance-after-apply-hunk, diff-mode-hook)
19999 (diff-minor-mode-prefix):
20000 * imenu.el (imenu-use-popup-menu):
20001 * jit-lock.el (jit-lock-context-time):
20002 * newcomment.el (comment-fill-column, comment-column)
20003 (comment-style, comment-padding, comment-multi-line)
20004 (comment-empty-lines, comment-auto-fill-only-comments):
20005 * reveal.el (reveal-around-mark):
20006 * uniquify.el (uniquify-buffer-name-style)
20007 (uniquify-after-kill-buffer-p)
20008 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20009 (uniquify-min-dir-content, uniquify-separator)
20010 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20011 * w32-vars.el (w32-fixed-font-alist):
20012 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20013 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20014 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20015 * progmodes/perl-mode.el (perl-indent-level)
20016 (perl-continued-statement-offset, perl-continued-brace-offset)
20017 (perl-brace-offset, perl-brace-imaginary-offset)
20018 (perl-label-offset, perl-indent-continued-arguments)
20019 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20020 * progmodes/tcl.el (tcl-indent-level)
20021 (tcl-continued-indent-level, tcl-auto-newline)
20022 (tcl-tab-always-indent, tcl-electric-hash-style)
20023 (tcl-help-directory-list, tcl-use-smart-word-finder)
20024 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20025 (inferior-tcl-source-command):
20026 * textmodes/fill.el (enable-kinsoku):
20027 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20028 * textmodes/table.el (table-yank-handler):
20029 Specify missing group (and type, if simple) in defcustom.
20030
20031 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20032
20033 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20034
20035 2005-05-19 Richard M. Stallman <rms@gnu.org>
20036
20037 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20038
20039 * subr.el (event-basic-type): Don't get an error.
20040 (left-fringe-p): Function deleted.
20041
20042 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20043 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20044
20045 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20046 in recursive copy.
20047
20048 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20049
20050 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20051
20052 * emacs-lisp/bytecomp.el
20053 (byte-compile-file-form-custom-declare-variable):
20054 Call byte-compile-nogroup-warn if appropriate.
20055
20056 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20057 (compilation-set-window): Don't call left-fringe-p; do it directly.
20058
20059 2005-05-19 Jay Belanger <belanger@truman.edu>
20060
20061 * calc/calc-graph.el (calc-graph-format-data): Make sure
20062 var-PlotRejects is bound before trying to check its value.
20063
20064 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20065
20066 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20067 definition of this variable from reftex-global.el to reftex.el,
20068 because it is needed in the menu.
20069
20070 2005-05-19 Lute Kamstra <lute@gnu.org>
20071
20072 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20073 years are fixed. Don't insert a space after a dash.
20074
20075 2005-05-19 Kim F. Storm <storm@cua.dk>
20076
20077 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20078
20079 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20080
20081 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20082 strings, because (eq ... ?\\) is fairly frequent.
20083
20084 * progmodes/make-mode.el (makefile-add-this-line-targets):
20085 Simplify and integrate into `makefile-pickup-targets'.
20086 (makefile-add-this-line-macro): Simplify and integrate into
20087 `makefile-pickup-macros.
20088 (makefile-pickup-filenames-as-targets): Simplify.
20089 (makefile-previous-dependency, makefile-match-dependency):
20090 Don't stumble over `::'.
20091
20092 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20093
20094 * subr.el (post-command-idle-hook, post-command-idle-delay):
20095 Remove obsoletion of post-command-idle-hook and
20096 post-command-idle-delay.
20097
20098 * faces.el (list-faces-display): Provide button when describe-face
20099 is called to take user back to the list of faces.
20100
20101 * help-fns.el (describe-variable): Remove hyperlinks in a
20102 variable's value as these are quite frequently inappropriate.
20103
20104 * follow.el (follow-submit-feedback, follow-mode):
20105 Remove references to post-command-idle-hook.
20106
20107 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20108
20109 * progmodes/make-mode.el (makefile-previous-dependency)
20110 (makefile-match-dependency): Check for := (and in bsd mode also
20111 !=) to give a better result, even when font-lock is not on.
20112
20113 2005-05-18 Jay Belanger <belanger@truman.edu>
20114
20115 * calc/calc-help.el (calc-s-prefix-help):
20116 Add `calc-copy-special-constant' to help string.
20117
20118 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20119
20120 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20121
20122 2005-05-18 Jay Belanger <belanger@truman.edu>
20123
20124 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20125 in linear factors are in proper order.
20126
20127 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20128
20129 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20130 Support for jurabib.
20131
20132 * textmodes/reftex.el (featurep): Define aliases for overlay
20133 commands, for XEmacs compatibility, and use these aliases in
20134 overlay initializations.
20135 (reftex-highlight): Use `reftex-move-overlay'.
20136 (reftex-unhighlight): Use `reftex-delete-overlay'.
20137 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20138 (reftex-access-search-path): Use `reftex-uniquify' instead of
20139 `reftex-uniq'
20140
20141 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20142 `before-string' property modification enables for Emacs as well.
20143 (reftex-select-item): Use `reftex-delete-overlay'.
20144 (reftex-select-mark): Use `reftex-make-overlay' and
20145 `reftex-overlay-put'.
20146 (reftex-select-unmark): Use `reftex-delete-overlay' and
20147 `reftex-overlay-put'.
20148
20149 2005-05-18 Lute Kamstra <lute@gnu.org>
20150
20151 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20152
20153 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20154
20155 * add-log.el (add-change-log-entry):
20156 * array.el (array-make-template, array-reconfigure-rows)
20157 (array-init-max-row, array-init-max-column)
20158 (array-init-columns-per-line, array-init-field-width):
20159 * replace.el (replace-match-maybe-edit, perform-replace):
20160 * textmodes/spell.el (spell-region):
20161 Replace `read-input' by `read-string'.
20162
20163 * forms.el (forms-mode):
20164 * finder.el (finder-compile-keywords):
20165 * shadowfile.el (shadow-read-files):
20166 Replace `eval-current-buffer' by `eval-buffer'.
20167
20168 * terminal.el (te-pass-through):
20169 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20170 (ange-ftp-raw-send-cmd):
20171 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20172 (send-process-next-char, telnet-initial-filter, telnet):
20173 Replace `send-string' by `process-send-string'.
20174
20175 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20176 (prolog-consult-region): Replace `send-string' by
20177 `process-send-string'; replace `send-region' by `process-send-region'.
20178
20179 * progmodes/delphi.el (delphi-log-msg):
20180 Replace `set-window-dot' by `set-window-point'.
20181
20182 * subr.el (window-dot, set-window-dot, read-input, send-string)
20183 (send-region, show-buffer, eval-current-buffer):
20184 Make really obsolete, as the comment says.
20185
20186 2005-05-17 Kim F. Storm <storm@cua.dk>
20187
20188 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20189 (cua--init-keymaps): Bind C-return instead of S-return to set
20190 rectangle mark.
20191
20192 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20193 instead of S-return to toggle/clear rectangle mark.
20194
20195 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20196
20197 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20198 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20199 Also fontify plain strings assigned to variables, mostly so that a
20200 colon has a face and is thus not taken as a dependency separator.
20201 (makefile-previous-dependency): Inline the new matcher, because it
20202 is too complex to work in both directions.
20203 (makefile-match-dependency): Eliminate `backward' arg (see above).
20204 Completely reimplemented so as to not sometimes go into an endless
20205 loop. It should also be more efficient, because first it only
20206 searches for `:', instead of applying the very complex regexp.
20207 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20208 to be fontified in one piece can be too long for JIT.
20209 Makefiles are never *that* big.
20210
20211 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20212
20213 * dired.el (dired-mode): Simplify.
20214
20215 2005-05-17 Lute Kamstra <lute@gnu.org>
20216
20217 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20218 defcustom for the mode hook variable.
20219
20220 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20221 Emacs Lisp Reference Manual.
20222
20223 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20224
20225 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20226 (evenp, list*):
20227 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20228 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20229
20230 * net/tramp-smb.el (tramp-smb-open-connection):
20231 Pass `tramp-chunksize' as fifth (required) argument.
20232
20233 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20234
20235 * font-lock.el (lisp-font-lock-keywords-1):
20236 Set `font-lock-negation-char-face' for [^...] char group.
20237 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20238
20239 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20240 a var, and refine it to mask one more level of nested vars.
20241 (makefile-rule-action-regex): Turn it into a var, and refine it so
20242 it recognizes backslashed continuation lines as belonging to the
20243 same command.
20244 (makefile-macroassign-regex): Refine it so it recognizes
20245 backslashed continuation lines as belonging to the same command.
20246 (makefile-var-use-regex): Don't look at the next char, because it
20247 might be the same one to be skipped by the initial [^$], leading
20248 to an overlooked variable use.
20249 (makefile-make-font-lock-keywords): Remove two parameters, which
20250 are now variables that some of the modes set locally.
20251 Handle dependency and rule action matching through functions, because
20252 regexps alone match too often. Dependency matching now comes
20253 last, so it can check, whether a colon already matched something else.
20254 (makefile-mode): Inform that font-lock improves makefile parsing
20255 capabilities.
20256 (makefile-match-dependency, makefile-match-action): New functions.
20257
20258 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20259
20260 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20261
20262 * align.el (align-regexp):
20263 * ansi-color.el (ansi-color-get-face):
20264 * array.el (array-reconfigure-rows, array-init-max-row)
20265 (array-init-max-column, array-init-columns-per-line)
20266 (array-init-field-width):
20267 * dired-aux.el (dired-trample-file-versions):
20268 * dired-x.el (dired-mark-sexp):
20269 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20270 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20271 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20272 * faces.el (face-read-integer):
20273 * files.el (backup-extract-version, insert-directory):
20274 * hexl.el (hexl-insert-decimal-char):
20275 * server.el (server-process-filter):
20276 * shell.el (shell-extract-num):
20277 * startup.el (command-line-1):
20278 * term.el (term-command-hook):
20279 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20280 (time-stamp-do-number):
20281 * time.el (display-time-update):
20282 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20283 (timezone-fix-time):
20284 * vms-patch.el (vms-suspend-resume-hook):
20285 * calendar/appt.el (appt-convert-time):
20286 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20287 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20288 * calendar/cal-islam.el (mark-islamic-diary-entries):
20289 * calendar/calendar.el (calendar-cursor-to-date)
20290 (calendar-star-date):
20291 * calendar/diary-lib.el (diary-attrtype-convert)
20292 (mark-diary-entries, diary-entry-time):
20293 * calendar/solar.el (solar-get-number):
20294 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20295 * emacs-lisp/re-builder.el (reb-display-subexp):
20296 * emulation/edt.el (edt-set-scroll-margins):
20297 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20298 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20299 (vip-get-ex-count):
20300 * emulation/viper-ex.el (viper-get-ex-token)
20301 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20302 * international/fontset.el (fontset-plain-name):
20303 * mail/feedmail.el (feedmail-look-at-queue-directory):
20304 * mail/mailalias.el (mail-get-names):
20305 * mail/rmail.el (rmail-convert-to-babyl-format):
20306 * mail/rmailsum.el (rmail-make-basic-summary-line)
20307 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20308 (rmail-summary-goto-msg):
20309 * mail/smtpmail.el (smtpmail-read-response):
20310 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20311 (ange-ftp-vms-add-file-entry):
20312 * play/gametree.el (gametree-looking-at-ply)
20313 (gametree-current-branch-score):
20314 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20315 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20316 * progmodes/cperl-mode.el (condition-case):
20317 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20318 (ebrowse-set-member-buffer-column-width)
20319 (ebrowse-select-1st-to-9nth):
20320 * progmodes/etags.el (etags-snarf-tag):
20321 * progmodes/flymake.el (flymake-parse-line):
20322 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20323 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20324 (idlwave-shell-menu-def):
20325 * progmodes/ps-mode.el (ps-run-goto-error):
20326 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20327 (vhdl-speedbar-contract-level):
20328 * term/mac-win.el (x-handle-numeric-switch):
20329 * term/sun-mouse.el (sun-get-frame-data):
20330 * term/w32-win.el (x-handle-numeric-switch):
20331 * term/x-win.el (x-handle-numeric-switch):
20332 * textmodes/ispell.el (ispell-parse-output):
20333 * textmodes/nroff-mode.el (nroff-outline-level):
20334 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20335 (reftex-bib-sort-year-reverse, reftex-format-citation):
20336 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20337 (reftex-section-number):
20338 * textmodes/texinfmt.el (texinfo-paragraphindent):
20339 Replace `string-to-int' by `string-to-number'.
20340
20341 * international/latexenc.el: Add page marker to force the "Local
20342 Variables:" string out of the last page.
20343
20344 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20345
20346 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20347 tooltip-change-major-mode.
20348 (gud-tooltip-print-command): Remove case where gud-minor-mode
20349 is gdb ("--fullname").
20350 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20351 explain to user.
20352
20353 2005-05-16 Jay Belanger <belanger@truman.edu>
20354
20355 * calc/calc-store.el (calc-copy-special-constant): New function.
20356
20357 * calc/calc-ext.el (calc-init-extensions): Add binding for
20358 `calc-copy-special-constant'.
20359
20360 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20361 for the `calc-copy-special-constant' command.
20362
20363 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20364
20365 * subr.el (left-fringe-p): New function.
20366
20367 * progmodes/compile.el (compilation-setup): Set local value of
20368 overlay-arrow-string to "" always.
20369 (compilation-set-window): Left fringe then don't scroll.
20370 No left fringe then no arrow and scroll message to top.
20371 (compilation-context-lines): Adjust doc string accordingly.
20372
20373 2005-05-16 Kim F. Storm <storm@cua.dk>
20374
20375 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20376 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20377 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20378 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20379 (ido-read-file-name): Handle commands with ido property value
20380 equal to find-file as reading a file name, to allow C-d to enter dired.
20381 (ibuffer-find-file): Add ido property with value find-file.
20382
20383 2005-05-15 Kim F. Storm <storm@cua.dk>
20384
20385 * subr.el (open-network-stream-nowait): Remove.
20386 (open-network-stream-server): Remove.
20387
20388 2005-05-15 Richard M. Stallman <rms@gnu.org>
20389
20390 * faces.el (describe-face): Output a definition link button.
20391
20392 * help-mode.el (help-face-def): New button type.
20393
20394 * emacs-lisp/copyright.el (copyright-fix-years):
20395 Match properly if the first year is 2-digit.
20396 Don't mess up the whitespace after the years by filling.
20397
20398 * dired-aux.el (dired-mark-confirm):
20399 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20400
20401 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20402 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20403 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20404
20405 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20406 Set font-lock-comment-start-skip.
20407
20408 * font-lock.el (font-lock-comment-start-skip): New variable.
20409 (font-lock-comment-end-skip): New variable.
20410 (font-lock-fontify-syntactically-region): Use them if non-nil.
20411
20412 2005-05-15 Jay Belanger <belanger@truman.edu>
20413
20414 * calc/calc-store.el (calc-store-value): Return a string rather
20415 than display it as a message.
20416 Use calc-var-name for variable name.
20417 (calc-store-into): Add the result of calc-store-value to message.
20418 (calc-copy-variable): Add a message.
20419 (calc-store-exchange): Improve error messages.
20420 (calc-store-binary, calc-store-map): Don't reset the values of
20421 special constants.
20422
20423 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20424
20425 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20426 manual to docstring.
20427
20428 * files.el (hack-local-variables-confirm): Add STRING argument.
20429 Make the function handle non file visiting buffers correctly.
20430 (hack-local-variables-prop-line, hack-local-variables)
20431 (hack-one-local-variable): Use STRING arg of
20432 `hack-local-variables-confirm'.
20433
20434 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20435
20436 Sync with Tramp 2.0.49.
20437
20438 * net/tramp.el (tramp-handle-dired-call-process)
20439 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20440 because the contents of the Tramp buffer is changed before
20441 insertion (`expand-file' and alike).
20442 (tramp-handle-insert-directory): If `localname' has an empty
20443 nondirectory name, it must not be quoted.
20444 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20445 variable `tramp-chunksize'. Change callees.
20446 (tramp-open-connection-setup-interactive-shell): Check remote host
20447 for buggy `send-process-string' implementation.
20448 Set `tramp-chunksize' if found. Reported by Michael Kifer
20449 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20450 (tramp-handle-shell-command): `insert-buffer' cannot be used
20451 because the contents of the Tramp buffer is changed before
20452 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20453 <frederic.bothamy@free.fr>.
20454 (tramp-set-auto-save): Actions should be done for Tramp file name
20455 handler only. Ange-FTP has its own auto-save mechanism.
20456 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20457 (tramp-set-auto-save-file-modes): Set file modes of
20458 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20459 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20460 (tramp-bug): Remove obsolete variable.
20461 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20462 for presence of `mml-mode'. Make it running for older Emacsen as well.
20463
20464 2005-05-14 John Paul Wallington <jpw@pobox.com>
20465
20466 * ibuf-ext.el (define-ibuffer-filter filename):
20467 If `dired-directory' is a list, use its car.
20468
20469 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20470
20471 * ibuffer.el (define-ibuffer-column filename):
20472 If `dired-directory' is a list, use its car.
20473
20474 2005-05-14 Richard M. Stallman <rms@gnu.org>
20475
20476 * subr.el (symbol-file): Doc fix.
20477
20478 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20479 (byte-compile-form): Call byte-compile-nogroup-warn.
20480 (byte-compile-warning-types): Doc fix.
20481
20482 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20483
20484 * progmodes/cc-engine.el (c-literal-faces):
20485 Add font-lock-comment-delimiter-face.
20486
20487 * net/net-utils.el (dig): Use with-no-warnings.
20488
20489 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20490 (sc-recite-frame-alist, sc-default-cite-frame)
20491 (sc-default-uncite-frame, sc-default-recite-frame)
20492 (sc-attrib-selection-list, sc-rewrite-header-list):
20493 Mark as risky-local-variable.
20494
20495 * international/ogonek.el (ogonek-jak, ogonek-how):
20496 Don't use beginning-of-buffer.
20497
20498 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20499
20500 * calendar/solar.el (solar-data-list): Move definition up.
20501
20502 * dnd.el (dnd-protocol-alist): Add autoload.
20503
20504 * progmodes/sh-script.el: Many doc usage fixes.
20505 (sh-indent-after-do): Change default to match common styles.
20506
20507 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20508
20509 * files.el (interpreter-mode-alist)
20510 (auto-mode-interpreter-regexp): Doc fixes.
20511
20512 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20513
20514 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20515
20516 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20517
20518 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20519
20520 * dired.el (dired-mode): make-variable-buffer-local =>
20521 make-local-variable.
20522
20523 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20524
20525 * term/mac-win.el (mac-select-convert-to-string): Try coding
20526 systems in mac-script-code-coding-systems if specified one cannot
20527 encode string for `com.apple.traditional-mac-plain-text'.
20528
20529 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20530
20531 * progmodes/make-mode.el (makefile-targets-face)
20532 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20533 (makefile-dependency-regex): Fix it to not make the colon in
20534 $(var:a=b) special.
20535 (makefile-rule-action-regex): New regexp for highlighting embedded
20536 Shell strings.
20537 (makefile-macroassign-regex): Handle != for highlighting as
20538 embedded Shell strings.
20539 (makefile-var-use-regex): New const.
20540 (makefile-statements, makefile-automake-statements)
20541 (makefile-gmake-statements, makefile-makepp-statements)
20542 (makefile-bsdmake-statements): New consts.
20543 (makefile-make-font-lock-keywords): New function.
20544 (makefile-automake-font-lock-keywords)
20545 (makefile-gmake-font-lock-keywords)
20546 (makefile-makepp-font-lock-keywords)
20547 (makefile-bsdmake-font-lock-keywords): New consts.
20548 (makefile-mode-map): Add switchers between the various submodes.
20549 (makefile-mode): Document the availability of the variants.
20550 (makefile-automake-mode, makefile-gmake-mode)
20551 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20552
20553 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20554 new variants of makefile-mode.
20555
20556 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20557
20558 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20559 the inheritance.
20560
20561 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20562
20563 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20564 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20565
20566 * files.el (normal-mode): Extend the scope of the
20567 `enable-local-variables' binding to include the `set-auto-mode' call.
20568 (magic-mode-alist): Doc fix.
20569
20570 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20571
20572 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20573 font-lock-comment-face rather than copying its setting.
20574
20575 2005-05-12 Andreas Schwab <schwab@suse.de>
20576
20577 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20578
20579 2005-05-12 Lute Kamstra <lute@gnu.org>
20580
20581 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20582 defcustom for the mode hook variable. Delete the last argument.
20583 * generic-x.el: Fix callers of define-generic-mode.
20584 (generic-x-modes): Delete group.
20585 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20586 generic-x customization group.
20587
20588 2005-05-12 Kim F. Storm <storm@cua.dk>
20589
20590 * font-lock.el (font-lock-negation-char-face): Default to "off".
20591
20592 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20593 font-lock-negation-char-face to ! in !=.
20594
20595 2005-05-12 Masatake YAMATO <jet@gyve.org>
20596
20597 * add-log.el (find-change-log): Fix typos in the docstring
20598 of function.
20599
20600 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20601
20602 * international/latexenc.el (latexenc-find-file-coding-system):
20603 Avoid `re-search-forward' when looking for input encoding because
20604 of speed and safety. Better regular expressions for recognizing
20605 input encoding. Limit a search for TeX-master/tex-main-file to
20606 the local variable section.
20607
20608 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20609
20610 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20611 syntax of $ to "'" (quote).
20612
20613 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20614
20615 * dnd.el (dnd-protocol-alist): Improve custom type.
20616
20617 * dired.el (dired-dnd-protocol-alist): New variable.
20618 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20619 `dired-mode-hook' to the end.
20620
20621 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20622
20623 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20624 comment-end if comment-start-skip is not set.
20625 Obey the font-lock-comment-delimiter-face variables.
20626
20627 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20628
20629 * files.el (executable-find): Move from executable.el. Use
20630 locate-file.
20631 * progmodes/executable.el (executable-find): Move to files.el.
20632
20633 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20634 when trying to ensure forward progress.
20635
20636 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20637
20638 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20639 (mouse-select, mouse-select-internal, mouse-extend-internal):
20640 Use it to implement mouse-1-click-follows-link functionality.
20641
20642 2005-05-11 Richard M. Stallman <rms@gnu.org>
20643
20644 * font-lock.el (font-lock-fontify-syntactically-region):
20645 Use font-lock-comment-delimiter-face for comment delimiters.
20646
20647 2005-05-10 Jay Belanger <belanger@truman.edu>
20648
20649 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20650 preserving embedded modes.
20651
20652 2005-05-10 Richard M. Stallman <rms@gnu.org>
20653
20654 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20655
20656 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20657 Move from ada-stmt.el.
20658 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20659
20660 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20661 Move to ada-mode.el.
20662 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20663
20664 * cus-edit.el (custom-file): Call file-chase-links.
20665
20666 * files.el (read-directory-name): Fix previous change.
20667 (hack-local-variables-confirm): New function.
20668 (hack-local-variables-prop-line, hack-local-variables)
20669 (hack-one-local-variable): Use it.
20670
20671 2005-05-10 Lute Kamstra <lute@gnu.org>
20672
20673 * font-lock.el (font-lock-keywords-alist)
20674 (font-lock-removed-keywords-alist): Clarify docstrings.
20675
20676 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20677
20678 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20679 (gdb-source-info): Check for preprocessor info.
20680 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20681 a macro for a function.
20682 (gdb-info-breakpoints-custom): Try to find file again if not already
20683 found (user might have used GDB dir command).
20684 (gdb-get-location): Update gdb-location-alist correctly for change
20685 to gdb-info-breakpoints-custom.
20686
20687 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20688 (gud-tooltip-print-command): Add gdbmi case.
20689 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20690 preprocessor info.
20691
20692 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20693
20694 * startup.el (fancy-splash-insert): Fix typo in doc string.
20695
20696 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20697
20698 * obsolete/float.el (string-to-float):
20699 * obsolete/hilit19.el (hilit-add-pattern):
20700 * obsolete/rnews.el (news-parse-range, news-select-message)
20701 (news-get-pruned-list-of-files): Replace `string-to-int' by
20702 `string-to-number'.
20703
20704 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20705 `find-file-not-found-hooks'; use `add-hook'.
20706 (uncompress-while-visiting): Set `write-file-functions', not
20707 `write-file-hooks'; use `add-hook'.
20708
20709 2005-05-09 Kim F. Storm <storm@cua.dk>
20710
20711 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20712 (cua-paste): Handle clipboard action.
20713 (cua--init-keymaps): Remap clipboard-kill-region and
20714 clipboard-kill-ring-save.
20715
20716 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20717
20718 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20719 Improve commentary.
20720
20721 * simple.el (next-error-overlay-arrow-position): Revert the change
20722 made on 2005-04-30.
20723
20724 2005-05-07 Jay Belanger <belanger@truman.edu>
20725
20726 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20727 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20728 `calc-sel-reselect'.
20729
20730 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20731 Calc is in embedded mode.
20732
20733 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20734
20735 * progmodes/compile.el (compilation-setup):
20736 Set overlay-arrow-string to an empty string on text terminals.
20737
20738 * textmodes/ispell.el (ispell-program-name): Try looking for
20739 "aspell" along exec-path, and if found, use it as the default
20740 speller program.
20741
20742 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20743
20744 * international/mule.el (sgml-xml-auto-coding-function):
20745 Recognize encoding='FOO' in single quotes as well as in double quotes.
20746
20747 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20748
20749 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20750 as well as `interactive', so that defmacro* would recognize
20751 `declare' forms.
20752
20753 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20754
20755 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20756 Explain more about the LIGHTER arg's usage in the doc string.
20757 Add commentary to clarify what the code does. Fix the regexp that
20758 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20759 since it could have characters special to regular expressions.
20760
20761 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20762
20763 * replace.el (occur-1): Bind inhibit-read-only so that
20764 erase-buffer doesn't barf on read-only text properties (likewise
20765 for add-text-properties in occur-engine). Mark buffer as unmodified.
20766 (occur-engine): Don't set buffer-read-only here.
20767
20768 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20769
20770 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20771 list-buffers-directory. This caused the *cvs-commit* buffer to be
20772 sometimes mistakenly reused as a *cvs* buffer.
20773
20774 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20775
20776 * tooltip.el: Move code for GUD tooltips into gud.el.
20777 (require): CL no longer needed to compile case.
20778 (tooltip-mode): Do not toggle functions for GUD tooltips.
20779 (tooltip-gud-tips-p): Remove. Replace with minor mode
20780 gud-tooltip-mode in gud.el.
20781 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20782 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20783 tooltip-gud prefix with gud-tooltip and obsolete.
20784 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20785 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20786 (tooltip-mouse-motion): Mouse movement functions/variable.
20787 Rename in gud.el by adding gud prefix.
20788 (tooltip-gud-original-filter, tooltip-gud-dereference)
20789 (tooltip-gud-event, tooltip-toggle-gud-tips)
20790 (tooltip-gud-process-output, tooltip-gud-print-command)
20791 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20792 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20793 (gdb-tooltip-print): Move to gdb-ui.el.
20794
20795 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20796 (require): CL needed to compile case.
20797 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20798 tooltip-gud-tips-p. Make it a minor-mode.
20799 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20800 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20801 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20802 (gud-tooltip-change-major-mode)
20803 (gud-tooltip-activate-mouse-motions-if-enabled)
20804 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20805 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20806 (gud-tooltip-original-filter, gud-tooltip-dereference)
20807 (gud-tooltip-event, tooltip-toggle-gud-tips)
20808 (gud-tooltip-process-output, gud-tooltip-print-command)
20809 (gud-tooltip-tips): Move from tooltip.el.
20810
20811 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20812 (gdb-cpp-define-alist-flags): Doc fix.
20813 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20814 gud-tooltip-mode is t.
20815
20816 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20817
20818 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20819 evaporate if their text is deleted.
20820 (goto-address-at-point): Make it work as a mouse binding as well.
20821 (goto-address-at-mouse): Obsolete it. Update users.
20822
20823 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20824
20825 * calendar/appt.el (top-level): No longer activate on load.
20826
20827 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20828
20829 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20830 * net/webjump.el (webjump):
20831 * progmodes/idlw-help.el (idlwave-do-context-help1)
20832 (idlwave-highlight-linked-completions):
20833 * textmodes/po.el (po-find-file-coding-system-guts):
20834 Replace `assoc-ignore-case' by `assoc-string'.
20835
20836 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20837
20838 * files.el (locate-file): Doc fix.
20839
20840 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20841 Remove the redundant test for ms-dos.
20842
20843 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20844 look for the preprocessor with exec-suffixes. If not found in
20845 standard places, look in exec-path. Remove most of the tests that
20846 used system-type.
20847
20848 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20849
20850 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20851
20852 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20853 file-name clash with jka-compr.el on 8+3 filesystems.
20854
20855 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20856
20857 * term/mac-win.el: Don't define or bind scroll bar functions if
20858 x-toolkit-scroll-bars is t.
20859 (x-select-text, x-get-selection-value): Clear
20860 x-last-selected-text-clipboard if x-select-enable-clipboard is
20861 nil.
20862 (PRIMARY): Put mac-scrap-name property.
20863 (mac-select-convert-to-file-url): New function.
20864 (public.file-url): New selection target type. Add to
20865 selection-converter-alist.
20866 (x-get-selection, x-selection-value): Handle it.
20867 (x-cut-buffer-or-selection-value): New alias.
20868
20869 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20870
20871 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20872 entry to avoid calling bibtex-find-entry with arg global
20873 being t. Remove arg key.
20874 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20875 (bibtex-copy-summary-as-kill): Change accordingly.
20876
20877 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20878
20879 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20880 (org-agenda-date-later): Use with-current-buffer.
20881
20882 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20883
20884 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20885 (define-obsolete-variable-alias): Doc Fixes.
20886
20887 2005-05-06 Kim F. Storm <storm@cua.dk>
20888
20889 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20890 vertical-motion when selective-display is active.
20891
20892 * ido.el (ido-setup-hook): New hook.
20893 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20894 (ido-input-stack): New var.
20895 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20896 ido-next-work-file binding to M-O.
20897 Bind M-f to ido-wide-find-file-or-pop-dir.
20898 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20899 (ido-read-internal): Run ido-setup-hook.
20900 Catch quit in read-file-name and read-string to cancel edit.
20901 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20902 Automatically pop-all when completing a directory name (RET).
20903 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20904 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20905 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20906 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20907 New functions for M-b/M-f to move among the directory components.
20908 (ido-make-merged-file-list): Catch quit to cancel merge.
20909 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20910 (ido-completion-help): No warnings for ido-completion-buffer-full.
20911
20912 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20913
20914 * font-lock.el (font-lock-negation-char-face): New face and variable.
20915 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20916 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20917 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20918 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20919
20920 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20921
20922 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20923 Fix typo in docstring.
20924
20925 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20926 (ebrowse-print-statistics-line)
20927 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20928
20929 * term/w32-win.el (image-library-alist): Add additional name for
20930 Xpm library.
20931
20932 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20933
20934 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20935 use gcc instead of cpp.
20936
20937 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20938 (gdb-create-define-alist): Use it.
20939 (gdb-cpp-define-alist-program): Update for MS-DOS.
20940
20941 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20942
20943 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20944
20945 2005-05-04 Richard M. Stallman <rms@gnu.org>
20946
20947 * help.el (describe-key): No error when UNTRANSLATED is nil.
20948
20949 * simple.el (line-move-1): Fix previous change to signal errors
20950 appropriately.
20951
20952 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20953
20954 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20955 (icalendar-duration-correction): Remove.
20956 (icalendar--get-event-properties): Split result at commas.
20957 (icalendar--decode-isoduration): New optional argument
20958 DURATION-CORRECTION.
20959 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20960 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20961 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20962 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20963 (icalendar--convert-anniversary-to-ical): New functions, extracted
20964 from icalendar-export-region, with bug fixes.
20965 (icalendar-export-region): Use the above functions.
20966 (icalendar-import-buffer): Check before saving diary file.
20967 (icalendar--convert-recurring-to-diary)
20968 (icalendar--convert-non-recurring-all-day-to-diary)
20969 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20970 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20971 (icalendar--convert-ical-to-diary): Use the above functions.
20972
20973 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20974
20975 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20976 Remove these recent additions.
20977 (c-mode): Restore to before 2005-04-28.
20978
20979 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20980 recent addition.
20981
20982 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20983 (gdb-define-alist): New variables.
20984 (gdb-create-define-alist): New function.
20985 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20986 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20987 with string-to-number.
20988 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20989
20990 * progmodes/gud.el: Replace string-to-int with string-to-number.
20991 (gud-find-file): Handle gdb-define-alist.
20992
20993 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20994
20995 2005-05-02 Jay Belanger <belanger@truman.edu>
20996
20997 * calc/calc-aent.el (math-read-token):
20998 * calc/calc-bin.el (calc-word-size):
20999 * calc/calc-ext.el (calc-read-number-fancy):
21000 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21001 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21002 * calc/calc-frac.el (calc-over-notation):
21003 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21004 (calc-graph-num-points, calc-graph-init):
21005 * calc/calc-prog.el (calc-read-parse-table-part)
21006 (calc-edit-macro-repeats):
21007 * calc/calc-yank.el (calc-do-grab-rectangle):
21008 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21009 Replace `string-to-int' by `string-to-number'.
21010
21011 2005-05-02 Kim F. Storm <storm@cua.dk>
21012
21013 * kmacro.el: Use executing-kbd-macro-index variable.
21014
21015 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21016
21017 * net/rlogin.el (rlogin-parse-words): Delete func.
21018 (rlogin): Use split-string, not rlogin-parse-words.
21019 Also, if there are option-like elements in the parsed args,
21020 take the host to be the first arg immediately following them.
21021 Suggested by Michael Mauger.
21022
21023 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21024
21025 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21026
21027 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21028
21029 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21030 (cc-mode-cpp-program): Rename to cc-define-list-program and
21031 move to cc-vars.el.
21032
21033 * progmodes/cc-vars.el (cc-define-list-program):
21034 Change to "gcc -E -dM -". Make customizable.
21035
21036 2005-05-02 Kim F. Storm <storm@cua.dk>
21037
21038 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21039
21040 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21041
21042 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21043
21044 * international/mule-util.el (truncate-string): Remove alias and
21045 obsolete declaration.
21046
21047 * international/mule-cmds.el (update-iso-coding-systems):
21048 Remove alias and obsolete declaration.
21049
21050 * international/mule.el (coding-system-parent): Remove alias and
21051 obsolete declaration.
21052
21053 * subr.el (define-function, sref): Remove aliases and obsolete
21054 declarations.
21055 (chars-in-region): Remove obsolete declaration.
21056
21057 2005-05-01 Richard M. Stallman <rms@gnu.org>
21058
21059 * info.el (Info-mode): Set widen-automatically to nil, locally.
21060
21061 * simple.el (widen-automatically): New variable.
21062 (pop-global-mark): Obey widen-automatically.
21063
21064 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21065
21066 * term/xterm.el (function-key-map): Call substitute-key-definition
21067 before the keymap size is increased by a lot of define-key calls.
21068
21069 2005-05-01 Richard M. Stallman <rms@gnu.org>
21070
21071 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21072 Rename ARG to ELEMENT. Doc fix.
21073
21074 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21075
21076 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21077 Remove references to allout-exposure/change to allout-new-exposure.
21078
21079 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21080 bytecode symbols.
21081
21082 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21083 (compiled-function-p, focus-frame, unfocus-frame):
21084 Remove aliases and obsolete declarations.
21085 Back out inadvertent changes from previous commit.
21086
21087 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21088
21089 * files.el (require-final-newline): Make Custom tags consistent
21090 with mode-require-final-newline.
21091 (mode-require-final-newline): Doc fix.
21092
21093 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21094
21095 * international/latexenc.el (latexenc-find-file-coding-system):
21096 Fix regular expressions.
21097
21098 2005-05-01 David Kastrup <dak@gnu.org>
21099
21100 * international/latexenc.el (latexenc-find-file-coding-system):
21101 Fix regular expressions.
21102
21103 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21104
21105 * subr.el (string-to-int): Make obsolete.
21106
21107 2005-04-30 Richard M. Stallman <rms@gnu.org>
21108
21109 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21110
21111 * loadup.el: load jka-comp-hook.
21112
21113 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21114 (jka-compr-handler): Add autoload. `put' calls moved
21115 to jka-comp-hook.el.
21116 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21117 (jka-compr-inhibit): Autoload.
21118
21119 * jka-comp-hook.el: New file.
21120 Enable the mode by default.
21121
21122 * files.el (backup-buffer-copy): Use copy-file instead
21123 of write-region, and put back the 'excl.
21124
21125 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21126
21127 * progmodes/flymake.el (flymake-split-string)
21128 (flymake-split-string, flymake-log, flymake-pid-to-names)
21129 (flymake-reg-names, flymake-get-source-buffer-name)
21130 (flymake-unreg-names, flymake-add-line-err-info)
21131 (flymake-add-err-info): Clarify docstrings.
21132 (flymake-popup-menu, flymake-make-emacs-menu)
21133 (flymake-make-xemacs-menu): Add docstrings.
21134 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21135 Set variables directly throughout.
21136
21137 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21138
21139 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21140 exists. Initialize cc-define-alist.
21141 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21142 If there is no file (Macroexpansion) don't create an alist.
21143
21144 2005-04-29 Sam Steingold <sds@gnu.org>
21145
21146 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21147 (cc-create-define-alist): Use it instead of the hard-coded string.
21148
21149 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21150
21151 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21152 for latexenc.
21153
21154 2005-04-29 Lute Kamstra <lute@gnu.org>
21155
21156 * emacs-lisp/generic.el: Improve commentary section.
21157 (define-generic-mode): Improve docstring.
21158
21159 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21160
21161 * textmodes/org.el (many places): Change to quiet the byte compiler.
21162 (org-prefix-format-compiled): New variable.
21163 (org-compile-prefix-format): New function.
21164 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21165 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21166 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21167 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21168 consistency with entries from `org-mode' files.
21169 (org-get-time-of-day): Fix bug with partial matches early in a line.
21170 (org-non-link-chars): New constant.
21171 (org-link-regexp): Respect `org-non-link-chars'.
21172 (org-agenda-day-view): Remove command.
21173 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21174 (org-follow-bbdb-link, org-store-link): Search also company field.
21175 (org-highlight-overlay): New variable.
21176 (org-highlight, org-unhighlight): New functions.
21177 (org-agenda-mode): Add pre-command-hook to remove highlight.
21178 (org-evaluate-time-range): Behavior depends upon whether time stamp
21179 contains a time or not.
21180 (org-show-subtree, org-show-entry): New functions.
21181 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21182
21183 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21184
21185 * comint.el (comint-output-filter-functions): Add autoload cookie.
21186
21187 2005-04-28 Kim F. Storm <storm@cua.dk>
21188
21189 * ido.el (ido-everywhere): Fix last change.
21190
21191 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21192
21193 * international/latexenc.el: New file.
21194 * international/mule-conf.el (file-coding-system-alist): For .tex,
21195 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21196
21197 2005-04-28 Lute Kamstra <lute@gnu.org>
21198
21199 * font-lock.el (font-lock-add-keywords)
21200 (font-lock-remove-keywords): Clarify docstring.
21201 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21202 Don't start docstrings with a `*'.
21203 (font-lock-update-removed-keyword-alist): Give it a docstring.
21204
21205 * generic-x.el: Update commentary section.
21206 Only require font-lock when compiling.
21207 Define all modes conditionally.
21208 Place all generic modes in the generic-x-modes customization group.
21209 (generic-x-modes): New customization group.
21210 (generic-default-modes, generic-mswindows-modes)
21211 (generic-unix-modes, generic-other-modes): New constants.
21212 (generic-define-mswindows-modes, generic-define-unix-modes):
21213 Update docstrings. Make them obsolete.
21214 (generic-extras-enable-list): New default value. Update docstring.
21215 Improve :type. Change :set function.
21216 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21217 Fix docstring.
21218
21219 * emacs-lisp/generic.el (generic-mode-internal):
21220 Simplify font-lock-defaults.
21221 (define-generic-mode): Fix docstring.
21222
21223 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21224
21225 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21226 font-lock-face property to highlight matches.
21227
21228 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21229
21230 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21231 (cc-define-alist): New variable.
21232 (c-mode): Make it local and initialize it.
21233
21234 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21235 (gdb-exited): New function.
21236 (gdb-annotation-rules): Use it.
21237 (gdb-starting): Set gdb-active-process to t.
21238 (gdb-stopping): Amend doc string.
21239 (gdb-reset): Set gdb-active-process to nil.
21240
21241 * tooltip.el (tooltip-gud-tips): Show the associated #define
21242 directives when a C program under GDB is not executing.
21243
21244 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21245
21246 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21247 font-lock-fontify-syntactic-keywords.
21248
21249 * font-lock.el (font-lock-default-fontify-region): Don't force
21250 parse-sexp-lookup-properties to nil.
21251
21252 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21253
21254 * man.el (man-mode-syntax-table): Set up `:' to have
21255 word-constituent syntax.
21256
21257 2005-04-27 Lute Kamstra <lute@gnu.org>
21258
21259 * novice.el (disable-command): Don't add spurious newlines to the
21260 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21261
21262 2005-04-26 Jay Belanger <belanger@truman.edu>
21263
21264 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21265 than one window before deleting window.
21266
21267 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21268
21269 * shell.el (shell-prompt-pattern): Doc fix.
21270 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21271
21272 * comint.el (comint-prompt-regexp, comint-get-old-input)
21273 (comint-use-prompt-regexp)
21274 (comint-use-prompt-regexp-instead-of-fields)
21275 (comint-replace-by-expanded-history, comint-send-input)
21276 (comint-output-filter, comint-get-old-input-default)
21277 (comint-line-beginning-position, comint-bol, comint-show-output)
21278 (comint-backward-matching-input, comint-forward-matching-input)
21279 (comint-next-prompt, comint-previous-prompt):
21280 Rename `comint-use-prompt-regexp-instead-of-fields' to
21281 `comint-use-prompt-regexp'. Keep old name as alias and declare
21282 obsolete.
21283 (comint-use-prompt-regexp): Shorten first line of doc string.
21284
21285 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21286 Set paragraph-separate buffer locally to "\\'".
21287
21288 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21289 Adapt to above name change.
21290
21291 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21292 (smbclient-prompt-regexp): Ditto.
21293
21294 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21295
21296 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21297
21298 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21299 gdb-location-list.
21300 Break lines that are over 80 characters wide.
21301
21302 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21303
21304 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21305 New fun and var, to preserve compatibility.
21306
21307 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21308
21309 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21310
21311 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21312 name to file-newer-than-file-p.
21313
21314 2005-04-26 Richard M. Stallman <rms@gnu.org>
21315
21316 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21317
21318 * progmodes/python.el (python-mode):
21319 Use new name eldoc-documentation-function.
21320
21321 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21322
21323 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21324 (eldoc-documentation-function):
21325 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21326
21327 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21328
21329 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21330
21331 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21332
21333 * term/xterm.el (function-key-map): Fix strings for
21334 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21335 {C,S,A,C-S}-{f1-f12}.
21336
21337 2005-04-26 Kenichi Handa <handa@m17n.org>
21338
21339 * international/mule-cmds.el (select-safe-coding-system):
21340 Fix previous change.
21341
21342 2005-04-26 Lute Kamstra <lute@gnu.org>
21343
21344 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21345
21346 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21347 (font-lock-comment-delimiter-face): Ditto.
21348
21349 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21350
21351 2005-04-25 Jay Belanger <belanger@truman.edu>
21352
21353 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21354 to t while inserting information; use help-mode.
21355
21356 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21357
21358 * term.el (ansi-term-color-vector): Use the xterm colors.
21359 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21360
21361 2005-04-25 Lute Kamstra <lute@gnu.org>
21362
21363 * font-core.el (font-lock-defaults): Fix docstring.
21364
21365 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21366
21367 2005-04-25 Kenichi Handa <handa@m17n.org>
21368
21369 * international/mule-cmds.el (select-safe-coding-system):
21370 Don't check consistency with coding: spec, etc if raw-text or
21371 no-conversion was found to be safe.
21372
21373 2005-04-24 Richard M. Stallman <rms@gnu.org>
21374
21375 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21376 citation markers at start of each line.
21377
21378 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21379 citation markers at start of each line.
21380
21381 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21382
21383 * files.el (mode-require-final-newline): Fix previous change.
21384 (require-final-newline): Fix type label.
21385
21386 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21387
21388 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21389 statement in buffer (broken by 2004-11-24 change).
21390
21391 2005-04-24 Kim F. Storm <storm@cua.dk>
21392
21393 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21394 and read-file-name-function values. Don't overwrite existing
21395 non-nil values if ido-mode is enabled without ido-everywhere.
21396
21397 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21398
21399 * files.el (mode-require-final-newline): Minor doc fix.
21400
21401 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21402
21403 * subr.el (syntax-after): Doc fix.
21404 (syntax-class): If argument is nil, return nil. Mask off upper 16
21405 bits, not 8 bits.
21406
21407 * files.el (mode-require-final-newline): Doc fix.
21408 (backup-buffer-copy): Fix last change.
21409
21410 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21411
21412 * term/mac-win.el: Require select. Set selection-coding-system to
21413 mac-system-coding-system. Call menu-bar-enable-clipboard.
21414 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21415 (x-select-enable-clipboard): New variables.
21416 (x-select-text, x-get-selection, x-selection-value)
21417 (x-get-selection-value, mac-select-convert-to-string)
21418 (mac-services-open-file, mac-services-open-selection)
21419 (mac-services-insert-text): New functions.
21420 (CLIPBOARD, FIND): Put mac-scrap-name property.
21421 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21422 (public.tiff): Put mac-ostype property.
21423 (selection-converter-alist): Add entries for them.
21424 (mac-application-menu-map): New keymap.
21425 (interprogram-cut-function, interprogram-paste-function): Set to
21426 x-select-text and x-get-selection-value, respectively.
21427 (split-window-keep-point): Set to t.
21428
21429 2005-04-23 Richard M. Stallman <rms@gnu.org>
21430
21431 * files.el (read-directory-name): Always pass non-nil
21432 DEFAULT-FILENAME arg to read-file-name.
21433 (backup-buffer-copy, basic-save-buffer-2): Take care against
21434 writing thru an unexpected existing symlink.
21435 (revert-buffer): In indirect buffer, revert the base buffer.
21436 (magic-mode-alist): Doc fix.
21437 (buffer-stale-function): Doc fix.
21438 (minibuffer-with-setup-hook): Avoid warning.
21439 (mode-require-final-newline): Doc and custom fix.
21440
21441 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21442
21443 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21444 use the default appearance.
21445 (font-lock-comment-delimiter-face): New face, new variable.
21446
21447 * imenu.el (imenu--generic-function): The official position of a
21448 definition is the start of the line that BEG is in.
21449
21450 * midnight.el (midnight-timer): Move defvar up.
21451
21452 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21453
21454 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21455
21456 * startup.el (command-line): Use with-no-warnings.
21457
21458 * window.el (window-size-fixed): New defvar.
21459
21460 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21461
21462 * mail/rmail.el (rmail-font-lock-keywords):
21463 Use font-lock-comment-delimiter-face.
21464
21465 * mail/sendmail.el (mail-font-lock-keywords):
21466 Use font-lock-comment-delimiter-face.
21467
21468 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21469
21470 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21471
21472 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21473 Specify t for LAXMATCH when matching directories.
21474 Save match data around compilation-compat-error-properties form.
21475
21476 2005-04-23 David Kastrup <dak@gnu.org>
21477
21478 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21479 Mention that the autoloaded aliases should be kept for AUCTeX.
21480
21481 2005-04-23 Andreas Schwab <schwab@suse.de>
21482
21483 * isearch.el (isearch-forward): Doc fix.
21484
21485 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21486
21487 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21488 (jit-lock-stealth-nice): Change default value to 0.5.
21489
21490 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21491
21492 * abbrev.el (write-abbrev-file): Write table entries in
21493 alphabetical order by table name.
21494
21495 2005-04-22 Kim F. Storm <storm@cua.dk>
21496
21497 * ido.el (ido-read-internal): Fix `list' completion.
21498
21499 2005-04-22 Kenichi Handa <handa@m17n.org>
21500
21501 * recentf.el (recentf-save-file-coding-system): New variable.
21502 (recentf-save-list): Encode the file by
21503 recentf-save-file-coding-system and add coding: tag.
21504
21505 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21506
21507 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21508
21509 2005-04-21 Lute Kamstra <lute@gnu.org>
21510
21511 * loadhist.el (unload-feature): Don't remove a function from hooks
21512 if it is about to be restored to an autoload . Remove functions
21513 that will become unbound from auto-mode-alist. Simplify the code.
21514
21515 * subr.el (assq-delete-all): New implementation that is linear,
21516 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21517 (rassq-delete-all): New function.
21518
21519 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21520 Add size-indication-mode.
21521
21522 2005-04-21 Kenichi Handa <handa@m17n.org>
21523
21524 * international/mule-cmds.el: Add autoload for widget-value in
21525 eval-when-compile.
21526
21527 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21528
21529 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21530 Add tooltip-mode.
21531
21532 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21533
21534 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21535
21536 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21537 (inferior-lisp-filter-regexp, inferior-lisp-program)
21538 (inferior-lisp-load-command, inferior-lisp-prompt)
21539 (inferior-lisp-mode-hook, lisp-source-modes)
21540 (inferior-lisp-load-hook): defvar->defcustom.
21541 (inferior-lisp-program, inferior-lisp-prompt)
21542 (inferior-lisp-load-hook): Doc fixes.
21543 (inferior-lisp-install-letter-bindings): Small change in
21544 introductory comment.
21545
21546 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21547
21548 * vc.el (vc-annotate-color-map): Change some colors so that text
21549 using them as foreground is readable on both white and black
21550 backgrounds.
21551
21552 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21553
21554 * international/mule-conf.el (translation-table-for-input):
21555 Remove redundant declaration.
21556
21557 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21558
21559 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21560
21561 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21562 (tooltip-toggle-gud-tips): New function.
21563
21564 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21565
21566 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21567 right angle brackets.
21568
21569 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21570
21571 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21572
21573 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21574
21575 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21576 Remove. Update callers to use expand-file-name instead.
21577
21578 * subr.el (syntax-class): New function.
21579
21580 * simple.el (blink-matching-open): Use it.
21581
21582 * paren.el (show-paren-function): Use it to recognize parens that are
21583 also used in 2-char comment markers.
21584
21585 2005-04-19 Lute Kamstra <lute@gnu.org>
21586
21587 * loadhist.el (unload-feature): Update for new format of
21588 load-history. Simplify the code.
21589
21590 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21591
21592 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21593 (mac-add-charset-info): New function. Initialize variable
21594 mac-charset-info-alist using it.
21595 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21596 for translation.
21597 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21598 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21599 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21600 New CCL programs.
21601
21602 2005-04-19 Kim F. Storm <storm@cua.dk>
21603
21604 * simple.el (next-buffer, prev-buffer, next-error)
21605 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21606 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21607
21608 * bindings.el (next-buffer, prev-buffer, next-error)
21609 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21610 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21611 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21612 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21613
21614 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21615
21616 * isearch.el (isearch-edit-string): Make the search-ring available for
21617 minibuffer history commands.
21618 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21619 the default history commands now work just as well.
21620 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21621
21622 2005-04-18 Kim F. Storm <storm@cua.dk>
21623
21624 * emulation/cua-base.el (cua--pre-command-handler): Add more
21625 elaborate check for shift modifier on non-window systems.
21626
21627 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21628
21629 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21630
21631 2005-04-18 Kim F. Storm <storm@cua.dk>
21632
21633 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21634 and make it optional. Don't test tooltip-gud-echo-area here.
21635 (tooltip-gud-process-output, gdb-tooltip-print):
21636 Pass tooltip-gud-echo-area to tooltip-show.
21637 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21638
21639 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21640
21641 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21642 `display-graphic-p' may not be bound yet.
21643
21644 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21645
21646 * startup.el (command-line): No longer enable Xterm Mouse mode by
21647 default in terminals compatible with xterm.
21648
21649 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21650
21651 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21652
21653 * tooltip.el (tooltip-gud-echo-area): Rename from
21654 tooltip-use-echo-area.
21655 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21656 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21657 area independently of where help tooltips are displayed.
21658
21659 2005-04-17 David Kastrup <dak@gnu.org>
21660
21661 * cus-theme.el (custom-theme-write-variables): Quote variables
21662 where necessary.
21663
21664 2005-04-17 Richard M. Stallman <rms@gnu.org>
21665
21666 * simple.el (yank-excluded-properties): Add follow-link to value.
21667
21668 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21669
21670 * startup.el (fancy-splash-max-time): Just 30 seconds.
21671 (fancy-splash-delay): Just 7.
21672 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21673
21674 * loadhist.el (unload-feature): Update for new format of load-history.
21675 Simplify the code.
21676
21677 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21678 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21679
21680 * mail/sendmail.el (mail-font-lock-keywords):
21681 Don't fontify subject text.
21682 Don't fontify the text of a citation.
21683
21684 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21685
21686 * comint.el (comint-output-filter): Run comint-output-filter-functions
21687 with point where the user had it.
21688
21689 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21690
21691 * international/ucs-tables.el (ucs-set-table-for-input):
21692 Disable when using unify-on-decoding.
21693
21694 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21695
21696 * emulation/cua-base.el (cua-global-mark-face): Add special case
21697 for displays supporting a high number of colors.
21698
21699 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21700
21701 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21702
21703 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21704
21705 * filesets.el (filesets-add-buffer): If user supplies a name of a
21706 non-existing fileset, create a new fileset.
21707
21708 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21709
21710 * textmodes/org.el (org-up-heading-all): Fix bug with
21711 `outline-up-heading-all'.
21712
21713 2005-04-16 Andreas Schwab <schwab@suse.de>
21714
21715 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21716 /etc/permissions.d/* and /etc/aliases.d/*.
21717
21718 2005-04-16 Kenichi Handa <handa@m17n.org>
21719
21720 * international/code-pages.el (cp-make-coding-system):
21721 Set `translation-table-for-input' property value to the symbol
21722 ucs-mule-to-mule-unicode, not to that value.
21723 (pt154): Escape guillemet by `\'.
21724
21725 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21726
21727 * loadup.el: Load tooltip if x-show-tip is fboundp.
21728
21729 * startup.el (command-line): Add comment.
21730
21731 * tooltip.el (tooltip-mode): Specify correct standard value for
21732 Custom in init-value.
21733
21734 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21735
21736 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21737 possible.
21738
21739 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21740
21741 * textmodes/org.el (org-agenda-date-prompt): Rename from
21742 `org-agenda-date-today'.
21743 (org-evaluate-time-range): Insert at point instead of directly
21744 after time range.
21745 (org-first-headline-recenter, org-subtree-end-visible-p)
21746 (org-optimize-window-after-visibility-change): New functions
21747 (org-agenda-post-command-hook): Don't allow point at end of line,
21748 to make sure it always hits the text properties.
21749 (org-agenda-next-date-line, org-agenda-previous-date-line):
21750 New commands.
21751 (org-set-regexps-and-options): Category may contain white space.
21752 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21753 Improve marker positions.
21754 (org-agenda-new-marker): Argument POS made optional.
21755 (org-agenda-get-timestamps): Deadlines which are done are listed
21756 in org-done-face now.
21757 (org-agenda-get-todos, org-agenda-get-timestamps)
21758 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21759 Set `undone-face' and `done-face' properties.
21760 (org-last-todo-state-is-todo): New variable.
21761 (org-todo): Set `org-last-todo-state-is-todo'.
21762 (org-agenda-todo): Change face according to
21763 `org-last-todo-state-is-todo'. And change other lines referring to
21764 the same entry.
21765 (org-calendar-goto-agenda): New command.
21766 (org-calendar-to-agenda-key): New option.
21767 (org-startup-folded): New allowed value `content'.
21768 (org-set-regexps-and-options): Accept new value `content' for
21769 `org-startup-folded'.
21770 (org-get-current-options): Handle new value `content' for
21771 `org-startup-folded'.
21772 (org-insert-todo-heading): New command.
21773 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21774 interactively in empty file and option
21775 `org-insert-mode-line-in-empty-file' has been set.
21776 (org-agenda-todo, org-agenda-priority): Modify to use
21777 `org-agenda-change-all-lines'.
21778 (org-warning-face): Change color on dark background
21779
21780 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21781
21782 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21783 use preferences AppleLocale and AppleLanguages, and variable
21784 mac-system-locale for default locale. On Mac OS Classic, use
21785 mac-system-coding-system for default coding systems.
21786
21787 * term/mac-win.el: Don't set file-name-coding-system.
21788 Decode variables system-name, emacs-build-system, user-login-name, and
21789 user-full-name by mac-system-coding-system on Mac OS Classic.
21790 (mac-system-coding-system): New variable.
21791
21792 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21793
21794 * startup.el (command-line): Handle `xterm-mouse-mode' before
21795 reading init file.
21796
21797 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21798
21799 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21800
21801 * progmodes/sh-script.el (sh-here-document-word): Make it a
21802 defcustom. Doc fix.
21803 (sh-add): Bash uses $(( )) for arithmetic.
21804 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21805 (sh-maybe-here-document): Remove quotes and leading whitespace
21806 from heredoc word when closing. Indent heredoc with tabs if word
21807 starts with "-".
21808
21809 2005-04-13 Richard M. Stallman <rms@gnu.org>
21810
21811 * simple.el (undo): Fix previous change.
21812
21813 * custom.el (defface): Doc fix.
21814
21815 2005-04-13 Lute Kamstra <lute@gnu.org>
21816
21817 * Makefile.in (DONTCOMPILE): Remove list.
21818 (compile, compile-always): Don't use DONTCOMPILE.
21819 (update-authors): Load the library in which batch-update-authors
21820 is defined.
21821 * makefile.w32-in (DONTCOMPILE): Remove list.
21822 (compile, compile-always): Fix comments.
21823 (update-authors): Load the library in which batch-update-authors
21824 is defined.
21825
21826 * generic-x.el (generic-mode-ini-file-find-file-hook):
21827 Rename to ini-generic-mode-find-file-hook.
21828 Keep generic-mode-ini-file-find-file-hook as an alias.
21829 (ini-generic-mode-find-file-hook): Rename from
21830 generic-mode-ini-file-find-file-hook. Fix docstring.
21831 (ini-generic-mode): Docstring change.
21832 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21833
21834 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21835 called from lisp.
21836
21837 * generic.el: Move to the emacs-lisp subdir.
21838
21839 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21840
21841 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21842 and C-S- function and cursor motion keys.
21843
21844 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21845
21846 * startup.el (command-line): Enable Xterm Mouse mode by default.
21847 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21848 for Custom. No longer show "Mouse" in mode line when enabled.
21849 Doc fix.
21850
21851 2005-04-12 Kim F. Storm <storm@cua.dk>
21852
21853 * emulation/cua-base.el (cua-rectangle-face)
21854 (cua-rectangle-noselect-face): Define face attributes here.
21855
21856 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21857
21858 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21859
21860 * startup.el (command-line): Turn off blinking cursor if
21861 cursorBlink in resources is off or false.
21862
21863 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21864
21865 * term/mac-win.el (dnd): Require dnd.
21866 (mac-drag-n-drop): Call dnd-handle-one-url.
21867 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21868 (kTextEncodingISOLatin2): Remove constants.
21869 (mac-script-code-coding-systems): New constant.
21870 (mac-handle-language-change): New function.
21871 (special-event-map): Bind it to `language-change' event.
21872 (mac-centraleurroman, mac-cyrillic): New coding systems.
21873 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21874 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21875 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21876 encode-mac-cyrillic, respectively.
21877
21878 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21879
21880 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21881 Don't set overlay-arrow-string to "=>" as this is done
21882 globally in C now.
21883
21884 2005-04-12 Lute Kamstra <lute@gnu.org>
21885
21886 * generic-x.el (rc-generic-mode, rul-generic-mode):
21887 Fix auto-mode-alist entries.
21888 (etc-fstab-generic-mode): Tweak fontification.
21889
21890 * generic.el (generic-make-keywords-list): Fix docstring.
21891 (generic-mode-internal): Simplify generic-font-lock-keywords.
21892
21893 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21894
21895 * whitespace.el (whitespace-buffer-leading)
21896 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21897 However, fix the highlight area for the leading and
21898 trailing whitespaces to show space.
21899
21900 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21901
21902 * whitespace.el (whitespace-version): Bump to 3.5
21903
21904 (whitespace-buffer-leading, whitespace-buffer-trailing):
21905 Invert sense of the test to highlight the whitespace.
21906
21907 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21908
21909 * progmodes/gud.el (gud-display-line): GUD uses its own
21910 overlay arrow now so don't set overlay-arrow-string.
21911 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21912
21913 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21914
21915 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21916 (term-ansi-current-reverse, term-ansi-current-invisible)
21917 (term-ansi-face-already-done): Change to boolean.
21918 (term-reset-terminal, term-handle-colors-array): Handle the above
21919 vars accordingly.
21920 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21921 (term-emulate-terminal): Use the new name.
21922
21923 * faces.el (secondary-selection): Use yellow1, not yellow.
21924 (trailing-whitespace): Use red1, not red.
21925
21926 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21927
21928 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21929 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21930 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21931
21932 * cus-edit.el (dnd): New group.
21933
21934 * term/w32-win.el (dnd): Require dnd
21935 (w32-drag-n-drop): Call dnd-handle-one-url.
21936
21937 * x-dnd.el: Require dnd.
21938 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21939 Call dnd-handle-one-url.
21940 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21941 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21942 to dnd-insert-text.
21943 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21944 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21945 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21946 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21947
21948 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21949
21950 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21951
21952 * wdired.el: Doc fixes.
21953 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21954 (wdired-use-dired-vertical-movement): Rename from
21955 wdired-always-move-to-filename-beginning.
21956 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21957 (wdired-change-to-wdired-mode): Change mode name.
21958 (wdired-newline): Delete.
21959
21960 2005-04-11 Richard M. Stallman <rms@gnu.org>
21961
21962 * whitespace.el (whitespace-highlight-the-space):
21963 Don't call whitespace-unhighlight-the-space here.
21964
21965 * simple.el (undo): Record t in undo-equiv-table
21966 for the redo record made by an undo-in-region.
21967
21968 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21969
21970 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21971 (gdb-frame-inferior-io-buffer): New Functions to control
21972 display of separate IO buffer.
21973 (menu): Add them to menu-bar.
21974 (gdb-display-buffer): Check for buffer another frame.
21975 Protect GUD buffer.
21976 (gdb-setup-windows): Create IO buffer if not already there.
21977 (gdb-memory-mode): Remove purecopy noops.
21978
21979 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21980
21981 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21982 and pass to self-insert-command.
21983
21984 2005-04-11 Lute Kamstra <lute@gnu.org>
21985
21986 * generic.el: Commentary section cleanup.
21987 (generic): Delete.
21988 (generic-use-find-file-hook, generic-lines-to-scan)
21989 (generic-find-file-regexp, generic-ignore-files-regexp)
21990 (default-generic-mode, generic-mode-find-file-hook)
21991 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21992 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21993 (generic-use-find-file-hook, generic-lines-to-scan)
21994 (generic-find-file-regexp, generic-ignore-files-regexp)
21995 (default-generic-mode, generic-mode-find-file-hook)
21996 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21997
21998 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21999
22000 * bookmark.el (bookmark-write-file): Catch errors writing file.
22001 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22002
22003 2005-04-10 Richard M. Stallman <rms@gnu.org>
22004
22005 * startup.el (fancy-splash-tail): Update copyright year.
22006 (command-line): Split part of -Q into -D.
22007 (emacs-basic-display): New defvar.
22008 (fancy-splash-text): Correct name of menu item.
22009
22010 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22011
22012 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22013 lines in one node.
22014
22015 * comint.el (comint-send-input): New arg ARTIFICIAL.
22016 Callers in this file changed.
22017
22018 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22019
22020 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22021
22022 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22023
22024 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22025 `ldap-search-internal'.
22026
22027 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22028
22029 * files.el (set-auto-mode-1): Use line-end-position.
22030
22031 * international/latin-1.el:
22032 * international/latin-2.el:
22033 * international/latin-3.el:
22034 * international/latin-4.el:
22035 * international/latin-5.el:
22036 * international/latin-8.el:
22037 * international/latin-9.el: Give punctuation syntax to NBSP.
22038
22039 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22040 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22041 Use char-classes to accept non-ascii letters, accepted in some recent
22042 bibtex implementations.
22043
22044 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22045
22046 * custom.el (custom-set-minor-mode): Any non-nil value for the
22047 variable should enable the mode when set through Custom.
22048
22049 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22050
22051 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22052 TAB binding so tab-always-indent is obeyed.
22053 (vhdl-minibuffer-local-map): Move initialization into declaration.
22054 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22055 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22056 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22057 (vhdl-current-line): Use line-beginning-position.
22058 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22059 with-output-to-temp-buffer, so the current position can be recorded.
22060
22061 2005-04-10 Masatake YAMATO <jet@gyve.org>
22062
22063 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22064 Add regexp for gcov.
22065
22066 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22067
22068 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22069 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22070 syntax which Emacs 20 doesn't support.
22071
22072 2005-04-09 Richard M. Stallman <rms@gnu.org>
22073
22074 * help.el (describe-key-briefly, describe-key):
22075 Replace strings as event types with "(any string)".
22076
22077 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22078
22079 * arc-mode.el (archive-mode-map): Move initialization into
22080 the declaration. Override *all* bindings of `undo'.
22081 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22082
22083 2005-04-09 Jay Belanger <belanger@truman.edu>
22084
22085 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22086
22087 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22088
22089 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22090 (xterm-register-default-colors): Update color values computation
22091 to match xterm-200.
22092
22093 2005-04-09 Kenichi Handa <handa@m17n.org>
22094
22095 * international/code-pages.el (iso-latin-7): Fix the map.
22096
22097 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22098
22099 * emacs-lisp/lisp.el (defun-prompt-regexp)
22100 (parens-require-spaces, buffer-end, end-of-defun)
22101 (insert-parentheses): Doc fixes.
22102
22103 2005-04-08 Kim F. Storm <storm@cua.dk>
22104
22105 * comint.el (comint-highlight-prompt): Fix face spec.
22106 * hi-lock.el (hi-green): Likewise.
22107
22108 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22109
22110 * cus-edit.el (custom-modified-face):
22111 * comint.el (comint-highlight-input): Fix previous changes.
22112 * term.el (term-handle-ansi-escape): Add a comment.
22113
22114 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22115
22116 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22117 in the buffer and in whitespace-highlighted-space.
22118 (whitespace-unhighlight-the-space): Simplify.
22119 (whitespace-buffer): Simplify.
22120
22121 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22122
22123 * textmodes/table.el (table-cell-face): Add special case for
22124 displays supporting a high number of colors.
22125 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22126 (vhdl-font-lock-reserved-words-face)
22127 (vhdl-speedbar-architecture-face)
22128 (vhdl-speedbar-instantiation-face)
22129 (vhdl-speedbar-architecture-selected-face)
22130 (vhdl-speedbar-instantiation-selected-face): Likewise.
22131 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22132 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22133 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22134 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22135 (ebrowse-progress-face): Likewise.
22136 * progmodes/compile.el (compilation-info-face): Likewise.
22137 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22138 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22139 * calendar/calendar.el (diary-face): Likewise.
22140 * woman.el (woman-italic-face, woman-bold-face)
22141 (woman-unknown-face): Likewise.
22142 * wid-edit.el (widget-button-pressed-face): Likewise.
22143 * whitespace.el (whitespace-highlight-face): Likewise.
22144 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22145 * pcvs-info.el (cvs-marked-face): Likewise.
22146 * info.el (info-xref): Likewise.
22147 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22148 * hilit-chg.el (highlight-changes-face)
22149 (highlight-changes-delete-face): Likewise.
22150 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22151 (hi-red-b): Likewise.
22152 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22153 * font-lock.el (font-lock-keyword-face)
22154 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22155 * cus-edit.el (custom-invalid-face, custom-modified-face)
22156 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22157 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22158 * comint.el (comint-highlight-prompt): Likewise.
22159
22160 2005-04-08 Lute Kamstra <lute@gnu.org>
22161
22162 * font-lock.el (font-lock-keywords): Docstring fixes.
22163
22164 2005-04-08 Kenichi Handa <handa@m17n.org>
22165
22166 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22167 chars are more than a limit, print " and more..." at the tail.
22168
22169 2005-04-08 Kim F. Storm <storm@cua.dk>
22170
22171 * emacs-lisp/authors.el (authors-aliases): Update list.
22172 (authors-ignored-files): New list.
22173 (authors-fixed-entries): Fix typo.
22174 (authors-renamed-files-alist): Update list.
22175 (authors-add): Check authors-ignored-files.
22176
22177 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22178
22179 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22180 optional, to ensure backward compatibility.
22181
22182 2005-04-08 Stephen Eglen <stephen@gnu.org>
22183
22184 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22185
22186 2005-04-08 Kim F. Storm <storm@cua.dk>
22187
22188 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22189
22190 * mouse.el (mouse-on-link-p): Doc fix.
22191
22192 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22193
22194 * ielm.el (ielm-prompt-read-only): Doc fix.
22195
22196 * comint.el (comint-prompt-read-only): Doc fix.
22197
22198 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22199
22200 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22201 ensure dired always handles wildcards passed to ffap.
22202 (find-file-at-point): Use it.
22203 (ffap-dired-wildcards): Doc fix.
22204
22205 2005-04-07 Juri Linkov <juri@jurta.org>
22206
22207 * simple.el (next-error-overlay-arrow-position): New defvar.
22208 Put "=>" on its property `overlay-arrow-string'. Add it to
22209 `overlay-arrow-variable-list'.
22210
22211 * progmodes/compile.el (compilation-setup):
22212 Set `next-error-overlay-arrow-position' to nil. Also set it to
22213 nil in the local hook `kill-buffer-hook'. Make local variable
22214 `overlay-arrow-string' and set it to "=>".
22215 (compilation-goto-locus): Set BOL position to
22216 `next-error-overlay-arrow-position' instead of
22217 `overlay-arrow-position'.
22218
22219 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22220 locally instead of adding it to the global hook.
22221 (Info-kill-buffer): Move up.
22222
22223 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22224
22225 * term/xterm.el (xterm-standard-colors): Update color values from
22226 xterm-200.
22227
22228 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22229
22230 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22231
22232 * fast-lock.el:
22233 * lazy-lock.el: Move them to the obsolete subdir.
22234
22235 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22236
22237 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22238 (wdired-add-replace-advice): Remove.
22239 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22240
22241 2005-04-06 Kim F. Storm <storm@cua.dk>
22242
22243 * startup.el (command-line): Add --bare-bones alias for -Q.
22244
22245 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22246
22247 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22248 create the startup fontset if a font specification ends with
22249 `mac-roman'.
22250
22251 2005-04-06 Lute Kamstra <lute@gnu.org>
22252
22253 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22254 change.
22255
22256 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22257 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22258
22259 2005-04-05 Lute Kamstra <lute@gnu.org>
22260
22261 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22262 (define-generic-mode): Ditto. Fix debug declaration.
22263
22264 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22265 Put them in the generic-x group.
22266
22267 * calendar/timeclock.el (timeclock): Doc fix.
22268
22269 * generic.el (define-generic-mode): Don't use custom-current-group.
22270 Document default :group value.
22271 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22272 (define-global-minor-mode): Don't use custom-current-group.
22273
22274 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22275
22276 * startup.el (command-line-1): Display startup-echo-area-message
22277 when fancy splash screen is in use.
22278
22279 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22280 (sh-escaped-newline): New face.
22281 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22282 newline, and use sh-escaped-newline face.
22283
22284 * progmodes/tcl.el (tcl-escaped-newline): New face.
22285 (tcl-builtin-list): New variable.
22286 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22287 newlines. Fix keywords subexpression number.
22288
22289 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22290
22291 * textmodes/org.el (org-diary-default-entry): Fix call to
22292 `add-to-diary-entry'.
22293
22294 2005-04-05 Kim F. Storm <storm@cua.dk>
22295
22296 * ediff-init.el: Use (featurep 'xemacs).
22297
22298 2005-04-05 David Ponce <david@dponce.com>
22299
22300 * cus-edit.el (face): Derive from symbol widget. Display sample
22301 of the current face on the fly.
22302 (widget-face-sample-face-get, widget-face-notify): New functions.
22303 (widget-face-value-create): Remove.
22304
22305 * wid-edit.el (widget-field-end): Temporarily remove field
22306 narrowing before to call `get-char-property'.
22307
22308 2005-04-04 Jay Belanger <belanger@truman.edu>
22309
22310 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22311 (math-read-subscripts): New variable.
22312 (math-read-preprocess-string): Process subscripts.
22313
22314 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22315
22316 * comint.el (comint-prompt-read-only): Doc fix.
22317
22318 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22319 `-1'. Doc fix.
22320
22321 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22322
22323 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22324 Change default value to nil.
22325
22326 2005-04-04 Lute Kamstra <lute@gnu.org>
22327
22328 * autorevert.el (auto-revert-mode): Specify :group.
22329 * battery.el (display-battery-mode): Specify :group.
22330 * diff-mode.el (diff-minor-mode): Specify :group.
22331 * font-core.el (font-lock-mode): Specify :group.
22332 * hl-line.el (hl-line-mode): Specify :group.
22333 * iimage.el (iimage): New customization group.
22334 (iimage-mode): Specify :group.
22335 * longlines.el (longlines-mode): Specify :group.
22336 * master.el: Don't require easy-mmode.
22337 (master): New customization group.
22338 (master-mode): Specify :group.
22339 * msb.el (msb-mode): Specify :group.
22340 * reveal.el (reveal-mode): Specify :group.
22341 * simple.el (next-error-follow-minor-mode): Specify :group.
22342 * smerge-mode.el (smerge-mode): Specify :group.
22343 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22344 * emulation/cua-base.el (cua-mode): Specify :group.
22345 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22346 * language/thai-util.el (thai-auto-composition-mode)
22347 (thai-word-mode): Specify :group.
22348 * mail/supercite.el (sc-minor-mode): Specify :group.
22349 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22350 * progmodes/flymake.el (flymake-mode): Specify :group.
22351 * progmodes/glasses.el (glasses-mode): Specify :group.
22352 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22353 * textmodes/enriched.el (enriched-mode): Specify :group.
22354 * textmodes/refill.el (refill-mode): Specify :group.
22355
22356 * add-log.el (change-log-font-lock-keywords): Names in
22357 parenthesized lists can contain spaces.
22358
22359 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22360
22361 * startup.el (fancy-splash-text): Shorten default text of
22362 "Emacs Tutorial" line. Also, if the current language env
22363 indicates an available tutorial file other than TUTORIAL,
22364 extract its title and append it to the line in parentheses.
22365 (fancy-splash-insert): If arg is a thunk, funcall it.
22366
22367 2005-04-04 Jay Belanger <belanger@truman.edu>
22368
22369 * calc.el (calc-language-alist): Add tags to customization type.
22370
22371 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22372
22373 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22374 Doc fix.
22375
22376 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22377
22378 * add-log.el (change-log-font-lock-keywords): The manual
22379 describing a Change Log entry, says: (...) "Aside from these
22380 header lines, every line in the change log starts with a space or
22381 a tab.". The font-lock was not highlighting lines started with
22382 spaces, added support for it.
22383
22384 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22385
22386 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22387 (bibtex-generate-url-list): Update docstring accordingly. Put the
22388 complex example in the docstring.
22389 (bibtex-font-lock-url): Use pop.
22390
22391 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22392
22393 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22394
22395 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22396
22397 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22398
22399 * filesets.el (filesets-set-default): Doc fix.
22400
22401 2005-04-03 Lute Kamstra <lute@gnu.org>
22402
22403 * generic.el (define-generic-mode): Add argument to specify
22404 keywords for defcustom.
22405 (default-generic-mode): Specify :group.
22406
22407 * generic-x.el: Specify :group for all generic modes.
22408
22409 * desktop.el (desktop-no-desktop-file-hook)
22410 (desktop-after-read-hook): Doc fix.
22411
22412 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22413
22414 * simple.el (visible-mode): Use explicit :group keyword.
22415 This changes the group of `visible-mode-hook' from paren-blinking
22416 to editing-basics.
22417
22418 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22419
22420 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22421 mailbox specifications as well as URLs.
22422 (rmail-insert-inbox-text): Remove unused conditional branches.
22423
22424 2005-04-01 Jay Belanger <belanger@truman.edu>
22425
22426 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22427 (calc-gnuplot-print-command): Move definitions to calc.el.
22428
22429 * calc/calc-embed.el (calc-embedded-announce-formula)
22430 (calc-embedded-open-formula, calc-embedded-close-formula)
22431 (calc-embedded-open-word, calc-embedded-close-word)
22432 (calc-embedded-open-plain, calc-embedded-close-plain)
22433 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22434 (calc-embedded-open-mode, calc-embedded-close-mode):
22435 Move definitions to calc.el.
22436
22437 * calc/calc.el (calc-settings-file, calc-language-alist):
22438 Make customizable.
22439 (calc-embedded-announce-formula, calc-embedded-open-formula)
22440 (calc-embedded-close-formula, calc-embedded-open-word)
22441 (calc-embedded-close-word, calc-embedded-open-plain)
22442 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22443 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22444 (calc-embedded-close-mode, calc-gnuplot-name)
22445 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22446 from other files and make customizable.
22447
22448 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22449
22450 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22451 Use buffer-live-p.
22452 (cvs-mode-run): Don't call cvs-update-header here.
22453 (cvs-run-process): Call cvs-update-header.
22454 Use process properties for cvs-postprocess and cvs-buffer so that
22455 the sentinel can behave better if the temp buffer is killed.
22456 Use a pipe rather than a tty, to better handle unexpected prompts.
22457 (cvs-sentinel): Rewrite. Call cvs-update-header.
22458
22459 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22460
22461 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22462 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22463
22464 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22465
22466 * generic.el (define-generic-mode): Add indentation rule.
22467
22468 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22469
22470 * files.el (mode-require-final-newline): Make Custom correctly
22471 report a nil value and allow to set it to nil via Custom.
22472 Doc fix.
22473
22474 2005-04-01 Kenichi Handa <handa@m17n.org>
22475
22476 * international/characters.el: Enable the correct case setting for
22477 dotless-i and dotted-I.
22478
22479 2005-04-01 Kim F. Storm <storm@cua.dk>
22480
22481 * ido.el (ido-file-internal): Fall back to non-ido command if
22482 initial directory is on slow ftp (or tramp) host.
22483
22484 2005-03-31 Richard M. Stallman <rms@gnu.org>
22485
22486 * emacs-lisp/autoload.el (make-autoload):
22487 Handle define-global-minor-mode.
22488
22489 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22490 Rename from easy-mmode-define-global-mode.
22491 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22492
22493 * progmodes/scheme.el (scheme-mode-syntax-table):
22494 Update syntax of | and # for two-character comment syntax.
22495
22496 2005-03-31 Lute Kamstra <lute@gnu.org>
22497
22498 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22499 (define-minor-mode): Call custom-current-group at load-time.
22500
22501 * generic.el (define-generic-mode): Add debug declaration.
22502 Add defcustom for the mode hook.
22503 (generic-mode-internal): Use run-mode-hooks.
22504
22505 2005-03-31 Kim F. Storm <storm@cua.dk>
22506
22507 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22508 (mouse-fixup-help-message): New defun called by show_help_echo
22509 to fixup mouse-2 prefix in help messages when applicable.
22510
22511 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22512
22513 2005-03-31 Kenichi Handa <handa@m17n.org>
22514
22515 * language/thai-word.el (thai-find-word-ends): Pay attention to
22516 the case that we reach the end of buffer.
22517
22518 * textmodes/fill.el (fill-text-properties-at): New function.
22519 (fill-newline): Use fill-text-properties-at instead of
22520 text-properties-at.
22521
22522 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22523
22524 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22525 not comint-quote-filename.
22526
22527 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22528
22529 * help-fns.el (help-with-tutorial): Revert last change.
22530
22531 2005-03-31 Kim F. Storm <storm@cua.dk>
22532
22533 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22534
22535 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22536
22537 * calendar/cal-china.el: Update reference to "Calendrical
22538 Calculations" book; there's a new edition.
22539 * calendar/cal-coptic.el: Likewise.
22540 * calendar/cal-french.el: Likewise.
22541 * calendar/cal-hebrew.el: Likewise.
22542 * calendar/cal-islam.el: Likewise.
22543 * calendar/cal-iso.el: Likewise.
22544 * calendar/cal-julian.el: Likewise.
22545 * calendar/cal-mayan.el: Likewise.
22546 * calendar/cal-persia.el: Likewise.
22547 * calendar/calendar.el: Likewise.
22548 * calendar/holidays.el: Likewise.
22549 * calendar/lunar.el: Likewise.
22550 * calendar/solar.el: Likewise.
22551
22552 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22553 white space from doc string.
22554
22555 2005-03-30 Jay Belanger <belanger@truman.edu>
22556
22557 * calc/calc-help.el (calc-full-help): Remove email address.
22558
22559 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22560
22561 * help-fns.el (help-with-tutorial): Delete title line.
22562
22563 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22564
22565 * calendar/cal-x.el (calendar-one-frame-setup)
22566 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22567 rather than `symbol' for set-window-dedicated-p.
22568
22569 * calendar/appt.el (appt-buffer-name): Make it a constant.
22570 (appt-add): Doc fix.
22571
22572 * filesets.el (filesets-menu-path, filesets-menu-before)
22573 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22574 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22575 (filesets-add-submenu): Delete and use add-submenu instead.
22576
22577 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22578
22579 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22580 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22581 (org-diary-default-entry): New function.
22582 (org-get-entries-from-diary): Better parsing of diary entries.
22583 (org-agenda-check-no-diary): New function.
22584 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22585 linking to diary entries.
22586 (org-agenda-execute-calendar-command): New function.
22587 (org-agenda): Improve visible section in window.
22588 Use `org-fit-agenda-window'.
22589 (org-fit-agenda-window): New option.
22590 (org-move-subtree-down): Better handling of empty lines
22591 at end of subtree.
22592 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22593 levels up.
22594 (org-fontify-done-headline): New option.
22595 (org-headline-done-face): New face.
22596 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22597 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22598 When current field is non-empty, it is copied to next row.
22599 (org-table-copy-from-above): Fix bug which made it
22600 impossible to copy fields containing only a single non-white character.
22601
22602 2005-03-30 Kim F. Storm <storm@cua.dk>
22603
22604 * kmacro.el (kmacro-end-macro): Isearch may store this command
22605 into the macro -- so ignore it when executing keyboard macro.
22606
22607 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22608
22609 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22610
22611 2005-03-29 Kenichi Handa <handa@m17n.org>
22612
22613 * language/thai.el ("Thai"): Set setup-function and exit-function
22614 for Thai language environment.
22615
22616 * language/thai-util.el: Require thai-word.
22617 (thai-word-mode-map): New variable.
22618 (thai-word-mode): New minor mode.
22619 (setup-thai-language-environment-internal): New function.
22620 (exit-thai-language-environment-internal): New function.
22621
22622 * language/thai-word.el (thai-word-table): Declare it by defvar,
22623 use dolist to initialize it.
22624 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22625 (thai-fill-find-break-point): New functions.
22626
22627 2005-03-29 Richard M. Stallman <rms@gnu.org>
22628
22629 * simple.el (idle-update-delay): Move definition up.
22630 (set-mark): Doc fix.
22631
22632 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22633
22634 * longlines.el: New file.
22635
22636 * simple.el (buffer-substring-filters): New variable.
22637 (filter-buffer-substring): New function.
22638 (kill-region, copy-region-as-kill): Use it.
22639
22640 * register.el (copy-to-register, append-to-register)
22641 (prepend-to-register): Use filter-buffer-substring.
22642
22643 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22644
22645 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22646 (gud-filter-pending-text): Move in front of gdb.
22647 (gud-overlay-arrow-position): New variable.
22648 (gud-sentinel, gud-display-line): Use it in place of
22649 overlay-arrow-position.
22650
22651 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22652
22653 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22654 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22655 (fortran-font-lock-keywords-4): New variable.
22656 (fortran-blocks-re, fortran-end-block-re)
22657 (fortran-start-block-re): New constants, for hideshow.
22658 (hs-special-modes-alist): Add a Fortran entry.
22659 (fortran-mode-map): Bind fortran-end-of-block,
22660 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22661 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22662 (fortran-looking-at-if-then, fortran-end-of-block)
22663 (fortran-beginning-of-block): New functions, for hideshow.
22664
22665 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22666 Doc fix. Tweak regexp.
22667 (f90-beginning-of-block): Push mark first.
22668
22669 2005-03-29 Jay Belanger <belanger@truman.edu>
22670
22671 * calc/calc.el: Update copyright date.
22672 (calc-version): Increase to 2.1.
22673 (calc-version-date): Remove.
22674
22675 * calc/calc-help.el: Update copyright date.
22676 (calc-full-help): Remove reference to calc-version-date.
22677 Update copyright date.
22678
22679 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22680
22681 * vc.el (vc-do-command): Use a pipe for async processes, so password
22682 prompts don't show up at places where the user can't reply.
22683
22684 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22685
22686 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22687 on the file name we pass to the inferior shell.
22688
22689 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22690
22691 * progmodes/which-func.el (which-function): Be robust in the face of an
22692 imenu--make-index-alist failure.
22693
22694 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22695
22696 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22697
22698 * progmodes/python.el (python-preoutput-filter): Fix last change.
22699
22700 2005-03-29 Lute Kamstra <lute@gnu.org>
22701
22702 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22703 functions and compiled macros.
22704 (debug-convert-byte-code): Handle macros too.
22705 (debug-on-entry-1): Don't signal an error when trying to clear a
22706 function that is not set to debug on entry.
22707
22708 2005-03-29 Jay Belanger <belanger@truman.edu>
22709
22710 * calc/calc-lang.el: Add functions to math-function-table
22711 properties of tex and math.
22712
22713 2005-03-29 Kenichi Handa <handa@m17n.org>
22714
22715 * ps-mule.el (ps-mule-plot-string): Translate characters by
22716 ps-print-translation-table.
22717 (ps-mule-begin-job): Call find-charset-region/string with
22718 ps-print-translation-table.
22719 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22720
22721 * ps-print.el (ps-print-translation-table): New variable.
22722 (ps-plot-region): Translate characters by ps-print-translation-table.
22723
22724 2005-03-29 Juri Linkov <juri@jurta.org>
22725
22726 * simple.el (next-error-highlight-timer): New variable.
22727
22728 * progmodes/compile.el (compilation-goto-locus):
22729 Use `next-error-highlight-timer' instead of `sit-for'.
22730
22731 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22732
22733 * mail/supercite.el (sc-mail-field): Use assoc-string.
22734 (sc-get-address): Simplify regexps.
22735
22736 * files.el (minibuffer-with-setup-hook): New macro.
22737 (find-file-read-args): Use it to avoid let-binding
22738 minibuffer-with-setup-hook (which breaks turning on/off
22739 file-name-shadow-mode while in the prompt).
22740
22741 * complete.el (PC-read-include-file-name-internal):
22742 Use test-completion.
22743
22744 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22745
22746 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22747
22748 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22749
22750 * window.el (window-buffer-height): Use count-screen-lines.
22751
22752 * progmodes/python.el (python-preoutput-leftover): New var.
22753 (python-preoutput-filter): Use it.
22754 (python-send-receive): Loop until all the result has been received.
22755
22756 2005-03-28 Juri Linkov <juri@jurta.org>
22757
22758 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22759
22760 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22761 "Recover Crashed Session".
22762 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22763 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22764 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22765 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22766 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22767 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22768 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22769 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22770
22771 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22772 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22773 Ediff Sessions", "Toggle use of separate control buffer frame",
22774 "Use separate frame for Ediff control buffer".
22775
22776 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22777 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22778 "Rename Bookmark", "Delete Bookmark".
22779
22780 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22781 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22782 Add `:active Info-index-alternatives' to "Next Matching Item".
22783
22784 * wdired.el (wdired-change-to-wdired-mode):
22785 Mention `wdired-abort-changes' key in the initial message.
22786
22787 * international/mule.el (auto-coding-alist): Associate non-ascii
22788 image filename extensions with `no-conversion'.
22789
22790 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22791
22792 * international/iso-acc.el:
22793 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22794
22795 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22796
22797 * textmodes/sgml-mode.el (html-mode): Doc update.
22798
22799 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22800
22801 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22802
22803 * term.el (term-move-columns): Fix face after extending a line.
22804 (term-insert-spaces): Likewise.
22805 (term-reset-terminal): Fix off by one error.
22806
22807 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22808
22809 * international/mule.el (auto-coding-alist): Add .xpi files.
22810
22811 * files.el (auto-mode-alist): Add .xpi files.
22812
22813 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22814
22815 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22816
22817 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22818
22819 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22820
22821 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22822
22823 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22824 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22825
22826 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22827 cursor to Jan 1 when needed.
22828 (calendar-end-of-year): Fix -/+ typo.
22829 Reported by Chong Yidong <cyd@stupidchicken.com>.
22830
22831 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22832
22833 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22834
22835 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22836 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22837
22838 2005-03-25 Richard M. Stallman <rms@gnu.org>
22839
22840 * filesets.el (filesets-init): Add autoload.
22841
22842 * mail/mailalias.el (mail-directory): Doc fix.
22843
22844 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22845
22846 * mail/mailalias.el (mail-directory-process): Do nothing if
22847 mail-directory-process is an atom.
22848 (mail-get-names): Ignore mail-directory-names if it is an atom.
22849 (mail-directory-process defvar): Doc fix.
22850 (mail-names): Doc fix.
22851
22852 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22853
22854 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22855
22856 2005-03-26 Kenichi Handa <handa@m17n.org>
22857
22858 * international/mule-util.el (detect-coding-with-priority):
22859 Call update-coding-systems-internal before detect-coding-region.
22860
22861 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22862
22863 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22864 (gdb-frames-mode-map): Add follow-link property.
22865
22866 2005-03-25 Jay Belanger <belanger@truman.edu>
22867
22868 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22869 for variables.
22870
22871 2005-03-25 Juri Linkov <juri@jurta.org>
22872
22873 * image-mode.el: Optimize image filename extension regexps in
22874 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22875 in `auto-mode-alist'.
22876 (image-mode): Add `image-toggle-display-text' to local hook
22877 `change-major-mode-hook'. Display the image as an image by
22878 default. Set `cursor-type' and `truncate-lines' if the image
22879 is already displayed. Take into account the current mode (image
22880 or text) in message.
22881 (image-minor-mode): New minor mode.
22882 (image-mode-maybe, image-toggle-display-text): New functions.
22883 (image-toggle-display): Use called-interactively-p.
22884 Let-bind `inhibit-read-only' to t.
22885
22886 * image-mode.el (image-minor-mode): Set `cursor-type' and
22887 `truncate-lines' if the image is already displayed. Add turning
22888 image-minor-mode off to `change-major-mode-hook'. Add message.
22889 Call `image-toggle-display-text' after turning image-minor-mode off.
22890
22891 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22892
22893 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22894 Terminal.app, use utf-8.
22895 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22896 (set-locale-environment): Use it.
22897
22898 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22899
22900 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22901
22902 * progmodes/python.el (python-close-block-statement-p)
22903 (python-outdent-p, python-current-defun): Use symbol-end.
22904
22905 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22906
22907 * files.el (save-some-buffers): Doc fix.
22908
22909 2005-03-25 Werner Lemberg <wl@gnu.org>
22910
22911 * complete.el, thumbs.el: Replace `legal' with `valid'.
22912 * calendar/calendar.el: Replace `legal' with `valid'.
22913 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22914 * mail/supercite.el: Replace `legal' with `valid'.
22915 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22916 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22917 Replace `legal' with `valid'.
22918 * textmodes/reftex-vars.el, textmodes/reftex.el:
22919 Replace `legal' with `valid'.
22920
22921 2005-03-25 Werner Lemberg <wl@gnu.org>
22922
22923 * calc/calc-forms.el, calc/calc-sel.el
22924 * midnight.el, vc-cvs.el
22925 * emacs-lisp/cl-macs.el
22926 * emulation/vip.el
22927 * eshell/esh-io.el, eshell/esh-var.el
22928 * mail/supercite.el
22929 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22930 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22931 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22932 * progmodes/sh-script.el, progmodes/xscheme.el
22933 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22934 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22935 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22936 * textmodes/reftex.el, textmodes/org.el:
22937 Replace `illegal' with `invalid'.
22938
22939 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22940
22941 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22942 (flymake-find-buildfile, flymake-find-possible-master-files)
22943 (flymake-check-include, flymake-parse-line): Replace loops over the
22944 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22945
22946 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22947 Substitute file-name-as-directory in the rest of the file.
22948 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22949 (flymake-replace-region): Remove unused arg `buffer'.
22950 (flymake-check-patch-master-file-buffer): Update calls to it.
22951 (flymake-add-err-info): Remove unused var `count'.
22952 (flymake-mode): Use define-minor-mode.
22953
22954 * progmodes/flymake.el: Use with-current-buffer.
22955 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22956 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22957 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22958 Avoid testing for `xemacs'.
22959 (flymake-nop): Move.
22960 (flymake-region-has-flymake-overlays): Return the computed value.
22961 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22962 Remove unused var `endline'.
22963 (flymake-get-line-count): Remove unused function.
22964 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22965
22966 * emulation/vi.el:
22967 * generic.el:
22968 * hilit-chg.el (global-highlight-changes):
22969 * hi-lock.el (hi-lock-mode):
22970 * follow.el: find-file-hooks -> find-file-hook.
22971
22972 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22973
22974 2005-03-24 Juri Linkov <juri@jurta.org>
22975
22976 * dired.el (dired-mode-map): Add menu item "Compare directories"
22977 for dired-compare-directories.
22978
22979 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22980 Doc fix. Replace `read-file-name' with `read-directory-name'.
22981
22982 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22983
22984 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22985
22986 2005-03-24 Jay Belanger <belanger@truman.edu>
22987
22988 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22989 relevant mode settings in calc-embedded-original-modes when modes
22990 are permanently changed.
22991
22992 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22993
22994 * autoinsert.el: find-file-hooks -> find-file-hook.
22995
22996 2005-03-24 Lute Kamstra <lute@gnu.org>
22997
22998 * generic.el (generic-font-lock-defaults): Make it obsolete.
22999 (generic-font-lock-keywords): New variable to replace
23000 generic-font-lock-defaults.
23001 (generic-mode-set-font-lock): Delete it.
23002 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23003 (generic-bracket-support): Add docstring.
23004
23005 * generic-x.el: Rename generic-font-lock-defaults to
23006 generic-font-lock-keywords throughout.
23007 (mailagent-rules-setup-function): Delete it.
23008 (mailagent-rules-generic-mode): Use anonymous function instead.
23009 (show-tabs-generic-mode-font-lock-defaults-1)
23010 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23011 Quote faces.
23012 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23013 not foreground.
23014
23015 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23016 Recognize define-generic-mode.
23017
23018 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23019
23020 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23021 if there's no completion table.
23022
23023 2005-03-23 Miles Bader <miles@gnu.org>
23024
23025 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23026 Remove tty-specific variants, as they're no longer needed.
23027
23028 2005-03-23 Lute Kamstra <lute@gnu.org>
23029
23030 * generic-x.el: Code cleanup: make args constant whenever possible.
23031 (installshield-statement-keyword-list)
23032 (installshield-system-functions-list)
23033 (installshield-system-variables-list, installshield-types-list)
23034 (installshield-funarg-constants-list): Make them constants.
23035
23036 * generic.el (generic-make-keywords-list): Add autoload cookie.
23037
23038 * calendar/time-date.el: Add comment on time value formats.
23039 Don't require parse-time.
23040 (with-decoded-time-value): New macro.
23041 (encode-time-value): New function.
23042 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23043 (days-to-time): Return a valid time value when arg is huge.
23044 (time-since): Use time-subtract.
23045 (time-to-number-of-days): Use time-to-seconds.
23046
23047 2005-03-23 David Ponce <david@dponce.com>
23048
23049 * recentf.el (recentf-keep): New option.
23050 (recentf-menu-action): Default to `find-file'.
23051 (recentf-keep-non-readable-files-flag)
23052 (recentf-keep-non-readable-files-p)
23053 (recentf-file-readable-p, recentf-find-file)
23054 (recentf-cleanup-remote): Remove.
23055 (recentf-include-p): More robust.
23056 (recentf-keep-p): New function.
23057 (recentf-remove-if-non-kept): Rename from
23058 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23059 All callers updated.
23060 (recentf-menu-items-for-commands): Fix help string.
23061 (recentf-track-closed-file): Update. Doc fix.
23062 (recentf-cleanup): Update. Count removed files. Doc fix.
23063
23064 2005-03-23 Kim F. Storm <storm@cua.dk>
23065
23066 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23067 Don't inherit from fringe face (now happens automatically).
23068
23069 2005-03-22 Kim F. Storm <storm@cua.dk>
23070
23071 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23072 position values.
23073
23074 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23075
23076 * menu-bar.el (showhide-date-time): Remove.
23077 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23078 (menu-bar-make-mm-toggle): Simplify.
23079
23080 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23081
23082 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23083 Accept qualified variable and function names.
23084
23085 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23086
23087 * bindings.el (completion-ignored-extensions):
23088 Remove ".lis" for `vax-vms'.
23089
23090 2005-03-22 Andreas Schwab <schwab@suse.de>
23091
23092 * generic-x.el: Revert last change.
23093 * ldefs-boot.el: Update.
23094
23095 2005-03-22 Jay Belanger <belanger@truman.edu>
23096
23097 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23098 (calc-embedded-save-original-modes)
23099 (calc-embedded-restore-original-modes): New functions.
23100 (calc-do-embedded): Save original modes when entering embedded mode
23101 and restore when leaving embedded mode.
23102 (calc-embedded-modes-change): Change the value of
23103 calc-embedded-original-modes to reflect permanent changes.
23104
23105 2005-03-22 Lute Kamstra <lute@gnu.org>
23106
23107 * generic-x.el: Require generic again.
23108
23109 2005-03-22 Miles Bader <miles@gnu.org>
23110
23111 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23112 Tweak details to look good on both ttys and bitmap displays, light
23113 or dark background, etc.
23114
23115 2005-03-21 Kim F. Storm <storm@cua.dk>
23116
23117 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23118 mouse position.
23119
23120 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23121
23122 * icomplete.el: Don't forcibly turn on the mode upon load.
23123 (icomplete-mode): Use define-minor-mode.
23124 (icomplete-eoinput): Default to nil.
23125 (icomplete-minibuffer-setup): Remove autoload.
23126 (icomplete-tidy): Simplify.
23127 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23128 in the initial state or if the user has modified the field.
23129 Fix handling of icomplete-max-delay-chars.
23130 Remove code that handles the oddball case where
23131 minibuffer-completion-table is an integer.
23132 Wrap icomplete-completions in while-no-input in case building
23133 completions takes more time than expected.
23134 (icomplete-completions): Simplify.
23135
23136 2005-03-21 Richard M. Stallman <rms@gnu.org>
23137
23138 * jka-compr.el (jka-compr-really-do-compress):
23139 Make variable buffer-local.
23140
23141 * image-mode.el: Handle .xpm files too.
23142 (image-toggle-display): Preserve modification flag.
23143
23144 * help.el (where-is): Don't mention aliases with no key bindings.
23145
23146 2005-03-21 Lute Kamstra <lute@gnu.org>
23147
23148 * generic.el: Fix commentary section. Don't require cl for
23149 compilation.
23150 (generic-mode-list): Add autoload cookie.
23151 (generic-use-find-file-hook, generic-lines-to-scan)
23152 (generic-find-file-regexp, generic-ignore-files-regexp)
23153 (generic-mode, generic-mode-find-file-hook)
23154 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23155 (define-generic-mode): Make it a defmacro. Fix docstring.
23156 (generic-mode-internal): Code cleanup. Add autoload cookie.
23157 (generic-mode-set-comments): Code cleanup.
23158 * generic-x.el: Don't prevent compilation. Don't require generic.
23159 Follow coding conventions. Minor code cleanup.
23160 (etc-fstab-generic-mode): Add some keywords.
23161 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23162 define-generic-mode like a function declaration.
23163
23164 2005-03-21 Jay Belanger <belanger@truman.edu>
23165
23166 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23167 changing modes.
23168
23169 2005-03-21 Sam Steingold <sds@gnu.org>
23170
23171 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23172
23173 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23174
23175 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23176 Add underscore to "f$ lexicals" regexp.
23177
23178 2005-03-20 Juri Linkov <juri@jurta.org>
23179
23180 * subr.el (progress-reporter-do-update): When `min-value' is equal
23181 to `max-value', set `percentage' to 0 and prevent division by zero.
23182
23183 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23184
23185 Sync with Tramp 2.0.48.
23186
23187 * net/tramp.el (all): Change all addresses to .gnu.org.
23188 (tramp-append-tramp-buffers): New defun.
23189 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23190 Catch `dont-send' signal.
23191 (tramp-set-auto-save-file-modes): Set always permissions, because
23192 there might be an old auto-saved file belonging to another
23193 original file. This could be a security threat. Reported by
23194 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23195 Check for Emacs 21.3.50 removed.
23196
23197 * net/tramp-smb.el (all): Remove debug construct for
23198 `with-parsed-tramp-file-name'.
23199 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23200 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23201 No error message if DIRECTORY or FILENAME doesn't exist.
23202 (tramp-smb-open-connection): Check existence of
23203 `tramp-smb-program'.
23204
23205 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23206
23207 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23208 Properly handle the case where the `m' or `s' command's argument is not
23209 yet terminated.
23210 (perl-indent-new-calculate): New function.
23211 (perl-indent-line): Use it.
23212
23213 2005-03-20 Miles Bader <miles@gnu.org>
23214
23215 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23216 in text-mode too. Change to new face names.
23217 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23218 Add `:weight bold' attribute.
23219 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23220
23221 2005-03-19 Juri Linkov <juri@jurta.org>
23222
23223 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23224
23225 * international/mule.el (auto-coding-alist): Sync with
23226 `auto-mode-alist' by adding upper case archive file extensions
23227 and adding ear/war to jar extension.
23228
23229 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23230
23231 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23232 running, restart it.
23233
23234 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23235
23236 * finder.el (finder-current-item): Throw an error on an empty line.
23237
23238 * man.el (Man-follow-manual-reference): If current-word returns
23239 nil, use "".
23240
23241 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23242
23243 * simple.el (goto-line): Doc fix.
23244
23245 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23246
23247 * files.el (save-buffer): Doc fix.
23248
23249 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23250
23251 * recentf.el (recentf-cleanup-remote): New variable.
23252 (recentf-cleanup): Use it to conditionally check availability of
23253 remote files.
23254
23255 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23256
23257 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23258 function names.
23259
23260 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23261
23262 * language/thai-word.el: New file.
23263
23264 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23265
23266 * files.el (backup-buffer): If the file's directory is not
23267 writable, use copy instead of move to backup the file.
23268
23269 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23270
23271 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23272
23273 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23274
23275 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23276 Use functionp instead of symbolp and fboundp. Reported by Drkm
23277 <darkman_spam@yahoo.fr>.
23278 (ps-print-version): New version 6.6.6.
23279
23280 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23281
23282 * textmodes/table.el (table--line-column-position): New idiom.
23283 (table--row-column-insertion-point-p): New function to test
23284 validity of row and column insertion operation at a location.
23285 (table-global-menu, table-cell-menu): Use above functions for
23286 deterministic test operation.
23287 (table--editable-cell-p): Behave in deterministic fashion.
23288
23289 2005-03-18 Juri Linkov <juri@jurta.org>
23290
23291 * isearch.el (isearch-lazy-highlight-new-loop):
23292 Make arguments beg and end optional.
23293 (isearch-update): Remove optional arguments nil from
23294 isearch-lazy-highlight-new-loop.
23295 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23296 isearch-lazy-highlight-case-fold-search instead of
23297 isearch-case-fold-search, and let-bind isearch-regexp to
23298 isearch-lazy-highlight-regexp.
23299 Use isearch-lazy-highlight-last-string instead of isearch-string.
23300
23301 * replace.el (perform-replace): Remove bindings of global
23302 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23303 Add three new arguments to `replace-highlight'.
23304 (replace-highlight): Add arguments string, regexp, case-fold.
23305 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23306 to allow isearch-lazy-highlight-new-loop to use these values
23307 to set corresponding isearch-lazy-highlight-* internal
23308 variables whose values lazy highlighting will use regardless of
23309 changes to global variables isearch-string, isearch-regexp,
23310 isearch-case-fold-search during lazy highlighting loop.
23311 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23312 to `lazy-highlight-cleanup'.
23313
23314 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23315 (ispell-highlight-face): Set default face to `isearch' when
23316 lazy highlighting is enabled.
23317 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23318 priority to 1. Add lazy highlighting.
23319 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23320 from `isearch-dehighlight'.
23321
23322 2005-03-18 David Ponce <david@dponce.com>
23323
23324 * files.el (hack-local-variables): Do a case-insensitive search
23325 for End.
23326
23327 2005-03-18 Juri Linkov <juri@jurta.org>
23328
23329 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23330 `isearch-lazy-highlight-cleanup', add alias to old name and
23331 declare obsolete. Add release numbers to other obsolete vars.
23332 (isearch-done, isearch-lazy-highlight-new-loop):
23333 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23334 (lazy-highlight-cleanup) <variable>: Doc fix.
23335 (isearch-lazy-highlight-update): Rename obsolete
23336 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23337
23338 2005-03-18 Kenichi Handa <handa@m17n.org>
23339
23340 * language/thai-util.el: Fix categorization of Thai characters in
23341 thai-category-table.
23342 (thai-composition-pattern): Adjust it for the above change.
23343 (thai-self-insert-command, thai-compose-syllable): New functions.
23344 (thai-compose-region): Use thai-compose-syllable.
23345 (thai-compose-string): Likewise.
23346 (thai-composition-function): Likewise.
23347 (thai-auto-composition): New function.
23348 (thai-auto-composition-mode): New minor mode.
23349
23350 * language/thai.el: Fix patterns to be registered in
23351 composition-function-table.
23352
23353 * international/quail.el (quail-input-method): Locally bind
23354 inhibit-modification-hooks to t.
23355
23356 2005-03-17 Richard M. Stallman <rms@gnu.org>
23357
23358 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23359 (perl-mode): Use run-mode-hooks.
23360
23361 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23362 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23363 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23364
23365 * mail/sendmail.el (sendmail-send-it): Reenable the code
23366 to compute resend-to-address and use it.
23367
23368 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23369
23370 * image-mode.el: New file.
23371
23372 * image.el (insert-sliced-image): Add autoload cookie.
23373
23374 * font-lock.el (font-lock-lines-before): New user option.
23375 (font-lock-after-change-function): Obey it.
23376
23377 * bindings.el (esc-map): Make M-g a prefix.
23378 Bind M-g g and M-g M-g to goto-line.
23379
23380 * faces.el (face-id): Doc fix.
23381
23382 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23383
23384 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23385 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23386 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23387
23388 * mail/sendmail.el (mail-yank-ignored-headers)
23389 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23390 Add Mail-Followup-To and Mail-Reply-To headers.
23391 (mail-citation-hook): Add autoload cookie.
23392 (mail-mode): Doc fix.
23393 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23394 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23395 (mail-mode-fill-paragraph): Handle those headers.
23396 (mail-mailing-lists): New variable.
23397 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23398
23399 2005-03-17 Juri Linkov <juri@jurta.org>
23400
23401 * isearch.el (isearch-fallback): Check for `(car previous)'
23402 before calling `isearch-other-end-state'.
23403
23404 2005-03-17 Kim F. Storm <storm@cua.dk>
23405
23406 * simple.el (move-beginning-of-line): Move to beginning of buffer
23407 line, as well as beginning of screen line.
23408
23409 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23410
23411 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23412 argument REDRAW rather than calendar-redrawing variable.
23413 * calendar/calendar.el (calendar-redrawing): Delete.
23414 (redraw-calendar): Do not bind calendar-redrawing.
23415
23416 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23417
23418 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23419 diary-file buffer.
23420
23421 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23422
23423 * help.el (describe-mode): Allow a :minor-mode-function property to
23424 specify a different minor mode toggle function than the variable.
23425 * simple.el (auto-fill-function):
23426 * subr.el (add-minor-mode): Use it.
23427
23428 2005-03-16 Kenichi Handa <handa@m17n.org>
23429
23430 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23431 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23432 (ethio-fidel-to-sera-buffer): Likewise.
23433
23434 2005-03-16 Juri Linkov <juri@jurta.org>
23435
23436 * emacs-lisp/find-func.el (find-function-regexp):
23437 Add defun-emitting macro `menu-bar-make-toggle'.
23438
23439 * isearch.el: Put `isearch-scroll' property to
23440 `split-window-horizontally'.
23441
23442 * info.el: Update error messages for `debug-ignored-errors'.
23443 (Info-isearch-search): Doc fix.
23444 (Info-find-node): Move up code to go into info buffer before
23445 recording the node to the history.
23446 (Info-fontify-node): Fontify titles only if the next line
23447 has two or more `*', `=', `-', `.'.
23448 Display "go to this node" for empty (match-string 3).
23449
23450 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23451
23452 * term/mac-win.el: Add mouse pointer shape constants.
23453
23454 2005-03-15 Kim F. Storm <storm@cua.dk>
23455
23456 * simple.el (move-beginning-of-line): Use vertical-motion.
23457
23458 2005-03-15 Juri Linkov <juri@jurta.org>
23459
23460 * isearch.el (isearch-error): New variable.
23461 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23462 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23463 (isearch-within-brackets-state): Remove.
23464 (isearch-case-fold-search-state, isearch-pop-fun-state):
23465 Decrease frame index.
23466 (isearch-mode, isearch-top-state, isearch-push-state)
23467 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23468 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23469 (isearch-search, isearch-lazy-highlight-new-loop):
23470 Replace `isearch-invalid-regexp' with `isearch-error'.
23471 Remove `isearch-within-brackets'.
23472 (isearch-search): Add `search-failed' handler to `condition-case'.
23473 (isearch-lazy-highlight-search): Add `condition-case' to catch
23474 errors and allow `isearch-lazy-highlight-update' to try
23475 highlighting from the beginning of the window.
23476 (isearch-repeat): Move up code to set isearch-wrapped to t
23477 before calling isearch-wrap-function.
23478
23479 * info.el (Info-isearch-initial-node): New internal variable.
23480 (Info-search): Signal an error in isearch mode when search leaves
23481 the initial node. Signal an error when `bound' is non-nil and
23482 nothing was found in the current subfile.
23483 (Info-isearch-search): Remove `condition-case'.
23484 (Info-isearch-wrap): Don't wrap when search failed during leaving
23485 the initial node. If `Info-isearch-search' is nil, wrap around
23486 the current node.
23487 (Info-isearch-start): New fun.
23488 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23489 `isearch-mode-hook'.
23490
23491 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23492
23493 * simple.el (normal-erase-is-backspace): Set default to t if
23494 running on Mac.
23495
23496 * term/mac-win.el (function-key-map): Sync with x-win.el.
23497
23498 2005-03-15 Kenichi Handa <handa@m17n.org>
23499
23500 * international/mule-cmds.el (locale-language-names): Modify the
23501 format of elements and add more entries.
23502 (locale-preferred-coding-systems): Add more entries.
23503 (set-locale-environment): Adjust for the change of
23504 locale-language-names.
23505
23506 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23507
23508 * pcvs.el (smerge-ediff): Remove bogus autoload.
23509
23510 2005-03-14 Lute Kamstra <lute@gnu.org>
23511
23512 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23513 Ignore a `*' at the beginning of a line.
23514
23515 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23516 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23517 subr.el.
23518 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23519 to specify indentation.
23520
23521 * generic.el (define-generic-mode): Let generic-mode-list be a
23522 list of strings; test membership with equal.
23523
23524 2005-03-14 Kim F. Storm <storm@cua.dk>
23525
23526 * simple.el (next-line, previous-line): Add optional try-vscroll
23527 arg to recognize interactive use. Pass it on to line-move.
23528 (line-move): Don't perform auto-window-vscroll when defining or
23529 executing keyboard macro to ensure consistent behavior.
23530
23531 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23532
23533 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23534
23535 2005-03-13 Lute Kamstra <lute@gnu.org>
23536
23537 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23538 debugger-setup-buffer so that backtrace marks the frames set to
23539 debug-on-exit and we don't have to do it manually. Set an extra
23540 debug-on-exit for macro's.
23541 (debugger-setup-buffer): Don't mark the top frame manually.
23542
23543 2005-03-12 Lute Kamstra <lute@gnu.org>
23544
23545 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23546 lisp-indent-function throughout.
23547 (with-no-warnings): Set lisp-indent-function property.
23548
23549 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23550
23551 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23552 Add entry for backslash.
23553
23554 2005-03-12 Juri Linkov <juri@jurta.org>
23555
23556 * info.el (Info-search): Four fixes for backward search.
23557
23558 2005-03-11 Jay Belanger <belanger@truman.edu>
23559
23560 * calc/calc.el (calc-language-alist): New variable.
23561 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23562 (calc-embedded-find-modes): Use calc-language-alist instead of
23563 calc-embedded-language-alist.
23564
23565 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23566
23567 * calendar/calendar.el (calendar-redrawing): New internal
23568 variable.
23569 (redraw-calendar): Remove bogus save-excursion from previous
23570 change. Bind calendar-redrawing to t for mark-diary-entries.
23571 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23572 calendar if that is why we were called.
23573
23574 2005-03-11 Kenichi Handa <handa@m17n.org>
23575
23576 * international/mule.el (make-coding-system): Set property
23577 coding-system-define-form to nil.
23578 (define-coding-system-alias): Likewise.
23579
23580 2005-03-11 Kenichi Handa <handa@m17n.org>
23581
23582 These changes are suggested by Dave Love <fx@gnu.org>.
23583
23584 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23585 coding: tag.
23586 (adaptive-fill-regexp): Add more bullets.
23587 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23588 regexps.
23589
23590 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23591
23592 * help.el (describe-mode): Properly handle non-trivial lighters.
23593 Don't ignore minor modes that are not listed in minor-mode-list.
23594
23595 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23596 feature ON when the user requests to turn it OFF.
23597
23598 2005-03-10 Lute Kamstra <lute@gnu.org>
23599
23600 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23601 (implement-debug-on-entry): New function to replace debug-entry-code.
23602 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23603 second argument as the 2005-03-07 change makes it obsolete.
23604 (debug-on-entry, cancel-debug-on-entry): Update call to
23605 debug-on-entry-1.
23606 (debug, debugger-setup-buffer): Comment update.
23607 (debugger-frame-number): Update to work with implement-debug-on-entry.
23608
23609 2005-03-10 Jay Belanger <belanger@truman.edu>
23610
23611 * calc/calc-embed.el (math-ms-args): Declare it.
23612 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23613 math-ms-args.
23614 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23615 variables.
23616
23617 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23618
23619 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23620 Use message-box.
23621
23622 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23623 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23624 (tooltip-gud-tips): Simplify.
23625 (tooltip-gud-tips-p): Remove superfluous :set.
23626 (tooltip-gud-modes): Add fortran-mode.
23627 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23628
23629 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23630
23631 2005-03-09 Kim F. Storm <storm@cua.dk>
23632
23633 * play/animate.el (animate-place-char): Use forward-line instead
23634 of next-line to improve performance.
23635
23636 2005-03-09 Simon Josefsson <jas@extundo.com>
23637
23638 * net/browse-url.el (browse-url-default-browser): Doc fix.
23639
23640 2005-03-09 Miles Bader <miles@gnu.org>
23641
23642 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23643 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23644
23645 2005-03-09 Kenichi Handa <handa@m17n.org>
23646
23647 * international/latin-1.el: Set case and syntax for 255 only if
23648 set-case-syntax-set-multibyte is nil.
23649
23650 * textmodes/ispell.el (ispell-insert-word): New function.
23651 (ispell-word): Use ispell-insert-word to insert a new word.
23652 (ispell-process-line): Likewise.
23653 (ispell-complete-word): Likewise.
23654
23655 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23656
23657 * calendar/calendar.el (redraw-calendar): Preserve point.
23658 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23659 (calendar-week-start-day): Move after definition of
23660 redraw-calendar. Delete buffer test, since redraw-calendar has
23661 that now.
23662
23663 * calendar/diary-lib.el (mark-diary-entries): Only call
23664 redraw-calendar in the first of any recursive calls.
23665 Reported by Alan Shutko <ats@acm.org>.
23666
23667 2005-03-08 Juri Linkov <juri@jurta.org>
23668
23669 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23670 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23671 (html-radio-buttons): Add a space before the trailing `/>' where
23672 sgml-xml-mode is non-nil.
23673 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23674 the subsequent tag of the empty XML tag.
23675 (html-href-anchor): Don't set initial input to "http:".
23676 (html-image): Ask for the image URL and set point inside alt="".
23677 (html-name-anchor): Duplicate the name in the `id' attribute when
23678 sgml-xml-mode is non-nil.
23679 (html-paragraph): Remove \n before <p>.
23680 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23681 instead of `checked' when sgml-xml-mode is non-nil.
23682
23683 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23684 Remove 1 space before #RRGGBB to not truncate it on terminal
23685 windows w/o fringes. Remove 1 space between bg and fg examples
23686 to get more space.
23687 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23688 avoid byte-compile warnings.
23689
23690 * image-file.el (image-file-handler): Put `safe-magic' property to
23691 `image-file-handler'.
23692
23693 * info.el (Info-isearch-search): Emulate word search in
23694 isearching through multiple Info nodes with Info-search.
23695 (Info-isearch-wrap): Allow isearch-word.
23696
23697 2005-03-08 Lute Kamstra <lute@gnu.org>
23698
23699 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23700 stepping into the debugger's code is not possible.
23701 (debugger-jumping-flag): Docstring update.
23702
23703 2005-03-08 Jay Belanger <belanger@truman.edu>
23704
23705 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23706 embedded mode begins.
23707 (calc-embedded-language-alist): New variable.
23708 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23709 set default language mode.
23710
23711 2005-03-08 Kenichi Handa <handa@m17n.org>
23712
23713 * international/ccl.el (define-ccl-program): Fix docstring about
23714 extra 256 bytes assured for the output buffer.
23715
23716 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23717 Fix BUFFER_MAGNIFICATION to 2.
23718 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23719
23720 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23721
23722 * align.el (align-rules-list): Added an alignment rule for CSS
23723 declarations (applies to css-mode and html-mode buffers).
23724
23725 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23726
23727 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23728
23729 2005-03-07 Kim F. Storm <storm@cua.dk>
23730
23731 * simple.el (move-beginning-of-line): New command.
23732
23733 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23734
23735 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23736
23737 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23738 and move-beginning-of-line.
23739
23740 * apropos.el (apropos-print): Omit command from M-x ... RET.
23741
23742 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23743
23744 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23745 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23746
23747 2005-03-06 Richard M. Stallman <rms@gnu.org>
23748
23749 * bindings.el (esc-map): Bind M-g to goto-line.
23750
23751 * facemenu.el (global-map): Bind M-o, not M-g.
23752
23753 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23754
23755 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23756 "Open Directory" as for "Open File".
23757
23758 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23759
23760 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23761 (push-mark-command): Run activate-mark-hook.
23762
23763 2005-03-06 Richard M. Stallman <rms@gnu.org>
23764
23765 * help-mode.el (help-mode-finish): Don't alter the element
23766 in view-return-to-alist if there already is one.
23767
23768 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23769 make sure the current buffer is the expected one.
23770
23771 * novice.el (disabled-command-function): Output in *Disabled Command*.
23772 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23773
23774 * textmodes/flyspell.el (flyspell-large-region):
23775 Pass args differently for aspell.
23776
23777 * files.el (mode-require-final-newline): Doc fix.
23778
23779 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23780
23781 * progmodes/which-func.el (which-function):
23782 Specify NOERROR when calling imenu--make-index-alist.
23783
23784 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23785
23786 * simple.el (normal-erase-is-backspace): Define default value.
23787
23788 * custom.el (custom-theme-set-variables): Remove unused var
23789 `immediate'.
23790 (custom-reevaluate-setting): Simple function to handle variables
23791 that are defined before their default value can really be
23792 computed.
23793
23794 * startup.el (command-line): Use it for temporary-file-directory,
23795 small-emporary-file-directory, auto-save-file-name-transforms,
23796 blink-cursor-mode, and normal-erase-is-backspace.
23797
23798 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23799 progress, even with buggy anchored keywords.
23800
23801 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23802
23803 * simple.el (goto-line): Remove unbalanced final parenthesis.
23804
23805 2005-03-05 Richard M. Stallman <rms@gnu.org>
23806
23807 * simple.el (goto-line): Use a number at point as the default.
23808 With C-u as arg, switch buffers.
23809
23810 2005-03-05 Juri Linkov <juri@jurta.org>
23811
23812 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23813 with `no-blinking-cursor'.
23814
23815 * startup.el (no-blinking-cursor): New defvar.
23816 (command-line): Add `--no-blinking-cursor' to longopts.
23817 Set `no-blinking-cursor' to t for command line arguments
23818 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23819 with `no-blinking-cursor' in the condition for calling
23820 `blink-cursor-mode'.
23821
23822 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23823
23824 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23825 (menu-bar-options-save): Add blink-cursor-mode.
23826 (menu-bar-options-menu): Add blink-cursor-mode.
23827
23828 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23829
23830 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23831 (icalendar-export-file, icalendar-export-region)
23832 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23833 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23834
23835 2005-03-04 Lute Kamstra <lute@gnu.org>
23836
23837 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23838 (debug-function-list): Ditto.
23839
23840 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23841
23842 * textmodes/texinfmt.el (texinfo-append-refill):
23843 Redefine the types of line to which @refill
23844 is not appended by replacing a search for `@refill\\|@bye' with
23845 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23846 itemize@refill' bug and the unfilled long lines bug.
23847 (texinfmt-version): Update number and date.
23848
23849 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23850
23851 * international/code-pages.el (windows-1250, windows-125[2-8])
23852 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23853
23854 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23855
23856 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23857 bound yet.
23858
23859 2005-03-02 Romain Francoise <romain@orebokech.com>
23860
23861 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23862 buffer after removing limits.
23863 (ibuffer-pop-filter): Ditto.
23864 Update copyright.
23865
23866 2005-03-02 Miles Bader <miles@gnu.org>
23867
23868 * button.el (make-text-button): If the user doesn't specify a
23869 type, use the default. Rewrite to use `add-text-properties' and
23870 plist functions.
23871
23872 2005-03-01 Lute Kamstra <lute@gnu.org>
23873
23874 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23875 (debugger-jumping-flag): New var.
23876 (debug-entry-code): Use it.
23877 (debugger-jump): Use debugger-jumping-flag and add
23878 debugger-reenable to post-command-hook.
23879 (debugger-reenable): Use debugger-jumping-flag and remove itself
23880 from post-command-hook.
23881 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23882 debugger-reenable.
23883
23884 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23885
23886 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23887 inclusion of "itemize\\|", which may be unnecessary, is certainly
23888 inelegant, and stops refilling in itemize lists when formatting
23889 Japanese Texinfo files to Info.
23890 Update copyright to 2005.
23891
23892 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23893
23894 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23895 of an error if GDB can't find the source file.
23896
23897 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23898
23899 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23900 not just the calendar.
23901
23902 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23903 first.
23904 (diary-redraw-calendar): New function.
23905 (make-diary-entry): Add diary-redraw-calendar to local
23906 write-contents-functions. Turn off selective display before
23907 inserting in diary.
23908
23909 2005-03-01 Kim F. Storm <storm@cua.dk>
23910
23911 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23912
23913 2005-03-01 Lute Kamstra <lute@gnu.org>
23914
23915 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23916 that debug-entry-code can be safely removed from a function while
23917 this code is being evaluated. Revert the 2005-02-27 change as the
23918 new implementation no longer requires it. Make sure that a
23919 function body containing just a string is not mistaken for a docstring.
23920 (debug): Skip one more frame in case of debug on entry.
23921 (debugger-setup-buffer): Delete one more frame line in case of
23922 debug on entry.
23923 (debugger-frame-number): Update to use the new text introduced by
23924 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23925
23926 2005-02-28 Kim F. Storm <storm@cua.dk>
23927
23928 * double.el (double-translate-key): Call force-window-update after
23929 read-event to avoid crash in redisplay.
23930
23931 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23932
23933 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23934 (debug): Use it. Move the inhibit-trace earlier.
23935 (debug-entry-code): New const.
23936 (debug-on-entry-1): Use it.
23937
23938 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23939
23940 * international/utf-16.el (ccl-encode-mule-utf-16le):
23941 Fix BUFFER_MAGNIFICATION to 2.
23942 (ccl-encode-mule-utf-16be): Likewise.
23943
23944 2005-02-28 Kenichi Handa <handa@m17n.org>
23945
23946 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23947 Fix BUFFER_MAGNIFICATION to 4.
23948 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23949
23950 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23951
23952 * speedbar.el (speedbar-update-flag): Doc fix.
23953 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23954 argument.
23955
23956 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23957
23958 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23959 have a non-nil `invisible' property but are actually visible.
23960
23961 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23962 for perldoc sections.
23963 (perl-outline-regexp, perl-outline-level): New var and function.
23964 (perl-mode): Use them.
23965
23966 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23967
23968 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23969 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23970
23971 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23972
23973 * cus-edit.el: Comment change.
23974 (custom-buffer-create-internal): Slightly reword text at top of
23975 Custom buffers. Mention there that saving an option edits the
23976 init file. Add link to Emacs manual node on `custom-file'.
23977 (custom-magic-alist): Rewrite individual State messages to use
23978 capitalized keywords. Doc fix.
23979
23980 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23981
23982 * calendar/calendar.el (calendar-buffer): Move above
23983 calendar-week-start-day.
23984 (calendar-week-start-day): Doc fix. Add :set function.
23985 (calendar-minimum-window-height): New variable.
23986 (generate-calendar-window): Only resize window if selected-window
23987 is displaying the calendar buffer. Use new variable
23988 calendar-minimum-window-height.
23989 (generate-calendar): Reword error message.
23990 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23991
23992 2005-02-27 Andreas Schwab <schwab@suse.de>
23993
23994 * vc.el (vc-do-command): Don't run command asynchronously when
23995 operating in a remote directory.
23996
23997 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23998 change from sync with Tramp 2.0.47.
23999
24000 2005-02-27 Richard M. Stallman <rms@gnu.org>
24001
24002 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24003
24004 * textmodes/flyspell.el (flyspell-mode-on):
24005 Call ispell-change-dictionary only if necessary.
24006
24007 * emacs-lisp/re-builder.el (regexp-builder): New function.
24008
24009 * register.el (describe-register-1): Explicitly handle
24010 yank-excluded-properties = t.
24011
24012 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24013 (custom-magic-alist): Change the status descriptions again.
24014 (face widget-type): Total rewrite based on `restricted-sexp'
24015 to eliminate the confusing double hiding levels.
24016
24017 * emacs-lisp/debug.el (debug-on-entry-1):
24018 If function body is empty, add nil as body form.
24019
24020 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24021
24022 * emacs-lisp/trace.el (inhibit-trace): New var.
24023 (trace-make-advice): Use it.
24024
24025 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24026
24027 2005-02-26 Kim F. Storm <storm@cua.dk>
24028
24029 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24030 (mouse-on-link-p, mouse-drag-region-1): Use it.
24031
24032 2005-02-25 Lute Kamstra <lute@gnu.org>
24033
24034 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24035
24036 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24037
24038 * frame.el (blink-cursor-mode): Add :group keyword.
24039
24040 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24041
24042 * calendar/icalendar.el (icalendar--decode-isodatetime):
24043 New optional argument DAY-SHIFT.
24044 (icalendar-export-region): Fix coding-system-for-write.
24045 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24046 events by one.
24047
24048 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24049
24050 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24051
24052 2005-02-24 Kim F. Storm <storm@cua.dk>
24053
24054 * international/iso-acc.el (iso-accents-compose): Fix crash
24055 during redisplay. Call force-window-update after read-event
24056 and delete-region to signal that window is not accurate.
24057
24058 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24059
24060 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24061 Remove unused and inexistent var `inhibit-trace'.
24062 (debugger-mode): Use run-mode-hooks.
24063 (debugger-list-functions): Add buttons; setup xref stack.
24064
24065 2005-02-23 Richard M. Stallman <rms@gnu.org>
24066
24067 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24068 appointment says it was explicitly made.
24069 (appt-add): Set the 3rd element.
24070 (appt-make-list): Preserve explicit appointments.
24071
24072 * subr.el (find-tag-default): Catch errors in forward-sexp.
24073
24074 2005-02-23 Juri Linkov <juri@jurta.org>
24075
24076 * info.el (Info-isearch-search): New defcustom.
24077 (Info-isearch-search): Call the default isearch function
24078 when Info-isearch-search is nil.
24079 (Info-isearch-wrap): Use variable Info-isearch-search.
24080
24081 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24082
24083 * cus-edit.el: Comment change.
24084
24085 2005-02-22 Kim F. Storm <storm@cua.dk>
24086
24087 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24088 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24089
24090 2005-02-22 Simon Josefsson <jas@extundo.com>
24091
24092 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24093 New variable.
24094 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24095 Oskarsson" <myrkraverk@users.sourceforget.net>.
24096
24097 2005-02-22 Kim F. Storm <storm@cua.dk>
24098
24099 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24100 check that window of that event is the selected window.
24101 (mouse-drag-region-1): Compare mouse event window to selected
24102 window before setting point.
24103
24104 * tooltip.el (tooltip-show-help-function): Pass event to
24105 mouse-on-link-p so it can check selected window.
24106
24107 2005-02-22 Kenichi Handa <handa@m17n.org>
24108
24109 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24110 (ps-mule-show-warning): New function.
24111 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24112 characters are found.
24113
24114 * ps-print.el (ps-header-footer-string): Return a list of header
24115 and footer strings.
24116
24117 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24118
24119 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24120
24121 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24122
24123 * frame.el (blink-cursor-mode): Use define-minor-mode.
24124
24125 * term/mac-win.el (function-key-map): Use char-names more consistently.
24126 (file-name-coding-system): Only set it for MacOS-9. The other case is
24127 already handled in mule-cmds.el (where it also works when mac-win.el
24128 is not used).
24129
24130 2005-02-21 Kenichi Handa <handa@m17n.org>
24131
24132 * international/mule.el (ctext-pre-write-conversion): Always use
24133 " *code-converting-work*" buffer for work.
24134
24135 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24136
24137 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24138
24139 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24140
24141 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24142
24143 * ses.el (undo-more): Restore defadvice, but only the part that
24144 allows changes outside the restricted area of the buffer.
24145
24146 2005-02-20 Kim F. Storm <storm@cua.dk>
24147
24148 * simple.el (line-move): Add fourth optional arg try-vscroll which
24149 must be set to perform auto-window-vscroll.
24150 When moving backwards and doing auto-window-vscroll, automatically
24151 vscroll to the last part of lines which are taller than the window.
24152 (next-line, previous-line): Set try-vscroll arg on line-move.
24153
24154 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24155
24156 * replace.el (query-replace, query-replace-regexp)
24157 (replace-string, replace-regexp): When operating on region, make
24158 the minibuffer prompt say so.
24159
24160 * isearch.el (isearch-forward): Document isearch-query-replace and
24161 isearch-query-replace-regexp keybindings.
24162
24163 2005-02-19 Jay Belanger <belanger@truman.edu>
24164
24165 * calc/calc-aent.el (math-read-token): Add local variable.
24166
24167 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24168 (calc-edit-top): Move declaration to earlier in file.
24169 (calc-edit-macro-repeats): Add local variables.
24170
24171 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24172 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24173 calcFunc-tanh.
24174 Adjust integration rule for calcFunc-tan.
24175
24176 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24177
24178 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24179 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24180 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24181 (viper-skip-separators): Bug fix.
24182 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24183 particular major mode.
24184 (viper-del-backward-char-in-replace): Don't put deleted char on the
24185 kill ring.
24186
24187 * viper-ex.el (viper-color-display-p): New function.
24188 (viper-has-face-support-p): Use viper-color-display-p.
24189
24190 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24191
24192 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24193
24194 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24195 (viper-file-remote-p): Make equivalent to file-remote-p.
24196
24197 * viper.el (viper-major-mode-modifier-list):
24198 Use viper-gnus-modifier-map.
24199
24200 2005-02-19 David Kastrup <dak@gnu.org>
24201
24202 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24203 quoting.
24204
24205 2005-02-19 Jay Belanger <belanger@truman.edu>
24206
24207 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24208 Remove extra definitions.
24209 (calc-coth): New function.
24210 (calcFunc-cot): Fix `let'.
24211
24212 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24213
24214 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24215 the reasons we use "type pc" in these faces.
24216
24217 * button.el (button): Ditto.
24218
24219 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24220
24221 * replace.el (query-replace-read-from): Set the value of
24222 query-replace-from-history-variable to handle the case of an empty
24223 string entered to accept the suggested default.
24224
24225 * net/tramp.el (tramp-file-name-for-operation):
24226 Use dired-call-process instead of dired-call-process-command.
24227
24228 2005-02-19 Jay Belanger <belanger@truman.edu>
24229
24230 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24231 (math-div-non-trig): New variables.
24232 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24233 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24234 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24235 trig expressions.
24236
24237 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24238
24239 * progmodes/gdb-ui.el (gdb-var-update-handler)
24240 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24241 for watch expressions,
24242 (gdb-var-create-handler): Don't set speedbar-update-flag.
24243 (gdb-post-prompt): Simplify test for speedbar.
24244
24245 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24246
24247 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24248 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24249 we use the syntax table of the correct buffer.
24250 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24251 Felix Gatzemeier.
24252
24253 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24254 (ediff-file-remote-p): Make synonymous with file-remote-p.
24255 In all deffaces ediff-*-face-*, use min-colors.
24256
24257 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24258 ediff-recurse-to-subdirectories.
24259 (ediff-mark-if-equal): Check that the arguments are strings, use
24260 ediff-same-contents (after to Felix Gatzemeier).
24261
24262 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24263 nil.
24264
24265 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24266
24267 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24268
24269 2005-02-18 David Kastrup <dak@gnu.org>
24270
24271 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24272 use `mark-active' when defined.
24273
24274 2005-02-18 Kenichi Handa <handa@m17n.org>
24275
24276 * ps-print.el (ps-font-info-database): New entry
24277 ZapfChancery-MediumItalic with correct font name. Fix font name
24278 of the entry Zapf-Chancery-MediumItalic.
24279
24280 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24281
24282 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24283
24284 2005-02-16 Kim F. Storm <storm@cua.dk>
24285
24286 * ido.el (ido-fallback-command): Pass user input to fallback command.
24287
24288 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24289
24290 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24291 (gdb-find-file-hook): Add server prefix.
24292
24293 2005-02-16 Richard M. Stallman <rms@gnu.org>
24294
24295 * replace.el (perform-replace): Pass new args to replace-highlight.
24296 (replace-highlight): Take region args,
24297 and pass them to isearch-lazy-highlight-new-loop.
24298
24299 * novice.el (disabled-command-hook): Autoload the defalias
24300 and the make-obsolete-variable call.
24301
24302 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24303
24304 * isearch.el (isearch-lazy-highlight-start-limit)
24305 (isearch-lazy-highlight-end-limit): New variables limit
24306 the region for highlighting.
24307 (isearch-lazy-highlight-new-loop): New args BEG and END.
24308 (isearch-lazy-highlight-search): Use the new vars.
24309 (isearch-lazy-highlight-update): Likewise.
24310
24311 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24312
24313 * cus-start.el (all): Use default-boundp.
24314
24315 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24316
24317 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24318
24319 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24320
24321 * autorevert.el (auto-revert-stop-on-user-input)
24322 (auto-revert-verbose): Doc fixes.
24323
24324 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24325
24326 * international/mule-cmds.el (set-locale-environment): Remove call
24327 to set-selection-coding-system on Windows.
24328
24329 2005-02-15 Jay Belanger <belanger@truman.edu>
24330
24331 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24332 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24333 calcFunc-coth.
24334 (math-simplify-sqrt): Add simplifications.
24335
24336 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24337 to list.
24338
24339 * calc/calc-ext.el: Add functions to autoloads.
24340
24341 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24342 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24343 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24344 (math-csc-raw, math-cot-raw): New functions.
24345
24346 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24347
24348 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24349 the variable name in a message.
24350
24351 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24352 calcFunc-csc, calcFunc-cot.
24353
24354 * calc/calcalg2.el: Add derivative and integration rules for
24355 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24356 calcFunc-csch, calcFunc-coth.
24357 (math-do-integral-methods): Add to checks for when to use
24358 substitutions.
24359
24360 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24361
24362 2005-02-15 Lute Kamstra <lute@gnu.org>
24363
24364 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24365 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24366 <monnier@iro.umontreal.ca>
24367 (lisp-outline-level): Improve efficiency. Suggested by David
24368 Kastrup <dak@gnu.org>.
24369
24370 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24371
24372 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24373 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24374 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24375 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24376 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24377
24378 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24379
24380 * cus-start.el (all): Comment change.
24381
24382 2005-02-14 Lute Kamstra <lute@gnu.org>
24383
24384 * cus-start.el (all): Check if symbol is void.
24385
24386 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24387
24388 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24389 optional argument to \cite.
24390
24391 2005-02-14 Richard M. Stallman <rms@gnu.org>
24392
24393 * cus-edit.el (custom-buffer-create-internal): Update help message.
24394 (custom-magic-alist): Update help messages.
24395
24396 * cus-start.el (all): Allow a var to specify a standard value.
24397
24398 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24399
24400 * custom.el (custom-theme-set-variables): Handle variable aliases.
24401
24402 * frame.el (blink-cursor-timer): Doc fix.
24403 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24404 declare obsolete.
24405 (blink-cursor-mode): Define with defcustom and use correct
24406 standard expression in that defcustom.
24407 * startup.el (command-line): Adapt to above changes in frame.el.
24408
24409 2005-02-11 Lute Kamstra <lute@gnu.org>
24410
24411 * apropos.el (apropos-score-doc): Prevent division by zero.
24412
24413 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24414
24415 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24416 (icalendar--get-event-property-attributes)
24417 (icalendar--get-event-properties)
24418 (icalendar--datetime-to-diary-date): New functions.
24419 (icalendar--split-value): Doc fix.
24420 (icalendar--datetime-to-noneuropean-date)
24421 (icalendar--datetime-to-european-date): New optional argument
24422 SEPARATOR. Return result as a string instead of a list.
24423 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24424 (icalendar--convert-string-for-export): Rename arg S to STRING.
24425 (icalendar-export-region): Doc fix. Change name of error buffer.
24426 Save output buffer.
24427 (icalendar-import-file): Add blank at end of prompt.
24428 (icalendar-import-buffer): Doc fix. Do not switch to error
24429 buffer. Indicate status in return value.
24430 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24431 buffer. Save output buffer. Handle exception from recurrence
24432 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24433 events. Fix problems with weekly all-day events.
24434
24435 2005-02-10 Richard M. Stallman <rms@gnu.org>
24436
24437 * simple.el (eval-expression-print-format):
24438 Avoid warning about edebug-active.
24439
24440 * help.el (help-for-help-internal): Rename from help-for-help.
24441 (help-for-help): Define with defalias.
24442
24443 * font-core.el (font-lock-default-function): Use with-no-warnings.
24444
24445 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24446
24447 * custom.el (defface): Doc fix.
24448
24449 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24450
24451 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24452 width 0" to prevent word wrapping problems.
24453
24454 2005-02-09 Kim F. Storm <storm@cua.dk>
24455
24456 * ido.el (ido-file-extensions-order): New defcustom.
24457 (ido-file-extension-lessp, ido-file-extension-aux)
24458 (ido-file-extension-order): New advanced file ordering.
24459 (ido-file-lessp): New simple file ordering.
24460 (ido-sort-list): Remove.
24461 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24462 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24463
24464 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24465
24466 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24467 that some versions of grep produce.
24468 (grep-mode-font-lock-keywords): Likewise.
24469
24470 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24471
24472 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24473 (gdb-cdir): Delete.
24474 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24475 (gdb-source-info): Treat case when source file is in another
24476 directory properly.
24477 (gdb-get-location): New function.
24478
24479 2005-02-07 Jay Belanger <belanger@truman.edu>
24480
24481 * calc/calc-prog.el (calc-write-parse-table-part)
24482 (calc-fix-token-name): Fix a check for language type.
24483
24484 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24485
24486 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24487
24488 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24489 as directory not writable.
24490
24491 2005-02-07 Kim F. Storm <storm@cua.dk>
24492
24493 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24494 (cua--standard-movement-commands): Remove list.
24495 Instead, set CUA property value to move for movement commands.
24496 (cua-movement-commands): Remove. Users must set CUA prop instead.
24497 (cua--pre-command-handler): Check CUA property.
24498 (cua--init-keymaps): Don't remap undo commands.
24499 (cua-mode): Don't call cua--rectangle-on-off.
24500
24501 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24502 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24503 (cua--rect-undo-set-point): New var.
24504 (cua--rectangle-undo-boundary): Setup undo apply entry.
24505 (cua--rect-undo-handler): New function for rectangle undo.
24506 (cua--rect-start-position, cua--rect-end-position): Add.
24507 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24508 for restored rectangle. Set point if cua--rect-undo-set-point.
24509
24510 2005-02-06 Jay Belanger <belanger@truman.edu>
24511
24512 * calc/calc-lang.el (calc-tex-language): Display more information
24513 in messages.
24514
24515 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24516 in TeX mode.
24517
24518 2005-02-06 Richard M. Stallman <rms@gnu.org>
24519
24520 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24521
24522 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24523
24524 * net/ldap.el (ldap-search-internal): Support attributes with
24525 optional descriptions separated by a semi-colon, as in
24526 "userCertificate;binary".
24527
24528 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24529
24530 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24531 isn't a cons (i.e. the version is 0).
24532
24533 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24534
24535 * help.el (help-for-help): Doc fix.
24536
24537 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24538
24539 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24540 GDB-Windows on the menu-bar as this works better.
24541
24542 2005-02-04 Jay Belanger <belanger@truman.edu>
24543
24544 * calc/calc-embed.el (calc-embedded-update): Don't put in
24545 unnecessary newlines. Adjust the end of formula marker.
24546
24547 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24548 (math-latex-parse-two-args): New function.
24549
24550 2005-02-03 Lute Kamstra <lute@gnu.org>
24551
24552 * help-fns.el (help-with-tutorial): Make sure that users cannot
24553 remove the entire text of the tutorial by means of `undo'.
24554
24555 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24556
24557 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24558 in recent changes, where the ispell process was repeatedly
24559 killed & restarted.
24560
24561 * international/mule-cmds.el (set-locale-environment): Set file-name
24562 coding system to utf-8 on Darwin systems.
24563 (set-default-coding-systems): Don't set default-file-name-coding-system
24564 on Darwin systems.
24565
24566 2005-02-03 Richard M. Stallman <rms@gnu.org>
24567
24568 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24569
24570 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24571
24572 * faces.el (list-faces-display): Add optional argument.
24573
24574 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24575
24576 * font-core.el (font-lock-default-function): Handle the rare case where
24577 only font-lock-keywords is set.
24578
24579 2005-02-02 Kenichi Handa <handa@m17n.org>
24580
24581 * international/characters.el: Cancel previous change for
24582 I-WITH-DOT-ABOVE and DOTLESS-i.
24583
24584 * international/latin-5.el: Cancel previous change.
24585
24586 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24587
24588 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24589
24590 2005-02-02 Kenichi Handa <handa@m17n.org>
24591
24592 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24593 DOTLESS-i.
24594
24595 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24596 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24597
24598 * case-table.el (get-upcase-table): New function.
24599 (copy-case-table): Copy upcaes table too if non-nil.
24600 (set-case-syntax-delims): Maintain upcase table too.
24601 (set-case-syntax-pair): Likewise.
24602 (set-upcase-syntax, set-downcase-syntax): New functions.
24603 (set-case-syntax): Maintain upcase table too.
24604
24605 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24606
24607 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24608
24609 * progmodes/gud.el (gud-goto-info): New function.
24610 (gud-tool-bar-map): Use correct icon.
24611
24612 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24613
24614 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24615 When delegating, order args in the funcall correctly.
24616
24617 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24618
24619 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24620
24621 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24622
24623 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24624 buffer not visiting a file.
24625
24626 2005-01-31 Jay Belanger <belanger@truman.edu>
24627
24628 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24629 bound on the line with the formula.
24630
24631 2005-01-31 Kim F. Storm <storm@cua.dk>
24632
24633 * ses.el (ses-create-cell-variable-range)
24634 (ses-destroy-cell-variable-range, ses-reset-header-string)
24635 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24636 (ses-insert-row): Fix format of apply undo entries.
24637
24638 2005-01-31 Jay Belanger <belanger@truman.edu>
24639
24640 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24641 parts.
24642
24643 * calc/calc-embed.el (calc-embedded-open-formula)
24644 (calc-embedded-close-formula): Ignore matrix environments.
24645
24646 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24647 TeX mode.
24648
24649 * calc/calc-lang.el (math-function-table, math-oper-table)
24650 (math-variable-table): Adjust the LaTeX portions.
24651
24652 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24653 (math-latex-ignore-words): New constant.
24654
24655 2005-01-31 Richard M. Stallman <rms@gnu.org>
24656
24657 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24658 (ispell-local-dictionary): Doc fix.
24659 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24660 Don't reinitialize at run time. Don't defcustom.
24661 All uses changed to append ispell-local-dictionary-alist,
24662 or check it first.
24663 (ispell-current-dictionary): New variable for dictionary in use.
24664 (ispell-dictionary): Now used only for global default.
24665 (ispell-start-process): Set ispell-current-dictionary,
24666 not ispell-dictionary.
24667 (ispell-change-dictionary): Use this only for setting
24668 user preferences.
24669 (ispell-internal-change-dictionary): New function
24670 to change the current dictionary in use.
24671 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24672 Use ispell-current-dictionary.
24673 Handle ispell-local-dictionary-overridden.
24674 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24675
24676 2005-01-31 Jay Belanger <belanger@truman.edu>
24677
24678 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24679
24680 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24681 (calc-mode-map): Add calc-latex-language.
24682
24683 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24684 (math-latex-print-frac): New functions.
24685 (math-oper-table, math-function-table, math-variable-table)
24686 (math-complex-format, math-input-filter): Add latex properties.
24687 (calc-set-language): Set math-expr-special-function-mapping.
24688
24689 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24690 (calc-write-parse-table-part): Add LaTeX support.
24691
24692 * calc/calc.el (calc-language): Adjust docstring.
24693 (calc-set-mode-line): Add LaTeX support.
24694 (math-expr-special-function-mapping): New variable.
24695 (math-tex-ignore-words): Add to list.
24696
24697 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24698 Add LaTeX support.
24699 (math-compose-expr): Add support for special functions.
24700
24701 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24702
24703 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24704
24705 * progmodes/gdb-ui.el (gdb-memory-address)
24706 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24707 (gdb-memory-mode-map, gdb-memory-format-keymap)
24708 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24709 (gdb-memory-unit-menu): New variables for a buffer
24710 that lets the user examine program memory.
24711 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24712 (gdb-memory-format-binary, gdb-memory-format-octal)
24713 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24714 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24715 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24716 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24717 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24718 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24719 (gdb-memory-mode, gdb-memory-buffer-name)
24720 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24721 New functions for above buffer.
24722
24723 2005-01-30 Richard M. Stallman <rms@gnu.org>
24724
24725 * cus-edit.el (custom-bury-buffer): Function deleted.
24726 (custom-buffer-done-function): Option deleted.
24727 (custom-buffer-done-kill): New replacement option.
24728 (Custom-buffer-done): Call quit-window.
24729 (custom-buffer-create-internal): Update for above changes.
24730
24731 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24732
24733 * simple.el (undo-ask-before-discard): New var.
24734 (undo-outer-limit-truncate): Implement it.
24735 (undo-extra-outer-limit): Doc update.
24736
24737 2005-01-29 Richard M. Stallman <rms@gnu.org>
24738
24739 * ses.el (undo-more): Delete defadvice.
24740 (ses-begin-change): Doc fix.
24741
24742 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24743 instead of rebinding C-x u and C-_.
24744
24745 * files.el (normal-backup-enable-predicate): Return nil for files
24746 in /tmp, regardless of temporary-file-directory.
24747
24748 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24749
24750 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24751 (open-rectangle, delete-whitespace-rectangle-line)
24752 (clear-rectangle-line): If FILL, pass t instead of FILL
24753 for move-to-column's 2nd arg.
24754
24755 * simple.el (undo): Fix the test for continuing a series of undos.
24756 (undo-more): Set pending-undo-list to t when we reach end.
24757 (pending-undo-list): Move up defvar.
24758
24759 * wid-edit.el (widget-button-click):
24760 Shorten the range of the track-mouse binding.
24761
24762 * comint.el (comint-insert-input): Undo previous changes;
24763 use last-input-event in interactive spec.
24764
24765 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24766
24767 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24768 to nil before invoking call-process. Reset buffer's modified flag
24769 after fontifying it in the no-async branch.
24770
24771 * wid-edit.el (widget-specify-button): If mouse pointer shape
24772 cannot be changed, use mouse face instead.
24773
24774 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24775
24776 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24777 (gdb-goto-breakpoint): Make breakpoint handling work on template
24778 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24779 (gdb-assembler-custom): Update to recognize breakpoint information
24780 added on 2005-01-19.
24781
24782 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24783
24784 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24785 (dsssl-mode): Use define-derived-mode.
24786 (scheme-mode-initialize): Remove.
24787 (scheme-mode): Use run-mode-hooks.
24788
24789 * cus-edit.el (customize-group-other-window)
24790 (custom-buffer-create-other-window): Don't override special-display-*.
24791 (custom-mode-map): Make it dense.
24792
24793 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24794 sets the default value.
24795
24796 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24797
24798 * descr-text.el: Add more keywords.
24799
24800 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24801
24802 * speedbar.el: Avoid unnecessary use of locate-library.
24803
24804 * international/mule-cmds.el (standard-display-european-internal):
24805 Don't fiddle with latin-1 non-break space any more since it's now
24806 special cased in the C code.
24807 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24808
24809 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24810
24811 * cus-start.el (all): Add `undo-outer-limit'.
24812
24813 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24814
24815 * textmodes/bibtex.el (bibtex-format-entry):
24816 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24817 field lines.
24818 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24819 not on part of a buffer.
24820
24821 2005-01-25 Lute Kamstra <lute@gnu.org>
24822
24823 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24824 nonempty field text strings like "{letters\\macro{}more letters}".
24825 Clarify docstring.
24826 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24827 (bibtex-entry-offset, bibtex-parse-association)
24828 (bibtex-parse-field-name): Fix typos in docstrings.
24829 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24830
24831 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24832
24833 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24834 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24835 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24836 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24837
24838 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24839 isearch minor mode.
24840
24841 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24842
24843 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24844
24845 2005-01-24 Lute Kamstra <lute@gnu.org>
24846
24847 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24848 CASECHARS and NOT-CASECHARS regular expressions of the
24849 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24850 striding over charsets" error.
24851
24852 2005-01-24 Jay Belanger <belanger@truman.edu>
24853
24854 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24855 display variable name.
24856
24857 2005-01-24 Kenichi Handa <handa@m17n.org>
24858
24859 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24860 Fix setting of the element of encoded-kbd-iso2022-invocations.
24861
24862 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24863
24864 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24865 (gdb-threads-select): Change to also accept mouse events.
24866 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24867 (gdb-threads-mouse-select): Delete.
24868
24869 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24870
24871 * files.el (insert-directory): Take care of empty directory,
24872 listed without -a switch.
24873
24874 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24875
24876 * textmodes/refill.el (refill-post-command-function):
24877 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24878 to the list of functions that we should be careful not to undo.
24879 (refill-late-fill-paragraph-function): Remove.
24880 (refill-saved-state): New var.
24881 (refill-mode): Use it to save fill-paragraph-function.
24882 Save also the value of auto-fill-function.
24883
24884 * term/w32-win.el: Simplify code.
24885
24886 2005-01-23 Kim F. Storm <storm@cua.dk>
24887
24888 * simple.el (line-move): Adapt to new return value from
24889 pos-visible-in-window-p.
24890
24891 * simple.el (line-move): Fix last change. Check partial
24892 visibility at point rather than at window-start.
24893
24894 2005-01-22 Jason Rumney <jasonr@gnu.org>
24895
24896 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24897
24898 2005-01-22 David Kastrup <dak@gnu.org>
24899
24900 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24901
24902 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24903
24904 * type-break.el (type-break-mode): Add a test for
24905 type-break-file-name being non-nil.
24906
24907 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24908
24909 * net/eudc.el (top level): Call (message "") via progn, so that
24910 eudc-options-file is loaded.
24911
24912 2005-01-22 Kim F. Storm <storm@cua.dk>
24913
24914 * simple.el (line-move-1): Rename from line-move.
24915 (line-move): New function that adjusts vscroll for partially
24916 visible rows, and calls line-move-1 otherwise.
24917
24918 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24919
24920 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24921 since it's not a complete read-event implementation
24922
24923 2005-01-20 Jay Belanger <belanger@truman.edu>
24924
24925 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24926 for called function.
24927
24928 2005-01-20 Steven Tamm <steventamm@mac.com>
24929
24930 * term/mac-win.el (process-connection-type): Remove.
24931 Controlled now by s/darwin.h:PTY_ITERATION.
24932
24933 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24934
24935 * window.el (handle-select-window): Don't switch window when we're
24936 in the minibuffer.
24937
24938 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24939
24940 * subr.el (dotimes-with-progress-reporter): New macro.
24941
24942 * ses.el (ses-dotimes-msg): Remove macro.
24943 Use `dotimes-with-progress-reporter' instead.
24944
24945 2005-01-19 Steven Tamm <steventamm@mac.com>
24946
24947 * term/mac-win.el (process-connection-type): Use new
24948 operating-system-release variable to use ptys on Darwin 7 (OS X
24949 10.3) when using carbon build.
24950
24951 2005-01-19 Jay Belanger <belanger@truman.edu>
24952
24953 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24954 flags if the last command was a tab or M-tab.
24955
24956 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24957 in formula editing buffer.
24958
24959 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24960
24961 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24962 breakpoint image symbol in margin.
24963
24964 2005-01-19 Jay Belanger <belanger@truman.edu>
24965
24966 * calc/calc-prog.el (calc-execute-kbd-macro):
24967 Ignore calc-keep-arg-flag.
24968
24969 2005-01-19 Kenichi Handa <handa@m17n.org>
24970
24971 * textmodes/ispell.el (ispell-looking-at): New function.
24972 (ispell-process-line): Use ispell-looking-at to compare the ispell
24973 output and the buffer contents.
24974
24975 2005-01-18 Jay Belanger <belanger@truman.edu>
24976
24977 * calc/calc.el (calc-display-raw): Fix docstring.
24978
24979 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24980
24981 * simple.el (blink-matching-open): Strip extra info from syntax.
24982
24983 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24984 funny chars in the end-of-here-doc marker.
24985
24986 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24987
24988 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24989 that enable/disabled state of breakpoints is shown correctly in
24990 fringe and on ttys.
24991 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24992 Add breakpoint information as text properties.
24993 (gdb-mouse-toggle-breakpoint):
24994 Rename to gdb-mouse-set-clear-breakpoint.
24995 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24996 breakpoints in the margin.
24997 (gdb-remove-strings): Simplify.
24998
24999 2005-01-17 Jay Belanger <belanger@truman.edu>
25000
25001 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25002 erasing buffer.
25003
25004 2005-01-17 Richard M. Stallman <rms@gnu.org>
25005
25006 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25007 for calling grep-compute-defaults.
25008
25009 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25010 if buffer is empty.
25011
25012 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25013
25014 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25015
25016 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25017
25018 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25019 non-preloaded variables.
25020
25021 2005-01-17 Steven Tamm <steventamm@mac.com>
25022
25023 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25024 tex-shell cause to force interactivity when using pipes.
25025
25026 2005-01-17 Kim F. Storm <storm@cua.dk>
25027
25028 * simple.el (just-one-space): Make arg optional.
25029
25030 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25031
25032 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25033 posn-at-x-y to t to access left-margin.
25034
25035 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25036
25037 Sync with Tramp 2.0.47.
25038
25039 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25040 catching keep-date problems in cp/scp operations.
25041 (tramp-handle-copy-file): Don't call `set-file-modes'
25042 unconditionally. Specialized functions should know better what is
25043 necessary. This improves performance a little bit, and the
25044 functions could catch errors with `cp -p' and `scp -p'.
25045 (tramp-do-copy-or-rename-file-via-buffer)
25046 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25047 when appropriate.
25048 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25049 Call `set-file-modes' when appropriate.
25050 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25051 Johnsson <isak@hypergene.com>
25052 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25053 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25054 <joakim@verona.se>
25055 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25056 Emacs only.
25057
25058 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25059 `find-file-hooks' and `dired-mode-hook'.
25060 (tramp-minor-mode-map): Respective map. Add remapping for
25061 `compile' and `recompile'.
25062 (tramp-remap-command, tramp-recompile): New defuns.
25063 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25064 in buffer "*Compilation*". Call the commands asynchronously.
25065
25066 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25067 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25068 `shell-command', because it isn't magic in XEmacs. Reported by
25069 Adrian Aichner <adrian@xemacs.org>.
25070
25071 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25072 `substitute-in-file-name.
25073 (tramp-smb-handle-substitute-in-file-name): New defun.
25074 (tramp-smb-advice-PC-do-completion): Delete advice.
25075
25076 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25077
25078 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25079 Fix error in deleting region.
25080
25081 2005-01-15 Richard M. Stallman <rms@gnu.org>
25082
25083 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25084 In non-temp buffer, switch syntax table temporarily.
25085
25086 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25087
25088 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25089
25090 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25091
25092 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25093 (imenu--generic-function): Use START, not BEG, as pos of definition.
25094
25095 * simple.el (just-one-space): Argument specifies number of spaces.
25096
25097 * simple.el (eval-expression-print-format): Avoid warning
25098 about edebug-active.
25099
25100 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25101
25102 * progmodes/sh-script.el: Code copied from make-mode.el
25103 with small changes,
25104 (sh-mode-map): Bind C-c C-\.
25105 (sh-backslash-column, sh-backslash-align): New variables.
25106 (sh-backslash-region, sh-append-backslash): New functions.
25107
25108 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25109
25110 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25111 (rmail-pop-password, rmail-pop-password-required): Move to
25112 rmail-obsolete group.
25113 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25114 All callers updated.
25115 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25116 Take an argument specifying whether it is POP or IMAP mailbox we
25117 are using. All callers updated.
25118 (rmail-pop-password-error): Rename to
25119 rmail-remote-password-error. Added mailutils-specific error message.
25120 (rmail-movemail-search-path)
25121 (rmail-movemail-variant-in-use): New variables.
25122 (rmail-remote-password, rmail-remote-password-required):
25123 New customization variables.
25124 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25125 (rmail-parse-url): New function.
25126 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25127 with GNU mailutils movemail.
25128
25129 2005-01-15 Kevin Ryde <user42@zip.com.au>
25130
25131 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25132 suffix to space, $ or '$, to correctly position point when going
25133 to @table style constants like DBL_MAX.
25134
25135 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25136
25137 * type-break.el (type-break-mode, type-break-file-time)
25138 (type-break-file-keystroke-count, type-break-choose-file):
25139 Don't store data in or load data from the file if type-break-file-name
25140 is nil.
25141 (type-break-file-name): Doc update as per the above.
25142
25143 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25144
25145 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25146 lookup-key might return nil; handle that.
25147
25148 2005-01-15 Alan Mackenzie <acm@muc.de>
25149
25150 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25151 rather than the element found, thus enabling the tree to be setcar'd.
25152
25153 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25154
25155 * textmodes/org.el (org-show-following-heading): New option.
25156 (org-show-hierarchy-above): Use `org-show-following-heading'.
25157 (org-cycle): Documentation fix.
25158
25159 * textmodes/org.el (orgtbl-optimized): New option
25160 (orgtbl-mode): New command, a minor mode.
25161 (orgtbl-mode-map): New variable.
25162 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25163 (orgtbl-error, orgtbl-self-insert-command)
25164 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25165
25166 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25167 a local variable in each org-mode buffer.
25168
25169 * textmodes/org.el (org-set-regexps-and-options): Rename from
25170 `org-set-regexps'. Added checking for STARTUP keyword.
25171 (org-get-current-options): Add STARTUP options.
25172 (org-table-insert-row): Make mode intelligent about when
25173 realignment is needed.
25174 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25175 New commands.
25176 (org-enable-table-editor): New default value `optimized'.
25177 (org-table-blank-field): Support blanking regions if active.
25178
25179 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25180
25181 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25182 if the year is not given.
25183
25184 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25185 Add new escapes %m and %M, fixed bug with %F by adding
25186 save-match-data.
25187 (reftex-reference): Remove ?. from list of spaces.
25188 (reftex-label-info): Add automatic label prefix recognition.
25189
25190 * textmodes/reftex-index.el (reftex-index-next-phrase):
25191 Add slave parameter to call of `reftex-index-this-phrase'.
25192 (reftex-index-this-phrase): New optional argument.
25193 (reftex-index-region-phrases): Add slave parameter to call of
25194 `reftex-index-this-phrase'.
25195 (reftex-display-index): New argument redo.
25196 (reftex-index-rescan): Add `redo' to arguments of
25197 `reftex-display-index'.
25198 (reftex-index-Rescan, reftex-index-revert)
25199 (reftex-index-switch-index-tag): Add `redo' to arguments of
25200 `reftex-display-index'.
25201 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25202 indexing. Fix bug with matching is there is a quote before or
25203 after the word.
25204
25205 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25206 Fix bug when collecting citation keys in lines with comments.
25207 (reftex-citation): Prefix argument no longer rescans the document,
25208 but forces prompting for optional arguments of cite macros.
25209 (reftex-do-citation): Prompting for optional arguments implemented.
25210
25211 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25212 Add optional arguments to most cite commands.
25213 (reftex-cite-cleanup-optional-args): New option
25214 (reftex-cite-prompt-optional-args): New option.
25215 (reftex-trust-label-prefix): New option.
25216
25217 * textmodes/reftex-toc.el (reftex-toc-find-section):
25218 Add push-mark before changing the position in the buffer.
25219
25220 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25221 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25222
25223 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25224
25225 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25226 more carefully.
25227
25228 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25229
25230 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25231 (sgml-mode): Use it.
25232 (sgml-get-context): Better keep track of implicitly closed tags.
25233
25234 2005-01-13 Kenichi Handa <handa@m17n.org>
25235
25236 * textmodes/ispell.el: These changes are to fix misalignment error
25237 caused by equivalent characters of different Emacs charsets.
25238 (ispell-unified-chars-table): New variable.
25239 (ispell-get-decoded-string): New function.
25240 (ispell-get-casechars, ispell-get-not-casechars)
25241 (ispell-get-otherchars): Call ispell-get-decoded-string.
25242
25243 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25244
25245 * custom.el (custom-declare-variable): Just put symbol instead
25246 of (defvar . symbol) in `current-load-list'.
25247
25248 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25249
25250 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25251
25252 2005-01-12 Jay Belanger <belanger@truman.edu>
25253
25254 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25255 to create a Calc summary.
25256
25257 2005-01-12 Kim F. Storm <storm@cua.dk>
25258
25259 * mouse.el (mouse-on-link-p): Change functionality and doc
25260 string to comply with latest description in lisp ref.
25261
25262 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25263
25264 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25265 Enable mouse clicks on mode-line, header-line and margin.
25266 (event-type): Give mouse event symbols an `event-kind' property
25267 with value `mouse-click'.
25268
25269 2005-01-12 Juri Linkov <juri@jurta.org>
25270
25271 * facemenu.el (list-colors-display): Add new arg buffer-name.
25272 Use it. Fix docstring. Replace code for identifying duplicate
25273 colors by the name with call to `list-colors-duplicates' which
25274 identifies duplicate colors by the value unless the color
25275 is one of special Windows colors. Set truncate-lines to t.
25276 Print sorted duplicate color names on each line. Indent to 22
25277 \(the longest color name in rgb.txt) instead of 20. Optimize.
25278 (list-colors-duplicates): New function.
25279 (facemenu-color-name-equal): Delete function.
25280
25281 * facemenu.el (list-colors-print): New function created from code
25282 in list-colors-display. Print #RRGGBB at the window right edge.
25283 (list-colors-display): When temp-buffer-show-function is not
25284 defined, call list-colors-print from temp-buffer-show-hook
25285 to get the right value of window-width in list-colors-print
25286 after the buffer is displayed.
25287
25288 * simple.el (pop-mark): Move deactivate-mark out of conditional
25289 part to deactivate the active mark regardless of the state of the
25290 mark ring.
25291
25292 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25293 variables line in desktop files.
25294
25295 2005-01-12 Juri Linkov <juri@jurta.org>
25296
25297 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25298 Bring together isearch highlight related options.
25299 (lazy-highlight): Replace group `replace' by `matching'.
25300 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25301 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25302 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25303 and declare them obsolete.
25304 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25305 (isearch-faces): Remove defgroup.
25306 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25307 Move isearch highlighting code closer to lazy highlighting code.
25308
25309 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25310 (query-replace-highlight, query-replace-lazy-highlight)
25311 (query-replace): Move definitions to the beginning of the file.
25312
25313 2005-01-11 Juri Linkov <juri@jurta.org>
25314
25315 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25316 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25317 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25318
25319 * info.el (Info-history-forward): New variable.
25320 (Info-select-node): Reset Info-history-forward to nil.
25321 (Info-last): Turn into defalias.
25322 (Info-history-back): Rename from Info-last.
25323 Add current node to Info-history-forward.
25324 (Info-history-forward): New fun.
25325 (Info-mode-map): Replace Info-last by Info-history-back.
25326 Bind Info-history-forward to "r".
25327 (Info-mode-menu): Replace Info-last by Info-history-back.
25328 Fix menu item text. Add menu item for Info-history-forward.
25329 (info-tool-bar-map): Replace Info-last by Info-history-back.
25330 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25331 for Info-history-forward.
25332 (Info-mode): Replace Info-last by Info-history-back in docstring.
25333 Add local variable Info-history-forward.
25334 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25335
25336 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25337
25338 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25339 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25340 Ignore select-window events rather than fiddle with
25341 mouse-autoselect-window.
25342
25343 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25344
25345 * type-break.el (type-break-mode): Fix previous change.
25346
25347 2005-01-10 Jay Belanger <belanger@truman.edu>
25348
25349 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25350 calculator; only reset when point is inside a calculator.
25351 Don't adjust the window height if the window takes up the whole height
25352 of the frame.
25353
25354 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25355
25356 * ebuff-menu.el (Electric-buffer-menu-mode):
25357 Preserve value of buffer-local var header-line-format.
25358
25359 2005-01-09 Jay Belanger <belanger@truman.edu>
25360
25361 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25362 Make sure settings file exists before accessing it.
25363
25364 * calc/calc-embed.el (calc-embedded-subst):
25365 Replace math-multi-subst-rec, which is only supposed to be called
25366 by math-multi-subst, by math-multi-subst.
25367
25368 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25369
25370 * vc.el (vc-allow-async-revert): New user option.
25371 (vc-disable-async-diff): New internal variable.
25372 (vc-revert-buffer): Use them to disable asynchronous diff.
25373
25374 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25375 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25376 asynchronously if vc-disable-async-diff is t.
25377
25378 2005-01-09 Jay Belanger <belanger@truman.edu>
25379
25380 * calc/calc.el (defcalcmodevar): New macro.
25381 (calc-mode-var-list-restore-default-values)
25382 (calc-mode-var-list-restore-saved-values): New functions.
25383 (calc-mode-var-list): Use defcalcmodevar to define it.
25384 (calc-always-load-extensions, calc-line-numbering)
25385 (calc-line-breaking, calc-display-just, calc-display-origin)
25386 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25387 (calc-group-char, calc-point-char, calc-frac-format)
25388 (calc-prefer-frac, calc-hms-format, calc-date-format)
25389 (calc-float-format, calc-full-float-format, calc-complex-format)
25390 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25391 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25392 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25393 (calc-matrix-brackets, calc-language, calc-language-option)
25394 (calc-left-label, calc-right-label, calc-word-size)
25395 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25396 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25397 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25398 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25399 (calc-window-height, calc-display-trail, calc-show-selections)
25400 (calc-use-selections, calc-assoc-selections)
25401 (calc-display-working-message, calc-auto-why, calc-timing)
25402 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25403 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25404 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25405 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25406 (calc-gnuplot-geometry, calc-graph-default-resolution)
25407 (calc-graph-default-resolution-3d, calc-invocation-macro)
25408 (calc-show-banner): Use defcalcmodevar to declare them and set
25409 their default values.
25410
25411 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25412 instead of default values (but restore default values if there is
25413 an argument of 0).
25414
25415 2005-01-09 David Kastrup <dak@gnu.org>
25416
25417 * desktop.el (desktop-restore-eager): Fix typo in type.
25418
25419 2005-01-08 Richard M. Stallman <rms@gnu.org>
25420
25421 * cus-edit.el (customize): Delete :link.
25422
25423 2005-01-08 Jay Belanger <belanger@truman.edu>
25424
25425 * calc/calc.el (calc-mode): Remove the extension from the
25426 `calc-settings-file' file name when loading it.
25427
25428 2005-01-08 Kim F. Storm <storm@cua.dk>
25429
25430 * info.el (Info-mode-map, Info-next-link-keymap)
25431 (Info-prev-link-keymap, Info-up-link-keymap):
25432 Map follow-link to mouse-face.
25433 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25434
25435 2005-01-08 Jay Belanger <belanger@truman.edu>
25436
25437 * calc/calc.el (calc-settings-file): Change default value.
25438 Suggested by cgw in a comment in calc-mode.el.
25439
25440 * calc/calc-mode.el (calc-settings-file-name):
25441 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25442 Replace ~/.emacs in a prompt by calc-settings-file.
25443
25444 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25445
25446 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25447 (desktop-lazy-idle-delay): New customizable variables.
25448 (desktop-buffer-args-list): New variable.
25449 (desktop-append-buffer-args): New function.
25450 (desktop-save): Call desktop-append-buffer-args for some buffers.
25451 (desktop-lazy-create-buffer): New function.
25452 (desktop-idle-create-buffers): New function.
25453 (desktop-read): Add message about buffers to restore lazily.
25454 (desktop-lazy-abort): New command.
25455 (desktop-clear): Call desktop-lazy-abort.
25456 (desktop-lazy-complete): New command.
25457
25458 2005-01-06 Richard M. Stallman <rms@gnu.org>
25459
25460 * emacs-lisp/find-func.el (find-face-definition):
25461 Rename from find-face.
25462
25463 2005-01-06 Kim F. Storm <storm@cua.dk>
25464
25465 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25466
25467 * man.el (Man-xref-man-page, Man-xref-header-file)
25468 (Man-xref-normal-file): Add follow-link property.
25469
25470 2005-01-06 Jay Belanger <belanger@truman.edu>
25471
25472 * calc/calc-units.el: Make sure the proper macro definitions are
25473 available when compiling.
25474
25475 2005-01-06 Juri Linkov <juri@jurta.org>
25476
25477 * isearch.el (isearch-lazy-highlight-update):
25478 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25479
25480 2005-01-06 Miles Bader <miles@gnu.org>
25481
25482 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25483 (isearch-lazy-highlight-face): Use new name.
25484
25485 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25486
25487 * uniquify.el (uniquify-rationalize-file-buffer-names):
25488 Re-add an interactive spec.
25489 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25490 to the same name.
25491
25492 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25493 (isearch-update, isearch-done): Adjust calls accordingly.
25494
25495 2005-01-05 Richard M. Stallman <rms@gnu.org>
25496
25497 * custom.el (custom-set-variables, custom-theme-set-variables):
25498 Clarify documentation.
25499
25500 * emacs-lisp/find-func.el (find-variable)
25501 (find-variable-other-window, find-variable-other-frame):
25502 Fix the TYPE args to find-function-read and find-function-do-it.
25503 (find-function): Doc fix.
25504 (find-function-at-point): Replace function-at-point alias.
25505
25506 2005-01-04 Richard M. Stallman <rms@gnu.org>
25507
25508 * cus-face.el (custom-declare-face):
25509 Record defface in current-load-list.
25510
25511 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25512
25513 * emacs-lisp/find-func.el: Doc fixes.
25514 (find-face-regexp): New variable.
25515 (find-function-regexp-alist): New variable.
25516 (find-function-C-source): Third arg is now TYPE.
25517 (find-function-search-for-symbol): Handle general TYPE.
25518 (find-function-read, find-function-do-it): Handle general TYPE.
25519 (find-definition-noselect, find-face): New functions.
25520 (function-at-point): Alias deleted.
25521
25522 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25523
25524 * battery.el (display-battery-mode): Rename from display-battery.
25525 Handle the case where it gets turned off.
25526
25527 2005-01-04 Richard M. Stallman <rms@gnu.org>
25528
25529 * cus-edit.el (customize): Make :link point to user doc.
25530
25531 * man.el (Man-fontify-manpage): Turn off undo generation.
25532
25533 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25534
25535 2005-01-04 Andreas Schwab <schwab@suse.de>
25536
25537 * files.el (insert-directory): Only look for error lines in
25538 inserted text. Don't move too far after processing --dired markers.
25539
25540 2005-01-04 Richard M. Stallman <rms@gnu.org>
25541
25542 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25543 Don't expand if the character is @, period, dash, etc.
25544 (define-mail-abbrev): Quote names that contain problem characters.
25545
25546 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25547
25548 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25549
25550 2005-01-03 Richard M. Stallman <rms@gnu.org>
25551
25552 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25553 (query-replace-highlight, query-replace-lazy-highlight)
25554 (query-replace): Definitions moved up. Doc fix.
25555
25556 2005-01-03 Richard M. Stallman <rms@gnu.org>
25557
25558 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25559 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25560 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25561 (lazy-highlight-face): Rename from isearch-lazy-...
25562 Change all references to them.
25563
25564 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25565
25566 * cus-edit.el (custom-file): Doc fix for defcustom.
25567 (custom-file): The function no longer sets the variable
25568 `custom-file' to its return value.
25569
25570 * startup.el (command-line): No longer load `custom-file'.
25571
25572 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25573
25574 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25575
25576 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25577 Don't confuse module-prefixed identifiers for labels.
25578 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25579
25580 2005-01-02 Richard M. Stallman <rms@gnu.org>
25581
25582 * files.el (basic-save-buffer-1): Fix previous change.
25583
25584 * loadhist.el (file-loadhist-lookup): New function.
25585 (file-provides, file-requires): Use it.
25586
25587 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25588 instead of calculating the right size.
25589
25590 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25591
25592 * vc-svn.el (vc-svn-diff): Stay local if possible.
25593
25594 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25595
25596 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25597
25598 * files.el (hack-local-variables): Fix last change.
25599
25600 2005-01-02 Jay Belanger <belanger@truman.edu>
25601
25602 * calc/calc-yank.el (calc-edit-top): New variable.
25603 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25604 object. Change header properties.
25605 (calc-edit-finish, calc-edit-finish-stack-object)
25606 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25607 edited object.
25608 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25609 for the beginning of the edited object.
25610 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25611 for the beginning of the edited object.
25612 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25613 (calc-finish-formula-edit, calc-macro-repeats)
25614 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25615 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25616 beginning of the edited object.
25617 (calc-user-define-edit): Change the header for editing macros.
25618 Remove unnecessary variable.
25619
25620 2005-01-01 Jay Belanger <belanger@truman.edu>
25621
25622 * calc/calc-yank.el (calc-edit-mode): Change default header.
25623 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25624 * calc/calc-store.el (calc-edit-variable): Change title to match new
25625 header.
25626 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25627 mode to match new header.
25628 (calc-user-define-edit): Change titles to include names of commands.
25629 (calc-finish-formula-edit): Adjust to handle new header.
25630 (calc-finish-macro-edit): Remove.
25631 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25632 (calc-edit-macro-command, calc-edit-macro-command-type)
25633 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25634 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25635 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25636 (calc-edit-macro-finish-edit): New functions.
25637 (calc-user-define-edit): Use new functions to edit named calc macros.
25638
25639 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25640
25641 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25642
25643 * ses.el (copy-region-as-kill): Deactivate mark.
25644
25645 2005-01-01 Richard M. Stallman <rms@gnu.org>
25646
25647 * replace.el (occur-1): If the output buffer is also an input,
25648 don't kill it, rename it.
25649
25650 * faces.el (set-face-background, set-face-foreground): Doc fix.
25651
25652 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25653 for :foreground and :background.
25654
25655 * dired.el (dired-view-command-alist): Variable deleted.
25656 (dired-view-file, dired-mouse-find-file-other-window):
25657 Delete the code to use it.
25658
25659 2005-01-01 Kim F. Storm <storm@cua.dk>
25660
25661 * image.el (insert-sliced-image): Use t for line-height property.
25662
25663 See ChangeLog.11 for earlier changes.
25664
25665 ;; Local Variables:
25666 ;; coding: iso-2022-7bit
25667 ;; End:
25668
25669 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25670 Copying and distribution of this file, with or without modification,
25671 are permitted provided the copyright notice and this notice are preserved.
25672
25673 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1