(archive-set-buffer-as-visiting-file): Comment fix.
[bpt/emacs.git] / lisp / ChangeLog
1 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2
3 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
4 where `(nth 1 command)' is a cons cell. Doc fix.
5
6 * textmodes/po.el (po-find-charset): Doc fix.
7
8 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
9
10 * allout.el (allout-unprotected, allout-e-o-prefix-p)
11 (allout-beginning-of-current-line, allout-end-of-current-line)
12 (allout-next-visible-heading, allout-open-topic)
13 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
14 (allout-flag-current-subtree, allout-show-to-offshoot)
15 (allout-hide-current-entry, allout-show-current-branches)
16 (allout-hide-region-body, allout-old-expose-topic)
17 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
18 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
19 containing `beginning-of-line' and `end-of-line' with
20 `inhibit-field-text-motion' t.
21
22 2006-07-21 Eli Zaretskii <eliz@gnu.org>
23
24 * frame.el (focus-follows-mouse): Document that it doesn't have
25 any effect on MS-Windows.
26
27 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
28
29 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
30
31 2006-07-20 Jay Belanger <belanger@truman.edu>
32
33 * calc.el (calc-previous-alg-entry): Remove variable.
34
35 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
36 New variables.
37 (calc-alg-entry): Use `calc-alg-entry-history'.
38 (calc-do-quick-calc): Use `calc-quick-calc-history'.
39 Remove reference to `calc-previous-alg-entry'.
40 (calcAlg-edit, calcAlg-enter): Remove reference to
41 `calc-previous-alg-entry'.
42 (calcAlg-previous): Use `previous-history-element' instead of
43 `calc-previous-alg-entry'.
44 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
45 Change keybinding for `calcAlg-plus-minus', add keybindings for
46 `previous-history-element' and `next-history-element'.
47
48 * calc-rewr.el (calc-match): Remove reference to
49 `calc-previous-alg-entry'.
50
51 * calc-sel.el (calc-selection-history): New variable.
52 (calc-enter-selection, calc-sel-mult-both-sides)
53 (calc-sel-add-both-sides): Use `calc-selection-history'.
54
55 * calc-map.el (calc-get-operator-history): New variable.
56 (calc-get-operator): Use `calc-get-operator-history'.
57
58 * calcalg3.el (calc-curve-fit-history): New variable.
59 (calc-curve-fit): Use `calc-curve-fit-history'.
60
61 2006-07-20 Kenichi Handa <handa@m17n.org>
62
63 * international/mule-cmds.el (select-safe-coding-system): Fix the
64 way of deciding eol-type of the coding system.
65
66 2006-07-20 Alan Mackenzie <acm@muc.de>
67
68 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
69 (c-lang-setvar): New macro.
70 (c-make-init-lang-vars-fun): Use the initialization forms in
71 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
72 (comment-start, comment-end, comment-start-skip): Change these from
73 c-lang-defvar's to c-lang-setvar's.
74
75 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
76 which calls make-local-variable on the elements of
77 c-emacs-variable-inits.
78 (c-init-language-vars-for): Call this new macro.
79
80 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
81
82 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
83 Try to rule out false positives due to time stamps.
84 (compilation-mode-font-lock-keywords): Remove rules made redundant
85 because of the above change. Add `segmentation fault' to the known and
86 highlighted compilation termination messages.
87
88 2006-07-19 Kim F. Storm <storm@cua.dk>
89
90 * progmodes/grep.el (grep-find-ignored-directories):
91 Add .svn and _darcs to list.
92
93 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
94
95 * dired.el (dired-mode-map): Add key binding `C-te' for
96 `tumme-dired-edit-comment-and-tags'.
97
98 * tumme.el (tumme-display-thumbnail-original-image): Make sure
99 image display buffer is displayed before call to
100 `tumme-display-image.
101 (tumme-dired-display-image): Make sure image display buffer is
102 displayed before call to `tumme-display-image.
103 (tumme-mouse-display-image): Make sure image display buffer is
104 displayed before call to `tumme-display-image.
105 (tumme-widget-list): Add.
106 (tumme-dired-edit-comment-and-tags): Add.
107 (tumme-save-information-from-widgets): Add.
108
109 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
110
111 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
112
113 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
114
115 * progmodes/sh-script.el (sh-font-lock-keywords-1):
116 Revert inadvertently installed patch hunk.
117
118 * progmodes/compile.el (compilation-find-file): Handle the
119 cases where the user selects a non-existent file.
120
121 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
122
123 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
124
125 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
126
127 * subr.el (sit-for): Just sleep-for if noninteractive.
128
129 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
130
131 * emacs-lisp/autoload.el (make-autoload): Use new arg.
132
133 * custom.el (custom-autoload): Add `noset' argument.
134 (custom-push-theme): Don't autoload the variable, let callers do it.
135 (custom-theme-set-variables): Autoload the variable if necessary.
136
137 * cus-edit.el (custom-variable-state-set): If the variable was
138 originally set outside custom, but to the same value as the default,
139 consider it to be standard.
140
141 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
142 file *before* telling Emacs to add the autoloads, in case it fails.
143
144 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
145 Use `cond', push', and `dolist'.
146
147 2006-07-17 Richard Stallman <rms@gnu.org>
148
149 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
150 Add defvars to silence warnings.
151
152 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
153
154 * progmodes/compile.el (compilation-mode-font-lock-keywords):
155 Don't highlight "Compiling file" messages as error.
156
157 * dired-aux.el (dired-compress-file): Confirm again if gzipped
158 file already exists.
159
160 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
161
162 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
163 entry, don't assign to free var; simply return the extracted filename.
164 (ff-treat-as-special): Incorporate common preamble from callers.
165 (ff-other-file-name, ff-find-the-other-file):
166 Update call to ff-treat-as-special.
167
168 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
169
170 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
171
172 * tumme.el (tumme-get-comment): Fix bug.
173
174 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
175
176 * files.el: Remove spurious * in docstrings.
177
178 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
179
180 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
181 grammar.
182 (allout-beginning-of-current-line): Beware beginning of buffer.
183 Also, a comment is simplified.
184 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
185 when appropriate. (This fix enables use for other than
186 bullet-hotspot operation.)
187 (allout-hide-current-subtree): While escalating to sibling-close,
188 make sure to situate on a topic.
189
190 2006-07-14 Kim F. Storm <storm@cua.dk>
191
192 * emulation/cua-base.el (cua-delete-selection)
193 (cua-toggle-set-mark): New defcustoms.
194 (cua-rectangle-modifier-key): Add `alt' modifier.
195 (cua-replace-region): Don't delete if cua-delete-selection is nil.
196 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
197 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
198
199 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
200
201 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
202
203 * allout.el: Require 'cl during byte-compilation/interactive load,
204 for the `assert' macro.
205 (allout-mode-deactivate-hook): New hook, run when allout mode
206 deactivates.
207 (allout-developer): New allout customization subgroup.
208 (allout-run-unit-tests-on-load): New allout-developer
209 customization variable, when true allout unit tests are run towards
210 end of file load/eval.
211 (allout-inhibit-auto-fill): Disable auto-fill activity even during
212 auto-fill-mode.
213 (allout-resumptions): Remove, to be replaced by...
214 (allout-add-resumptions): Register variable settings to be
215 reinstated by `allout-do-resumptions'. The settings are made
216 buffer-local, but the locality/globality of the suspended setting
217 is restored on resumption.
218 (allout-do-resumptions): Reinstate all settings suspended using
219 `allout-add-resumptions'.
220 (allout-test-resumptions): Unit tests (and intermediate variables)
221 for resumptions.
222 (allout-tests-globally-unbound, allout-tests-globally-true)
223 (allout-tests-locally-true): Intermediate variables for
224 resumptions unit tests.
225 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
226 (allout-exposure-category): Replaces 'allout-overlay-category variable.
227 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
228 instead of retired `allout-resumptions'. For hook functions, use
229 `local' parameter so hook settings are created and removed as
230 buffer-local settings. Revise (resumptions) setting
231 auto-fill-function so it is set only if already active. (The
232 related fill-function settings are all made in either case, so
233 that activating auto-fill-mode activity will have the custom
234 allout-mode behaviors (hanging indent on topics, if configured for it).
235 Remove all allout-exposure-category overlays on mode deactivation.
236 (allout-hotspot-key-handler): New function extracted from
237 `allout-pre-command-business', so the functionality can be used
238 for other purposes, eg as a binding in an overlay.
239 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
240 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
241 customization variable.
242 (allout-run-unit-tests): Run the (currently quite small)
243 repertoire of unit tests. Called just before the provide iff user
244 has customized `allout-run-unit-tests-on-load' non-nil.
245
246 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
247
248 * emacs-lisp/authors.el (authors-aliases): Update.
249
250 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
251
252 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
253 gdb-source-window. Add dedicated argument.
254 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
255 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
256 (gdb-display-threads-buffer, gdb-display-memory-buffer)
257 (gdb-display-locals-buffer): Use it.
258
259 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
260 Set gdb-source-window.
261
262 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
263
264 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
265 minor modes, redundant with the custom-autoload line above.
266
267 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
268
269 * longlines.el (longlines-post-command-function): Handle open-line too.
270
271 2006-07-12 Richard Stallman <rms@gnu.org>
272
273 * progmodes/grep.el (grep-last-buffer): Doc fix.
274
275 * info.el (Info-try-follow-nearest-node): Doc fix.
276
277 * emacs-lisp/edebug.el (edebug-instrument-function):
278 Err if find-function-noselect gives no position.
279
280 * emacs-lisp/find-func.el (find-function-search-for-symbol):
281 If can't find definition, return nil for position.
282 (find-function-do-it): Handle new return value
283 of find-definition-noselect.
284 (find-definition-noselect, find-variable-noselect): Doc fix.
285 (find-function-noselect): Doc fix.
286
287 * help-mode.el (help-variable-def): Handle find-variable-noselect
288 returning no position.
289 (help-function-def): Likewise for find-function-search-for-symbol.
290 (help-face-def): Likewise.
291
292 * help-fns.el (describe-variable): Handle find-variable-noselect
293 returning no position.
294
295 * files.el (locate-file-completion): Avoid duplicates in result.
296
297 * cus-edit.el (custom-no-edit): New command.
298 (custom-mode-map): Remap to custom-no-edit instead of
299 using suppress-keymap.
300
301 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
302
303 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
304 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
305 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
306
307 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
308
309 2006-07-11 Kim F. Storm <storm@cua.dk>
310
311 * ido.el (ido-copy-current-file-name): Use buffer-name if
312 buffer-file-name is nil.
313
314 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
315
316 * simple.el (undo-ask-before-discard): Set to nil.
317
318 * vc.el (vc-exec-after): Don't delete process manually.
319 (vc-print-log): Run log-view-mode in process sentinel inside
320 inhibit-read-only. Don't shrink window due to timing issues.
321
322 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
323 Avoid using with-output-to-temp-buffer, which clobbers local vars.
324
325 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
326
327 * progmodes/compile.el (compilation-error-regexp-alist-alist):
328 Fix ambiguity introduced by last change.
329 (compilation-find-file): Move save-excursion to where it may
330 make sense. Fix a left over `find-file'.
331
332 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
333
334 * textmodes/texinfmt.el (texinfo-format-separate-node):
335 Insert a string before point, which fits documentation, not after.
336 (texinfo-multitable-item): In a multitable row, insert any
337 additional needed @tabs and spaces.
338
339 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
340
341 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
342 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
343 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
344 instead of shell-command.
345 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
346 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
347 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
348 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
349 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
350 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
351
352 2006-07-11 Kim F. Storm <storm@cua.dk>
353
354 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
355 Remove special case for seconds < 0. Use (redisplay t) instead.
356
357 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
358
359 * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
360 compilation error.
361
362 * subr.el (sit-for): New function.
363
364 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
365
366 2006-07-10 Richard Stallman <rms@gnu.org>
367
368 * ldefs-boot.el (edebug): Update page.
369
370 2006-07-10 Kim F. Storm <storm@cua.dk>
371
372 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
373 to FOR-RELEASE and TODO.
374
375 2006-07-10 Romain Francoise <romain@orebokech.com>
376
377 * emacs-lisp/authors.el (authors-aliases): Update.
378
379 2006-07-10 Alan Mackenzie <acm@muc.de>
380
381 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
382 * cc-mode.el: Changes to eradicate eval-after-load.
383
384 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
385
386 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
387 on non-char events.
388
389 2006-07-09 Romain Francoise <romain@orebokech.com>
390
391 * progmodes/compile.el (compilation-mode-font-lock-keywords):
392 Don't highlight start/end markers as compilation messages.
393
394 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
395 to t.
396
397 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
398
399 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
400
401 2006-07-08 Richard Stallman <rms@gnu.org>
402
403 * term/x-win.el (x-handle-display): Add doc string.
404
405 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
406
407 * subr.el (def-edebug-spec): Move here.
408 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
409
410 * imenu.el (imenu-choose-buffer-index): Doc fix.
411
412 2006-07-08 Romain Francoise <romain@orebokech.com>
413
414 * term/x-win.el (x-display-name): Fix typo.
415
416 2006-07-08 Eli Zaretskii <eliz@gnu.org>
417
418 * hexl.el (hexl-find-file): Doc fix.
419
420 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
421
422 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
423
424 * term/x-win.el (x-display-name): Doc fix.
425
426 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
429 long prefixes.
430 (fill-region-as-paragraph): Don't round up to a whole line.
431 (fill-comment-paragraph): Don't include the code-before-the-comment
432 when calling fill-region-as-paragraph.
433
434 * international/mule.el (make-char): Remove redundancy.
435
436 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
437 property may contain an anonymous function rather than a symbol.
438
439 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
440
441 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
442 Use shy regexp. Fix incorrect backref to potentially unmatched group.
443
444 * dirtrack.el (dirtrack-default-directory-function): Remove.
445 (dirtrack-directory-function): Use file-name-as-directory.
446 (dirtrack-windows-directory-function): Simplify.
447 (dirtrack-forward-slash, dirtrack-backward-slash)
448 (dirtrack-replace-slash): Remove.
449 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
450 (dirtrack): Fix wrong parenthesizing; use match-string.
451
452 * progmodes/octave-inf.el: Remove spurious * in docstrings.
453 (inferior-octave-mode): Only change the buffer-local value of
454 comint-dynamic-complete-functions.
455 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
456 Move the initialization to the declaration.
457 (inferior-octave-complete): Remove unused var `filter'.
458
459 * shell.el (shell-mode): Only change the buffer-local value of
460 comint-dynamic-complete-functions.
461
462 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
463
464 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
465 entry is skipped because it has been scheduled.
466 (org-prepare-agenda-buffers): Don't mark buffers as modified when
467 changing `:org-archived' and `:org-comment' properties.
468
469 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
470
471 * server.el (server-select-display): Don't make the temp frame
472 minibuffer-only, in case it's not a temp frame.
473 (server-process-filter): Don't delete the temp frame if it's the
474 only one we have on that display.
475
476 * files.el (find-alternate-file): Doc fix.
477
478 2006-07-05 Richard Stallman <rms@gnu.org>
479
480 * files.el (abbreviate-file-name): Add save-match-data.
481
482 2006-07-03 Richard Stallman <rms@gnu.org>
483
484 * faces.el (read-face-name): Doc fix.
485
486 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
487
488 * net/goto-addr.el (goto-address): Mark as safe for local evals.
489
490 2006-07-05 Andre Spiegel <spiegel@gnu.org>
491
492 * vc.el (vc-diff-internal): Fix prev change.
493
494 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
495
496 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
497 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
498
499 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
500
501 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
502 fails if the symbol contains chars like ( or '.
503 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
504 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
505 `short'.
506
507 2006-07-04 Kenichi Handa <handa@m17n.org>
508
509 * international/mule-cmds.el (set-language-info): If LANG-ENV is
510 the current one, don't call set-language-environment, but call one
511 of set-language-environment-XXX to make INFO effective now.
512 (set-language-environment): Call set-language-environment-XXX
513 functions instead of doing the various setups directly.
514 (set-language-environment-coding-systems): Delete argument eol-type.
515 (set-language-environment-input-method)
516 (set-language-environment-nonascii-translation)
517 (set-language-environment-charset)
518 (set-language-environment-fontset)
519 (set-language-environment-unibyte): New functions.
520
521 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
522
523 * locate.el (locate-update-when-revert): New option.
524 (locate-update-path): New option (suggested by Michael Albinus).
525 (locate-prompt-for-command): Whitespace change.
526 (locate-update): No longer offer to update the locate database by
527 default. Implement the two new options.
528
529 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
530
531 * tooltip.el: Move comment about track-mouse...
532
533 * progmodes/gud.el: ...to here.
534
535 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
536
537 * facemenu.el (facemenu-listed-faces): New var.
538 (facemenu-unlisted-faces): Variable deleted.
539 (facemenu-add-new-face): Use facemenu-listed-faces.
540
541 * emulation/viper-init.el, calendar/calendar.el:
542 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
543
544 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
545
546 * textmodes/org.el (org-mode): Remove no invalid settings for
547 calc embedded mode.
548 (org-mode-p): New defsubst.
549 (org-save-all-org-buffers): New function.
550 (org-first-headline-recenter): Enclose outline-regexp in group
551 delimiters.
552 (org-set-tags): Keep single space after stars.
553
554 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
555
556 * window.el (set-window-text-height): Only set window-min-height to
557 1 if that's the requested size.
558
559 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
560 (diff-unified->context, diff-context->unified)
561 (diff-reverse-direction): Make sure the end marker stays at the end.
562 (diff-mode): Add the keymap table at the end of docstring.
563 Use lexical-let rather than constructing a closure manually.
564
565 * files.el (find-file-noselect-1): Remove unused var assignment.
566 (hack-local-variables-confirm): Print lists of strings as lists of
567 strings rather than lists of symbols.
568 (abbreviate-file-name, hack-local-variables-prop-line):
569 Use match-string.
570 (hack-one-local-variable): Move `make-local-variable' nearer its use.
571 (recover-session-finish): Use line-end-position.
572
573 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
574
575 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
576
577 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
578
579 * progmodes/make-mode.el (makefile-macroassign-regex):
580 Accept preceding keyword.
581 (makefile-gmake-statements): Reorganize, now that makepp has
582 "override" and also handle forgotten "override define".
583 (makefile-makepp-statements): Add new "global", "override export"
584 and "override global".
585
586 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
587
588 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
589 (ada-compile-mouse-goto-error, ada-deactivate-properties)
590 (ada-no-auto-case): Fix typos in docstrings.
591
592 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
593
594 * info.el (Info-find-node-2): Search for makeinfo version more
595 carefully.
596
597 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
598
599 * textmodes/org.el (org-prepare-agenda-buffers):
600 Use `invisible-OK' argument for `org-end-of-subtree'.
601 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
602 (org-beginning-of-item): Fix bug in regular expression for white line.
603 (org-export-as-html): Enforce space after bullet in plain list items.
604 (org-set-autofill-regexps): Require space after plain list bullet
605 for paragraph-start.
606 (org-ts-regexp3): New constant.
607 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
608 (org-timestamp-up-day, org-timestamp-down-day)
609 (org-timestamp-change): Work with inactive timestamps.
610 (org-ts-regexp1): Don't allow brackets in time stamps.
611
612 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
613
614 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
615 for ignoring links.
616
617 * faces.el (read-face-name): Use it.
618
619 2006-06-28 Juri Linkov <juri@jurta.org>
620
621 * buff-menu.el (list-buffers-noselect): Compare Info file
622 with the string "dir" to detect Info directory.
623
624 * complete.el (partial-completion-mode): In lambda for
625 `choose-completion-string-functions' use full function signature
626 with 4 args, and move point to the end of the minibuffer only if arg
627 `mini-p' is non-nil.
628
629 2006-06-28 John Paul Wallington <jpw@pobox.com>
630
631 * ibuffer.el (ibuffer-mode): Doc fix.
632
633 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
634
635 * textmodes/org.el (org-context): New contexts :item-bullet,
636 :latex-fragment, :latex-preview.
637 (org-overlays-at, org-overlay-start, org-overlay-end):
638 New compatibility functions.
639 (org-inside-LaTeX-fragment-p): More accurate matching, using the
640 exact regexp that will be used during export.
641 (org-latex-regexps): New variable.
642 (org-cdlatex-mode): Improve advice for `texmathp'.
643 (turn-on-org-cdlatex): New function.
644
645 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
646
647 * term/mac-win.el (mac-handle-font-selection): Change keys of
648 mac-atsu-font-table from strings to numbers.
649 (mac-ts-caret-position): Use also when cursor-type is nil.
650 (mac-ts-update-active-input-area): Add Mac OS Classic support.
651 Relax condition for using overlay strings.
652 Use mac-ts-caret-position face when cursor-type is nil.
653
654 2006-06-26 Kim F. Storm <storm@cua.dk>
655
656 * help.el (view-emacs-news): Declare `res' in the right let* form.
657
658 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
659
660 * net/rcompile.el (remote-compile): Replace ange-ftp based
661 implementation by Tramp functions.
662 Suggested by Marc Abramowitz <msabramo@gmail.com>.
663
664 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
665
666 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
667
668 * international/fontset.el (setup-default-fontset): Fix a typo in
669 the "Oriya-Akruti" registry name.
670
671 2006-06-23 Lars Hansen <larsh@soem.dk>
672
673 * desktop.el (desktop-full-file-name): New function.
674 (desktop-kill, desktop-save, desktop-remove, desktop-read)
675 (desktop-revert): Use it.
676 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
677 (desktop-after-read-hook): Add option list-buffers.
678 (desktop-locals-to-save): Add tab-width.
679 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
680 Fix docstring.
681
682 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
683
684 * textmodes/org.el (org-cdlatex-mode-map)
685 (org-cdlatex-texmathp-advice-is-done): New variables.
686 (org-cdlatex-mode): New minor mode.
687 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
688 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
689 (org-export-with-archived-trees): New option.
690 (org-open-file): Remove the call to `convert-standard-filename'.
691 (org-archive-tag, org-agenda-skip-archived-trees)
692 (org-cycle-open-archived-trees)
693 (org-sparse-tree-open-archived-trees): New options.
694 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
695 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
696 New functions.
697 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
698 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
699 (org-mode-map): Add binding for `org-toggle-archive-tag'.
700 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
701 Call `org-prepare-agenda-buffers'.
702 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
703 (org-file-apps, org-file-apps-defaults-gnu)
704 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
705 Handle remote files by forcing them to be opened in Emacs.
706
707 2006-06-23 Andre Spiegel <spiegel@gnu.org>
708
709 * vc.el (vc-diff-knows-L): New variable.
710 (vc-diff-internal): Use it to handle "diff" programs that don't
711 understand -L. This works automatically, no user action is necessary.
712
713 2006-06-23 Daniel Brockman <daniel@brockman.se>
714
715 * net/rcirc.el (rcirc-default-user-full-name): Default to
716 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
717 longer exists).
718 (rcirc-process-list): Check `buffer-live-p' before attempting to
719 switch to a buffer.
720
721 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
722
723 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
724 based on rcirc-coding-system-alist.
725
726 2006-06-23 Martin Rudalics <rudalics@gmx.at>
727
728 * cus-edit.el (customize-apropos): A better error message.
729 (top level) <debug-ignored-errors>: Extend and update the list of
730 ignored error messages.
731
732 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
733
734 * complete.el (PC-do-completion): Retain capitalization of user
735 input, when possible, even if completion-ignore-case is set.
736
737 2006-06-23 Eli Zaretskii <eliz@gnu.org>
738
739 * generic-x.el (bat-generic-mode): Support .cmd files.
740
741 * dos-w32.el (top level): Use find-file-not-found-functions
742 instead of the obsolete find-file-not-found-hooks.
743
744 2006-06-22 Kim F. Storm <storm@cua.dk>
745
746 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
747 to recognize mode name containing submodes, such as Grep/lw.
748
749 2006-06-21 Kim F. Storm <storm@cua.dk>
750
751 * simple.el (line-move-1): Check for move-end-of-line instead of
752 end-of-line when setting temporary-goal-column.
753
754 2006-06-21 Miles Bader <miles@gnu.org>
755
756 * play/cookie1.el (cookie): Work properly when there's only one entry.
757
758 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
759
760 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
761 (gdb-frame-handler): Generalize frame regexp for templates.
762
763 2006-06-20 Glenn Morris <rgm@gnu.org>
764
765 * calendar/appt.el (appt-display-format): Default value must be
766 one of the customize options.
767
768 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
769
770 * term/xterm.el (terminal-init-xterm): Update key availability info.
771 Bind C-return.
772
773 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
774
775 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
776
777 * files.el (hack-local-variables): Run `hack-local-variables-hook'
778 whether or not a local variables list is defined.
779
780 * msb.el (msb): Move `sit-for' hack here to handle both
781 "mouse-down and drag" and "mouse-up and select" situations.
782 (mouse-select-buffer): Move `sit-for' hack to `msb'.
783
784 2006-06-20 Kenichi Handa <handa@m17n.org>
785
786 * international/characters.el (word-combining-categories):
787 Add entries for 2-byte Han characters.
788
789 2006-06-19 Richard Stallman <rms@gnu.org>
790
791 * bindings.el (mode-line-format): Save some mode line space.
792
793 * files.el (find-file-noselect): Improve the question wording.
794 (basic-save-buffer-2): Mask UMASK against 666.
795
796 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
797 (mouse-drag-vertical-line): Call it.
798
799 * cus-edit.el (customize-option, customize-option-other-window):
800 Error if SYMBOL is nil.
801
802 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
803
804 * textmodes/org.el: Require noutline, also on XEmacs.
805 (org-end-of-subtree): Return point.
806 (org-dblock-start-re, org-dblock-end-re): New constants.
807 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
808 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
809 (org-update-all-dblocks, org-find-dblock): New functions.
810 (org-collect-clock-time-entries): New function.
811 (org-html-handle-time-stamps): Never export CLOCK timeranges.
812 (org-fixup-indentation): Modify to deal correctly with lines
813 starting with TAB. Only one argument DIFF now.
814 (org-demote, org-promote): Call `org-fixup-indentation' with just
815 one argument, DIFF.
816 (org-mode): Don't mark buffer as modified when aligning tables.
817 (org-clock-sum): Don't mark buffer modified when adding time sum
818 properties.
819 (org-export-as-html): Add support for a link validation function.
820 (org-archive-all-done): New function.
821 (org-archive-subtree): New prefix argument. When set, archive all
822 done subtrees in this buffer.
823 (org-remove-clock-overlays)
824 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
825 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
826 (org-put-clock-overlay): Don't swallow last headline character
827 when displaying overlay.
828 (org-store-link): Link to `image-mode' with just the file name.
829
830 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
831
832 * viper-cmd.el (viper-special-read-and-insert-char):
833 Use read-key-sequence.
834 (viper-after-change-undo-hook): Misc enhancements.
835 (viper-after-change-undo-hook): New hook.
836 (viper-undo): Use viper-after-change-undo-hook.
837 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
838 (viper-next-line-at-bol): If point is on a widget or a button, simulate
839 clicking on that widget/button.
840
841 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
842
843 * ediff-diff (ediff-test-patch-utility): Catch errors.
844 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
845 (ediff-set-actual-diff-options): New function.
846 (ediff-reset-diff-options, ediff-toggle-ignore-case):
847 Use ediff-set-actual-diff-options.
848 (ediff-extract-diffs): Catch errors.
849 (ediff-whitespace): Add non-breakable space.
850 (ediff-same-file-contents): Catch errors.
851
852 * ediff-mult.el (ediff-collect-custom-diffs):
853 Save coding-system-for-read.
854
855 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
856 (ediff-vc-internal, ediff-vc-merge-internal):
857 Use ediff-delete-version-file.
858 (ediff-delete-version-file): New function.
859
860 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
861
862 * ediff.el (ediff-directories, ediff-directory-revisions)
863 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
864 (ediff-directories-internal, ediff-merge-directory-revisions)
865 (ediff-merge-directory-revisions-with-ancestor)
866 (ediff-directories3): Use read-directory-name.
867
868 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
869
870 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
871 Remove superfluous part of regexp for brace matching which is handled
872 by `scan-lists' call.
873
874 2006-06-16 Richard Stallman <rms@gnu.org>
875
876 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
877
878 * files.el (basic-save-buffer-2): For a new precious file,
879 use the default modes in the return value.
880
881 * facemenu.el (facemenu-color-alist): Doc fix.
882
883 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
884
885 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
886
887 * cus-start.el (all): Add mac-ts-script-language-on-focus.
888
889 * term/mac-win.el (mac-text-encoding-ascii): New constant.
890 (mac-utxt-to-string): Use it.
891 (mac-ts-update-active-input-area): Use mac-ae-number.
892
893 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
894
895 * term.el (term-handle-scroll, term-delete-lines)
896 (term-insert-lines): Fix off by one errors.
897
898 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
899
900 * net/tramp.el (tramp-touch): Use UTC to express time.
901
902 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
903
904 * mail/sendmail.el (mail-send): Search explicitly for
905 mail-header-separator when checking for corrupted header lines.
906
907 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
908
909 * progmodes/gdb-ui.el (gdb-same-frame): New option.
910 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
911 (gdb-init-1): Initialise them.
912 (gdb-starting): Reset gdb-printing
913 (gdb-starting): Save value of gud-overlay-arrow-position.
914 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
915 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
916 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
917 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
918
919 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
920
921 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
922
923 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
924
925 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
926 (ldap-search-internal): Keep error messages, and a regexp fix.
927
928 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
929
930 * files.el (hack-local-variables-confirm):
931 Display string value using its printed representation.
932
933 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
934
935 * server.el (server-edit): No-op if no server buffers exist.
936
937 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
938
939 * textmodes/page-ext.el (pages-directory-for-addresses):
940 Including `pages-directory-address-mode' in the function results
941 in the message "Buffer in which pages were found is deleted".
942
943 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
944
945 * textmodes/org.el (org-agenda-mode-map): Add bindings for
946 clocking functions.
947
948 (org-agenda-clock-in, org-check-running-clock)
949 (org-clock-out-if-current, org-remove-clock-overlays)
950 (org-put-clock-overlay): New functions.
951 (org-clock-marker, org-clock-file-total-minutes)
952 (org-clock-overlays): New variables.
953 (org-clock-display, org-clock-sum, org-clock-cancel)
954 (org-clock-out, org-clock-in): New commands.
955 (org-export): New function.
956 (org-emph-re): New constant.
957 (org-set-emph-re, org-do-emphasis-faces): New functions.
958 (org-emphasis-regexp-components, org-emphasis-alist): New options.
959 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
960 (org-export-html-convert-emphasize): Use the configurable emphasis.
961 (org-cleaned-string-for-export): Make multiline emphasis visible
962 to the exporter. New optional argument PARAMETERS.
963 (org-export-as-html): Specify :emph-multiline parameter to
964 `org-cleaned-string-for-export'.
965
966 2006-06-10 Richard Stallman <rms@gnu.org>
967
968 * help.el (help-for-help-internal): Clean up help text.
969
970 2006-06-10 Andreas Schwab <schwab@suse.de>
971
972 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
973 in doc string.
974
975 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
976
977 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
978
979 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
980 spaces after the comment start.
981
982 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
983
984 * play/pong.el (pong-init-buffer):
985 Fill buffer with spaces instead of ^A.
986
987 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
988 launched asynchronously, delete its process instead of being cool.
989 (ispell-async-processp): Check for `delete-process' existence
990 instead of `kill-process' one for consistency.
991
992 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
993
994 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
995 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
996 in mode line at startup.
997
998 2006-06-08 Kim F. Storm <storm@cua.dk>
999
1000 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1001 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1002 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1003 (ido-file-internal): Pass full file name to write-file.
1004 (ido-read-internal): Only pop stack elements automatically if they
1005 actually match an existing directory or file name.
1006
1007 2006-06-07 Kenichi Handa <handa@m17n.org>
1008
1009 * international/mule.el (find-auto-coding): Don't handle the short
1010 name `char-trans'.
1011
1012 * files.el (hack-local-variables-prop-line)
1013 (hack-local-variables): Cancel the previous change.
1014
1015 2006-06-06 Jesper Harder <harder@phys.au.dk>
1016
1017 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1018
1019 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1020
1021 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1022 diff-default-read-only is non-nil.
1023 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1024 (diff-refine-hunk): Set inhibit-read-only to t.
1025
1026 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1027 modifying the *Diff* buffer.
1028 (diff-process-filter): New filter function for diff process that
1029 sets inhibit-read-only to t when modifying the *Diff* buffer.
1030
1031 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1032
1033 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1034 insertion point and control the number of empty lines.
1035 (org-paste-subtree): Limit the number of empty lines at the end of
1036 the inserted tree.
1037 (org-agenda): Use buffer name of current file for narrowing.
1038 (org-export-as-xml): Command removed.
1039 (org-export-xml-type): Option removed.
1040 (org-mode-map): Call `org-export-as-xoxo' directly.
1041 (org-get-indentation): New optional argument LINE.
1042 (org-fix-indentation, org-remove-tabs): New functions.
1043 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1044 correct indentation for headlines that are converted it items.
1045 (org-skip-comments): Remove table lines that contain narrowing
1046 cookies but no other non-empty fields.
1047 (org-set-tags): Allow groups of mutually exclusive tags.
1048 (org-cmp-time): Sort 24:21 before items without time.
1049 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1050 (org-open-at-point): Require double colon also for numbers.
1051
1052 2006-06-06 Kim F. Storm <storm@cua.dk>
1053
1054 * ido.el (ido-default-file-method, ido-default-buffer-method):
1055 Make choice values consistent with corresponding command names.
1056 (ido-visit-buffer): Update accordingly. Default to selected-window.
1057
1058 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1059
1060 * progmodes/gud.el (gud-running): Fix doc string.
1061 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1062 (gud-tooltip-modes): Add python-mode.
1063 (gud-tooltip-print-command): Add pdb. Remove perldb.
1064
1065 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1066
1067 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1068 Quote $(EMACS).
1069
1070 2006-06-05 Richard Stallman <rms@gnu.org>
1071
1072 * faces.el (defined-colors): Doc fix.
1073
1074 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1075
1076 * vc.el (vc-process-filter): Inhibit undo info collection around
1077 call to insert.
1078 (vc-setup-buffer): Likewise for call to erase-buffer.
1079 (vc-do-command): Likewise for call to process-file.
1080
1081 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1082
1083 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1084 for gud-go.
1085 (gud-common-init): Other debuggers may trigger error.
1086
1087 2006-06-05 Kenichi Handa <handa@m17n.org>
1088
1089 * international/mule.el (find-auto-coding):
1090 Handle enable-character-translation in file header.
1091
1092 2006-06-04 Kim F. Storm <storm@cua.dk>
1093
1094 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1095 (authors-fixed-entries): Fix spelling.
1096 (authors-canonical-file-name): Don't report error for wildcards.
1097
1098 * help.el (view-emacs-news): Rewrite to support new NEWS,
1099 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1100 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1101 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1102
1103 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1104
1105 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1106 exec constructs like `foo bar`.
1107 (sh-quoted-subshell): New helper function to search for a possibly
1108 nested subshell (like `` or $()) within a "" quoted string.
1109 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1110 (sh-apply-quoted-subshell): Flag quote characters inside a
1111 subshell, which is itself already in a quoted region, as
1112 punctuation, since this is the closest to what they actually are.
1113 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1114 sh-apply-quoted-subshell.
1115 (sh-font-lock-syntactic-face-function): Apply the new face for
1116 text inside `` instead of the old font-lock-string-face.
1117
1118 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1119
1120 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1121 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1122 (mac-bytes-to-text-range, mac-ae-text-range-array)
1123 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1124 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1125 (mac-ts-unicode-for-key-event): New functions.
1126 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1127 (mac-handle-font-selection): Use mac-ae-number.
1128 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1129 New variables.
1130 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1131 (mac-ts-converted-text, mac-ts-selected-converted-text)
1132 (mac-ts-block-fill-text, mac-ts-outline-text)
1133 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1134 (mac-ts-hilite-style-faces): New constant.
1135 (mac-apple-event-map): Bind text input events.
1136 (mac-dispatch-apple-event): Use command-execute instead of
1137 call-interactively.
1138 (global-map): Don't bind mac-apple-event.
1139 (special-event-map): Bind mac-apple-event.
1140
1141 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1142
1143 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1144 file name.
1145 (emacs): Enclose the value of $(EMACS) in quotes.
1146
1147 2006-06-02 Juri Linkov <juri@jurta.org>
1148
1149 * international/mule.el (sgml-html-meta-auto-coding-function):
1150 Remove the condition `(search-forward "<html" size t)'.
1151 Replace `\"' with `[\"']?' in `re-search-forward'.
1152
1153 2006-06-02 Kenichi Handa <handa@m17n.org>
1154
1155 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1156 as well as `coding'.
1157 (hack-local-variables): Likewise.
1158
1159 * international/mule.el (enable-character-translation):
1160 Put permanent-local and safe-local-variable properties.
1161 (find-auto-coding): Handle char-trans: tag.
1162
1163 2006-06-02 Juri Linkov <juri@jurta.org>
1164
1165 * international/mule.el (sgml-html-meta-auto-coding-function):
1166 Limit the search by the end of the HTML header (if any).
1167
1168 2006-06-01 Richard Stallman <rms@gnu.org>
1169
1170 * subr.el (with-current-buffer): Doc fix.
1171
1172 2006-06-02 Masatake YAMATO <jet@gyve.org>
1173
1174 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1175 Almost rewrite. Underlines over all lines of gcov output are too
1176 uncomfortable to read. Suggested by Dan Nicolaescu.
1177
1178 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1179
1180 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1181
1182 * shell.el (shell-mode): Use shell-mode-map in docstring.
1183
1184 * comint.el (comint-send-input): Do not add help-echo and
1185 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1186
1187 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1188
1189 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1190
1191 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1192
1193 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1194 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1195 look up the stack and pop up GUD buffer if necessary.
1196 (gdb-frames-select): Remove redundant call to gud-display-frame.
1197 (gdb-info-threads-custom): Keep point at start of buffer.
1198 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1199
1200 2006-05-31 Juri Linkov <juri@jurta.org>
1201
1202 * replace.el (query-replace-read-from, query-replace-read-to):
1203 Bind `history-add-new-input' to nil. Call `add-to-history'.
1204
1205 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1206
1207 * textmodes/table.el: Convert all HTML tags to lower case for
1208 XHTML compatibility.
1209
1210 2006-05-31 Masatake YAMATO <jet@gyve.org>
1211
1212 * progmodes/compile.el:
1213 (compilation-error-regexp-alist-alist::gcov-called-line):
1214 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1215
1216 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1217
1218 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1219 Revert inadvertent changes made with last commit.
1220
1221 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1222
1223 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1224 New functions.
1225
1226 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1227
1228 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1229
1230 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1231 only matches in the right place.
1232 (org-upcoming-deadline): New face.
1233 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1234 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1235 and make it an option.
1236 (org-export-ascii-bullets): New option.
1237 (org-export-as-html): Many changes to emit valid XHTML.
1238 (org-par-open): New variable.
1239 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1240 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1241 (org-timeline): Pass `org-timeline-show-empty-dates' to
1242 `org-get-all-dates'. Interpret empty dates returned by
1243 `org-get-all-dates'.
1244 (org-get-all-dates): New argument EMPTY. Add dates without
1245 entries to the list, mark large ranges of empty dates.
1246 (org-point-in-group, org-context): New functions.
1247
1248 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1249
1250 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1251
1252 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1253 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1254 to C-mouse-3 (for 2 button mice).
1255 (gdb-send): Do the right thing for C-d.
1256
1257 * speedbar.el (speedbar-detach): Delete.
1258 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1259 it breaks things.
1260 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1261
1262 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1263
1264 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1265 Makeppfile.
1266
1267 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1268 Add makepp diagnostic.
1269
1270 2006-05-29 Richard Stallman <rms@gnu.org>
1271
1272 * window.el (fit-window-to-buffer): Doc fix.
1273
1274 * help.el (temp-buffer-max-height): Doc fix.
1275
1276 * subr.el (with-current-buffer): Doc fix.
1277
1278 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1279
1280 * term/x-win.el: Bind F10 to menu-bar-start if available.
1281
1282 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1283
1284 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1285 uses with a simple test.
1286 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1287 (term-send-raw-string, term-send-raw, term-mouse-paste)
1288 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1289 (term-handle-exit, term-read-input-ring)
1290 (term-previous-matching-input-string)
1291 (term-previous-matching-input-string-position)
1292 (term-previous-matching-input-from-input)
1293 (term-replace-by-expanded-history, term-send-input)
1294 (term-skip-prompt, term-bol, term-send-invisible)
1295 (term-kill-input, term-delchar-or-maybe-eof)
1296 (term-backward-matching-input, term-check-source)
1297 (term-proc-query, term-emulate-terminal)
1298 (term-handle-colors-array, term-process-pager, term-pager-line)
1299 (term-pager-bob, term-unwrap-line, term-word)
1300 (term-dynamic-complete-filename)
1301 (term-dynamic-complete-as-filename)
1302 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1303 unlesses.
1304
1305 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1308 during bootstrapping.
1309
1310 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1311 Basically undo the change of 2006-05-26: use extra arguments instead of
1312 dynamic scoping.
1313 (ewoc-locate): Remove unused var `footer'.
1314
1315 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1316
1317 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1318
1319 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1320 (generate-file-autoloads): Obey it. Return whether autoloads were
1321 added at point or not.
1322 (update-file-autoloads): Use this new return value.
1323 Remove redundant test for the presence of an autoload cookie.
1324
1325 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1326 This one calls hack-local-variables.
1327 (generate-file-autoloads, update-file-autoloads): Use it.
1328
1329 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1330 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1331 (bibtex-sort-entry-class-alist): Don't set the global value.
1332 (bibtex-init-sort-entry-class-alist): New fun.
1333 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1334 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1335 of bibtex-init-sort-entry-class.
1336
1337 2006-05-28 Richard Stallman <rms@gnu.org>
1338
1339 * subr.el (load-history-regexp): If FILE is relative, insist
1340 entire last name component must match it.
1341 (load-history-filename-element, load-history-regexp): Doc fixes.
1342
1343 2006-05-29 Kim F. Storm <storm@cua.dk>
1344
1345 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1346 `pos' and `raw-data' for clarity, as eval forms may access these.
1347
1348 2006-05-28 Kim F. Storm <storm@cua.dk>
1349
1350 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1351
1352 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1353
1354 * progmodes/make-mode.el (makefile-browser-map)
1355 (makefile-mode-syntax-table): Move initialization inside declaration.
1356 (makefile-fill-paragraph): Use the default comment-filling code.
1357
1358 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1359
1360 * replace.el (query-replace-defaults): New variable.
1361 (query-replace-read-from): Use `query-replace-defaults' for
1362 default value, instead of history list.
1363 (query-replace-read-to): Update `query-replace-defaults'.
1364
1365 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1366
1367 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1368 with no X toolkit.
1369
1370 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1371
1372 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1373 (tumme-show-all-from-dir): Add autoload.
1374
1375 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1376
1377 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1378 (tumme-remove-tag): Fix bug.
1379
1380 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1381
1382 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1383 FOOTER args. Update unique caller.
1384 (ewoc-delete): Compute last node once before looping.
1385 (ewoc--node-branch): Merge into unique caller.
1386 (ewoc--node): Don't define constructor make-ewoc--node for this
1387 structure.
1388 (ewoc): Add member `hf-pp' to this structure.
1389 (ewoc--wrap): New func.
1390 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1391 header/footer pretty-printers. Save header/footer pretty-printer.
1392 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1393
1394 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1395
1396 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1397
1398 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1399 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1400 Tag'. Change "Compare directories..." to "Change Directories...".
1401 Move tumme commands to Operate, Regexp and Immediate menus.
1402 Change "Add Comment" to "Add Image Comment". Change "Add Image
1403 Tag" to "Add Image Tags".
1404
1405 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1406 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1407 `tumme-delete-tag'.
1408
1409 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1410
1411 * shell.el (shell-mode): Call shell-dirtrack-mode after
1412 list-buffers-directory is made a local variable, to avoid setting
1413 the default value.
1414
1415 2006-05-26 Kevin Ryde <user42@zip.com.au>
1416
1417 * info.el (Info-index-next): Use where-is-internal to report
1418 actual binding of Info-index-next, rather than hard-coded `,'.
1419
1420 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1421
1422 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1423 and "Find Command in Manual" to here.
1424
1425 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1426 Info-current-file as the file name.
1427
1428 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1429
1430 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1431 overrides will now be done a different way.
1432 (ses-set-parameter): Reapply this function for undo.
1433 (ses-set-header-row): Reconstruct header row during undo.
1434 (ses-widen): New function.
1435 (ses-goto-data, ses-reconstruct-all): Use new function.
1436 (ses-command-hook): Widen buffer during undo, before unupdating
1437 the cells.
1438 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1439 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1440 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1441 formula hasn't been executed yet.
1442
1443 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1444
1445 * comint.el (comint-kill-whole-line): Rename arg to count.
1446 Fix doc string.
1447
1448 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1449
1450 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1451 to copy-file.
1452
1453 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1454
1455 * simple.el (toggle-truncate-lines): Make arg optional for
1456 backward compatibility.
1457
1458 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1459
1460 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1461 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1462 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1463 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1464 (ewoc--adjust): Use ewoc--current-dll.
1465 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1466
1467 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1468
1469 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1470 compact error message.
1471 (org-tags-view): Refresh category table in each file.
1472 (org-table-justify-field-maybe): Remove superfluous arguments to
1473 `format'.
1474 (org-export-as-html): Insert "<p>" before postamble.
1475 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1476
1477 2006-05-26 Kenichi Handa <handa@m17n.org>
1478
1479 * textmodes/po.el (po-find-charset): Pay attention to the case
1480 FILENAME is a cons (NAME . BUFFER).
1481 (po-find-file-coding-system-guts): Likewise.
1482
1483 * arc-mode.el (archive-set-buffer-as-visiting-file):
1484 Call find-operation-coding-system with (FILENAME . BUFFER).
1485
1486 * tar-mode.el (tar-extract): Call find-operation-coding-system
1487 with (FILENAME . BUFFER).
1488
1489 * international/mule.el (decode-coding-inserted-region):
1490 Call find-operation-coding-system with (FILENAME . BUFFER).
1491
1492 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1493
1494 * image-mode.el (image-toggle-display): Use buffer contents to
1495 generate image for a remote file.
1496
1497 2006-05-25 Juri Linkov <juri@jurta.org>
1498
1499 * replace.el (query-replace-read-from, query-replace-read-to):
1500 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1501
1502 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1503
1504 * whitespace.el (whitespace-cleanup): Change to cleanup
1505 region if one is active.
1506 * whitespace.el (whitespace-cleanup-internal): New internal method.
1507
1508 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1509
1510 * dired.el (dired-mode-map): Add help-echo strings to tumme
1511 commands. Bind `tumme-dired-display-image' to C-t i.
1512
1513 * tumme.el (tumme-display-image): Change documentation string slightly.
1514 (tumme-dired-display-image): Add call to `display-buffer'.
1515
1516 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1517
1518 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1519 Signal error if RAW-DATA is a multibyte string.
1520
1521 2006-05-24 Richard Stallman <rms@gnu.org>
1522
1523 * subr.el (with-local-quit): When handling `quit' signal,
1524 make a chance for quit-flag to cause a quit.
1525
1526 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1527 (ad-disable-advice): Add autoloads.
1528
1529 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1530
1531 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1532
1533 * dired.el (dired-mode-map): Change menu items for tumme as per
1534 suggestions in emacs-devel.
1535
1536 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1537
1538 * dired.el (dired-mode-map): Fix breakage.
1539
1540 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1541
1542 * tumme.el (tumme-display-dired-image): Rename to...
1543 (tumme-dired-display-image): ...this.
1544 (tumme-track-movement): Change default value to t.
1545 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1546 used from `tumme-next-line-and-display' and similar commands.
1547
1548 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1549 Immediate menu. Add some tumme commands there.
1550
1551 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1552
1553 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1554
1555 2006-05-24 Chong Yidong <cyd@mit.edu>
1556
1557 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1558 menu entries that open submenus.
1559
1560 2006-05-24 Alan Mackenzie <acm@muc.de>
1561
1562 * startup.el (command-line): For names of preloaded files, don't
1563 append ".elc" (now done in Fload), and call file-truename on the
1564 lisp directory.
1565
1566 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1567 match ANY loaded file with the right name, not just those in
1568 load-path. Put a regexp matching the file name into
1569 after-load-alist, rather than the name itself.
1570
1571 * subr.el: New functions load-history-regexp,
1572 load-history-filename-element, do-after-load-evaluation.
1573
1574 * international/mule.el (load-with-code-conversion): Do the
1575 eval-after-load stuff by calling do-after-load-evaluation.
1576
1577 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1578
1579 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1580 has not been killed.
1581
1582 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1583
1584 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1585 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1586 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1587 Optionally set error message in reply.
1588
1589 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1590
1591 * textmodes/org.el (org-open-at-point): Use renamed variable
1592 `org-confirm-shell-link-function'.
1593 (org-confirm-shell-link-function): Rename from
1594 `org-confirm-shell-links'.
1595 (org-export-directory): New function.
1596 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1597 (org-export-icalendar): Use `org-export-directory'.
1598 (org-indent-item): Keep cursor position.
1599 (org-link-file-path-type): New option.
1600 (org-export-as-html): Fix bug with plain lists starting in
1601 column 0.
1602 (org-export-as-html): Remove deadline formatting, this happens
1603 now already in `org-html-handle-time-stamps'.
1604 (org-export-html-style): Deadline class removed.
1605 (org-insert-labeled-timestamps-at-point): New option.
1606 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1607 of `hide-sublevels 1', in case the first headline is not level 1.
1608 (org-overview, org-content): New fuction.
1609 (org-cycle-global-status, org-cycle-subtree-status): Make these
1610 variables buffer-local.
1611 (org-global-cycle): New command.
1612 (org-shifttab): Use `org-global-cycle'.
1613 (org-insert-heading, org-insert-item): Go to end of new
1614 headline/item after creating it.
1615 (org-export-visible): Rename from `org-export-copy-visible'.
1616 Now creates a temporary org-file and applies an exporting command
1617 to it.
1618 (org-table-eval-formula): Support for lisp forms.
1619 (org-agenda-todo-ignore-scheduled): New option.
1620 (org-agenda-get-todos): Use new option
1621 `org-agenda-todo-ignore-scheduled'.
1622 (org-export-html-inline-images): New value `maybe'.
1623 (org-export-as-html): Inlining of images dependent on link description.
1624 (org-archive-subtree): Check for end-of-buffer before trying
1625 `kill-line'.
1626 (org-agenda-follow-mode): New option.
1627 (org-export-with-tags, org-export-with-timestamps): New options.
1628 (org-html-handle-time-stamps): New function.
1629 (org-keyword-time-regexp): New variable.
1630 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1631 (org-agenda-todo-list-sublevels): New option.
1632 (org-html-level-start): When TITLE is nil, just close all levels.
1633 (org-parse-key-lines, org-parse-export-options): Remove functions,
1634 replaced by `org-infile-export-plist'.
1635 (org-combine-plists, org-infile-export-plist)
1636 (org-default-export-plist): New functions.
1637 (org-export-html-preamble, org-export-html-postamble)
1638 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1639 New variables.
1640 (org-export-publishing-directory): New option.
1641 (org-export-as-html, org-export-as-ascii): Use the new property
1642 lists for settings.
1643 (org-export-copy-visible, org-export-as-xoxo):
1644 Respect `org-export-publishing-directory'.
1645 (org-link-search, org-store-link, org-file-apps): Support for
1646 links to BibTeX database entries..
1647 (org-get-current-options, org-set-regexps-and-options):
1648 Implement logging as a startup option.
1649 (org-store-link): Make sure context string is never empty
1650 (org-insert-link): Use relative path when possible.
1651 (org-at-item-checklet-p): New function.
1652 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1653 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1654 (org-metaright, org-metaup, org-metadown, org-shiftup)
1655 (org-shiftdown, org-shiftright, org-shiftleft)
1656 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1657 Dispatch using `call-interactively'.
1658 (org-call-with-arg): New defsubst.
1659 (org-tag-alist, org-use-fast-tag-selection): New options.
1660 (org-complete): Use `org-tag-alist'.
1661 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1662 (org-next-item, org-previous-item): New commands.
1663 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1664 make command.
1665 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1666
1667 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1668
1669 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1670 (ewoc-filter): Use `ewoc-delete'.
1671
1672 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1673
1674 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1675
1676 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1677 Signal more user-friendly error messages.
1678
1679 * complete.el (PC-do-completion): Undo the addition of implicit
1680 wildcards if they did not lead to finding any match.
1681 (read-file-name-internal): Don't add the final > if the completion is
1682 not finished.
1683
1684 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1685
1686 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1687 Quote safe-local-variable predicate.
1688
1689 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1690
1691 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1692
1693 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1694
1695 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1696
1697 * progmodes/make-mode.el (makefile-special-targets-list)
1698 (makefile-macro-table, makefile-target-table): Mark as risky.
1699 (makefile-query-one-target-method): Make this the alias for the
1700 following variable.
1701 (makefile-query-one-target-method-function): Make this the real name.
1702
1703 * textmodes/artist.el (artist-text-renderer): Make this the alias
1704 for the following variable.
1705 (artist-text-renderer-function): Make this the real name.
1706
1707 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1708 the alias for the following variable.
1709 (flyspell-generic-check-word-predicate): Make this the real name.
1710
1711 * textmodes/ispell.el (ispell-format-word): Make this the alias
1712 for the following variable.
1713 (ispell-format-word-function): Make this the real name.
1714 (ispell-message-text-end): Mark as risky.
1715
1716 * skeleton.el (skeleton-transformation, skeleton-filter)
1717 (skeleton-pair-filter): Make these the aliases for the following
1718 variables.
1719 (skeleton-transformation-function, skeleton-filter-function)
1720 (skeleton-pair-filter-function): Make these the real names.
1721
1722 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1723 and skeleton-pair-filter-function.
1724
1725 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1726 alias for the following variable.
1727 (sgml-transformation-function): Make this the real name.
1728 (sgml-tag-alist): Mark as risky.
1729
1730 2006-05-21 Richard Stallman <rms@gnu.org>
1731
1732 * simple.el (kill-region): Interactively, pass point, then mark.
1733
1734 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1735
1736 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1737
1738 2006-05-21 Romain Francoise <romain@orebokech.com>
1739
1740 * dired-x.el (dired-mode-map): Don't bind M-g.
1741
1742 2006-05-20 Richard Stallman <rms@gnu.org>
1743
1744 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1745 (dired-goto-file): Doc fix.
1746
1747 2006-05-21 Kim F. Storm <storm@cua.dk>
1748
1749 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1750 way to enable built-in cua-mode if user loads older CUA-mode package.
1751
1752 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1753 if default-filename is specified.
1754
1755 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1756
1757 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1758
1759 * info.el (info-apropos): Make sure current-file and current-node
1760 have non-nil values. Speed up by using add-to-list instead of
1761 manual consing.
1762
1763 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1764
1765 * progmodes/make-mode.el (makefile-mode): Doc fix.
1766
1767 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1768
1769 * dired-aux.el (dired-do-shell-command): Doc fix.
1770
1771 2006-05-20 Kevin Ryde <user42@zip.com.au>
1772
1773 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1774 ``(custom-manual :tag "Foo" "(foo)Node")''.
1775
1776 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1777
1778 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1779 value is an integer.
1780
1781 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1782
1783 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1784 "format".
1785 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1786
1787 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1788
1789 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1790 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1791
1792 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1795 regexp for keywords.
1796
1797 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1798
1799 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1800 replace-regexp-in-string.
1801
1802 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1803 encode, and escape file name on conversion to URL.
1804
1805 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1806
1807 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1808 Don't unescape URL.
1809 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1810
1811 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1812 on conversion to URLs.
1813
1814 * net/browse-url.el (browse-url-file-url): Encode file name on
1815 conversion to URL.
1816
1817 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1818 conversion to URL.
1819
1820 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1821
1822 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1823
1824 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1825
1826 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1827 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1828
1829 2006-05-19 Glenn Morris <rgm@gnu.org>
1830
1831 * calendar/diary-lib.el (diary-bahai-date)
1832 (list-bahai-diary-entries, mark-bahai-diary-entries)
1833 (mark-bahai-calendar-date-pattern): Not interactive.
1834 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1835 (diary-entries-list): Change format of 4th element in each entry.
1836 (diary-list-entries): Use add-to-diary-list.
1837 (diary-goto-entry): Handle the case where the buffer visiting the
1838 diary has been killed.
1839 (fancy-diary-display): Add 'locator to button rather than 'marker.
1840 Only generate temp-face when there are marks to apply.
1841 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1842 (diary-fancy-date-pattern): New variable.
1843 (diary-time-regexp): Doc fix.
1844 (diary-anniversary, diary-time): New faces.
1845 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1846 diary-time-regexp. Add font-lock-multiline property where needed.
1847 Use new faces diary-anniversary and diary-time.
1848 (diary-fancy-font-lock-fontify-region-function): New function, to
1849 handle multiline font-lock pattern in fancy diary.
1850 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1851 (diary-font-lock-keywords): Tweak time regexp. Use new face
1852 diary-time.
1853
1854 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1855
1856 * international/code-pages.el (mik): Table corrected.
1857
1858 2006-05-18 Kim F. Storm <storm@cua.dk>
1859
1860 * progmodes/grep.el (grep-find): Don't check grep-find-command
1861 before running command (breaks non-interactive usage).
1862
1863 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1864
1865 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1866 (ewoc--insert-new-node): Don't insert trailing newline.
1867 Instead, adjust successor nodes's start markers.
1868 (ewoc--refresh-node): Delete all text from current node's start
1869 marker to the next one's; adjust successor nodes's start markers.
1870 (ewoc--create): Doc fixes.
1871 (ewoc--refresh): Don't insert newline.
1872 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1873 * pcvs.el (cvs-make-cvs-buffer):
1874 Specify extra newline for ewoc's header and footer.
1875 (cvs-update-header): Update initial header recognition.
1876 Append newline to final header and footer values.
1877 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1878
1879 2006-05-17 Richard Stallman <rms@gnu.org>
1880
1881 * files.el (file-name-extension): Doc fix.
1882
1883 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1884
1885 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1886 we can explicitly enable/disable rather than toggle.
1887 (shell-mode): Use it.
1888 (shell-cd): Don't try to reproduce what `cd' does.
1889
1890 2006-05-17 Kim F. Storm <storm@cua.dk>
1891
1892 * ido.el (ido-read-internal): Use only nondirectory part of
1893 default item.
1894
1895 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
1896
1897 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1898 (ewoc-nth): Doc fix.
1899
1900 (ewoc-map, ewoc-invalidate): Compute PP before looping.
1901
1902 2006-05-16 Eli Zaretskii <eliz@gnu.org>
1903
1904 * international/mule.el (auto-coding-alist): Add .lha to files
1905 read with no-conversion.
1906
1907 * files.el (auto-mode-alist): Add .lha files to archive file
1908 extensions.
1909
1910 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1911 Convert csize to integer when computing offsets within the
1912 compressed archive file.
1913
1914 2006-05-16 Kim F. Storm <storm@cua.dk>
1915
1916 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1917 with read-from-minibuffer.
1918
1919 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1920
1921 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1922 (byte-compile-warnings): Fix safe-local-variable property.
1923
1924 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
1925
1926 * allout.el (allout-show-bodies, allout-old-style-prefixes)
1927 (allout-stylish-prefixes, allout-numbered-bullet)
1928 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1929 predicates to qualify `safe-local-variable' property, when
1930 available, else use equivalent lambda.
1931 (allout-current-topic-collapsed-p): Do the right thing regarding
1932 trailing blank lines.
1933
1934 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1935
1936 * server.el (server-start): Only create a directory if needed.
1937 (server-edit, server-unload-hook): server-start => server-mode.
1938 (kill-emacs-hook): Cleanup upon exit.
1939
1940 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1941
1942 * hexl.el (hexlify-buffer): Encode process arguments manually.
1943
1944 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
1945
1946 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1947 call to gdb-tooltip-print.
1948
1949 2006-05-15 Romain Francoise <romain@orebokech.com>
1950
1951 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1952 systems, default to "tar" since those systems probably have GNU tar.
1953
1954 2006-05-14 Lars Hansen <larsh@soem.dk>
1955
1956 * desktop.el (desktop-missing-file-warning): Fix docstring.
1957 (desktop-restore-file-buffer): Correct question asked on missing file.
1958
1959 2006-05-14 Kim F. Storm <storm@cua.dk>
1960
1961 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1962 Add CUA move property.
1963
1964 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
1965
1966 * custom.el (custom-push-theme): Load the variable before checking
1967 its `standard-value'.
1968
1969 2006-05-13 Lars Hansen <larsh@soem.dk>
1970
1971 * desktop.el (desktop-save): Use with-temp-buffer.
1972
1973 2006-05-12 Glenn Morris <rgm@gnu.org>
1974
1975 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1976 * calendar/calendar.el (calendar-mode-map):
1977 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1978 * calendar/appt.el (appt-check, appt-make-list): Refer to
1979 diary-view-entries, diary-list-entries, diary-show-all-entries
1980 rather than obsolete aliases.
1981
1982 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1983
1984 * simple.el (line-move-finish): Avoid calling point motion hooks
1985 while processing intangibility.
1986
1987 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1988
1989 * term/xterm.el (terminal-init-xterm): Fix typo.
1990
1991 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
1992
1993 * allout.el (allout-view-change-hook): Mark as being deprecated,
1994 to be replaced by `allout-exposure-change-hook'.
1995 (allout-exposure-change-hook): New, replacing
1996 `allout-view-change-hook'.
1997 (allout-flag-region): Run new hook `allout-exposure-change-hook',
1998 in addition to `allout-view-change-hook'.
1999 (allout-show-bodies, allout-old-style-prefixes)
2000 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2001 lambda forms to prevent their showing up in variable help
2002 presentations as inscrutable byte-compiled code.
2003 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2004 Use string-or-null-p to qualify safe-local-variable values.
2005 (allout-reindent-bodies): Use memq to qualify matches against
2006 valid safe-local-variable values. Also, quote the lambda as above.
2007 (allout-use-mode-specific-leader): Add missing candidate-value
2008 symbols, use memq, and quote the lambda.
2009 (allout-overlay-interior-modification-handler): Remove unused
2010 variables `msg' and 'opened'.
2011 (allout-hidden-p): Constrain invisibility consideration to allout's
2012 invisibility spec, disregarding invisibility for other reasons.
2013
2014 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2015
2016 * files.el (version-control): Correct safe values.
2017
2018 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2019
2020 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2021
2022 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2023 (ewoc--insert-new-node): New func.
2024 Update callers of deleted funcs to use it, instead.
2025
2026 2006-05-11 Glenn Morris <rgm@gnu.org>
2027
2028 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2029 obsolete alias `show-all-diary-entries'.
2030 (make-diary-entry): Not interactive.
2031 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2032 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2033 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2034 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2035 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2036 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2037
2038 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2039
2040 * calendar/calendar.el (calendar-french-date-string)
2041 (calendar-mayan-date-string, calendar-chinese-date-string)
2042 (calendar-astro-date-string, calendar-iso-date-string)
2043 (calendar-islamic-date-string, calendar-bahai-date-string)
2044 (calendar-hebrew-date-string, calendar-coptic-date-string)
2045 (calendar-ethiopic-date-string, calendar-persian-date-string):
2046 These functions are not interactive.
2047
2048 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2049
2050 * files.el: Balance parentheses.
2051
2052 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2053
2054 * files.el, newcomment.el, outline.el, simple.el,
2055 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2056 progmodes/cc-vars.el, progmodes/compile.el:
2057 Move `safe-local-variable' declarations to the respective files.
2058
2059 * help-fns.el (describe-variable): Don't print safe-var if it is
2060 byte-code. Improve wording as suggested by Luc Teirlinck.
2061
2062 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2063
2064 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2065 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2066 Use a token for pending-triggers to ensure gdb-var-update
2067 gets called once per user input again for pre-GDB 6.4.
2068 (gdb-var-delete): Match on more complex expressions.
2069 (gdb-var-list-children-handler, gdb-var-create-handler):
2070 Use a token for consistency.
2071
2072 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2073
2074 * textmodes/org.el (org-read-date, org-goto-calendar)
2075 (org-agenda-goto-calendar):
2076 Bind `view-calendar-holidays-initially' to nil.
2077
2078 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2079
2080 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2081 Update all callers to do it there, instead.
2082
2083 2006-05-10 Glenn Morris <rgm@gnu.org>
2084
2085 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2086 prefix arg case, to avoid view-diary-entries-initially error.
2087 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2088 (calendar-date-is-legal-p): Handle dates with no day part.
2089
2090 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2091
2092 * comint.el (comint-insert-input): Just make it when
2093 comint-use-prompt regexp is nil (default) and with the mouse.
2094 (comint-copy-old-input): Reinstate from 2004-06-23.
2095 (comint-mode-map): Bind C-c C-m to it.
2096
2097 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2098
2099 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2100 Remove spurious move to point-max (new comint behavior fixes).
2101
2102 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2103 compatibility function (Emacs 18/19).
2104 (idlwave-is-continuation-line): Always return point at start of
2105 previous non-blank continuation line.
2106 `keyword-parameters': Fix continued comment font-lock matcher.
2107 (idlwave-font-lock-fontify-region): Written, use as
2108 font-lock-fontify-region-function, to fix continued keyword
2109 fontification issues.
2110
2111 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2112
2113 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2114 (mac-service-selection, mac-service-open-file)
2115 (mac-service-open-selection, mac-service-mail-selection)
2116 (mac-service-mail-to, mac-service-insert-text): Rename from
2117 mac-services-*. All uses changed.
2118 (mac-apple-event-map): Rename event symbol `services' to `service'.
2119
2120 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2121
2122 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2123 (ewoc--node-enter-first, ewoc--node-enter-last)
2124 (ewoc--delete-node-internal): Merge funcs into unique callers.
2125
2126 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2127
2128 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2129 return value of read-from-minibuffer for empty input.
2130
2131 2006-05-09 Miles Bader <miles@gnu.org>
2132
2133 * comint.el (comint-insert-input): Remove redundant calls to setq
2134 and goto-char.
2135
2136 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2137
2138 * comint.el (comint-insert-input): Make it work when
2139 comint-use-prompt-regexp is t.
2140
2141 2006-05-10 Miles Bader <miles@gnu.org>
2142
2143 * subr.el (field-at-pos): New function.
2144
2145 * comint.el (comint-insert-input): Use it.
2146
2147 2006-05-09 Juri Linkov <juri@jurta.org>
2148
2149 * battery.el (battery-linux-proc-acpi): Also try
2150 `/proc/acpi/thermal_zone/THR2/temperature'.
2151
2152 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2153 for now unused lambda `string-or-null'.
2154
2155 * add-log.el (change-log-default-name): Put `string-or-null-p'
2156 instead of lambda on `safe-local-variable' property.
2157
2158 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2159 `region-end' instead of `mark' and `point'.
2160 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2161 Operate on region in Transient Mark mode when the mark is active.
2162 Use `region-beginning' and `region-end' instead of `mark' and
2163 `point'.
2164 (diff-hunk-text, diff-goto-source): Doc fix.
2165
2166 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2167 face `mode-line-buffer-id' for mode-line buffer face instead of
2168 hard-coded `(:weight bold)'.
2169
2170 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2171 buffer-undo-list to t (undo-ask is reproducible by visiting
2172 nested archives).
2173
2174 2006-05-09 Kim F. Storm <storm@cua.dk>
2175
2176 * progmodes/grep.el (rgrep): Set default directory of *grep*
2177 buffer if we start M-x rgrep in the *grep* buffer and choose
2178 a different base directory.
2179
2180 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2181
2182 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2183 completion also when ido is loaded.
2184
2185 2006-05-09 Masatake YAMATO <jet@gyve.org>
2186
2187 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2188 "warning" and "import".
2189 (cpp-font-lock-keywords): Added "warning".
2190
2191 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2192
2193 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2194
2195 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2196
2197 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2198 pages at a time, if we signal the end, we should indeed reach that end.
2199
2200 2006-05-08 David Reitter <david.reitter@gmail.com>
2201
2202 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2203 output during execution of the body.
2204
2205 2006-05-08 Kim F. Storm <storm@cua.dk>
2206
2207 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2208
2209 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2210
2211 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2212 Use with-current-buffer.
2213
2214 2006-05-07 Kim F. Storm <storm@cua.dk>
2215
2216 * subr.el (add-to-history): Remove keep-dups arg.
2217
2218 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2219 to nil around call to add-to-history.
2220
2221 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2222
2223 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2224 than after a buffer modification.
2225
2226 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2227
2228 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2229 call to...
2230 (gud-watch): ...here so speedbar is raised for already watched
2231 expressions.
2232 (gdb-speedbar-refresh): Delete function.
2233 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2234 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2235 earlier change).
2236 (gdb-var-evaluate-expression-handler)
2237 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2238
2239 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2240 Update localized contents for all buffers except ignored modes.
2241
2242 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2243
2244 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2245 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2246 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2247 (mac-handle-font-panel-closed, mac-handle-font-selection):
2248 New functions.
2249 (mac-font-panel-mode): New minor mode.
2250 (mac-apple-event-map): Add bindings for toolbar toggle button and
2251 font panel.
2252 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2253
2254 2006-05-07 John Paul Wallington <jpw@pobox.com>
2255
2256 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2257 Avoid `regexp-opt'; simplify regexp for readability.
2258
2259 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2260
2261 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2262 * files.el (buffer-stale-function):
2263 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2264 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2265 links to the main manual, not to emacs-xtra.
2266
2267 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2268
2269 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2270 MacJapanese if text is ASCII-only.
2271
2272 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2273
2274 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2275 unless so nil isn't returned.
2276 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2277
2278 2006-05-06 Kim F. Storm <storm@cua.dk>
2279
2280 * subr.el (add-to-history): New function.
2281
2282 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2283 (ediff-merge-files-with-ancestor):
2284 * env.el (setenv):
2285 * isearch.el (isearch-update-ring):
2286 * server.el (server-visit-files):
2287 * progmodes/grep.el (lgrep, rgrep):
2288 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2289 * progmodes/xscheme.el (xscheme-insert-expression):
2290 Use add-to-history.
2291
2292 * kmacro.el (kmacro-push-ring): Use add-to-history.
2293 (kmacro-ring-length): Remove unused defun.
2294 (kmacro-start-macro): Use kmacro-push-ring.
2295
2296 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2297
2298 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2299 directly instead of a lambda expression that calls it.
2300
2301 2006-05-06 Kim F. Storm <storm@cua.dk>
2302
2303 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2304 instead of compute-motion.
2305
2306 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2307
2308 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2309 change.
2310
2311 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2312
2313 * startup.el (command-line-1): Refer to "Pure Storage" on
2314 pure-space-overflow.
2315
2316 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2317
2318 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2319 provided faces once they all have been used up.
2320
2321 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2322
2323 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2324 reference to the Lisp manual to the warning about pure space
2325 overflow.
2326
2327 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2328
2329 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2330 argument to avoid the call to `ispell-internal-change-dictionary'
2331 when not needed.
2332 (ispell-change-dictionary): Use this argument and call
2333 `ispell-internal-change-dictionary' after the possible change
2334 to `ispell-local-dictionary'.
2335 (ispell-internal-change-dictionary): Check for a change in
2336 personal dictionary use too.
2337
2338 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2339
2340 * startup.el (command-line): On MS-Windows, probe "~", not
2341 "~USER", for warning about non-existent home directory
2342
2343 * arc-mode.el (archive-l-e): New optional argument `float' means
2344 generate a float value.
2345 (archive-arc-summarize, archive-lzh-summarize)
2346 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2347 with 3rd argument non-nil when file's size is being computed.
2348 Format the file sizes with %8.0f instead of %8d.
2349
2350 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2351
2352 * cus-start.el (all): Add mac-dnd-known-types.
2353
2354 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2355 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2356 (mac-TIFF-to-string): New functions.
2357 (x-get-selection, x-selection-value)
2358 (mac-select-convert-to-string): Use them.
2359 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2360 (mac-dnd-types-alist): New customization variable.
2361 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2362 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2363 (mac-dnd-handle-drag-n-drop-event): New functions.
2364 (mac-drag-n-drop): Remove function.
2365 (global-map): Bind drag-n-drop and M-drag-n-drop to
2366 mac-dnd-handle-drag-n-drop-event.
2367
2368 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2369
2370 * progmodes/perl-mode.el (perl-beginning-of-function):
2371 Skip anonymous subs.
2372
2373 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2374
2375 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2376 regexp-opt at run time.
2377
2378 * term.el (term-handle-ansi-escape): Fix off by one error.
2379
2380 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2381
2382 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2383 (gdb-init-1, gdb-post-prompt): ...and references to it.
2384 (gdb-frame-handler): Strip directory name from filename if present.
2385
2386 * progmodes/gud.el (gdb-force-update): Delete defvar
2387 (gud-speedbar-buttons): ...and references to it. Use window-start
2388 to try to keep positon in watch expression.
2389
2390 2006-05-03 Richard Stallman <rms@gnu.org>
2391
2392 * simple.el (next-history-element, previous-history-element): Doc fix.
2393
2394 * isearch.el (isearch-update-ring): Doc fix.
2395
2396 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2397
2398 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2399 into consideration. Replace one arm ifs with whens.
2400
2401 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2402
2403 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2404 (menu): Fix typo.
2405
2406 2006-05-02 Miles Bader <miles@gnu.org>
2407
2408 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2409
2410 2006-05-02 Jay Belanger <belanger@truman.edu>
2411
2412 * calc/calc-embed.el (calc-override-minor-modes-map)
2413 (calc-override-minor-modes): New variables.
2414 (calc-do-embedded): Make sure that Calc keystrokes aren't
2415 overwritten by minor modes.
2416
2417 2006-05-02 Chong Yidong <cyd@mit.edu>
2418
2419 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2420
2421 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2422
2423 * startup.el (command-line-1): Refer to Lisp manual when
2424 pure-space-overflow occurs.
2425
2426 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2427 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2428 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2429 (version-control): Don't use `t' for safe-local-variable declarations.
2430
2431 2006-05-01 Richard Stallman <rms@gnu.org>
2432
2433 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2434 M-r, M-R, M-A, M-SPC or M-DEL.
2435 (diff-mode-map): diff-refine-hunk now on C-c C-w
2436 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2437
2438 * help-mode.el (help-mode): view-exit-action calls delete-window
2439 only when it is safe and possible.
2440
2441 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2442 in messages.
2443
2444 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2445
2446 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2447 in the default tool-bar-map.
2448
2449 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2450
2451 * net/tramp.el (tramp-completion-file-name-handler-alist)
2452 (tramp-run-real-handler, tramp-completion-run-real-handler)
2453 (tramp-completion-handle-file-name-all-completions)
2454 (tramp-completion-handle-file-name-completion): Autoload them.
2455 (tramp-completion-handle-file-exists-p)
2456 (tramp-completion-handle-file-name-directory)
2457 (tramp-completion-handle-file-name-nondirectory)
2458 (tramp-completion-handle-expand-file-name): Remove them.
2459 (tramp-handle-file-name-directory): Return the real directory name.
2460 Returning "/" only doesn't need to be necessary any longer.
2461 (tramp-file-name-handler): Make special attention when in hostname
2462 completion mode.
2463 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2464 (tramp-register-file-name-handlers):
2465 Register `tramp-completion-file-name-handler' only when
2466 `partial-completion-mode' is enabled.
2467 (tramp-completion-handle-file-name-all-completions):
2468 Delete directory part from results.
2469 (tramp-get-completion-methods, tramp-get-completion-user-host):
2470 Discard deleting "/", it doesn't work after the change of
2471 `tramp-handle-file-name-directory' above.
2472
2473 2006-05-01 Kim F. Storm <storm@cua.dk>
2474
2475 * progmodes/grep.el (grep-expand-template): Use save-match-data
2476 and symbol-value.
2477
2478 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2479
2480 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2481 Use select-frame-set-input-focus instead of raise-frame.
2482 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2483
2484 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2485
2486 * progmodes/gud.el (gud-def): Add %c case.
2487 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2488 (gud-format-command): Make match case sensitive. Match on %F.
2489
2490 2006-04-30 Glenn Morris <rgm@gnu.org>
2491
2492 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2493 (cal-tex-preamble): Use cal-tex-preamble-extra.
2494 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2495 than alias `list-diary-entries'.
2496
2497 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2498
2499 * help-fns.el (describe-variable): Add info about safe local variables.
2500
2501 2006-04-29 Richard Stallman <rms@gnu.org>
2502
2503 * bindings.el (mode-line-format): help-echo doc fixes.
2504
2505 * net/tramp.el (tramp-file-name-handler-alist): Delete
2506 expand-file-name and other operations that can cause spurious loading.
2507
2508 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2509
2510 * files.el (safe-local-variable-p): Remove support for the special
2511 value t.
2512
2513 * textmodes/paragraphs.el (sentence-end-without-space):
2514 Fix safety predicate.
2515 (sentence-end-double-space, sentence-end-without-period)
2516 (paragraph-ignore-fill-prefix):
2517 * textmodes/fill.el (colon-double-space):
2518 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2519
2520 * subr.el (booleanp): New fun.
2521
2522 * textmodes/reftex-vars.el (reftex-guess-label-type):
2523 Tighten the safety predicate.
2524
2525 2006-04-28 Kim F. Storm <storm@cua.dk>
2526
2527 * progmodes/grep.el (defgroup grep): Doc fix.
2528 (grep-auto-highlight): Remove.
2529 (grep-template): New defcustom.
2530 (grep-find-template): Rename from grep-tree-template.
2531 (grep-files-aliases): Rename from grep-tree-files-aliases.
2532 Remove "all" alias, add "l" alias.
2533 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2534 (grep-find-ignored-directories): New defcustom to replace
2535 grep-tree-ignore-CVS-directories, to facilitate ignoring
2536 subdirectories for multiple version control systems.
2537 (grep-mode-map): Add Recursive grep item to GREP menu.
2538 (grep-regexp-history, grep-files-history): New defvars.
2539 (grep-probe): New helper function.
2540 (grep-compute-defaults): Use it to simplify code.
2541 Adapt to name changes.
2542 Use `.' as base in grep-find-template rather than <D>.
2543 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2544 Call grep-compute-defaults unconditionally.
2545 (grep-expand-keywords): New defconst.
2546 (grep-expand-template): Rename from grep-expand-command-macros.
2547 Simplify via grep-expand-keywords. Look at case-fold-search instead
2548 of grep-tree-ignore-case to add -i option.
2549 Bind case-fold-search to nil while matching keywords.
2550 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2551 (grep-read-regexp, grep-read-files): New helper functions.
2552 (rgrep): Rename from grep-tree. Rework to use proper histories.
2553 Adapt to changes in defcustoms and functions above.
2554 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2555
2556 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2557
2558 * net/tramp.el (tramp-completion-file-name-handler):
2559 Disable Tramp's functionality while loading Tramp itself.
2560 (tramp-register-file-name-handlers): That's a defsubst now.
2561 Code from `tramp-repair-jka-compr' moved here. Apply it via
2562 `after-init-hook'.
2563 (tramp-repair-jka-compr): Remove.
2564
2565 2006-04-27 Jay Belanger <belanger@truman.edu>
2566
2567 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2568 read expression when `math-read-big-expr' doesn't work.
2569
2570 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2571
2572 * startup.el (command-line-1): Display warning when
2573 pure-space-overflow is non-nil.
2574
2575 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2576
2577 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2578 risky.
2579
2580 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2581
2582 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2583 Return the URL or nil if none can be generated.
2584
2585 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2586
2587 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2588 byte compiler warnings.
2589 (gud-basic-call, gud-find-expr): Let user select an expression
2590 for printing. Print expression as well as value in GUD buffer.
2591
2592 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2593
2594 * allout.el: Remove local autoload declaration for
2595 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2596 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2597 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2598 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2599 (allout-stylish-prefixes, allout-numbered-bullet)
2600 (allout-file-xref-bullet, allout-presentation-padding)
2601 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2602 safe-local-variable with suitable value spec, and add autoload
2603 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2604 (move-beginning-of-line, move-end-of-line): Repair so these compat
2605 functions now actually resituate the point, when appropriate.
2606
2607 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2608
2609 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2610
2611 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2612 (add-log-iso8601-time-string): Fix call to format-time-string.
2613
2614 2006-04-26 Kim F. Storm <storm@cua.dk>
2615
2616 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2617
2618 2006-04-26 Masatake YAMATO <jet@gyve.org>
2619
2620 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2621 Add support for "//" style comments. Remove `b' flag
2622 from ?* in `asm-mode-syntax-table'.
2623
2624 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2625
2626 * follow.el: Use (featurep 'xemacs) everywhere.
2627 (follow-mode): Use define-minor-mode.
2628 (follow-mode-map): Move initialization into the declaration.
2629 Use command remapping.
2630 (follow-emacs-version-xemacs-p): Remove.
2631 (follow-submit-feedback): Remove.
2632
2633 * allout.el (allout-layout, allout-passphrase-verifier-string)
2634 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2635
2636 * textmodes/reftex-vars.el (reftex-vref-is-default)
2637 (reftex-fref-is-default, reftex-guess-label-type):
2638 Tighten up a bit the safety predicate.
2639
2640 * textmodes/paragraphs.el (sentence-end-double-space)
2641 (sentence-end-without-period, sentence-end-without-space)
2642 (page-delimiter, paragraph-ignore-fill-prefix):
2643 Tighten up a bit the safety predicate.
2644
2645 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2646
2647 * progmodes/python.el (python-continuation-line-p)
2648 (python-beginning-of-statement): syntax-ppss may return
2649 a negative depth.
2650 (python-mode): Don't forcefully enable font-lock.
2651
2652 * time-stamp.el (time-stamp-start, time-stamp-end)
2653 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2654
2655 * add-log.el: Remove spurious * in docstrings.
2656 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2657 (add-change-log-entry): Use it here, since it's not specific
2658 to iso8601.
2659 (add-log-iso8601-time-string): Don't use it here any more.
2660 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2661
2662 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2663
2664 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2665
2666 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2667 (rcirc-toggle-low-priority): Doc fix.
2668 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2669 ChanServ regexp.
2670 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2671 #emacs.
2672 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2673 (rcirc-decode-coding-system): Use utf-8 as the default.
2674 (rcirc-multiline-minor-mode): Set the fill-column.
2675 (rcirc-format-response-string): Display bright and dim nicks.
2676 (rcirc-browse-url): Update interactive spec to fill ARG.
2677 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2678 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2679
2680 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2681
2682 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2683 case for @Article, etc.
2684
2685 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2686
2687 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2688 Added with autoload cookie.
2689 (tramp-unload-file-name-handlers): Rename from
2690 `tramp-unload-file-name-handler-alist'.
2691
2692 2006-04-23 Romain Francoise <romain@orebokech.com>
2693
2694 * comint.el (comint-match-partial-filename): Doc fix.
2695
2696 2006-04-21 Glenn Morris <rgm@gnu.org>
2697
2698 * calendar/cal-menu.el (calendar-mode-map): Refer to
2699 `diary-view-entries' rather than alias `view-diary-entries'.
2700 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2701
2702 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2703
2704 * progmodes/antlr-mode.el (antlr-default):
2705 * cus-edit.el (custom-documentation):
2706 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2707 in defface.
2708
2709 2006-04-21 Kim F. Storm <storm@cua.dk>
2710
2711 * image.el (image-type): New defun split out of create-image.
2712 (create-image): Use it.
2713
2714 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2715
2716 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2717 (org-open-at-point): Remove the "...done" message to keep output
2718 in the echo area visible.
2719 (org-export-as-xoxo): Fix call to `indent-region'.
2720
2721 2006-04-21 Kevin Ryde <user42@zip.com.au>
2722
2723 * international/mule.el (keyboard-coding-system): defcustom
2724 info-link fixes: "Specify Coding" has been split, keyboard now in
2725 "Terminal Coding", and "Single-Byte Character Support" is now
2726 "Unibyte Mode".
2727
2728 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2729
2730 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2731 Use font-lock-warning-face for any errors e.g. no stack.
2732 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2733
2734 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2735
2736 * progmodes/sh-script.el (sh-shell): Mark as safe.
2737
2738 * newcomment.el (comment-start, comment-start-skip)
2739 (comment-end-skip, comment-end): Mark as safe.
2740
2741 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2742
2743 * textmodes/org.el (org-deadline-announce): Face removed.
2744 (org-level-faces, org-n-levels): Convert to constant.
2745 (org-compatible-face): New function.
2746 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2747 (org-level-5, org-level-6, org-level-7, org-level-8)
2748 (org-special-keyword, org-warning, org-headline-done, org-link)
2749 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2750 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2751 Face definition revised for better color tty support.
2752 (org-bold-re, org-italic-re, org-underline-re): New constants.
2753 (org-set-font-lock-defaults): Use the new constants.
2754 (org-agenda-highlight-todo): New function.
2755 (org-agenda-todo): Fix bug with point at end of line.
2756 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2757 Fontify TODO keywords.
2758 (org-insert-link): Preserve relative path in ../ links.
2759 (org-export-as-html): Convert links pointing to .org files into
2760 links that will work beteen the exported HTML files.
2761 (org-todo-list): Fix bug when arg=0.
2762 (org-insert-heading): More fine-tuning.
2763
2764 2006-04-19 Romain Francoise <romain@orebokech.com>
2765
2766 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2767 from `rmail-mime-charset-pattern'.
2768
2769 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2770
2771 * progmodes/python.el (python-mode): Fix typo.
2772
2773 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2774
2775 * comint.el (comint-previous-input): Don't clobber input line
2776 when moving off either end of the input history ring.
2777 (comint-delete-input): New function, used by
2778 `comint-previous-input' and others.
2779 (comint-previous-matching-input):
2780 Use `coming-delete-input'. Save the partial input if leaving the
2781 edit line. Goto point-max before deleting input to avoid
2782 partial input fragments hanging around.
2783 (comint-restore-input): New function, used by `comint-previous-input'.
2784
2785 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2786
2787 * imenu.el (imenu--index-alist): Balance parentheses.
2788
2789 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2790
2791 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2792
2793 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2794
2795 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2796 file is nil.
2797
2798 2006-04-18 Richard Stallman <rms@gnu.org>
2799
2800 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2801
2802 * imenu.el (imenu-create-index-function, imenu--index-alist)
2803 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2804 (imenu-default-create-index-function, imenu--generic-function):
2805 Doc fixes.
2806
2807 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2808
2809 * help-mode.el (help-mode): Set view-exit-action to delete window.
2810
2811 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2812 now works by passing nil as arg.
2813
2814 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2815
2816 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2817 (read-abbrev-file): Provide default when reading filename.
2818
2819 * files.el (enable-local-variables): Allow :all as value.
2820 (hack-local-variables): Implement that value.
2821 (safe-local-variable-values, safe-local-eval-forms)
2822 (enable-local-variables): Mark as risky.
2823 (find-file-visit-truename, kept-old-versions): Mark safe.
2824
2825 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2826 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2827 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2828
2829 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2832 Use forward-line so as to get to BOL even in the presence of fields.
2833 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2834 in return.
2835 (inferior-tcl): Tell tclsh to work in interactive mode.
2836
2837 * complete.el (partial-completion-mode):
2838 Use 'choose-completion-string-functions to make sure that
2839 choose-completion fills the minibuffer properly.
2840
2841 * complete.el (PC-old-read-file-name-internal): Remove.
2842 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2843 of read-file-name-internal.
2844 (partial-completion-mode): Enable/disable this advice.
2845
2846 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2847
2848 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2849 of 2006-04-17.
2850
2851 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2852
2853 * textmodes/org.el (org-insert-heading): Insert heading before
2854 current if at beginning of line.
2855 (org-todo, org-date): New faces.
2856 (org-table-align): Make sure tooltip window contains full text.
2857 (org-no-properties): New defsubst.
2858 (org-set-font-lock-defaults): Use new faces.
2859
2860 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2861
2862 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2863 for root variables.
2864
2865 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2866 (gdb-frame-address): Re-use to identify frame for watch expression.
2867 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2868 variables.
2869 (gdb-init-1, gdb-source, gdb-post-prompt)
2870 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2871 (gdb-frame-handler): Get gdb-frame-address.
2872
2873 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2874
2875 Sync with Tramp 2.0.53.
2876
2877 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2878 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2879 (tramp-completion-file-name-handler): Add autoload cookie for
2880 adding to `file-name-handler-alist'.
2881
2882 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2883 the prompt. If it returns earlier (when detecting an error
2884 message), the rest of the output will merge accidently with the
2885 output of the next command. Reported by M Jared Finder
2886 <jared@hpalace.com>.
2887
2888 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2889 for `process-file', in order to let it work for older Emacsen too.
2890
2891 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
2892
2893 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2894 (tex-font-lock-keywords-3): Use it.
2895
2896 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2897
2898 * newcomment.el (comment-add): New function.
2899 (comment-region-default, comment-dwim): Use it.
2900
2901 2006-04-15 Michael Olson <mwolson@gnu.org>
2902
2903 * emacs-lisp/tq.el: Improve comments.
2904 (tq-queue-head-question): New accessor function.
2905 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2906 Update for modified queue structure.
2907 (tq-queue-add): Accept `question' argument.
2908 (tq-queue-pop): If a question is pending, send it.
2909 (tq-enqueue): Accept new optional argument `delay-question'.
2910 If this is non-nil, and at least one other question is pending a
2911 response, queue the question rather than sending it immediately.
2912
2913 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2914
2915 * calendar/appt.el (appt-add): Check whether an appointment is
2916 already present in appt-time-msg-list. Simplify code.
2917
2918 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * progmodes/cc-langs.el (c-mode-menu):
2921 Don't presume c-subword-mode is bound.
2922
2923 2006-04-13 Bill Wohler <wohler@newt.com>
2924
2925 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2926 (customize-package-emacs-version): Use cdr instead of cadr now
2927 that alists use dotted pairs.
2928
2929 * custom.el (defcustom): Fix docstring for :package-version.
2930
2931 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
2932
2933 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2934 (tramp-handle-shell-command): Display output buffer only when
2935 `tramp-display-shell-command-buffer' is true.
2936 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2937
2938 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2939
2940 * textmodes/org.el (org-set-autofill-regexps): Set only the local
2941 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2942
2943 2006-04-13 Romain Francoise <romain@orebokech.com>
2944
2945 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2946 leaving temporary .cvsignore buffers behind.
2947
2948 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2949
2950 * textmodes/org.el (org-set-regexps-and-options)
2951 (org-get-current-options): Better names for the startup folding
2952 options.
2953
2954 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
2955
2956 * vc.el (vc-annotate): Arrange for point to end up at the same
2957 line number as in the original, but only when using a new buffer.
2958
2959 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
2960
2961 * files.el (hack-one-local-variable-eval-safep):
2962 Recognize `edebug-form-spec' for `put', but only if it passes
2963 `edebug-basic-spec'. Generalize `put' handling.
2964
2965 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2966 vetting file-local form specs.
2967
2968 * allout.el (allout-layout): Autoload its `safe-local-variable'
2969 property.
2970
2971 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2972
2973 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2974 (org-agenda-mouse-1-follows-link)
2975 (org-mouse-1-follows-link): New options.
2976 (org-format-agenda-item): Fix bug if TAGS is nil.
2977 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2978
2979 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2980
2981 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2982 GDB 6.1+ gives full filename for "info sources" so use
2983 file-name-nondirectory.
2984
2985 2006-04-12 Romain Francoise <romain@orebokech.com>
2986
2987 * subr.el (read-passwd): Bind `message-log-max' to nil.
2988
2989 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2990
2991 * progmodes/perl-mode.el (perl-indent-new-calculate):
2992 Recompute parse-start after jumping backward by a whole sexp.
2993
2994 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2995
2996 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2997 window configuration.
2998 (vc-annotate-display-select): Select the buffer so that current-buffer
2999 (and selected-window) is the output buffer at the end of vc-annotate.
3000
3001 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3002
3003 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3004 8-color terminals, to use all of the colors in a sensible order.
3005 256-color terminals work well with the standard map.
3006 (vc-annotate-lines): Only strip the first color character if it
3007 is "#", to allow for terminal-style named colors.
3008 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3009 the correct buffer is scrolled.
3010
3011 2006-04-11 Richard Stallman <rms@gnu.org>
3012
3013 * emacs-lisp/bytecomp.el (byte-compile-file):
3014 Bind enable-local-variables to :safe, and make normal-mode obey it.
3015
3016 * files.el (enable-local-variables): Allow value :safe.
3017 (normal-mode): Doc fix.
3018 (hack-local-variables): Implement enable-local-variables = :safe.
3019 (hack-local-variables-confirm): Don't prevent quitting.
3020
3021 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * loadhist.el (unload-feature): A bit of sanity check of
3024 load-history entries. Cancel timer-vars before unbinding them.
3025
3026 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3027 quote special chars, and make the trick work on the hex part of the
3028 buffer as well.
3029 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3030 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3031
3032 * startup.el (normal-splash-screen): Fix last change so we don't wait
3033 2 minutes if we don't show the splash screen.
3034
3035 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3036
3037 * textmodes/org.el (org-export-plain-list-max-depth)
3038 (org-table-spaces-around-separators)
3039 (org-radio-targets, org-activate-camels)
3040 (org-table-spaces-around-invisible-separators): Options removed.
3041 (org-time-stamp-rounding-minutes, org-remember-templates)
3042 (org-ellipsis, org-activate-links, org-descriptive-links):
3043 New options.
3044 (org-remember-apply-template, org-current-time)
3045 (org-finish-edit-table-field)
3046 (org-link-unescape, org-link-escape)
3047 (org-string-width, org-table-clean-line, org-html-do-expand)
3048 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3049 (org-read-agenda-file-list): New functions.
3050 (org-table-edit-field)
3051 (org-table-create-or-convert-from-region): New commands
3052 (org-table-toggle-vline-visibility): Command removed.
3053 (org-table-convert-region): Made a command.
3054 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3055 Replace with the normal org- functions.
3056 (org-self-insert-command): Don't trigger realign unnecessarily
3057 when blanking a field that is not full.
3058 (org-mode): `Set buffer-invisibility-spec' for links.
3059 (org-activate-links2): Hide link part and only show descriptive
3060 part of the link.
3061 (org-insert-link): Modify for new linking system.
3062 (org-store-link): Store description separately, for use by
3063 `org-insert-link'.
3064 (org-table-align): Use `org-string-width'.
3065 (defgroup): Completely new group structure for custom variables.
3066 (org-agenda-files): Option: Single file name allowed. Function:
3067 Optional argument unrestrited means ignore any restricitons.
3068 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3069 trying to modify the menu. Use generalized access to
3070 `org-agenda-files.'
3071 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3072 (org-agenda-file-to-front, org-remove-file, org-diary)
3073 (org-tags-view, org-export-icalendar-all-agenda-files)
3074 (org-export-icalendar-combine-agenda-files): Use generalized
3075 access to `org-agenda-files'.
3076 (org-remember-handler): Correctly preserve heading if present.
3077 (org-table-insert-row, org-table-insert-hline): Deal with
3078 invisible characters.
3079
3080 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3081
3082 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3083 (vc-annotate-color-map): New 18 element constant
3084 value/saturation, rotating hue colormap, from red->blue.
3085 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3086 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3087 (vc-annotate): To avoid killing the required local variables,
3088 set them before the end of `with-output-to-temp-buffer', and
3089 after first switching to annotate-mode.
3090 (vc-annotate-warp-version): Add buffer argument in goto-line to
3091 ensure annotation, not source, is scrolled.
3092
3093 2006-04-10 Bill Wohler <wohler@newt.com>
3094
3095 * custom.el (defcustom, custom-handle-keyword):
3096 Add :package-version keyword.
3097 (custom-add-package-version): New function. Sets value of new
3098 property 'custom-package-version from :package-version keyword.
3099 (defcustom): Create Common Keywords section in docstring.
3100 (defface, defgroup): Replace definitions of a select few keywords
3101 with a reference to the Common Keywords in defcustom.
3102 (defcustom, defface, defgroup): Replace reference to Customization
3103 chapter in manual with hyperlink.
3104
3105 * cus-edit.el (customize-package-emacs-version-alist):
3106 New variable.
3107 (customize-changed-options): Add check for custom-package-version.
3108 (customize-package-emacs-version): New function to look up Emacs
3109 version corresponding to the given package version.
3110
3111 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3112 defun name, in similar fashion to find-variable-regexp.
3113
3114 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3115
3116 * international/mule-cmds.el (set-locale-environment): Fix last
3117 change for when the locale's preferences don't specify any encoding.
3118
3119 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3120
3121 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3122 so the defined var/fun doesn't need to be quoted.
3123
3124 2006-04-10 Richard Stallman <rms@gnu.org>
3125
3126 * finder.el (finder-mode-map): Add n and p bindings.
3127
3128 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3129
3130 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3131 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3132 (gdb-setup-windows): Put something in source window if we can't find
3133 the source file.
3134 (gdb-frame-handler): Make it work again with just assembly.
3135 (gdb-data-list-register-values-handler): Make it work when there is
3136 no stack.
3137
3138 2006-04-09 Richard Stallman <rms@gnu.org>
3139
3140 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3141 specs while looking for charset.
3142
3143 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3144
3145 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3146 Make them faces.
3147 (lm-font-lock-keywords): Update appropriately.
3148
3149 2006-04-10 Kim F. Storm <storm@cua.dk>
3150
3151 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3152 it can also replace buffer-substring-no-properties.
3153
3154 * emulation/cua-base.el (cua-delete-region, cua-paste)
3155 (cua-repeat-replace-region): Use filter-buffer-substring.
3156
3157 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3158 (cua-cut-region-to-global-mark): Likewise.
3159
3160 * emulation/cua-rect.el (cua--extract-rectangle)
3161 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3162
3163 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3164
3165 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3166 entry-type. Add field delimiters to numerical fields if they are
3167 not present.
3168
3169 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3170
3171 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3172 string-const to return value.
3173 (bibtex-remove-delimiters): Use it.
3174
3175 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3176
3177 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3178 cl-byte-compile-compiler-macro unless it exists.
3179
3180 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3181
3182 * files.el (hack-local-variables-confirm) <offer-save>:
3183 Clarify message text. Suggested by Ralf Angeli.
3184
3185 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3186
3187 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3188 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3189 instead of `buffer-substring' and `delete-region'. (Most of the
3190 code actually copied from `kill-region'.)
3191
3192 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3193
3194 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3195 (rcirc-default-port): Rename from rcirc-port.
3196 (rcirc-default-nick): Rename from rcirc-nick.
3197 (rcirc-default-user-name): Rename from rcirc-user-name.
3198 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3199 (rcirc-low-priority-flag): New variable.
3200 (rcirc-decode-coding-system): New defcustom.
3201 (rcirc-encode-coding-system): New defcustom.
3202 (rcirc-coding-system-alist): New defcustom.
3203 (rcirc-multiline-major-mode): New defcustom.
3204 (rcirc-nick): New internal variable.
3205 (rcirc-process): Remove variable.
3206 (rcirc-server-buffer): New variable.
3207 (rcirc): Update to use rcirc-default-* variables above.
3208 (rcirc-connect): Do not add window-configuration-hook-here.
3209 (rcirc-server): New internal variable.
3210 (rcirc-connect): Do not send keepalive pings if
3211 rcirc-keepalive-seconds is nil.
3212 (with-rcirc-server-buffer): New macro.
3213 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3214 (rcirc-server-name): Rename from rcirc-server.
3215 (rcirc-buffer-process): New function.
3216 (rcirc-buffer-nick): New function.
3217 (rcirc-buffer-target): Remove function.
3218 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3219 New commands.
3220 (rcirc-mode-map): Change binding of C-c C-l to
3221 rcirc-toggle-low-priority.
3222 (rcirc-mode): Initialize coding system based on
3223 rcirc-coding-system-alist. New change-major-mode-hook to part the
3224 channel on a mode change. Make kill-buffer-hook buffer-local.
3225 (rcirc-change-major-mode-hook): New function.
3226 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3227 (rcirc-last-post-time): New variable.
3228 (rcirc-process-message): Store the last time user posted a message
3229 to this target.
3230 (rcirc-multiline-minor-mode): New mode.
3231 (rcirc-multiline-minor-mode-map): New mode map.
3232 (rcirc-edit-multiline): Put multiline-edit buffer in
3233 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3234 (rcirc-print): Ignore any line starting with an ignored nick.
3235 (rcirc-print): Decode using rcirc-decode-coding-system.
3236 (rcirc-track-minor-mode): Update global-mode-string when disabling
3237 this mode.
3238 (minor-mode-alist): Add LowPri indicator.
3239 (rcirc-toggle-low-priority): New function.
3240 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3241 next lowpriority buffer with activity.
3242 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3243 last time the user posted a message in to the target.
3244 (rcirc-update-activity-string): New formatting for low priority
3245 buffers.
3246 (rcirc-split-activity): New function.
3247 (rcirc-handler-PART, rcirc-handler-KICK)
3248 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3249 (rcirc-nick-away-alist): New variable.
3250 (rcirc-handler-301): New handler. Away messages are printed once
3251 per change.
3252
3253 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3254
3255 * info.el (Info-follow-nearest-node): Doc fix.
3256
3257 * international/mule-cmds.el (set-locale-environment): Make sure
3258 the coding-system preferred by the locale's language has the same
3259 EOL conversion type as the original buffer-file-coding-system.
3260 (locale-language-names): Add a few MS Windows language codes.
3261
3262 2006-04-07 Richard Stallman <rms@gnu.org>
3263
3264 * simple.el (eval-expression): Doc fix.
3265
3266 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3267 (eval-defun): Doc fixes.
3268
3269 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3270
3271 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3272
3273 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3274
3275 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3276 GDB list command without argument for greater generality.
3277
3278 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3279
3280 * subr.el (string-or-null-p): New function.
3281
3282 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3283
3284 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3285
3286 * files.el: Update comment about safe-local-variable declarations.
3287
3288 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3289
3290 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3291 See idlwave.org.
3292
3293 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3294 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3295
3296 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3297 See idlwave.org.
3298
3299 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3300 version 6.0 (minimal changes). See idlwave.org.
3301
3302 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3303 6.0 (minimal changes). See idlwave.org.
3304
3305 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3306
3307 2006-04-06 Romain Francoise <romain@orebokech.com>
3308
3309 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3310 symmetric encryption features and a new asynchronous interface to
3311 GnuPG. This new version is version 1.4, plus whitespace changes.
3312
3313 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3314
3315 * files.el: Move some `safe-local-variable' declarations to the
3316 respective files.
3317
3318 * textmodes/ispell.el (ispell-check-comments)
3319 (ispell-local-dictionary): Mark as safe.
3320
3321 * abbrev.el (abbrev-mode): Mark as safe.
3322
3323 * add-log.el (change-log-default-name): Mark as safe.
3324
3325 * textmodes/reftex-vars.el (reftex-vref-is-default)
3326 (reftex-fref-is-default, reftex-level-indent)
3327 (reftex-guess-label-type): Mark as safe.
3328
3329 * textmodes/fill.el (colon-double-space): Mark as safe.
3330
3331 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3332 (sentence-end-double-space, sentence-end-without-period)
3333 (sentence-end-without-space, sentence-end, sentence-end-base)
3334 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3335
3336 2006-04-06 Kim F. Storm <storm@cua.dk>
3337
3338 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3339 the :set-after list.
3340 (ido-downcase-unc-hosts): New user option. Default on.
3341 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3342 when it is set, as regexps are now applied on the fly.
3343 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3344 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3345 on the fly, but only when ido-process-ignore-lists is set.
3346 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3347 Only downcase names if ido-downcase-unc-hosts is set.
3348
3349 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3350
3351 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3352
3353 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3354
3355 2006-04-05 Kim F. Storm <storm@cua.dk>
3356
3357 * ido.el (ido-mode): Set after ido-unc-hosts and
3358 ido-ignore-unc-host-regexps.
3359 (ido-save-history): Save ido-unc-hosts-cache.
3360 (ido-load-history): Load ido-unc-hosts-cache.
3361 (ido-reread-directory): Refresh unc hosts cache in // dir.
3362
3363 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3364 to nil while displaying slash screen.
3365
3366 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3367
3368 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3369 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3370
3371 2006-04-05 Kenichi Handa <handa@m17n.org>
3372
3373 * international/characters.el: Setup cases of Latin, Greek, and
3374 Cyrillic characters in CJK charsets.
3375
3376 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3377
3378 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3379 default-enable-multibyte-characters. This reverts the change from
3380 revision 6.17 which is no longer necessary because the passphrase
3381 is sent separately now. GnuPG messages are unreadable under
3382 multibyte locales with default-enable-multibyte-characters set to nil.
3383
3384 2006-04-04 Andreas Schwab <schwab@suse.de>
3385
3386 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3387 and `byte-compile-warnings' as `safe-local-variable'.
3388
3389 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3390
3391 * man.el (Man-mode-map): Restore the \r binding.
3392 (Man-abstract-xref-man-page): If Man-target-string is a function,
3393 call it.
3394 (Man-highlight-references): Use Man-default-man-entry to get the
3395 target. Deal with xrefs too.
3396 (Man-highlight-references0): Don't call the target function.
3397
3398 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3399 cannot deal with it.
3400
3401 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3402
3403 * pgg-gpg.el: Clean up process buffers every time gpg processes
3404 complete.
3405
3406 2006-04-04 Kenichi Handa <handa@m17n.org>
3407
3408 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3409 here.
3410 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3411 Temporarily bind inhibit-field-text-motion to t.
3412
3413 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * startup.el (normal-splash-screen): Only set mode-line-format in the
3416 splash buffer, so as not to interfere when debugging the code.
3417 Ignore errors when switching buffer.
3418
3419 2006-04-03 Romain Francoise <romain@orebokech.com>
3420
3421 * dired.el (dired-dnd-protocol-alist): Fix typo.
3422
3423 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3424
3425 * savehist.el (savehist): Add :version.
3426 (savehist-ignored-variables): New variable.
3427 (savehist-minibuffer-hook): Don't save variables listed in
3428 `savehist-ignored-variables'.
3429
3430 * dired.el (dired-dnd-protocol-alist): Mention that change does
3431 only apply to new buffers in doc string.
3432
3433 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3434
3435 * recentf.el (recentf-open-files-item): Include newline in button
3436 field, so opening a file will work, when the point is at the end
3437 of the file name. Allow, for example, to [i]search a file by
3438 extension and just push RET to open it.
3439
3440 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3441
3442 * pgg-gpg.el (pgg-gpg-process-filter)
3443 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3444
3445 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3446 lines, temporary fix.
3447
3448 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3449
3450 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3451
3452 2006-04-02 Richard Stallman <rms@gnu.org>
3453
3454 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3455
3456 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3457
3458 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3459 header-mouse-map.
3460
3461 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3462 (ibuffer-mode-header-map): New keymaps.
3463 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3464 and keybindings for column headers.
3465 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3466 property.
3467
3468 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3469
3470 * speedbar.el (speedbar-after-create-hook): Doc fix.
3471
3472 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3473
3474 * shell.el (shell-directory-tracker)
3475 (shell-dynamic-complete-command): Doc fixes.
3476
3477 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3478
3479 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3480 terminals.
3481
3482 2006-04-01 Kim F. Storm <storm@cua.dk>
3483
3484 * ido.el (ido-unc-hosts-cache): New defvar.
3485 (ido-unc-hosts): If value of defcustom is a function, call it to
3486 get list of UNC hosts. Add function-item choices to specify
3487 ido-unc-hosts-net-view or user function.
3488 (ido-ignore-unc-host-regexps): New defcustom.
3489 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3490 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3491 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3492
3493 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3494
3495 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3496 wwidth.
3497
3498 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3499
3500 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3501 (ido-max-work-file-list, ido-switch-buffer)
3502 (ido-read-file-name-as-directory-commands):
3503 Fix typos in docstrings.
3504
3505 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3506
3507 * term/mac-win.el (mac-system-coding-system): Define and use after
3508 Mac-specific coding systems are ready.
3509
3510 2006-03-27 Romain Francoise <romain@orebokech.com>
3511
3512 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3513
3514 * ldefs-boot.el: Update.
3515
3516 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3517
3518 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3519 passphrases when it is not needed.
3520 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3521 passphrase stuff from gpg, should only be necessary when you use
3522 gpg with a smartcard.
3523
3524 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3525
3526 * comint.el (comint-dynamic-list-completions): Allow user to
3527 select *Completions* buffer.
3528
3529 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3530
3531 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3532
3533 2006-03-26 Andreas Schwab <schwab@suse.de>
3534
3535 * progmodes/gud.el (gdb): Only complain about multiple debugging
3536 when the gdb process is still running.
3537
3538 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3539
3540 * mail/rmail.el (tool-bar-map): Defvar it.
3541 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3542 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3543
3544 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3545
3546 * help.el (print-help-return-message): Suggest to use
3547 display-buffer instead of switch-to-buffer-other-window to restore
3548 the previous window without selecting it.
3549
3550 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3551
3552 * frame.el (select-frame-by-name): Call x-focus-frame also when
3553 window-system is mac.
3554
3555 * term/mac-win.el: Adjust Courier font specifications in
3556 x-fixed-font-alist.
3557 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3558 when directly encoding to UTF-16 in native byte order, no BOM.
3559
3560 2006-03-25 Kim F. Storm <storm@cua.dk>
3561
3562 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3563 (cua--init-keymaps): Use it instead of fixed C-return.
3564 (cua-mode): Set after it.
3565
3566 * emulation/cua-rect.el (cua--init-rectangles):
3567 Use cua-rectangle-mark-key instead of fixed C-return.
3568
3569 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3570
3571 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3572 "run" in .gdbinit.
3573 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3574
3575 2006-03-24 Romain Francoise <romain@orebokech.com>
3576
3577 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3578 `display-buffer-other-frame'.
3579
3580 2006-03-24 Kim F. Storm <storm@cua.dk>
3581
3582 * apropos.el (apropos-synonyms): Add selection => region.
3583
3584 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3585
3586 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3587 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3588 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3589 (gdb-data-list-register-values-regexp)
3590 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3591 Future proof against new fields being added to MI output.
3592 (gdb-send): Don't treat backslashes for program input as
3593 continuations.
3594 (gdb-assembler-handler): Don't use window-start for this handler.
3595 (gdb-frame-handler): Don't change to hollow arrow if overlay
3596 arrow doesn't move to new frame.
3597
3598 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3599
3600 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3601 prevent compiler warnings.
3602 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3603 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3604 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3605 buffer too.
3606
3607 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3608
3609 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3610 make-network-process, so we can use the same code in Gnus v5-10
3611 too and have this file fully synchronized with that release.
3612
3613 2006-03-23 Romain Francoise <romain@orebokech.com>
3614
3615 * ibuf-ext.el (ibuffer-read-filter-group-name):
3616 Use `ibuffer-generate-filter-groups' to make completion list match
3617 the filter groups that are really displayed in the Ibuffer buffer.
3618 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3619
3620 2006-03-23 Kenichi Handa <handa@m17n.org>
3621
3622 * international/mule-cmds.el (sort-coding-systems): Describe that
3623 the argument is modified in docstring.
3624
3625 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3626
3627 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3628 (pgg-gpg-update-agent): New function.
3629 (pgg-gpg-use-agent-p): New function.
3630 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3631 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3632 (pgg-gpg-sign-region): Use it.
3633
3634 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3635
3636 * cus-edit.el (custom-face-set): Call custom-push-theme before
3637 face-spec set so that `changed' theme is correctly saved.
3638 (custom-face-reset-standard): Reset to recalculated face rather
3639 than defface spec.
3640
3641 * custom.el (custom-push-theme): Only save `changed' theme if the
3642 current face does not match the defface specs.
3643
3644 2006-03-21 Simon Josefsson <jas@extundo.com>
3645
3646 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3647 <wilde@sha-bang.de>.
3648 (pgg-gpg-use-agent): New variable.
3649 (pgg-gpg-process-region): Use it.
3650 (pgg-gpg-encrypt-region): Likewise.
3651 (pgg-gpg-encrypt-symmetric-region): Likewise.
3652 (pgg-gpg-decrypt-region): Likewise.
3653 (pgg-gpg-sign-region): Likewise.
3654 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3655
3656 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3657
3658 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3659 bracket links.
3660
3661 2006-03-21 Kim F. Storm <storm@cua.dk>
3662
3663 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3664 fringe-indicator-alist instead of modifying global value.
3665 (gdb-frame-handler): Likewise.
3666
3667 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3668
3669 * diff-mode.el (diff-function): Make it inherit from diff-header
3670 instead of diff-context.
3671
3672 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3673 bitmap.
3674 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3675 change names in macro above for consistency.
3676 (gdb-frame-handler): Use hollow-right-triangle for all selected
3677 frames which except the innermost (where execution has stopped).
3678 (gdb-reset): Reset buffer-local values of overlay-arrow.
3679
3680 2006-03-20 Richard Stallman <rms@gnu.org>
3681
3682 * simple.el (set-mark-command): Doc fix.
3683
3684 * files.el (display-buffer-other-frame): New command.
3685 (ctl-x-4-map): Bind C-x 5 C-o to it.
3686
3687 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3688
3689 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3690 rather than just defer-time, in case defer-time has been changed but
3691 the timer isn't running yet.
3692 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3693
3694 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3695
3696 * help-mode.el (help-follow-symbol): New function.
3697 Essentially identical to the old `help-follow', but do not let
3698 `push-button' do the work when on an xref.
3699 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3700
3701 2006-03-19 Richard Stallman <rms@gnu.org>
3702
3703 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3704 preceded by the word `program'.
3705 (help-follow-mouse, help-follow): Throw error if not on xref.
3706 Delete no longer used args.
3707
3708 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3709
3710 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3711 annotation ensure gud-overlay-arrow-position is redisplayed.
3712
3713 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3714
3715 * textmodes/bibtex.el (bibtex-include-OPTkey)
3716 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3717 (bibtex-autokey-name-case-convert)
3718 (bibtex-autokey-titleword-case-convert): Make these the aliases
3719 for the following two variables.
3720 (bibtex-autokey-name-case-convert-function)
3721 (bibtex-autokey-titleword-case-convert-function): Make these the
3722 real names.
3723 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3724 bibtex-font-lock-crossref sublists.
3725 (bibtex-mode): Revert 2005-12-30 change (which made
3726 completion-ignore-case buffer-local).
3727 (bibtex-url): Simplify.
3728
3729 2006-03-19 Kim F. Storm <storm@cua.dk>
3730
3731 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3732 cursor property value to 2 (to align with C level change).
3733
3734 2006-03-19 Bill Wohler <wohler@newt.com>
3735
3736 * image.el (image-load-path-for-library): Shorten first line in
3737 docstring.
3738
3739 2006-03-18 Richard Stallman <rms@gnu.org>
3740
3741 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3742
3743 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3744
3745 * isearch.el (isearch-other-meta-char): Handle user bindings for
3746 shifted control characters.
3747
3748 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3749
3750 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3751 part that matches email addresses, file names, etc.
3752
3753 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3754
3755 * term/w32-win.el (mouse-set-font):
3756 Mention w32-list-proportional-fonts in the doc string.
3757
3758 2006-03-18 Kim F. Storm <storm@cua.dk>
3759
3760 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3761 (ido-unc-hosts): New user option to explicitly define list of know
3762 UNC-style hosts for completion.
3763 (ido-cache-unc-host-shares-time): New user option.
3764 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3765 New helper functions for UNC file-name support.
3766 (ido-may-cache-directory): Check for UNC host. Simplify.
3767 (ido-wash-history): Clean out old UNC hosts.
3768 (ido-nonreadable-directory-p): UNC hosts are always readable.
3769 (ido-directory-too-big-p): UNC hosts are never too big.
3770 (ido-set-current-directory): Handle UNC root path.
3771 (ido-file-name-all-completions): Complete UNC host names from
3772 ido-unc-hosts list. Cache UNC host shares.
3773 (ido-make-file-list-1): Don't filter UNC root.
3774 (ido-exhibit): Check for // in root directory, and switch to UNC
3775 mode by setting ido-current-directory to //.
3776
3777 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3778
3779 * cus-edit.el (customize-changed-options): Mention explicit
3780 version number as default in prompt.
3781
3782 2006-03-17 Bill Wohler <wohler@newt.com>
3783
3784 * image.el (image-load-path-for-library): Minor docstring fix.
3785
3786 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3787
3788 * textmodes/org.el (org-read-date): Include subgroup 5 into
3789 replacement text.
3790 (org-popup-calendar-for-date-prompt): Fix customization type.
3791
3792 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3793
3794 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3795 (gdb-continuation): New variable.
3796 (gdb-send): Deal with continuation lines.
3797
3798 * progmodes/gud.el (gud-gdb-complete-command)
3799 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3800 expressions.
3801 (gud-tooltip-mode): Use buffer-local value.
3802
3803 2006-03-16 Kim F. Storm <storm@cua.dk>
3804
3805 * ido.el (ido-edit-input): Use selected match, if any.
3806
3807 2006-03-16 Bill Wohler <wohler@newt.com>
3808
3809 * image.el (image-load-path-for-library): Prefer user's images in
3810 image-load-path.
3811
3812 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3813
3814 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3815 when checking for attempt to drag leftmost or rightmost scrollbar.
3816
3817 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3818
3819 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3820 (gdb-force-mode-line-update): New function.
3821 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3822 (gdb-exited): Use them.
3823 (gdb-signal): New function.
3824 (gdb-annotation-rules): Provide a rule for it.
3825
3826 2006-03-16 Kenichi Handa <handa@m17n.org>
3827
3828 * international/mule.el (auto-coding-regexp-alist): Add entries
3829 for Unicode BOM.
3830
3831 * sort.el (sort-build-lists): Temporarily bind
3832 inhibit-field-text-motion to t.
3833
3834 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3835
3836 * locate.el (locate-command, locate-make-command-line)
3837 (locate-fcodes-file, locate-update-command)
3838 (locate-prompt-for-command, locate, locate-with-filter)
3839 (locate-get-file-positions): Doc fixes.
3840 (locate-buffer-name, locate-header-face): Remove leading `*' in
3841 defcustom.
3842 (locate-filter-output): Use `keep-lines' instead of its alias
3843 `delete-non-matching-lines'.
3844 (locate-get-filename, locate-get-dirname): Add introductory comment.
3845 (locate-find-directory-other-window): Give appropriate error
3846 message if used outside main listing.
3847
3848 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3849
3850 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3851 the new extend-region feature.
3852 (font-lock-after-change-function): Update correspondingly.
3853 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3854 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3855
3856 2006-03-15 Bill Wohler <wohler@newt.com>
3857
3858 * image.el (image-load-path-for-library): Fix example by not
3859 recommending that one binds image-load-path. Just defvar it to
3860 placate compiler and only use it if previously defined.
3861
3862 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3863
3864 * textmodes/org.el (org-insert-centered): Use `string-width' to
3865 make underlining work for wide characters.
3866 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3867 TAB to `org-cycle', to make sure that no binding in
3868 `outline-mode-map' can supercede it.
3869
3870 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3871
3872 * allout.el: Increment version to 2.2.1 in file commentary.
3873
3874 (allout-version): Increment to 2.2.1.
3875
3876 (allout-default-layout): New customization variable, used when the
3877 file lacks a specific allout-layout. Uses allout-layout-type for
3878 recursively nested definition.
3879
3880 (allout-layout-type): Widget defining allout layouts, necessary for
3881 self-recursive definition.
3882
3883 (allout-mode): Incorporate allout-default-layout as fallback for
3884 allout-layout.
3885
3886 (allout-layout): Mark as 'safe-local-variable', and refer mention
3887 fallback to `allout-default-layout' in absence of a specified value.
3888 (allout-passphrase-verifier-string)
3889 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3890
3891 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3892
3893 (allout-get-encryption-passphrase-verifier): Use correct name of
3894 passphrase verifier in docstring.
3895
3896 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
3897
3898 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3899 elements.
3900 (gdb-find-watch-expression): Make it work for arrays too.
3901 Follow change to gdb-var-list.
3902 (gud-watch): Allow the user to enter variable name with a prexix
3903 arg. Create keybindings.
3904 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3905 (gdb-var-list-children-handler, gdb-var-update-handler)
3906 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3907 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3908 Follow change to gdb-var-list.
3909 (gdb-starting): Don't show the overlay arrows when program is running.
3910
3911 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3912 gdb-var-list.
3913
3914 2006-03-14 Bill Wohler <wohler@newt.com>
3915
3916 * image.el (image-load-path-for-library): Pass value of path
3917 rather than symbol. Always return list of directories.
3918 Guarantee that image directory comes first.
3919
3920 2006-03-14 Alan Mackenzie <acm@muc.de>
3921
3922 * font-core.el (font-lock-extend-region\(-function\)?.):
3923 New function/variable.
3924
3925 * font-lock.el (font-lock-after-change-function):
3926 Call font-lock-extend-region. Obey font-lock-lines-before.
3927 (font-lock-default-fontify-region): Remove reference to
3928 font-lock-lines-before.
3929
3930 * jit-lock.el (jit-lock-after-change):
3931 Call font-lock-extend-region. Obey font-lock-lines-before.
3932
3933 2006-03-14 David Ponce <david@dponce.com>
3934
3935 * tree-widget.el (tree-widget-themes-load-path)
3936 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3937
3938 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
3939
3940 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3941 (rcirc-print): Mark the start of text at the end of the prompt.
3942 (rcirc-track-minor-mode): Add autoload cookie.
3943 (rcirc-update-activity-string): Add space to front of mode-line
3944 indicator.
3945
3946 2006-03-13 Miles Bader <miles@gnu.org>
3947
3948 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3949 (rcirc-abbrev-nick): Remove function.
3950 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3951
3952 2006-03-13 David Ponce <david@dponce.com>
3953
3954 * tree-widget.el: Handle themes across all occurrences of the main
3955 themes sub-directory found in tree-widget-themes-load-path.
3956 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3957 (tree-widget--locate-sub-directory): Return all occurrences.
3958 (tree-widget-themes-path): New function.
3959 Replace tree-widget-themes-directory, and return a list of directories.
3960 (tree-widget-set-parent-theme)
3961 (tree-widget-lookup-image): Use it.
3962
3963 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
3964
3965 * textmodes/org.el (org-link-search): Avoid self-matching of
3966 links, allow target text to be distributed over several lines.
3967 (org-search-not-link): New function.
3968 (org-set-regexps-and-options, org-get-current-options):
3969 New startup options.
3970 (org-export-as-html): Take odd-level setting from local variable.
3971 (org-fontify-emphasized-text): New option.
3972 (org-set-font-lock-defaults): Include emphasized text.
3973 (org-follow-mhe-link): Allow folder-only links, fix folder name.
3974 (org-font-lock): Customize group renamed from `org-faces'.
3975
3976 2006-03-13 John Paul Wallington <jpw@pobox.com>
3977
3978 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3979 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
3980
3981 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
3982
3983 * cus-start.el (all): Delete :version keyword for members of the
3984 fringe group, since the entire group is new in 22.1.
3985
3986 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
3987
3988 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3989 map if value is hexadecimal (an address).
3990 (gud-watch): Only search roots for existing watch expressions.
3991 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3992 prevent caching problems with speedbar-update-directory-contents.
3993
3994 2006-03-12 Juri Linkov <juri@jurta.org>
3995
3996 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3997 before comparing with `low' and `warn'.
3998
3999 * info.el (Info-dir-remove-duplicates): Move point to the
4000 beginning of the current line after deleting the entries from
4001 redundant heading. Use marker for `limit' and compare it with
4002 point before calling `re-search-forward'.
4003
4004 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4005
4006 * simple.el (yank): Fix typo in docstring.
4007
4008 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4009
4010 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4011 messages, where "D" is the 6th character.
4012
4013 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4014
4015 * simple.el (yank): Fix last change.
4016
4017 2006-03-11 David Ponce <david@dponce.com>
4018
4019 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4020 merging elements from the standard ispell-dictionary-alist.
4021 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4022 alist, and return the new alist.
4023
4024 2006-03-11 Richard Stallman <rms@gnu.org>
4025
4026 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4027
4028 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4029 the way it is implemented is too unclean.
4030
4031 * simple.el (kill-region, yank): Doc fix.
4032
4033 * battery.el (battery-echo-area-format): Doc fix.
4034 (battery-mode-line-format): Likewise.
4035 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4036 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4037
4038 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4039
4040 * progmodes/octave-mod.el (octave-indent-for-comment):
4041 Behave according to do string.
4042
4043 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4044
4045 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4046 Be visible only if major mode is Mail Mode.
4047
4048 * textmodes/flyspell.el (flyspell-external-point-words)
4049 (flyspell-process-localwords): Fix last changes.
4050
4051 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4052
4053 * calendar/holidays.el (list-holidays): Doc fix.
4054
4055 * international/mule.el (auto-coding-alist): Add .odt
4056 (OpenOffice's open document) files.
4057
4058 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4059 document) files. Mention in the doc string the need to sync with
4060 auto-coding-alist.
4061
4062 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4063
4064 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4065 enable-local-variables is set to always query, or there is no
4066 savable variable.
4067
4068 2006-03-10 Bill Wohler <wohler@newt.com>
4069
4070 * image.el (image-load-path-for-library): Merge at least three
4071 functions from Gnus and MH-E into this one function that can now
4072 be shared.
4073
4074 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4075
4076 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4077 gdb-remove-mouse-face and remove help-echo too.
4078 (gdb-enqueue-input): Correct conditional clause.
4079
4080 2006-03-10 Glenn Morris <rgm@gnu.org>
4081
4082 * calendar/calendar.el (calendar-holidays): Doc fix.
4083 * calendar/holidays.el (list-holidays): Doc fix.
4084
4085 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4086
4087 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4088 it gets called in gdb-prompt anyway.
4089 (gdb-use-separate-io-buffer): Only restore window arrangement for
4090 gdb-many-windows.
4091 (gdb-enqueue-input): Make it harder to send GDB input when program
4092 is running.
4093 (gdb-buffer-list): New variable.
4094 (gdb-remove-mouse-face): New function.
4095 (gdb-starting): Use it when GDB input won't get sent.
4096
4097 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4098
4099 * help.el (view-lossage): Remove trailing whitespace before
4100 inserting "\n".
4101
4102 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4103
4104 * files.el (hack-local-variables-confirm):
4105 Set coding-system-for-read to nil before writing to .emacs.
4106
4107 * arc-mode.el (archive-extract): Check if an existing buffer name
4108 comes from a different archive.
4109
4110 * help.el (describe-key-briefly): If KEY is a down event, read and
4111 discard the up event.
4112
4113 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4114
4115 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4116 be edited and use font-lock-warning-face for any changes.
4117
4118 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4119 (gdb-edit-value): Use it to report any errors.
4120
4121 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4122
4123 * help.el (describe-key): Remove leftover test code.
4124
4125 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4126
4127 * textmodes/org.el: Move defvars out of eval-when-compile.
4128 Use buffer-file-name variable.
4129 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4130 arg `file'.
4131 (org-level-faces): Remove startup dependency.
4132 (org-cycle, org-map-tree, org-scan-tags)
4133 (org-remember-handler): Don't call `outline-level' directly.
4134 (org-mhe-search-all-folders): New option.
4135 (org-mhe-get-message-folder-from-index)
4136 (org-mhe-get-message-folder): Fix indexing search.
4137 (org-format-agenda-item): Handle nil TAGS argument.
4138 (org-cleaned-string-for-export, org-activate-target-links)
4139 (org-make-target-link-regexp): Deal with empty radio target list.
4140 (org-tag): New face.
4141 (org-get-level-face): New function.
4142 (org-set-font-lock-defaults): Simplify setup for headlines.
4143 (org-complete): Pass common substring to `display-completion-list'.
4144
4145 2006-03-06 David Ponce <david@dponce.com>
4146
4147 * tree-widget.el: Update Commentary header.
4148 (tree-widget-theme-name): Ignore parent themes.
4149 (tree-widget-set-parent-theme): New function.
4150 (tree-widget-set-theme): Use it.
4151 (tree-widget-set-image-properties): Move definition. Does nothing
4152 if image properties have already been set.
4153 (tree-widget-image-properties): Move definition. Receive an image
4154 name. Set the :pointer property.
4155 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4156 Don't set the :pointer image property.
4157 (tree-widget-convert-widget): New function. Handle :dynargs
4158 compatibility here.
4159 (tree-widget): Use it to :convert-widget. Add the :expander-p
4160 predicate to control when the :expander function is entered.
4161 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4162 (tree-widget-value-create): Handle :expander-p. widget-apply
4163 :expander.
4164 (tree-widget-expander-p): New function. Default value of the
4165 :expander-p property.
4166
4167 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4168
4169 * help.el (describe-key): Properly handle the return value of
4170 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4171 remaps. Handle string and vector `follow-link' values.
4172
4173 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4174
4175 * complete.el (PC-expand-many-files): Try be more careful when parsing
4176 the shell's output.
4177
4178 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4179
4180 * outline.el (hide-sublevels): Provide better interactive default.
4181
4182 2006-03-06 Kenichi Handa <handa@m17n.org>
4183
4184 * international/fontset.el (create-fontset-from-fontset-spec):
4185 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4186
4187 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4188
4189 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4190 backslashes instead of one in regexp.
4191 (gud-tooltip-dereference): Add missing optional argument.
4192
4193 2006-03-04 John Paul Wallington <jpw@pobox.com>
4194
4195 * wdired.el (toplevel): Require `cl' at compile-time.
4196
4197 2006-03-04 Andreas Schwab <schwab@suse.de>
4198
4199 * server.el (server-process-filter): Handle errors during
4200 evaluation of the argument.
4201
4202 2006-03-03 John Paul Wallington <jpw@pobox.com>
4203
4204 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4205 escape parentheses at beginning of line.
4206 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4207 (t-mouse-mode): Remove period from end of error message.
4208
4209 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4210
4211 * textmodes/flyspell.el (flyspell-process-localwords):
4212 Be case-sensitive.
4213
4214 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4215
4216 * cus-edit.el (custom-quote): Remove function, since it has been
4217 moved to custom.el.
4218
4219 * font-lock.el (lisp-font-lock-keywords-2)
4220 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4221 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4222 they have no special meaning.
4223
4224 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4225 indirect buffer gets killed before indirect buffer. Use dolist.
4226
4227 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4228
4229 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4230 value instead of a literal constant (1) on more pauses.
4231
4232 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4233
4234 * textmodes/flyspell.el (flyspell-external-point-words):
4235 Be case-sensitive.
4236
4237 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4238
4239 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4240 with "www".
4241
4242 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4243
4244 * allout.el: Restablish intermediate missing comment header to
4245 preserve outline structure.
4246 (allout-beginning-of-current-entry): Skip invisible text.
4247 (allout-open-topic): Fix opening a topic at end-of-buffer.
4248 (allout-minor-mode): Move nearer to allout-mode function.
4249
4250 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4251
4252 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4253
4254 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4255
4256 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4257 is nil.
4258
4259 * progmodes/gud.el (gud-speedbar-menu-items):
4260 Use buffer-local-value and add missing :visible keyword.
4261
4262 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4263
4264 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4265
4266 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4267 must be `follow-link'.
4268
4269 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4270
4271 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4272 formatting: No nested anchors.
4273 (org-all-targets): Fix bug with XEmacs compatibility.
4274 (org-read-date): Add (require 'parse-time).
4275 (org-set-tags): Fix bug with extra inserted space.
4276 (org-export-html-style): Define a style class for targets.
4277 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4278 (org-hide-leading-stars): New option.
4279 (org-hide): New face.
4280 (org-set-font-lock-defaults): Allow to hide leading stars.
4281 (org-get-legal-level, org-tr-level): New functions.
4282 (org-odd-levels-only): New option.
4283 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4284 (org-demote, org-promote): Deal with double-star levels.
4285 (org-convert-to-odd-levels): New command.
4286
4287 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4288
4289 * speedbar.el (speedbar-update-localized-contents): Try to
4290 preserve window-start.
4291 (speedbar-update-directory-contents): Try to preserve window-start
4292 and window-point.
4293 (speedbar-update-special-contents): Don't move back to start of window.
4294
4295 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4296 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4297 speedbar-timer-fn.
4298 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4299 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4300 instead of gdb-speedbar-timer-fn.
4301
4302 2006-02-28 Jay Belanger <belanger@truman.edu>
4303
4304 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4305 (math-compose-expr): Use latex option when calling
4306 `math-compose-tex-matrix' for latex mode.
4307
4308 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4309
4310 * speedbar.el: Re-instate comments about developing for speedbar
4311 [this is what info and gdb-ui use even if better methods exist now].
4312
4313 * t-mouse.el: New file.
4314 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4315 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4316 (t-mouse-make-event-element): Use posn-at-x-y instead.
4317 (t-mouse-make-event): Deal with Fedora Core 3.
4318 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4319 (t-mouse-mouse-position-function): New function. Use it instead
4320 of advising mouse-position.
4321 (t-mouse-mode): New minor mode.
4322 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4323
4324 2006-02-27 Glenn Morris <rgm@gnu.org>
4325
4326 * calendar/calendar.el (calendar-holidays): Doc fix.
4327
4328 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4329
4330 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4331 Re-introduce the concept of a source window.
4332 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4333 consistency with get-buffer-create.
4334 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4335 (gdb-data-list-register-values-handler)
4336 (gdb-stack-list-locals-handler): Try to preserve window-start as
4337 well as window-point.
4338 (gdb-display-source-buffer): New function (old concept).
4339 (gdb-goto-breakpoint): Use it.
4340
4341 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4342 for gdb-ui/gdb-mi (old concept).
4343
4344 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4345
4346 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4347 binding.
4348
4349 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4350
4351 * textmodes/reftex-sel.el (reftex-select-label-map)
4352 (reftex-select-bib-map): Add `follow-mouse' binding.
4353
4354 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4355
4356 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4357 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4358 Give :set functions to provide automatic updating.
4359 Update docstring. Give compiler defvars early in the file
4360 and move the defcustoms to a later spot where all called functions
4361 are defined.
4362 (jka-compr-file-name-handler-entry): Doc fix.
4363 (jka-compr-compression-info-list--internal)
4364 (jka-compr-mode-alist-additions--internal)
4365 (jka-compr-load-suffixes--internal): New variables.
4366 (jka-compr-install): Set the three above variables.
4367 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4368 (jka-compr-update, jka-compr-set): New functions.
4369 (auto-compression-mode): Doc fix.
4370
4371 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4372 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4373 Use jka-compr-compression-info-list--internal,
4374 jka-compr-mode-alist-additions--internal and
4375 jka-compr-load-suffixes--internal.
4376
4377 * files.el (load-library):
4378 * loadhist.el (file-loadhist-lookup):
4379 * startup.el (command-line):
4380 * subr.el (locate-library):
4381 * emacs-lisp/autoload.el (update-directory-autoloads):
4382 * emacs-lisp/find-func.el (find-library-suffixes):
4383 Use `get-load-suffixes' instead of `load-suffixes'.
4384
4385 * subr.el (locate-library):
4386 * emacs-lisp/find-func.el (find-library-name):
4387 Use `load-file-rep-suffixes' instead of '("").
4388
4389 2006-02-26 Kim F. Storm <storm@cua.dk>
4390
4391 * ido.el (ido-save-history, ido-load-history): Simplify.
4392 Don't use find-file-noselect to avoid interference from other modes.
4393
4394 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4395
4396 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4397 to use the default shell if filename is not available.
4398 Reported by Giorgos Keramidas.
4399
4400 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4401
4402 * progmodes/etags.el (tags-completion-table): Do completion from
4403 all the tables in the current list, as documented in the manual.
4404
4405 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4406
4407 * CC Mode Update to 5.31.3.
4408
4409 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4410
4411 * progmodes/cc-mode.el (c-postprocess-file-styles):
4412 Bind inhibit-read-only to t, around the call to
4413 c-remove-any-local-eval-or-mode-variables, so that it works on a
4414 RO file.
4415
4416 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4417
4418 * progmodes/cc-awk.el: Correct a typo.
4419
4420 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4421
4422 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4423 c-hungry-delete-backwards, at the request of RMS. Leave the old
4424 name as an alias.
4425
4426 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4427
4428 * progmodes/cc-mode.el: Correct a typo.
4429
4430 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4431
4432 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4433
4434 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4435
4436 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4437 brace-else-brace (error due to mbeg, mend being undefined).
4438
4439 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4440
4441 * progmodes/cc-mode.el: File Local variables: Solve the problem
4442 where both `mode' and c-file-offsets are specified: `mode' will
4443 overwrite c-f-o's settings:
4444 (c-remove-any-local-eval-or-mode-variables): New function.
4445 (c-postprocess-file-styles): Call the above new function, within
4446 c-tentative-buffer-change, to splat `mode' and `eval' before the
4447 second hack-local-variables.
4448
4449 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4450
4451 * progmodes/cc-mode.el:
4452 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4453 (c-after-change): Protect the match data with save-match-data.
4454 It was getting corrupted by c-after-change-check-<>-operators.
4455
4456 * cc-defs.el: [Supersedes patch V1.38]:
4457 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4458 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4459
4460 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4461 with save-match-data. It was being corrupted when Font Lock was
4462 not enabled.
4463
4464 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4465
4466 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4467 Mode and Subword Mode.
4468
4469 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4470 real labels ("case 1:" or "foo:") from non-labels ("public:").
4471 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4472 coding; c-f-t-2 doesn't move over a token at EOB.
4473
4474 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4475
4476 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4477 (c-update-modeline): Concatenate the minor mode indicators
4478 directly onto mode-name, removing c-submode-indicators.
4479 Sometimes, c-s-i got separated from the mode name on the mode line.
4480
4481 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4482 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4483
4484 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4485
4486 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4487 error message when there's an evaluation error to show whether
4488 it's loaded from source or not.
4489 (c-filter-ops): Make it available at runtime too to work when
4490 `c-make-init-lang-vars-fun' needs to evaluate from source.
4491
4492 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4493
4494 * help.el (help): Revert last part of 2006-02-23 change (deletion
4495 of the `provide' call).
4496
4497 2006-02-23 Juri Linkov <juri@jurta.org>
4498
4499 * compare-w.el (compare-windows-highlight): Add new value
4500 `persistent' and change :type from `boolean' to `choice'.
4501 (compare-windows-overlays1, compare-windows-overlays2):
4502 New internal variables.
4503 (compare-windows-highlight): If compare-windows-highlight is
4504 `persistent', add current overlays to compare-windows-overlays[12]
4505 instead of adding compare-windows-dehighlight to pre-command-hook.
4506 (compare-windows-dehighlight): Delete all overlays from
4507 compare-windows-overlays[12].
4508
4509 * info.el (Info-search): Don't bind search-spaces-regexp to
4510 Info-search-whitespace-regexp in non-regexp isearch mode.
4511
4512 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4515
4516 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * textmodes/org.el (org-xemacs-p)
4519 (org-export-html-show-new-buffer, org-table-may-need-update)
4520 (org-insert-item, org-mhe-get-message-real-folder)
4521 (org-mhe-get-message-folder-from-index)
4522 (org-mhe-get-message-folder, org-mhe-get-message-num)
4523 (org-mhe-get-header, org-make-org-heading-search-string)
4524 (org-make-org-heading-camel, org-table-sort-lines)
4525 (org-format-org-table-html, org-format-table-table-html):
4526 Fix typos in docstrings.
4527
4528 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4529
4530 * textmodes/org.el (org-cleaned-string-for-export)
4531 (org-solidify-link-text): New function.
4532 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4533 XEmacs, just to silence the compiler.
4534 (org-export-as-ascii, org-export-as-html-and-open):
4535 Use `org-cleaned-string-for-export' and create internal links.
4536 (org-follow-mhe-link): Require mh-e, use folder.
4537
4538 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4539
4540 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4541
4542 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4543 gdb-debug-log-length.
4544 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4545 it a real ring but...
4546 (gud-gdba-marker-filter): ...make it work like mark-ring.
4547 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4548 (gdb-mouse-jump): New function. Add bindings.
4549
4550 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4551
4552 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4553 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4554 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4555 (gdb-debug-log-length): Customize it's length.
4556 (gud-watch, gdb-var-create-handler): Display function::var format
4557 but don't use to create variable object.
4558 (gdb-var-create-handler): Use message-box in place of message.
4559 (gdb-stopped): Call gdb-exited if signalled.
4560
4561 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4562
4563 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4564
4565 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4566
4567 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4568 if `reftex-try-all-extensions' is set.
4569
4570 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4571 fail silently when there is no valid argument at point.
4572 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4573 `fail-silently' argument. From a patch by David Reiter.
4574
4575 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4576 New commands.
4577 (org-mark-ring): New variable.
4578 (org-mark-ring-length): New option.
4579 (org-open-at-point, org-goto, org-open-file): Push old position
4580 onto the mark ring.
4581 (org-add-hook): New function.
4582 (org-export-table-remove-special-lines): New option.
4583 (org-skip-comments, org-format-org-table-html): Respect new
4584 option `org-export-table-remove-special-lines'.
4585 (org-open-file): Allow special command configuration for
4586 directory link.
4587 (org-file-apps): Fix bugs in customize type, added setting
4588 for directories.
4589 (org-activate-tags, org-format-agenda-item, org-complete)
4590 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4591 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4592 (org-link-search, org-make-org-heading-search-string)
4593 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4594 (org-radio-targets, org-file-link-context-use-camel-case)
4595 (org-activate-camels): New options.
4596 (org-update-radio-target-regexp, org-all-targets)
4597 (org-make-target-link-regexp, org-activate-target-links):
4598 New functions.
4599 (org-make-org-heading-search-string): New function.
4600 (org-store-link, org-insert-link): Use new option
4601 `org-file-link-context-use-camel-case'.
4602 (org-activate-camels): Use new option `org-activate-camels'.
4603 (org-link-regexp): Add mhe prefix.
4604 (org-open-at-point, org-store-link): Support for mhe links.
4605 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4606 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4607 (org-mhe-get-header, org-follow-mhe-link): New functions.
4608 (org-remove-angle-brackets, org-add-angle-brackets):
4609 New functions.
4610 (org-bracket-link-regexp): New constant.
4611 (org-read-date): Fix bug that was rejecting all typed dates.
4612 (org-link-search): Make hierarchy above visible after a match.
4613 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4614 (org-store-link): Fix bug with link creation when cursor is in
4615 an empty line.
4616 (org-open-at-point): Fix bug with matching a link.
4617 Fixed buggy argument sequence in call to `org-view-tags'.
4618 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4619 (org-prefix-has-tag): New variable.
4620 (org-format-agenda-item): Remove tags from headline
4621 if appropriate.
4622 (org-agenda-remove-tags-when-in-prefix): New option.
4623
4624 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4625
4626 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4627 Fix the regular expressions.
4628
4629 2006-02-21 Richard M. Stallman <rms@gnu.org>
4630
4631 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4632 if there's no other specific basis.
4633
4634 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4635 as variables at all.
4636 (unsafep-variable): Rename arg; doc fix.
4637
4638 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4639
4640 * calendar/appt.el (diary-selective-display): Add defvar.
4641
4642 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4643
4644 * isearch.el (search-whitespace-regexp): Fix custom type.
4645
4646 * help.el (describe-key-briefly): Compute interactive args
4647 in same was as before previous change.
4648
4649 * files.el (enable-local-variables): Doc fix.
4650
4651 2006-02-21 Kim F. Storm <storm@cua.dk>
4652
4653 * fringe.el: Cleanup as file is now pre-loaded.
4654 (fringe-bitmaps): Initialize unconditionally.
4655 (fringe-mode, set-fringe-style): Remove autoload cookies.
4656
4657 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4658
4659 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4660 `horizontal-bar'.
4661 (fringe-cursor-alist): Use `horizontal-bar'.
4662
4663 2006-02-20 Kim F. Storm <storm@cua.dk>
4664
4665 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4666 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4667
4668 * loadup.el: Load "fringe" on window systems.
4669
4670 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4671
4672 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4673 out of scope components.
4674
4675 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4676 default.
4677
4678 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4679
4680 * custom.el (customize-mark-to-save, customize-mark-as-set):
4681 Load the symbol first.
4682
4683 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4684
4685 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4686 strech spec so it doesn't display as "^J" on the header line
4687 when `Buffer-menu-use-header-line' is t.
4688
4689 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4690
4691 * speedbar.el (speedbar-make-button): Keep text properties
4692 of string arguments if desired.
4693
4694 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4695 expessions.
4696
4697 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4698 of speedbar.
4699
4700 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4701
4702 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4703 to value of `read-file-name-completion-ignore-case'.
4704
4705 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4706
4707 * custom.el (customize-mark-as-set): Push to `user' theme.
4708
4709 * cus-edit.el (custom-save-variables): Allow unthemed values.
4710 (customize-set-variable): Push setting to `user' theme.
4711
4712 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4713
4714 * progmodes/gud.el: Don't require font-lock as it's now
4715 automatically loaded.
4716 (gud-speedbar-buttons): Replace gdb-var-changed with
4717 gdb-force-update.
4718
4719 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4720 gdb-var-changed.
4721 (gdb-post-prompt): Use it.
4722 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4723 (gdb-var-update-handler, gdb-var-delete)
4724 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4725 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4726 gdb-force-update in gdb-post-prompt.
4727 (gdb-reset): Clear watch expressions from speedbar when quitting.
4728
4729 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4730
4731 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4732 (viper-change-state-to-vi, viper-change-state-to-emacs):
4733 Make aware of cursor coloring in the Emacs state.
4734 (viper-special-read-and-insert-char): Use read-char-exclusive.
4735 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4736
4737 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4738
4739 * viper-util.el (viper-save-cursor-color)
4740 (viper-get-saved-cursor-color-in-replace-mode)
4741 (viper-get-saved-cursor-color-in-insert-mode)
4742 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4743 state.
4744 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4745
4746 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4747 (ediff-ignore-case-option3, ediff-actual-diff-options)
4748 (ediff-actual-diff3-options): New variables to control case sensitivity.
4749 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4750 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4751 (ediff-toggle-ignore-case): New function.
4752 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4753
4754 * ediff-help.el (ediff-long-help-message-narrow2)
4755 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4756 (ediff-long-help-message-word-mode): Add ignore-case command.
4757 (ediff-help-for-quick-help): Add ignore-case command.
4758
4759 * ediff-merg.el: Move provide to the end.
4760
4761 * ediff-ptch.el: Move provide to the end.
4762
4763 * ediff-wind.el: Move provide to the end.
4764
4765 * ediff-mult.el: Move provide to the end.
4766 (ediff-set-meta-overlay): Enable follow-link.
4767
4768 * ediff.el: Move provide to the end.
4769 Break recursive load cycle in eval-when-compile.
4770 (ediff-patch-buffer): Better heuristics.
4771
4772 * ediff-util.el: Move provide to the end.
4773 Break recursive load cycle in eval-when-compile.
4774 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4775 defuns.
4776 (ediff-submit-report): Pass the values of ediff-diff3-program,
4777 ediff-diff3-options.
4778
4779 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4780
4781 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4782 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4783 `' (for example, in the docstring of `windmove-default-keybindings').
4784
4785 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4786
4787 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4788 shadow face. Don't provide binding to edit variable when it is
4789 out of scope.
4790
4791 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4792 (gdb-var-update-handler): Detect out of scope variables with pre
4793 GDB 6.4 too.
4794 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4795 Reset status of variable objects to nil in update handlers.
4796 (gdb-var-update-handler-1): Detect when a variable object comes
4797 in scope. setcar on var changes gdb-var-list directly.
4798
4799 2006-02-17 Juri Linkov <juri@jurta.org>
4800
4801 * ffap.el (ffap) <defface>: Add explicit face declaration.
4802 (ffap-highlight): Use face `ffap' directly instead of checking
4803 for its existence.
4804
4805 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4806 `visible-ok' of `other-buffer' to find the right original buffer.
4807
4808 * info.el (Info-search): Skip `Local Variables' node.
4809
4810 2006-02-17 Juri Linkov <juri@jurta.org>
4811
4812 * info.el (Info-find-file): Check for symbols `apropos', `history',
4813 `toc' in the input filename, and return these symbols as is.
4814 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4815 `history', `toc' instead of strings.
4816 (Info-set-mode-line): For non-string Info-current-file use the
4817 symbol's name inside **.
4818 (Info-isearch-push-state): Add quote before Info-current-file and
4819 Info-current-node.
4820 (Info-isearch-pop-state): Use `equal' instead of `string='.
4821 (Info-extract-pointer, Info-following-node-name): Use
4822 `match-string-no-properties' instead of `match-string'.
4823 (Info-up): Check `old-file' for `stringp'.
4824 (Info-history): Use `equal' instead of `string-equal'.
4825 Check `file' for `stringp'.
4826 (Info-history): Use symbol `history' instead of string as first arg
4827 of `Info-find-node'.
4828 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4829 `toc' instead of string.
4830 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4831 instead of `buffer-substring', and `match-string-no-properties'
4832 instead of `match-string'.
4833 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4834 instead of strings.
4835 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4836 Use symbol `apropos' instead of string.
4837 (Info-copy-current-node-name): Check `Info-current-file' for
4838 `stringp' and construct a command with `Info-find-node' from it.
4839 (Info-fontify-node): Use `match-string-no-properties' instead of
4840 `match-string' and check file names for `stringp'.
4841 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4842 `history', `toc' instead of strings.
4843
4844 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4845
4846 * files.el: Rearrange functions and variables in the file local
4847 variables section.
4848
4849 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4850
4851 * files.el: Add truncate-lines, ispell-check-comments and
4852 ispell-local-dictionary as safe local variables.
4853
4854 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4855
4856 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4857 out of scope variables.
4858 (gud-speedbar-buttons): Use unless.
4859
4860 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4861 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4862 (gdb-show-changed-values): Also use for out of scope variables.
4863 (gdb-var-update-handler-1): Note if variable goes out of scope.
4864
4865 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4866
4867 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4868 default to global variable values for unsupplied args.
4869 (rcirc-get-buffer-create): Fix bug with setting the target.
4870 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4871 test for rcirc-always-use-server-buffer-flag here.
4872 (rcirc-response-formats): Add %N, which is a facified nick. %n
4873 uses the default face. Change the ACTION format string. If the
4874 "nick" is the server, don't print anything for that field.
4875 Comment fixes.
4876 (rcirc-target-buffer): Don't test
4877 rcirc-always-use-server-buffer-flag here.
4878 (rcirc-print): Squeeze extra spaces out of the text before message.
4879 (rcirc-put-nick-channel): Strip potential "@" char from nick
4880 before adding them to nick table.
4881 (rcirc-url-regexp): Improve to match address like "foo.com".
4882
4883 2006-02-17 Eli Zaretskii <eliz@gnu.org>
4884
4885 * allout.el (allout-hidden-p): Move this defsubst before
4886 allout-overlay-interior-modification-handler, where it is first
4887 used.
4888
4889 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
4890
4891 * allout.el: Use allout invisible-text overlays instead of
4892 selective display for concealed text. Also, lots of general
4893 cleanup, and improved compatibility code.
4894
4895 (allout-version) Incremented, corrected, revised, and refined
4896 module commentary.
4897
4898 (provide 'allout): Moved to the bottom, added a require of overlay.
4899
4900 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4901 `except-current'.
4902 (allout-write-file-hook-handler): Minimize delay.
4903 (count-trailing-whitespace-region): New function so
4904 auto-encryption of current topic can resituate cursor exactly.
4905 PGP/GPG encryption trims trailing whitespace from lines, which
4906 must be accounted for across encryption then decryption.
4907
4908 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4909 just plain "\C-c", to avoid intruding on user's keybinding space.
4910
4911 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4912 parameter, so user request to provide a new password is done.
4913
4914 (allout-outside-normal-auto-fill-function, allout-auto-fill):
4915 Refined mechanism for auto-filling behavior while in allout mode.
4916
4917 (allout-mode): Explicitly specify the mode map in the docstring.
4918 Clarify provision for various write-file hook var names.
4919 Adjusted for invisible-text overlays instead of selective-display.
4920
4921 (allout-depth): Really return 0 if not within any topic. This
4922 rectifies `allout-beginning-of-level' and sequence numbering
4923 errors that occur when cutting and pasting numbered topics.
4924 Changed from a in-line subst to a regular function, as well.
4925
4926 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4927
4928 (allout-end-of-subtree, allout-end-of-subtree)
4929 (allout-end-of-entry, allout-end-of-current-heading)
4930 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4931 (allout-show-children, allout-show-to-offshoot)
4932 (allout-hide-current-entry, allout-show-current-entry): Rectified
4933 handling of trailing blank lines between items.
4934
4935 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4936 (allout-current-depth, allout-unprotected, allout-hidden-p)
4937 (allout-on-current-heading-p, allout-listify-exposed)
4938 (allout-chart-subtree, allout-goto-prefix)
4939 (allout-back-to-current-heading, allout-get-body-text)
4940 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4941 (allout-hide-region-body, allout-toggle-subtree-encryption)
4942 (allout-encrypt-string, allout-encrypted-key-info)
4943 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4944 (allout-file-vars-section-data): Adjusted for use with
4945 invisible-text overlays instead of selective-display.
4946
4947 (allout-kill-line, allout-kill-topic, allout-yank-processing):
4948 Reworked for use with invisible text overlays.
4949
4950 (allout-current-topic-collapsed-p): New function.
4951
4952 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4953 to know when to close the containing topic.
4954
4955 (allout-pre-command-business, allout-post-command-business):
4956 Simplify undo-batching and dynamic isearch exposure.
4957
4958 (allout-set-overlay-category): New for invisible-text overlays.
4959 Sets properties of allout-overlay-category, used by
4960 allout-flag-region to set invisible-text overlay properties.
4961 (allout-get-invisibility-overlay): Get the first qualifying
4962 invisibility overlay, so we can find the extent of it.
4963 (allout-back-to-visible-text): Get to just before the beginnining
4964 of the current invisibility overlay, if any.
4965
4966 (allout-overlay-insert-in-front-handler)
4967 (allout-overlay-interior-modification-handler)
4968 (allout-before-change-handler, allout-isearch-end-handler): New
4969 functions to handle extraordinary actions affecting concealed
4970 text.
4971
4972 (allout-flag-region): Use overlays instead of selective-display
4973 for invisible text - by inheritence from the properties of
4974 allout-overlay-category in mainline Emacs, and applied
4975 property-by-property in XEmacs, some recent versions of which
4976 don't inherit the properties from the category. Provisions to
4977 respond to concealed-text edits simplified drastically.
4978
4979 (allout-isearch-rectification, allout-isearch-was-font-lock)
4980 (allout-isearch-expose, allout-enwrap-isearch)
4981 (allout-isearch-abort, allout-pre-was-isearching)
4982 (allout-isearch-prior-pos, allout-isearch-did-quit)
4983 (allout-isearch-dynamic-expose)
4984 (allout-hide-current-entry-completely): Functions deleted.
4985
4986 (allout-undo-aggregation): Explicit undo aggregation no longer
4987 necessary due to transition away from selective-display.
4988
4989 (set-allout-regexp, allout-up-current-level)
4990 (allout-next-visible-heading, allout-forward-current-level)
4991 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4992 (allout-kill-line, allout-yank-processing, allout-show-children)
4993 (allout-expose-topic, allout-old-expose-topic)
4994 (allout-listify-exposed, allout-insert-latex-header)
4995 (allout-toggle-subtree-encryption, allout-encrypt-string)
4996 (remove-from-invisibility-spec, allout-hide-current-subtree):
4997 Ditched unused variables.
4998
4999 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5000
5001 * textmodes/ispell.el (ispell-change-dictionary): Call
5002 ispell-buffer-local-dict instead of
5003 ispell-accept-buffer-local-defs.
5004 (ispell-local-dictionary-alist): Accept as valid any coding-system
5005 supported by Emacs.
5006 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5007 changed to iso-8859-3.
5008
5009 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5010
5011 * speedbar.el (speedbar-frame-width): Make an inline function
5012 instead of a macro. Use frame-width.
5013 (speedbar-try-completion, speedbar-update-contents)
5014 (speedbar-timer-fn): Use consp.
5015 (speedbar-update-localized-contents): Try to preserve point.
5016
5017 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5018 (menu): Re-order menu items.
5019 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5020 field.
5021 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5022 (gdb-post-prompt): Speed things by not forcing update.
5023
5024 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5025
5026 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5027 press and perform default action if we get a mouse movement event.
5028
5029 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5030
5031 * calendar/icalendar.el (icalendar--get-event-property)
5032 (icalendar--get-event-property-attributes): Fix typos in
5033 docstrings.
5034
5035 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5036 docstring.
5037
5038 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5039
5040 * bs.el (bs-mode): Use `buffer-disable-undo'.
5041 (bs--get-file-name): Simplify.
5042 (bs-show-in-buffer): Mark the buffer as not modified.
5043
5044 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5045
5046 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5047 widget-button-click.
5048
5049 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5050 (custom-mode): Update docstring.
5051
5052 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5053 binding.
5054
5055 * files.el (hack-local-variables-confirm): Allow scrolling if the
5056 file variable list is too long. Kill temp buffer after use.
5057
5058 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5059
5060 * progmodes/gud.el (gdb): Improve doc string.
5061 (gdb-script-font-lock-keywords): Expand allowed character set.
5062
5063 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5064 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5065 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5066 (gdb-separate-io-stop, gdb-separate-io-eof):
5067 Rename from gdb-inferior-* to gdb-separate-*.
5068 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5069
5070 2006-02-14 Jay Belanger <belanger@truman.edu>
5071
5072 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5073 expression is a symbol before checking that it is bound.
5074
5075 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5076 test to see if equation can be solved.
5077
5078 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5079
5080 * wid-edit.el (widget-button-click): Use :pressed-face property
5081 for overlay face, if it exists.
5082
5083 * cus-edit.el (custom-manual, custom-add-see-also)
5084 (custom-add-parent-links, custom-group-link): Add :pressed-face
5085 property to links.
5086
5087 * files.el (hack-local-variables): Remove ignored variables before
5088 checking if any variables need setting.
5089
5090 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5091
5092 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5093
5094 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5095
5096 * help.el (where-is): Fix message for remapped commands.
5097
5098 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5099 Fix typos in docstrings.
5100
5101 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5102
5103 * files.el (safe-local-variable-values): New option.
5104 (hack-local-variables-prop-line): Return a list of variable-value
5105 pairs if MODE-ONLY is non-nil.
5106 (hack-local-variables): Construct list of variable-value pairs,
5107 and apply or reject them in one go. Ask for confirmation if
5108 variables are not known safe.
5109 (hack-local-variables-confirm): Complete rewrite. Support
5110 `safe-local-variable-values'.
5111 (enable-local-variables): Update docstring to reflect new
5112 behavior.
5113 (ignored-local-variables): Ignore ignored-local-variables and
5114 safe-local-variable-values.
5115 (safe-local-variable-p): New function.
5116 (risky-local-variable-p): `safe-local-variable' property check
5117 moved to safe-local-variable-p.
5118 (hack-one-local-variable): Checks moved to hack-local-variables.
5119
5120 (byte-compile-dynamic, c-basic-offset, c-file-style)
5121 (c-indent-level, comment-column, fill-column, fill-prefix)
5122 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5123 (no-update-autoloads, outline-regexp, page-delimiter)
5124 (paragraph-start, paragraph-separate, sentence-end)
5125 (sentence-end-double-space tab-width, version-control):
5126 Add `safe-local-variable' property.
5127
5128 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5129
5130 * icomplete.el, play/landmark.el: Change nonexistent
5131 `outline-layout' file variable to `allout-layout'.
5132
5133 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5134
5135 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5136 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5137 to gud-comint-buffer.
5138 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5139 gdb-ui.el for gdb-mi.el.
5140 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5141 registers buffer to gdb-get-changed-registers.
5142 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5143 deletion of catchpoints (throw and catch).
5144 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5145 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5146 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5147 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5148 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5149
5150 2006-02-13 Jay Belanger <belanger@truman.edu>
5151
5152 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5153 expression is a symbol before checking that it is bound.
5154
5155 2006-02-13 Richard M. Stallman <rms@gnu.org>
5156
5157 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5158 for the minibuffer too, but not if resize-mini-windows will interfere.
5159
5160 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5161 inside `interactive' spec.
5162 (describe-key-briefly-internal, describe-key-internal):
5163 Functions merged back into their callers.
5164
5165 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5166
5167 * info.el (info-xref-visited): Inherit from info-xref too.
5168 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5169 when propertizing Info-current-file and Info-current-node.
5170
5171 2006-02-13 Juri Linkov <juri@jurta.org>
5172
5173 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5174 (tumme-thumb-name): Fix per-directory format.
5175
5176 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5177
5178 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5179
5180 2006-02-12 Miles Bader <miles@gnu.org>
5181
5182 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5183
5184 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5185
5186 * tumme.el: Remove history section. If someone needs the it, it
5187 can always be found in CVS.
5188
5189 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5190
5191 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5192 about the Thumbnail Managing Standard option.
5193
5194 2006-02-12 Richard M. Stallman <rms@gnu.org>
5195
5196 * subr.el (substitute-key-definition): Doc fix.
5197
5198 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5199
5200 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5201
5202 * info.el (Info-mode): Doc fix.
5203
5204 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5205
5206 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5207
5208 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5209 because on Solaris a POSIX compatible "id" is needed. Reported by
5210 Magnus Henoch <mange@freemail.hu>.
5211
5212 2006-02-12 Juri Linkov <juri@jurta.org>
5213
5214 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5215 (tumme) <defgroup>: Change :group to `multimedia'.
5216 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5217 Managing Standard.
5218 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5219 Fix dostring.
5220 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5221 and %y. Fix docstring.
5222 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5223 (tumme-cmd-create-standard-thumbnail-command): New user options.
5224 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5225 is `standard'. Fix docstring.
5226 (tumme-thumb-width, tumme-thumb-height): New user options.
5227 (tumme-external-viewer): Try to find various viewers.
5228 (tumme-get-thumbnail-image): Use `create-image' instead of
5229 constructing the `image' structure.
5230 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5231 `standard'.
5232 (tumme-thumb-name): Add file name generation for standard storage.
5233 Simplify code for other storages.
5234 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5235 Add modification time %m and thumbnail-nq8 %q.
5236 Use `tumme-cmd-create-standard-thumbnail-command' if
5237 tumme-thumbnail-storage is `standard'.
5238 (tumme-dired-insert-marked-thumbs): New autoload command.
5239 (tumme-dired-after-readin-hook): New function.
5240 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5241 `tumme-thumb-size'.
5242 (tumme-display-image): Replace size-x %x and size-y %y with
5243 width %w and height %h.
5244
5245 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5246 `tumme-dired-insert-marked-thumbs'.
5247
5248 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5249
5250 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5251 include path).
5252 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5253 matching tag.
5254
5255 2006-02-12 Miles Bader <miles@gnu.org>
5256
5257 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5258 New variables.
5259 (rcirc-abbrev-nick): New function.
5260 (rcirc-format-response-string): Rewrite to use the formats in
5261 `rcirc-response-formats' and expand escape sequences therein.
5262 A text-property `rcirc-text' is added over the actual response
5263 text to make easy to find inside the returned string.
5264 (rcirc-print): When filling, just look for the `rcirc-text'
5265 text-property to find the appropriate fill prefix, instead of
5266 using hardwired patterns.
5267
5268 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5269
5270 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5271 Managing Standard.
5272
5273 2006-02-11 Kim F. Storm <storm@cua.dk>
5274
5275 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5276 Don't use insert-buffer; do insert-buffer-substring directly.
5277 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5278
5279 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5280
5281 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5282 with inhibit-read-only. Suggested by Stefan Monnier.
5283 (revert-buffer): Let insert-file-contents discard
5284 buffer-undo-list. Simplify code.
5285 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5286
5287 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5288
5289 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5290
5291 * help.el (describe-key-briefly): Now a wrapper for
5292 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5293 to t. Populate yank-menu if empty.
5294 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5295 (describe-key): Now a wrapper for describe-key-internal. Bind
5296 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5297 (describe-key-internal): Renamed from describe-key.
5298
5299 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5300
5301 * progmodes/glasses.el (glasses-separator): Doc fix.
5302 (glasses-original-separator): New defcustom.
5303 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5304
5305 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5306
5307 * mwheel.el (mouse-wheel-up-event): Doc fix.
5308
5309 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5310
5311 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5312 (tumme-dir): New function. Copied from thumbs.el.
5313
5314 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5315
5316 * desktop.el (desktop-outvar): Fix typo.
5317 (desktop-save-buffer-p): Doc fix.
5318
5319 * subr.el (substitute-key-definition): Fix typo.
5320
5321 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5322
5323 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5324 when window-system is mac.
5325
5326 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5327
5328 2006-02-10 Kim F. Storm <storm@cua.dk>
5329
5330 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5331 indirect-function instead of using condition-case.
5332
5333 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5334
5335 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5336 less `colloquial'...
5337
5338 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5339
5340 * tumme.el: Add a couple of todo items.
5341
5342 2006-02-09 Lars Hansen <larsh@soem.dk>
5343
5344 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5345 (highlight-changes-mode): Don't change desktop-locals-to-save.
5346
5347 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5348
5349 * image-mode.el (image-toggle-display): Clear image cache if using
5350 filename.
5351
5352 2006-02-09 Masatake YAMATO <jet@gyve.org>
5353
5354 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5355 a `dired-man' target.
5356
5357 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5358 boundary of symbols.
5359
5360 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5361
5362 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5363
5364 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5365
5366 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5367 `mapcar'; return nil.
5368
5369 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5370
5371 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5372 some other event.
5373
5374 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5375
5376 * net/rcirc.el (rcirc-startup-channels-alist):
5377 Add irc.freenode.net and #emacs as defaults.
5378 (rcirc-ignore-all-activity-flag): Remove variable.
5379 (rcirc-authinfo): New variable.
5380 (rcirc-authinfo-filename): Remove variable.
5381 (rcirc-always-use-server-buffer-flag): New flag.
5382 (rcirc): M-x rcirc will automatically connect without prompting.
5383 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5384 connection in lisp.
5385 (rcirc-process-server-response-1): Remove everything but the nick
5386 portion of the sender so it doesn't need to be done everywhere
5387 else. Update related code.
5388 (global-map): Remove global keybindings.
5389 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5390 (rcirc-send-input): Split into several functions.
5391 (rcirc-process-input-line, rcirc-process-message)
5392 (rcirc-process-command): New functions.
5393 (rcirc-target-buffer): New function to determine where to route
5394 messages.
5395 (rcirc-user-nick): Save match data.
5396 (rcirc-toggle-ignore-buffer-activity)
5397 (rcirc-update-activity-string): Remove global ignore functionality,
5398 which can be done now by toggling rcirc-track-minor-mode.
5399 (rcirc-track-minor-mode-map): New keymap.
5400 (rcirc-track-minor-mode): New minor-mode.
5401 (ignore): Make the ignore output nicer. Always print it when
5402 adding or removing nicks.
5403 (rcirc-url-regexp): Improve.
5404 (rcirc-mangle-text): Remove properties before using text in the
5405 modeline.
5406 (rcirc-authenticate): Authentication data comes from
5407 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5408 (rcirc-server-prefix): Inherit from rcirc-server.
5409
5410 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5411
5412 * Makefile.in (compile): Append "|| true" to the end of the `find'
5413 command, like compile-always does.
5414
5415 2006-02-08 Sam Steingold <sds@gnu.org>
5416
5417 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5418 output from a dead connection.
5419
5420 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5421
5422 * dired.el (dired-mode-map): Add more bindings for tumme.
5423
5424 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5425
5426 * wdired.el (wdired-mode-map): Use remap.
5427 (wdired-get-filename): Massage.
5428 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5429 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5430 `keymap' property rather than `local-map'.
5431
5432 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5433
5434 * tumme.el (tumme-get-thumbnail-image): New utility function.
5435 Suggested by from Chong Yidong.
5436 (tumme-dired-with-window-configuration): Rename from
5437 `tumme-dired'. Add code to save window configuration.
5438 (tumme-restore-window-configuration): New command to restore the
5439 window configuration that `tumme-dired-with-window-configuration'
5440 saves before it changes the window configuration.
5441 (tumme-show-all-from-dir): New command to display thumbnails for
5442 all files in a directory entered by the user, like M-x thumbs.
5443 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5444 have been created.
5445 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5446 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5447 Remove obsolete test function.
5448
5449 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5450
5451 * vc.el (small-temporary-file-directory): Remove defvar; there's
5452 a defcustom for it in files.el.
5453
5454 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5455 Fix typo in message.
5456 (tumme-gallery-generate): Fix typo in `error' message.
5457 (tumme-display-window-height-correction)
5458 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5459 (tumme-line-up-interactive): Dox fixes.
5460 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5461 (tumme-restore-window-configuration, tumme-format-properties-string)
5462 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5463 Fix typos in docstrings.
5464
5465 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5466
5467 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5468
5469 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5470
5471 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5472 User should use hook if desired.
5473
5474 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5475 buffer if necessary.
5476 (gdb-delete-frame-or-window): New function.
5477 (gdb-breakpoints-mode-map): Bind "q" to it.
5478
5479 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5480
5481 * textmodes/nroff-mode.el: Clean up name space.
5482 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5483 (nroff-mode): Obey the global setting of nroff-electric-mode.
5484 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5485
5486 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5487
5488 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5489
5490 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5491
5492 2006-02-06 Lars Hansen <larsh@soem.dk>
5493
5494 * generic-x.el (etc-fstab-generic-mode): Add file system types
5495 cifs and usbdevfs. Allow special chars in file names.
5496
5497 2006-02-05 Jay Belanger <belanger@truman.edu>
5498
5499 Update copyright notices of the files in lisp/calc.
5500
5501 2006-02-05 Romain Francoise <romain@orebokech.com>
5502
5503 Update copyright notices of all files in the lisp/play directory.
5504
5505 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5506
5507 * ldefs-boot.el: Regenerate.
5508
5509 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5510
5511 2006-02-05 Kim F. Storm <storm@cua.dk>
5512
5513 * files.el (magic-mode-regexp-match-limit): New defvar.
5514 (set-auto-mode): Use it to limit magic-mode-alist matching.
5515
5516 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5517
5518 * simple.el (display-message-or-buffer): Compare the number of
5519 characters to the frame width when determining whether a 1-line
5520 message string will fit in the echo area. Count screen lines
5521 instead of buffer lines when determining whether a multi-line
5522 message will fit in the echo area/minibuffer window.
5523
5524 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5525
5526 * info.el (Info-index, Info-mode): Improve the description of the
5527 `i' command.
5528
5529 * ldefs-boot.el: Regenerate.
5530
5531 2006-02-03 Werner Lemberg <wl@gnu.org>
5532
5533 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5534 greedy to find the closing bracket in \*[...] and similar
5535 expressions. This is a first rough fix -- many additional
5536 refinements are necessary to make nroff mode really usable with groff.
5537
5538 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5539
5540 * international/mule-cmds.el (set-locale-environment):
5541 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5542 libX11.
5543
5544 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5545
5546 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5547 archive are created in archive-tmpdir.
5548
5549 2006-02-02 John Paul Wallington <jpw@pobox.com>
5550
5551 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5552 (ibuffer-fontification-alist): Use it.
5553 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5554 to "* z" and the Ibuffer Mark menu.
5555
5556 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5557
5558 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5559
5560 * textmodes/table.el (*table--cell-describe-mode)
5561 (*table--cell-describe-bindings): Undo last change since
5562 print-help-return-message is not obsoleted by anything at all.
5563
5564 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5565
5566 * emulation/cua-base.el (cua-mode): Doc fix.
5567
5568 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5569
5570 * dframe.el (dframe-handle-make-frame-visible)
5571 (dframe-handle-iconify-frame, dframe-get-focus)
5572 (dframe-select-attached-frame, dframe-power-click)
5573 (dframe-frame-mode): Fix typos in docstrings.
5574
5575 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5576 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5577 Fix typos in docstrings.
5578
5579 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5580 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5581 (hi-lock-archaic-interface-message-used)
5582 (hi-lock-file-patterns-range): Fix typos in docstrings.
5583
5584 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5585 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5586
5587 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5588 Fix typo in docstring.
5589
5590 * net/newsticker.el (newsticker--decode-iso8601-date)
5591 (newsticker--set-customvar, newsticker--buffer-insert-item)
5592 (newsticker--do-run-auto-mark-filter)
5593 (newsticker--parse-generic-feed): Doc fixes.
5594 (newsticker--retrieval-timer-list, newsticker-url-list)
5595 (newsticker-hide-immortal-items-in-echo-area)
5596 (newsticker-hide-obsolete-items-in-echo-area)
5597 (newsticker-new-item-face, newsticker--enclosure)
5598 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5599 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5600 (newsticker--parse-generic-feed, newsticker--cache-contains)
5601 (newsticker--stat-num-items, newsticker-download-enclosures):
5602 Fix typos in docstrings.
5603
5604 * net/rcirc.el (rcirc-debug): Doc fix.
5605 (rcirc-fill-column, rcirc-receive-message-hooks)
5606 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5607 (rcirc-mode, rcirc-generate-new-buffer-name)
5608 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5609 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5610 Fix typos in docstrings.
5611 (rcirc-print): "?\ " -> "?\s".
5612 (rcirc-cmd-join): Improve argument/docstring consistency.
5613
5614 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5615
5616 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5617 before narrow-to-region.
5618
5619 2006-02-01 Richard M. Stallman <rms@gnu.org>
5620
5621 * simple.el (move-beginning-of-line): Scan properly for invis change.
5622
5623 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5624
5625 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5626
5627 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5628 change bit only when id-format is 'integer. Reported by Matt
5629 Hodges <M.P.Hodges@rl.ac.uk>.
5630
5631 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5632
5633 * hilit-chg.el (highlight-changes-initial-state)
5634 (highlight-changes-global-initial-state): Doc fixes.
5635 (highlight-changes-global-modes, global-highlight-changes):
5636 Fix typos in docstrings.
5637
5638 2006-02-01 Kim F. Storm <storm@cua.dk>
5639
5640 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5641 transient-mark-mode in doc string.
5642
5643 2006-01-31 Richard M. Stallman <rms@gnu.org>
5644
5645 * replace.el (multi-occur): Doc fix.
5646 (multi-occur-in-matching-buffers): Rename from
5647 multi-occur-by-filename-regexp. Prefix arg says match
5648 buffer names instead of file names.
5649
5650 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5651
5652 * bs.el: Allow non-default values of `bs-header-lines-length'.
5653 (bs--running-in-xemacs): Remove (not needed anymore).
5654 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5655 instead of `shrink-window', thus avoiding having to compute the
5656 height of the window.
5657 (bs--up): Wrap around even when there's no header.
5658 (bs--down): Use `forward-line' instead of `next-line'.
5659
5660 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5661
5662 * image-mode.el (image-toggle-display): Use file name if possible,
5663 instead of unnecessarily allocating a (possibly huge) lisp string.
5664
5665 2006-01-30 John Paul Wallington <jpw@pobox.com>
5666
5667 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5668 because the `assert' macro signals it at runtime.
5669
5670 * emacs-lisp/cl.el (toplevel): Remove definition of
5671 `cl-assertion-failed' condition.
5672
5673 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5674
5675 * thumbs.el (thumbs-marked-list): Make buffer-local and
5676 permanent-local.
5677 (thumbs-insert-thumb): Make help-echo non-sticky.
5678 (thumbs-file-alist): Use eolp as check for (non)-image.
5679
5680 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5681
5682 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5683 (ediff-before-session-group-setup-hooks)
5684 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5685 Fix typos in docstrings.
5686
5687 * window.el (bw-dir, bw-eqdir, balance-windows)
5688 (split-window-keep-point): Fix typos in docstrings.
5689
5690 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5691 (org-quote-string, org-calendar-to-agenda-key)
5692 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5693 (org-show-following-heading, org-tags-column)
5694 (org-use-tag-inheritance, org, org-allow-space-in-links)
5695 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5696 (org-enable-table-editor, org-calc-default-modes)
5697 (org-table-allow-automatic-line-recalculation)
5698 (org-export-html-style, org-export-with-fixed-width)
5699 (org-export-with-sub-superscripts, org-special-keyword)
5700 (org-formula, org-time-grid, org-table-may-need-update)
5701 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5702 (org-goto-quit, org-get-indentation, org-end-of-item)
5703 (org-move-item-down, org-move-item-up)
5704 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5705 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5706 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5707 (org-agenda-log-mode, org-agenda-toggle-diary)
5708 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5709 (org-agenda-file-to-end, org-agenda-no-heading-message)
5710 (org-agenda-get-closed, org-format-agenda-item)
5711 (org-cmp-priority, org-cmp-category, org-cmp-time)
5712 (org-agenda-change-all-lines, org-agenda-diary-entry)
5713 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5714 (org-link-search, org-camel-to-words, org-open-file)
5715 (org-remember-handler, org-table-convert-region)
5716 (org-table-move-row-down, org-table-move-row-up)
5717 (org-table-copy-region, org-table-wrap-region)
5718 (org-table-toggle-vline-visibility)
5719 (org-table-get-vertical-vector, org-table-modify-formulas)
5720 (org-table-get-specials, org-recalc-commands)
5721 (org-table-rotate-recalc-marks, org-table-eval-formula)
5722 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5723 (org-level-color-stars-only, org-insert-heading):
5724 Fix typos in docstrings.
5725 (last-arg): Add defvar.
5726
5727 * makefile.w32-in (WINS): Add erc.
5728 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5729
5730 2006-01-29 Bill Wohler <wohler@newt.com>
5731
5732 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5733 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5734 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5735 (mh-autoloads): Don't use comments on otherwise empty lines.
5736
5737 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5738
5739 * emulation/viper.el (viper-major-mode-modifier-list): Add
5740 insert-state and vi-state entries for erc-mode.
5741 (viper-go-away, viper-set-hooks): Add and remove
5742 viper-comint-mode-hook from erc-mode-hook as appropriate.
5743
5744 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5745
5746 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5747
5748 * bs.el (bs--format-aux): Implement `middle' alignment as
5749 described in the docstring for `bs-attributes-list'.
5750 (bs--get-name): Simplify. Don't pad the buffer name.
5751
5752 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5753
5754 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5755 English aspell dictionary is installed, use the first entry of
5756 ispell-dictionary-alist-1.
5757
5758 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5759
5760 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5761 Doc fix.
5762
5763 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5764
5765 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5766 for `process-file', in order to let it work for older Emacsen too.
5767
5768 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5769
5770 * international/latexenc.el: Add a suitable `coding:' tag.
5771 (latexenc-find-file-coding-system): Undo last change.
5772
5773 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5774
5775 * international/latexenc.el (latexenc-find-file-coding-system):
5776 Make sure latexenc-main-file is a regular file and is readable.
5777
5778 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5779
5780 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5781 Pass FILE to vc-user-login-name.
5782
5783 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5784
5785 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5786
5787 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5788 there are no more images to display.
5789 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5790 the next image.
5791
5792 2006-01-26 Richard M. Stallman <rms@gnu.org>
5793
5794 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5795
5796 * wid-edit.el (advertised-widget-backward): New alias.
5797 (widget-keymap): Use advertised-widget-backward for S-TAB.
5798
5799 * tumme.el: Correct the keywords.
5800 (tumme-dir-max-size): Use defvar.
5801 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5802
5803 * simple.el (move-beginning-of-line): Take account of fields.
5804 (clone-indirect-buffer-other-window): Take args like
5805 clone-indirect-buffer, and work like it.
5806
5807 * help-fns.el (describe-function): Don't pass `nil' as default.
5808
5809 * files.el (risky-local-variable-p): Follow var aliases.
5810
5811 * subr.el (lazy-completion-table): Doc fix.
5812
5813 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5814 global binding of `line'.
5815
5816 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5817
5818 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5819 Tramp.
5820
5821 * vc.el (vc-default-dired-state-info): Pass FILE to
5822 vc-user-login-name.
5823 (vc-default-update-changelog): Don't use vc-user-login-name, we
5824 don't need it here.
5825
5826 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5827 no longer necessary.
5828
5829 2006-01-25 Kenichi Handa <handa@m17n.org>
5830
5831 * international/mule.el (decode-char): Avoid the overhead of
5832 calling utf-lookup-subst-table-for-decode if
5833 utf-translate-cjk-mode is nil.
5834 (encode-char): Avoid the overhead of calling
5835 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5836 nil.
5837
5838 2006-01-22 Kenichi Handa <handa@m17n.org>
5839
5840 * international/mule.el (make-subsidiary-coding-system): Reset
5841 `coding-system-define-form' property of subsidiaries to nil.
5842 Avoid duplicated entry in coding-system-alist.
5843 (make-coding-system): Avoid duplicated entry in
5844 coding-system-alist.
5845 (define-coding-system-alias): Likewise.
5846
5847 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5848
5849 * completion.el: Minor fixes in introductory comment.
5850 (completion-def-wrapper): Fix alist.
5851
5852 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5853
5854 * thumbs.el (thumbs-new-image-size): New function.
5855 (thumbs-increment-image-size-element)
5856 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5857 (thumbs-decrement-image-size): Delete.
5858 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5859 temp files and use to resize.
5860 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5861 Use increment argument to enlarge/shrink. Preserve point.
5862 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5863 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5864 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5865 (thumbs-mark, thumbs-unmark): Preserve point.
5866 (thumbs-modify-image): Keep old temp files and use to modify.
5867 Cleanup old temp files at load time. Preserve point.
5868 (thumbs-view-image-mode-map): Use new command names.
5869
5870 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5871
5872 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5873
5874 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5875 the nastiest part of the cyclic dependency.
5876 (cal-menu-update): Use dotimes and calendar-increment-month.
5877
5878 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5879 (calendar-week-start-day): Add an :initializer.
5880 (calendar-mode-map): Use suppress-keymap, and command remapping.
5881 (describe-calendar-mode): Setup xref-stack info for the back button.
5882 (calendar-star-date): Insert before delete.
5883 (calendar-set-mode-line): Add file-modified info if applicable.
5884 (calendar-increment-month): New function.
5885
5886 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
5887
5888 * font-lock.el (lisp-font-lock-keywords-2):
5889 Recognize "& keywords" only at word boundaries.
5890
5891 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
5892
5893 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
5894 and permanent-local.
5895 (thumbs-max-image-number): New variable.
5896 (thumbs-do-thumbs-insertion): Use them.
5897 (thumbs-per-line): Change default to 4.
5898 (thumbs-marked-list): Rename from thumbs-markedL.
5899 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5900 (thumbs-rename-images): Use -list instead of L for internal variables.
5901 (thumbs-call-convert): Use call-process instead of shell-command.
5902 (thumbs-insert-thumb): Add filename as help-echo to each image.
5903 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5904 Give dir to thumbs-show-thumbs-list.
5905 (thumbs-show-thumbs-list): Set default-directory to that of images.
5906 (thumbs-dired-show): Rename from thumbs-dired-show-all.
5907 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5908 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5909 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5910
5911 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5912
5913 * ses.el (ses-read-cell): Provide a default value.
5914
5915 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
5916
5917 * term/w32-win.el (image-library-alist): Add additional names for
5918 GIF library.
5919
5920 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5921
5922 * international/latexenc.el (latexenc-find-file-coding-system):
5923 Add file-regular-p check.
5924
5925 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 * simple.el (clone-buffer): Don't show the new buffer in the same
5928 window.
5929
5930 2006-01-23 Juri Linkov <juri@jurta.org>
5931
5932 * faces.el (link, link-visited): New faces based on default values
5933 of `info-xref' and `info-xref-visited'.
5934
5935 * info.el (info-xref): Inherit from `link'.
5936 (info-xref-visited): Inherit from `link-visited'.
5937
5938 * cus-edit.el (custom-buffer-create-internal): Use widget type
5939 `custom-manual' instead of `info-link' and don't set properties
5940 `button-face' and `mouse-face' explicitly.
5941 (custom-browse-group-tag, custom-browse-variable-tag)
5942 (custom-browse-face-tag): Inherit from widget class
5943 `custom-group-link' instead of `push-button'.
5944 (custom-button-unraised): Inherit from `underline' face.
5945 (custom-link): Inherit from `link' face. Fix doc and group.
5946 (custom-add-parent-links, custom-group-value-create): Don't set
5947 properties `button-face' and `mouse-face' explicitly for
5948 `custom-group-link' widget.
5949 (custom-group-link): Add properties `button-face' and `mouse-face'
5950 to widget definition.
5951 (custom-field-keymap): New variable. Put `custom-field-keymap' to
5952 editable-field's :keymap property.
5953 (custom-mode): Fix docstring: substitute keybindings for
5954 `widget-forward' and `widget-backward' from `widget-keymap',
5955 `widget-complete' from `custom-field-keymap', replace old
5956 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
5957
5958 * desktop.el (desktop-load-file): Check for `fboundp' before
5959 calling `symbol-function'.
5960
5961 * simple.el (clone-buffer, clone-indirect-buffer)
5962 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5963 `read-string'. Fix prompts.
5964
5965 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5966
5967 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
5968
5969 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5970
5971 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
5972
5973 * startup.el (inhibit-splash-screen, initial-scratch-message):
5974 Doc fixes.
5975
5976 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
5977
5978 Sync with Tramp 2.0.52.
5979
5980 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5981 net/tramp-vc.el: Add code for unloading Tramp. See comment before
5982 `tramp-unload-tramp' for checklist.
5983
5984 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5985 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
5986 (tramp-unload-file-name-handler-alist)
5987 (tramp-unload-tramp): New defuns.
5988 (tramp-advice-PC-expand-many-files): New defadvice.
5989 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5990 removed.
5991 (tramp-handle-expand-file-name): Remove double slash.
5992 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5993 It doesn't matter, because it will be converted later on.
5994 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
5995 implementation was just heuristic.
5996 (tramp-post-connection): Set uid and gid properties.
5997 (tramp-convert-file-attributes): Set file's gid change bit.
5998 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5999 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6000 in case of su(do)? methods. The home directory of the local user
6001 will be taken else.
6002 (tramp-open-connection-telnet)
6003 (tramp-open-connection-rsh, tramp-open-connection-su)
6004 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6005 local shell prompt could hurt. Reported by Romain Francoise
6006 <romain@orebokech.com>.
6007 (tramp-let-maybe): Add `edebug-form-spec' property.
6008 (tramp-handle-expand-file-name): Bind `default-directory' locally
6009 to "/" in order to avoid problems with UNC shares or Cygwin
6010 mounts.
6011 (tramp-md5-function): Fix typo in error message.
6012
6013 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6014
6015 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6016 for byte-compiler pacification.
6017
6018 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6019
6020 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6021 ID-FORMAT `string'. This allows us to get rid of
6022 `vc-user-login-name UID'.
6023
6024 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6025
6026 2006-01-22 John Paul Wallington <jpw@pobox.com>
6027
6028 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6029
6030 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6031
6032 * emacs-lisp/find-func.el (find-definition-noselect)
6033 (find-variable-noselect): Search variables in C source code too.
6034 (find-function-C-source, find-function-noselect, find-function)
6035 (find-function-other-frame, find-variable-noselect, find-variable)
6036 (find-variable-other-frame, find-variable-at-point):
6037 Fix docstrings.
6038
6039 2006-01-21 Francesco Potorti` <pot@gnu.org>
6040
6041 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6042
6043 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6044
6045 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6046 Default to disabling the "Save affix" question.
6047
6048 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6049
6050 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6051 the first arg to run-python.
6052
6053 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6054
6055 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6056 is not loaded.
6057
6058 2006-01-20 Jay Belanger <belanger@truman.edu>
6059
6060 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6061 limit is 0.
6062
6063 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6064 the correct variable.
6065
6066 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6067
6068 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6069 link. Fixed buggy argument sequence in call to `org-view-tags'.
6070 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6071 (org-prefix-has-tag): New variable.
6072 (org-format-agenda-item): Remove tags from headline if
6073 appropriate.
6074 (org-agenda-remove-tags-when-in-prefix): New option.
6075 (org-get-tags-at): New function.
6076
6077 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6078
6079 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6080 (thumbs-find-image): Move image name and number from buffer name
6081 to mode name. Set thumbs-buffer. Preserve point so that large
6082 images remain visible.
6083 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6084 order.
6085 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6086 mode name.
6087 (thumbs-next-image, thumbs-previous-image): Make them work.
6088
6089 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6090
6091 * cus-edit.el (custom-buffer-create-internal): State in the text above
6092 the whole buffer buttons that they do not operate on hidden items.
6093 (custom-face-menu): Use `custom-face-save' instead of
6094 `custom-face-save-command'.
6095 (custom-face-save-command): Make it an alias for `custom-face-save'
6096 and declare it obsolete.
6097 (custom-face-save): Doc fix.
6098
6099 * dired.el (dired-no-confirm): Add quote.
6100 (dired-subdir-alist-pre-R): Add quote in
6101 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6102
6103 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6104
6105 * textmodes/table.el (table-mode-indicator): Typo in last change.
6106
6107 2006-01-19 Richard M. Stallman <rms@gnu.org>
6108
6109 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6110 Fixes bug reported in Nov 2005.
6111
6112 * isearch.el (isearch-forward): Doc fix.
6113
6114 * dired.el (dired-move-to-filename-regexp): Define as alias.
6115 (dired-no-confirm): Use defcustom.
6116 (dired-subdir-alist-pre-R): Put defvar at top level.
6117
6118 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6119
6120 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6121 Mark as risky.
6122
6123 * simple.el (set-mark-command): Doc fix.
6124 (clone-indirect-buffer-other-window):
6125 Read arg like clone-indirect-buffer.
6126 (move-beginning-of-line): Skip invisible newlines.
6127
6128 2006-01-19 Masatake YAMATO <jet@gyve.org>
6129
6130 * progmodes/cpp.el (cpp-edit-load): Make the order of
6131 listed conditions in a base C code buffer and its associate
6132 CPP Edit buffer the same.
6133
6134 2006-01-19 Kenichi Handa <handa@m17n.org>
6135
6136 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6137 (rmail-mime-feature): Likewise.
6138 (rmail-require-mime-maybe): Use display-warning to show a warning
6139 message.
6140
6141 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6142 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6143
6144 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6145
6146 * array.el: Move defvars out of eval-when-compile.
6147 (array-make-template): Replace undeclared global var with a local one.
6148 (array-mode): Inline initialization functions.
6149 (array-init-local-variables, array-init-max-row)
6150 (array-init-max-column, array-init-columns-per-line)
6151 (array-init-field-width, array-init-rows-numbered)
6152 (array-init-line-length, array-init-lines-per-row): Remove.
6153
6154 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6155 (doc-mode-map): Define explicitly.
6156 (doctor-txtype): Use mapc.
6157
6158 * textmodes/table.el: Move defvars out of eval-when-compile.
6159 Remove harmful code meant to avoid byte-compiler warnings.
6160 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6161 specification that checks table-fixed-width-mode directly.
6162 (table-recognize-region, table-recognize-cell):
6163 Use restore-buffer-modified-p.
6164 (table-fixed-width-mode): Remove code that refreshes
6165 table-fixed-mode-indicator.
6166 (*table--cell-describe-bindings, *table--cell-describe-mode):
6167 Avoid obsolete name print-help-return-message.
6168 (table--test-cell-list): Don't use replace-regexp from elisp.
6169 (table--point-entered-cell-function, table--point-left-cell-function):
6170 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6171
6172 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6173 that was after the end of file. Use buffer-file-name variable.
6174 (org-timestamp-change): Use with-current-buffer.
6175 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6176 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6177 `file'.
6178
6179 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6180 (fortran-break-line): Remove unused var `opoint'.
6181 (fortran-abbrev-start): Obey help-event-list.
6182
6183 2006-01-18 Jesper Harder <harder@phys.au.dk>
6184
6185 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6186
6187 2006-01-18 Masatake YAMATO <jet@gyve.org>
6188
6189 * progmodes/make-mode.el (makefile-imake-mode): New mode
6190 derived from makefile-mode.
6191 (makefile-imake-mode-syntax-table): New syntax table
6192 derived from makefile-mode-syntax-table.
6193 (makefile-mode): Write about makefile-imake-mode in doc string.
6194 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6195 (makefile-imake-font-lock-keywords): New font lock keywords.
6196
6197 * files.el (auto-mode-alist): Add Imakefile.
6198
6199 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6200
6201 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6202 loading the file rather than when turning on flyspell-mode.
6203
6204 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6205
6206 * cus-edit.el (customize-rogue): Minor doc fix.
6207
6208 2006-01-17 Juri Linkov <juri@jurta.org>
6209
6210 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6211 instead of the file at the mark as default if the file at the mark
6212 is the same as the file at point or if dired-dwim-target-directory
6213 is not the same as the current directory and the mark is not active.
6214
6215 * log-view.el (log-view-minor-wrap): Use the same logic to get
6216 revisions as `log-view-diff'.
6217
6218 * info.el (Info-revert-find-node): Check for Info-current-file
6219 before preserving new-history.
6220
6221 * man.el (Man-heading-regexp): Add `/'.
6222
6223 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6224 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6225
6226 2006-01-16 Juri Linkov <juri@jurta.org>
6227
6228 * faces.el (mode-line-faces): New defgroup.
6229 (mode-line-highlight): Move definition after new defgroup.
6230 (mode-line, mode-line-inactive, mode-line-highlight):
6231 Replace :group `modeline' with `mode-line-faces'.
6232 (mode-line-buffer-id): New face.
6233 (modeline-buffer-id): New face alias.
6234 (vertical-border): Remove :group `modeline'.
6235
6236 * bindings.el (propertized-buffer-identification): Use face
6237 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6238 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6239 (mode-line-buffer-identification-keymap): For mouse-1 replace
6240 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6241 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6242 mouse-3.
6243
6244 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6245 Buffer-menu-buffer. Doc fix.
6246 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6247 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6248 `Buffer-menu-buffer'.
6249
6250 * info.el (Info-mode-line-node-keymap): New defvar.
6251 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6252 Propertize Info-current-node with `mode-line-buffer-id' and
6253 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6254
6255 * time.el (display-time-mail-face): Replace :group `faces' with
6256 `mode-line-faces'.
6257
6258 2006-01-16 Kenichi Handa <handa@m17n.org>
6259
6260 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6261
6262 * language/european.el (cp1252): New alias for windows-1252.
6263
6264 * international/mule.el (autoload-coding-system): Prepare for EOL
6265 variants.
6266
6267 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6268
6269 * term.el (term-raw-map): Add mapping for insert.
6270 (term-send-insert): New.
6271 (term-mode): Make variables local here instead of doing it in
6272 `term-emulate-terminal'.
6273 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6274 Scroll reverse needs to take into account the scroll region.
6275 Saving and restoring the cursor should save the color attributes too.
6276 (term-reset-terminal): Reset the scroll region.
6277 (term-handle-ansi-escape): Cursor up and down should take into
6278 account the scroll region.
6279 (term-set-scroll-region): Rename from `term-scroll-region'.
6280 Move to 0,0 after setting the region.
6281 (term-handle-scroll): Handle scroll up.
6282 (term-down): Fix off by one error.
6283 (term-delete-lines): Do not delete outside the scroll region.
6284 (term-insert-lines): Take into account the scroll region.
6285
6286 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6287
6288 * textmodes/ispell.el (ispell-internal-change-dictionary)
6289 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6290 (start, end): Move declaration outside of eval-when-compile.
6291
6292 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6293 (flyspell-mode-on): Use it.
6294
6295 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6296 ispell-kill-ispell-hook.
6297
6298 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6299
6300 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6301 (Custom-reset-saved): Do not ask for confirmation in single option
6302 buffers.
6303
6304 2006-01-13 Richard M. Stallman <rms@gnu.org>
6305
6306 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6307
6308 2006-01-13 Romain Francoise <romain@orebokech.com>
6309
6310 * add-log.el (add-change-log-entry, change-log-merge):
6311 Conditionally use `hard-newline'.
6312
6313 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6314
6315 * wid-edit.el (widget-field-end): If the overlay is no longer
6316 associated with a buffer, behave as if the overlay didn't exist.
6317
6318 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6319 Make sure the links use the `custom-link' face.
6320
6321 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6322
6323 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6324 (ld-script-mode): Don't set indent-line-function since we don't
6325 have one.
6326
6327 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6328
6329 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6330 application.
6331 (org-file-apps-defaults-gnu): Use mailcap as the default for
6332 selecting an application on a UNIX system.
6333 (org-agenda-show-tags): New command.
6334 (org-table-insert-hline): Keep cursor in current table line.
6335 (org-table-convert): Offset effect of modifying
6336 `org-table-insert-hline'.
6337 (org-format-agenda-item): New optional argument TAG.
6338 (org-compile-prefix-format): Handle %T format for the tag.
6339 (org-expand-wide-chars): New function.
6340 (org-table-insert-row, org-table-insert-hline):
6341 Use `org-expand-wide-chars'.
6342 (org-open-file): Fix bug in program launch.
6343 (org-get-time-of-day): Fix bug with times before 1am.
6344 (org-agenda-menu): Add tags commands.
6345
6346 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6347
6348 * textmodes/ispell.el (ispell-init-process): Include the used
6349 dictionary in ispell process start message.
6350 (ispell-internal-change-dictionary): When flyspell-mode is active
6351 and dictionary is changed, make sure ispell process is restarted
6352 and flyspell word cache cleared out for the current buffer.
6353 (ispell-change-dictionary): Make sure flyspell word cache is
6354 cleared out in all buffers with active flyspell mode when
6355 dictionary is globally changed.
6356 Call ispell-internal-change-dictionary after dictionary change.
6357
6358 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6359
6360 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6361
6362 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6363 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6364 years. Fix small differences wrt Makefile.in.
6365 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6366 Makefile.in does.
6367
6368 2006-01-12 Bill Wohler <wohler@newt.com>
6369
6370 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6371 mh-search.el.
6372
6373 2006-01-12 Masatake YAMATO <jet@gyve.org>
6374
6375 * progmodes/ld-script.el: Update copyright year.
6376
6377 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6378
6379 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6380 Don't add widget if setting undefined.
6381
6382 2006-01-12 John Paul Wallington <jpw@pobox.com>
6383
6384 * help-fns.el (describe-variable): Remove newlines from void
6385 variable output.
6386
6387 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6388
6389 * wdired.el (wdired-mode-map): Add help echo for
6390 wdired-abort-changes.
6391
6392 * man.el (Man-file-name-regexp): Adjust for a list of files.
6393
6394 2006-01-12 Masatake YAMATO <jet@gyve.org>
6395
6396 * progmodes/ld-script.el (auto-mode-alist): Support
6397 suffix conventions used in netbsd and eCos.
6398
6399 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6400
6401 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6402 (custom-variable-menu, custom-face-menu, custom-group-menu)
6403 (Custom-mode-menu): Change names of menu items. (As discussed on
6404 emacs-devel.)
6405 (custom-face-menu): Add "Undo Edits" item.
6406
6407 * startup.el (init-file-user): defcustom -> defvar.
6408
6409 * tooltip.el (tooltip-mode): Doc fix.
6410
6411 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6412
6413 * reveal.el (reveal-post-command): window-buffer signals an error on
6414 dead windows rather than returning nil.
6415 (reveal-open-new-overlays): An overlay might die while we open others.
6416
6417 2006-01-11 Bill Wohler <wohler@newt.com>
6418
6419 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6420 phrasing in docstring.
6421
6422 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6423 can give some systems gas. Add new file mh-buffers.el.
6424
6425 2006-01-06 Masatake YAMATO <jet@gyve.org>
6426
6427 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6428 C preprocessor forward ported from GNU Emacs 21.2.
6429
6430 * progmodes/asm-mode.el (asm-font-lock-keywords):
6431 Use `cpp-font-lock-keywords'.
6432
6433 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6434
6435 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6436 of $ for "\\.ld[s]?".
6437
6438 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6439
6440 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6441 (tcl-indent-line): Return `noindent' if inside a string.
6442
6443 * progmodes/flymake.el (flymake-split-string): Remove more than one
6444 empty string at beg/end of the result.
6445 (flymake-find-buildfile, flymake-find-possible-master-files):
6446 Use expand-file-name.
6447 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6448 since expand-file-name does it for us. Use directory-file-name.
6449 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6450 (flymake-ler-get-type, flymake-ler-get-text)
6451 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6452 (flymake-current-line-no): Remove spurious interactive spec.
6453 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6454 (flymake-check-include): Remove arg inc-path merged into inc-name.
6455 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6456 Arg regexp-list replaced by a simple regexp.
6457 (flymake-master-make-header-init, flymake-master-tex-init):
6458 Correspondingly replace regexp-list with a regexp. Fix regexp.
6459
6460 2006-01-10 Simon Josefsson <jas@extundo.com>
6461
6462 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6463 describing AUTH PLAIN fix.
6464
6465 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6466
6467 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6468 (report-emacs-bug): Don't record initial prompt text.
6469 Instead, add text properties to prompting text.
6470 (report-emacs-bug-hook): Delete prompting text.
6471
6472 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6473
6474 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6475 `dirs'. Adjust callers.
6476
6477 2006-01-09 John Paul Wallington <jpw@gnu.org>
6478
6479 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6480
6481 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6482
6483 * reveal.el (reveal-open-new-overlays): New extracted fun.
6484 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6485 using them. Simplify the code.
6486 (reveal-post-command): Use them. Fix up obsolete windows in
6487 reveal-open-spots.
6488
6489 * progmodes/flymake.el: Use `require' rather than autoload for
6490 XEmacs's overlays.
6491 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6492 Delete. Use file-relative-name instead.
6493 (flymake-get-syntax-check-program-args, flymake-perl-init):
6494 Simplify the resulting code.
6495
6496 * log-view.el (log-view-file-re, log-view-message-re): Add support
6497 for DaRCS output.
6498
6499 2006-01-09 Alex Schroeder <alex@gnu.org>
6500
6501 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6502 identifiers sometimes added in square brackets at the beginning of
6503 subject lines.
6504
6505 2006-01-07 Richard M. Stallman <rms@gnu.org>
6506
6507 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6508 (Custom-reset-current, Custom-reset-saved): Change question text.
6509 (Custom-reset-standard): Likewise.
6510 (custom-variable-reset-saved): Doc fix.
6511
6512 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6513
6514 * startup.el (init-file-user): Doc fix.
6515
6516 2006-01-07 Alex Schroeder <alex@gnu.org>
6517
6518 * mail/rmail.el (rmail-current-subject): New function.
6519 (rmail-current-subject-regexp): New function.
6520 (rmail-next-same-subject): Use it.
6521
6522 * mail/rmailsum.el (rmail-summary-by-topic):
6523 Use rmail-current-subject and rmail-current-subject-regexp.
6524 (rmail-summary-next-same-subject): Ditto.
6525
6526 * net/rcirc.el (rcirc-send-input): No longer check whether the
6527 process is open, since not all commands need an open process.
6528 (rcirc-send-string): Check whether the process is open before
6529 sending anything.
6530 (rcirc-ignore-list): New option.
6531 (rcirc-ignore-list-automatic): New variable.
6532 (rcirc-print): Take rcirc-ignore-list into account.
6533 (rcirc-cmd-ignore): New command.
6534 (rcirc-ignore-update-automatic): New function.
6535 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6536 list if ignored nicks.
6537 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6538
6539 2006-01-06 David Reitter <david.reitter@gmail.com>
6540
6541 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6542 reflect the address to which the report will be sent.
6543
6544 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6545
6546 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6547 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6548
6549 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6550
6551 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6552
6553 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6554 the doc string: "functoin" => "function".
6555 * ldefs-boot.el: Likewise.
6556
6557 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6558 message text: "Duplicat" => "Duplicate".
6559
6560 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6561
6562 * files.el (basic-save-buffer-2): If backing-up failed, reset
6563 buffer-backed-up to nil.
6564
6565 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6566
6567 * progmodes/gud.el (gdb-script-skip-to-head)
6568 (gdb-script-calculate-indentation): Indent for breakpoint command
6569 lists also.
6570
6571 2006-01-05 Bill Wohler <wohler@newt.com>
6572
6573 * Makefile.in (compile-always): Add mh-autoloads dependency.
6574 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6575 provides it.
6576 (updates): Remove mh-autoloads dependency, since it probably has
6577 already run recently (via recompile).
6578
6579 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6580
6581 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6582 argument `force' to disable the flyspell-last-buffer optimization.
6583 (flyspell-mode-on): Use it.
6584
6585 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6586 flymake-simple-cleanup.
6587 (flymake-allowed-file-name-masks): Use this new default.
6588 All the functions are now called in the right buffer rather than
6589 passing the buffer as argument.
6590 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6591 (flymake-parse-err-lines): Remove redundant buffer arg.
6592 (flymake-get-program-dir): Comment out unused function.
6593 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6594 Remove redundant buffer argument.
6595 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6596 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6597
6598 2006-01-05 Richard M. Stallman <rms@gnu.org>
6599
6600 * info.el (Info-find-node): Don't record previous node if have none.
6601 (info): Go to directory only if history is empty.
6602
6603 * simple.el (mark): Doc fix.
6604
6605 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6606
6607 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6608 already of desired type.
6609 (mac-ae-list): Coerce parameter to "list" type.
6610 (mac-dispatch-apple-event): Replace cadr part of event with a
6611 dummy position so that event-start returns it.
6612
6613 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6614
6615 * textmodes/org.el (org-end-of-subtree): New function.
6616 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6617 Use `org-end-of-subtree'.
6618 (org-agenda, org-agenda-convert-date): Protect calls to
6619 `fit-window-to-buffer'.
6620 (org-tags-view): Force matching of sublevels when doing a
6621 todo-only search. Define the correct redo command, including the
6622 arguments.
6623 (org-agenda-redo): Display message.
6624 (org-check-for-org-mode): New function.
6625 (org-agenda-type): New variable.
6626 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6627 Set `org-agenda-type'.
6628 (org-agenda-check-type): New function.
6629 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6630 (org-agenda-week-view, org-agenda-day-view)
6631 (org-agenda-next-date-line, org-agenda-previous-date-line)
6632 (org-agenda-log-mode, org-agenda-toggle-diary)
6633 (org-agenda-toggle-time-grid, org-agenda-date-later)
6634 (org-agenda-date-prompt, org-agenda-diary-entry)
6635 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6636 (org-agenda-convert-date, org-agenda-menu):
6637 Use `org-agenda-check-type'.
6638 (org-make-overlay, org-delete-overlay)
6639 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6640 New compatibility functions.
6641 (org-calendar-select-mouse): New command.
6642
6643 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6644
6645 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6646 (Custom-reset-standard): Fix y-or-n-p messages.
6647 (custom-link): New face for links.
6648 (custom-buffer-create-internal, custom-manual): Use it.
6649 (custom-face-save): Push to theme-face before setting face spec.
6650
6651 * wid-edit.el (widget-default-mouse-face-get): New function.
6652 (widget-specify-button): Handle mouse-face like button-face.
6653
6654 * custom.el (load-theme): Clear old theme settings if reloading.
6655
6656 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6657
6658 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6659 "Erase Customization" button back to same position it occupies in
6660 the individual State menus.
6661
6662 2006-01-04 Kim F. Storm <storm@cua.dk>
6663
6664 * wid-edit.el (key-sequence): Rework widget to read key binding
6665 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6666 (widget-key-sequence-default-value): Default value for empty sequence.
6667 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6668 (widget-key-sequence-read-event): New command for C-q.
6669 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6670 (widget-key-sequence-value-to-external): New functions.
6671
6672 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6673
6674 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6675 Use expand-file-name.
6676 (flymake-delete-temp-directory): Use expand-file-name,
6677 file-name-directory, and directory-file-name.
6678 (flymake-strrchr): Delete.
6679 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6680 to the init-f function.
6681 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6682 (flymake-init-find-buildfile-dir)
6683 (flymake-init-create-temp-source-and-master-buffer-copy)
6684 (flymake-simple-make-init-impl, flymake-simple-make-init)
6685 (flymake-master-make-init, flymake-master-make-header-init)
6686 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6687 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6688 (flymake-xml-init): Remove corresponding redundant buffer argument.
6689 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6690 the default anyway. Clean up regexps.
6691
6692 * progmodes/flymake.el (flymake-temp-source-file-name)
6693 (flymake-master-file-name, flymake-temp-master-file-name)
6694 (flymake-base-dir): New buffer-local vars.
6695 (flymake-buffer-data, flymake-get-buffer-value)
6696 (flymake-set-buffer-value): Replace those hash-tables by the new
6697 buffer-local vars. Update callers.
6698
6699 * progmodes/flymake.el (flymake-check-start-time)
6700 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6701 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6702 Move definition, so we can remove redundant earlier declaration.
6703 (flymake-replace-regexp-in-string, flymake-split-string)
6704 (flymake-get-temp-dir): Use defalias.
6705 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6706 (flymake-xemacs-window-edges): Remove unused function.
6707 (flymake-get-point-pixel-pos): Move.
6708 (flymake-pid-to-names, flymake-reg-names)
6709 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6710 Replace by a simple list flymake-processes and by process-buffer.
6711 Update callers. Other than simplify the code, it uses buffers rather
6712 than buffer-names so it doesn't get confused by uniquify.
6713 (flymake-buffer-data): The global value should just be nil.
6714
6715 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6716 Optimize the body of a defalias like any other code.
6717
6718 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6719 Make sure we've setup font-lock's vars. It may influence which
6720 function we then call.
6721 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6722 here since it's too late anyway.
6723
6724 2006-01-03 Romain Francoise <romain@orebokech.com>
6725
6726 * startup.el (fancy-splash-tail, normal-splash-screen):
6727 Update copyright year.
6728
6729 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6730
6731 * mouse.el (mouse-drag-track): Rename, from
6732 `mouse-drag-region-1'. Includes optional argument required to
6733 enable post-drag event processing (e.g. delete region keys).
6734 Can be used without this argument to track a mouse region and operate
6735 on it as soon as the drag completes.
6736 (mouse-drag-region): Use `mouse-drag-track'.
6737
6738 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6739
6740 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6741 Move to `custom-buffer' group.
6742
6743 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6744 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6745 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6746 (custom-theme-face-menu): New variables.
6747 (custom-theme-add-variable, custom-theme-variable-action)
6748 (custom-variable-reset-theme, custom-theme-delete-variable)
6749 (custom-face-reset-theme, custom-theme-face-action)
6750 (custom-theme-delete-face, custom-theme-merge-theme)
6751 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6752
6753 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6754
6755 * custom.el: Move Custom Themes commentary to start of theme code.
6756 (custom-known-themes): Rename `standard' theme to `changed'.
6757 (custom-push-theme): Caller no longer specifies what theme to use
6758 when doing `reset'---the setting is simply removed from the theme.
6759 Delete MODE from `theme-value' and `theme-settings' properties.
6760 (custom-declare-theme): Ignore &rest args since we don't use them.
6761
6762 (custom-loaded-themes): Delete variable.
6763 (custom-theme-load-themes, custom-theme-loaded-p)
6764 (custom-theme-value): Delete functions.
6765
6766 (custom-declare-theme): Signal error on invalid theme names.
6767 (provide-theme): custom-loaded-themes was deleted.
6768 (load-theme): Load the file unconditionally.
6769 (enable-theme): Call `load-theme' if theme is undefined.
6770 (custom-enabled-themes): Only update value for successful loads.
6771 (disable-theme): Complete from enabled themes when interactive.
6772 (custom-variable-theme-value): Calculate theme value directly.
6773
6774 (custom-theme-reset-variables, custom-reset-variables): Mark as
6775 XEmacs compatibility functions. We don't actually use these.
6776
6777 * cus-edit.el (custom-variable-state-set):
6778 Use custom-variable-theme-value instead of custom-theme-value.
6779 (custom-face-state-set): Rename `standard' theme to `changed'.
6780 (custom-save-variables, custom-save-faces): Delete unneeded
6781 references to custom-reset-variables.
6782 (custom-save-resets): Delete function.
6783 (custom-save-variables, custom-save-faces): MODE argument deleted.
6784 (custom-save-variables, custom-save-faces): Ignore theme values.
6785
6786 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6787 compatibility function.
6788
6789 2006-01-01 Richard M. Stallman <rms@gnu.org>
6790
6791 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6792 (Custom-reset-current, Custom-reset-saved): Likewise.
6793 (Custom-reset-standard): Show message if aborted.
6794 (custom-mode): Doc fix, describing those commands.
6795
6796 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6797 put on event-kind property.
6798
6799 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6800
6801 * custom.el (provide-theme): Ban `user' theme name.
6802 (custom-enabling-themes): New variable.
6803 (enable-theme): Don't enable user if custom-enabling-themes is t.
6804 (custom-enabled-themes): Make it a defcustom.
6805 (custom-theme-recalc-face): No-op if face is undefined.
6806
6807 * cus-edit.el (custom-button-mouse): New variable.
6808 (custom-button-mouse): New face.
6809 (custom-raised-buttons, custom-mode): Use it.
6810
6811 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6812
6813 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6814
6815 * progmodes/gud.el (gud-display-line): Support hl-line in the
6816 source buffer.
6817
6818 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6819
6820 * mouse.el (mouse-drag-window-above): Verify that the found window
6821 overlaps with the given window in the horizontal dimension.
6822
6823 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6824
6825 * Makefile.in (cvs-update): New target.
6826
6827 * makefile.w32-in (cvs-update): Ditto.
6828
6829 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6830
6831 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6832 (custom-new-theme-mode-map): New variable.
6833
6834 2005-12-30 Richard M. Stallman <rms@gnu.org>
6835
6836 * custom.el (custom-load-themes): Function deleted.
6837
6838 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6839 (custom-save-variables): Don't delete or add custom-load-themes call.
6840
6841 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6842
6843 * cus-start.el: Add `visible-cursor'.
6844
6845 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6846 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6847 (flymake-process-filter): Switch to buffer before calling it instead.
6848 (flymake-post-syntax-check, flymake-highlight-err-lines)
6849 (flymake-delete-own-overlays, flymake-parse-err-lines)
6850 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6851 (flymake-count-lines, flymake-parse-residual):
6852 Remove constant buffer argument.
6853 (flymake-start-syntax-check-for-current-buffer): Remove.
6854 Update callers to use flymake-start-syntax-check instead.
6855 (flymake-display-err-menu-for-current-line):
6856 Remove unused var `mouse-pos'.
6857 (flymake-restore-formatting): Comment out unused function.
6858 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6859 argument, use current-buffer instead. Update callers.
6860
6861 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6862
6863 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6864 buffer-local because choose-completion-delete-max-match requires
6865 that we set completion-ignore-case (i.e., binding via let is not
6866 sufficient).
6867 (bibtex-complete): Always set completion-ignore-case and
6868 choose-completion-string-functions. The latter is needed because
6869 choose-completion-string-functions keeps its value if we quit the
6870 *Completions* buffer without requesting a completion.
6871
6872 2005-12-30 Andreas Schwab <schwab@suse.de>
6873
6874 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6875
6876 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6877
6878 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6879
6880 2005-12-30 Juri Linkov <juri@jurta.org>
6881
6882 * locate.el (locate-fcodes-file, locate-header-face)
6883 * progmodes/delphi.el (delphi-other-face)
6884 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6885
6886 * paren.el (show-paren-match, show-paren-mismatch): Use existing
6887 group `paren-showing-faces'.
6888
6889 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6890 (goto-address): Fix docstring.
6891
6892 * net/webjump.el (webjump-sample-sites): Update URLs.
6893
6894 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6895
6896 * subr.el (cancel-change-group): Add listp around pending-undo-list.
6897
6898 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
6899
6900 * font-lock.el (font-lock-compile-keywords): Signal an error when
6901 font-lock-set-defaults hasn't been called.
6902
6903 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6904
6905 * subr.el (noreturn, 1value): Doc fixes.
6906
6907 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6908
6909 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6910 that assoc-string returns nil.
6911
6912 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6913
6914 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6915 (bibtex-entry-type-str, bibtex-empty-field-re)
6916 (bibtex-search-backward-string, bibtex-preamble-prefix)
6917 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6918 (bibtex-any-valid-entry-type): New variable.
6919 (bibtex-parse-field-name): Simplify.
6920 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6921 (bibtex-preamble-prefix): Include left delimiter.
6922 (bibtex-search-forward-field, bibtex-search-backward-field):
6923 Allow unbounded search past entry boundaries (required by bibtex-pop).
6924 (bibtex-text-in-field-bounds): Use push.
6925 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6926 (bibtex-parse-preamble, bibtex-valid-entry)
6927 (bibtex-beginning-first-field): New functions.
6928 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
6929 (bibtex-map-entries): Fix docstring.
6930 (bibtex-flash-head): New arg prompt. Simplify.
6931 (bibtex-enclosing-field): Include code of bibtex-inside-field.
6932 (bibtex-insert-kill): Simplify. Always insert text past the
6933 current field or entry.
6934 (bibtex-format-entry): Use bibtex-parse-field.
6935 (bibtex-pop): Use bibtex-beginning-of-entry and
6936 bibtex-end-of-entry to initiate the search. Insert empty field if
6937 we found ourselves.
6938 (bibtex-print-help-message): New args field and comma.
6939 Handle entry keys.
6940 (bibtex-make-field): Use bibtex-beginning-of-entry.
6941 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
6942 invalid entry.
6943 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6944 Handle preambles. Simplify code for thorough test.
6945 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6946 New arg comma. Handle entry heads.
6947 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6948 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6949 New arg comma.
6950 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6951 (bibtex-fill-field): Simplify.
6952 (bibtex-fill-entry): Use bibtex-beginning-first-field and
6953 bibtex-parse-field.
6954 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6955 (bibtex-complete): Use bibtex-parse-preamble.
6956
6957 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
6958
6959 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6960 Display name of expression instead of convenience variable.
6961 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6962
6963 * progmodes/gud.el (gud-tooltip-dereference): Rename from
6964 toggle-gud-tooltip-dereference.
6965 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6966 (gud-tooltip-tips): ...here when dereferencing.
6967
6968 2005-12-28 Bill Wohler <wohler@newt.com>
6969
6970 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6971
6972 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
6973
6974 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6975 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
6976 (vc-annotate-display-autoscale): Adjust call.
6977 (vc-annotate-display-default): Adjust call. Make arg compulsory.
6978 Fix interactive spec.
6979 (vc-annotate-time-span): Remove.
6980 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6981 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6982 (vc-annotate-display-select): Use new name.
6983
6984 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6985 (vc-annotate-mode-menu): Remove left-over redundant declaration.
6986 Correct the construction of span entries. Simplify.
6987 (vc-annotate-display-select): Fix the nil case.
6988 (vc-annotate): Remove obsolete (and now broken) code.
6989 (vc-annotate-extract-revision-at-line): Remove obsolete code.
6990 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
6991
6992 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6993
6994 * subr.el (lazy-completion-table): Correct typo in docstring.
6995
6996 * startup.el (command-line): Use `custom-reevaluate-setting' for
6997 `send-mail-function'.
6998
6999 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7000
7001 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7002
7003 * mail/smtpmail.el (smtpmail-try-auth-methods):
7004 Send credentials together with "AUTH PLAIN" command.
7005
7006 2005-12-27 Richard M. Stallman <rms@gnu.org>
7007
7008 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7009 mouse-2, go back to previously selected window, so it's selected
7010 when mouse-2 command runs.
7011
7012 2005-12-27 Juri Linkov <juri@jurta.org>
7013
7014 * descr-text.el (describe-text-sexp): Use square brackets for
7015 button [Show] to distinguish it from the property value `show'.
7016 (describe-property-list): Use `insert-text-button' with
7017 `help-face' type instead of putting face in quotes, because button
7018 is not created automatically for a list of faces.
7019 (describe-text-properties-1): Put button-type value in quotes to
7020 distinguish from plain text "button".
7021 (describe-char): Display code point values in hex. Don't use
7022 `symbol-name' for `current-input-method' because it is a string.
7023 Use `insert-text-button' with `help-face' type instead of putting
7024 hardcoded face in quotes, because button is not created automatically.
7025
7026 2005-12-27 Richard M. Stallman <rms@gnu.org>
7027
7028 * progmodes/glasses.el (glasses-face): More specific custom type.
7029
7030 * files.el (set-visited-file-name): Doc fix.
7031
7032 * textmodes/flyspell.el (flyspell-external-point-words):
7033 Use local var buffer-scan-pos to advance scan for next misspelling.
7034 Advance it only after we find the misspelling.
7035
7036 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7037
7038 * textmodes/flyspell.el (flyspell-external-point-words):
7039 New criteria for finding the misspelling in the buffer.
7040
7041 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7042
7043 * help-mode.el (help-insert-string): Set help-xref-stack-item
7044 rather than call help-setup-xref.
7045
7046 * descr-text.el (describe-char): Revert previous changes for
7047 optional buffer argument.
7048
7049 2005-12-27 Juri Linkov <juri@jurta.org>
7050
7051 * help-mode.el (help-insert-string): New function. Save buffer
7052 contents in cases where it is impossible to recompute the old contents.
7053
7054 * descr-text.el (describe-char): Set help-xref-stack-item
7055 explicitly after buffer has been generated.
7056
7057 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7058
7059 * cus-start.el (all): Add x-gtk-show-hidden-files.
7060
7061 2005-12-26 Richard M. Stallman <rms@gnu.org>
7062
7063 * replace.el (perform-replace): Calculate match-again
7064 before skipping read-only matches.
7065
7066 * paren.el (paren-showing-faces): New group.
7067 (show-paren-match, show-paren-mismatch): Move to that group.
7068
7069 * button.el (button): Put into group `basic-faces'.
7070
7071 * progmodes/make-mode.el: Remove faces from group `faces'.
7072
7073 * apropos.el (apropos, apropos-value): Doc fix.
7074 (apropos-documentation): Doc fix.
7075
7076 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7077
7078 * subr.el (lazy-completion-table): Remove argument `args'.
7079
7080 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7081 Don't use the `args' argument of lazy-completion-table.
7082
7083 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7084
7085 * descr-text.el (describe-char): Add optional argument for buffer.
7086 Set buffer appropriately. Call help-setup-xref.
7087 Suggested by Stefan Monnier.
7088
7089 2005-12-26 Juri Linkov <juri@jurta.org>
7090
7091 * descr-text.el: Require `help-fns' at runtime. Don't require
7092 `button' for byte compilation.
7093 (describe-text-widget): Add `help-echo' for first button.
7094 Use `help-info' for second.
7095 (describe-property-list): Use `help-argument-name' instead of `italic'.
7096 (describe-text-category): Add prompt to interactive spec.
7097 Call `help-setup-xref'.
7098 (describe-char): Use `help-character-set'. Add `help-echo' for
7099 code point. Use `help-input-method'. Remove superfluous insert.
7100
7101 2005-12-25 Richard M. Stallman <rms@gnu.org>
7102
7103 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7104 at point, in case of narrowing.
7105
7106 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7107
7108 * locate.el (locate-header-face): Allow nil in type.
7109
7110 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7111
7112 2005-12-25 Romain Francoise <romain@orebokech.com>
7113
7114 * battery.el (battery-linux-proc-acpi): Also try
7115 `/proc/acpi/thermal_zone/THM0/temperature'.
7116
7117 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7118
7119 * custom.el (custom-push-theme): Fix docstring.
7120
7121 * cus-edit.el (custom-variable-set, custom-variable-save)
7122 (custom-variable-save): Custom-quote widget values.
7123 (customize-save-variable): Fix custom-push-theme call.
7124
7125 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7126
7127 * w32-fns.el (w32-batch-update-autoloads): New function.
7128
7129 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7130 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7131 from the command line.
7132
7133 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7134
7135 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7136 reset means to remove setting from theme entirely. Don't keep
7137 expanding theme-settings list; delete old entries if necessary.
7138
7139 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7140 customization" button one line up.
7141 (custom-themed): New face.
7142 (custom-magic-alist): New value, THEMED, for theme settings.
7143 (custom-variable-state-set, custom-face-state-set):
7144 Check theme-value instead of saved-value.
7145 (custom-variable-reset-standard, custom-face-reset-standard):
7146 Remove theme setting entirely. Recalculate new values.
7147 (custom-variable-set, custom-variable-set)
7148 (custom-variable-reset-saved, custom-variable-reset-backup)
7149 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7150 (custom-variable-save): Fix typos.
7151
7152 2005-12-23 Juri Linkov <juri@jurta.org>
7153
7154 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7155 Add autoload cookies.
7156 (edebug-outside-d-c-i-n-s-w): New variable.
7157 (edebug-display, edebug-outside-excursion): Use it to save the
7158 original value of default-cursor-in-non-selected-windows.
7159 Set default-cursor-in-non-selected-windows to t while Edebug
7160 is active.
7161 (edebug-mode, edebug-eval-mode): Doc fix.
7162
7163 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7164 with `buffer-substring-no-properties' to remove common substring
7165 highlighting.
7166
7167 * info.el (info-other-window, info): Rename function argument
7168 `file' to `file-or-node'.
7169 (Info-complete-menu-item): Use local variable `complete-nodes' to
7170 keep the global value of `Info-complete-nodes' unchanged for
7171 subsequent completions.
7172 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7173
7174 * simple.el (get-next-valid-buffer, last-buffer)
7175 (next-error-buffer-p, next-error-find-buffer)
7176 (minibuffer-history-sexp-flag): Doc fix.
7177
7178 * savehist.el (savehist-mode-hook): Add `:group'.
7179
7180 * log-view.el: Call autoload for vc-find-version.
7181 (log-view-current-file): Adjust subgroup numbers.
7182 (log-view-current-tag): Add `length'.
7183
7184 2005-12-23 Richard M. Stallman <rms@gnu.org>
7185
7186 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7187
7188 2005-12-23 Juri Linkov <juri@jurta.org>
7189
7190 * hi-lock.el (hi-lock-archaic-interface-message-used)
7191 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7192 (hi-lock-mode): Display "Hi" in the mode line only when
7193 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7194 (hi-lock-write-interactive-patterns):
7195 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7196 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7197 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7198 font-lock-add-keywords to t.
7199
7200 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7201
7202 * hi-lock.el (hi-lock-highlight-range): New variable.
7203 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7204 only if font-lock-fontified is non-nil. Remove overlays.
7205 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7206 font-lock-fontified is non-nil, otherwise use overlays (instead of
7207 text properties).
7208 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7209 New variables.
7210 (hi-lock-string-serialize) New function.
7211
7212 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7213
7214 * menu-bar.el (menu-find-file-existing): New function.
7215 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7216
7217 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7218
7219 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7220
7221 * vc.el: Remove unnecessary leading * in docstrings.
7222 (vc-annotate-mode-map): Move initialization into declaration.
7223 (vc-static-header-alist): Nitpick on the regexp.
7224 (vc-default-init-version): New fun.
7225 (vc-register): Use it.
7226 (vc-insert-headers): Use dolist.
7227 (vc-annotate-get-backend): Remove unused function.
7228 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7229 (vc-annotate-mode): Remove corresponding call.
7230 (vc-annotate-car-last-cons): Simplify.
7231 (vc-annotate-buffers): Remove var.
7232 (vc-annotate-backend): Make it buffer-local.
7233 (vc-annotate): Move the interaction to the interactive spec.
7234 Add a `buf' argument.
7235 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7236 killing&creating a vc-annotate buffer, which is very disruptive when
7237 the buffers are shown in dedicated frames.
7238
7239 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7240
7241 * descr-text.el: Add FSF as maintainer.
7242 (describe-text-mode, describe-text-mode-map)
7243 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7244 help-mode.
7245 (describe-text-widget, describe-text-sexp)
7246 (describe-property-list, describe-text-category)
7247 (describe-text-properties, describe-text-properties-1)
7248 (describe-char): Use help buttons instead of widgets.
7249 (describe-char-unicodedata-file): Make URL link in doc string.
7250
7251 2005-12-22 Richard M. Stallman <rms@gnu.org>
7252
7253 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7254 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7255 Don't include buttons that write a file when there's no file.
7256 (custom-variable-menu, custom-face-menu, custom-group-menu):
7257 Don't include commands that write a file when there's no file.
7258 (customize-browse): Reword the top-of-buffer help intro.
7259 (custom-buffer-create-internal): Fix previous change.
7260 (customize-changed-options-previous-release): Prev release is 21.1.
7261 (customize-changed-options): Doc fix.
7262 (customize-changed): New alias.
7263 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7264 Say "standard values".
7265 (Custom-reset-standard): Doc fix.
7266 (custom-face-reset-standard): Doc fix.
7267
7268 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7271 even if font-lock-mode is non-nil since it may be t without having
7272 turned on font-lock-mode-internal.
7273 (font-lock-choose-keywords): Minor optimization.
7274 (font-lock-add-keywords, font-lock-remove-keywords)
7275 (font-lock-set-defaults): Don't call make-local-variable on a variable
7276 that we know to already be local.
7277
7278 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7279
7280 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7281 messages if in the minibuffer.
7282
7283 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7284
7285 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7286 (tex-mode-flyspell-verify, flyspell-get-word)
7287 (flyspell-external-point-words): Don't use point-min/max uselessly.
7288
7289 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7290 by Kevin Rodgers. Instead, just hide the completions buffer if we
7291 don't need to show it.
7292
7293 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7294
7295 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7296
7297 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7298
7299 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7300 delete-windows-on with an inexistent buffer.
7301
7302 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7303
7304 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7305 Delete defcustom variable :tag names.
7306
7307 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7308
7309 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7310 (log-view-font-lock-keywords): Ajust subgroup numbers.
7311 (log-view-current-tag): Don't hard code the number of subgroups.
7312
7313 2005-12-20 Juri Linkov <juri@jurta.org>
7314
7315 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7316 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7317
7318 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7319 (menu-bar-non-minibuffer-window-p): Instead of checking
7320 display-multi-frame-p, use selected-frame when menu-updating-frame
7321 is nil.
7322
7323 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7324
7325 * align.el (align-rules-list): Use [ \t] instead of \s-
7326 for column separators in text mode.
7327
7328 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7329
7330 * help-mode.el (help-customize-variable, help-customize-face):
7331 Don't pop help-xref-stack as help-follow no longer pushes
7332 anything on to it.
7333
7334 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7335
7336 * textmodes/org.el (org-agenda-custom-commands): New option.
7337 (org-agenda): Offer custom commands on splash screen.
7338 (org-make-tags-matcher): Parser for Boolean logic added.
7339 (org-agenda-set-tags): New command.
7340 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7341 (org-set-tags): Efficiency improvements.
7342 (org-auto-align-tags): New option.
7343 (org-todo, org-demote, org-promote): Realign tags.
7344 (org-tags-completion-function): Use also "&" and "|" as separators.
7345 (org-org-menu): Agenda commands simplified.
7346
7347 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7348
7349 * cus-edit.el (customize-apropos, customize-apropos-options):
7350 Docstring changes.
7351
7352 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7353
7354 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7355
7356 * longlines.el (longlines-mode): Wrap while widened.
7357 (longlines-decode-region, longlines-encode-region): Compute max
7358 just once.
7359
7360 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7361
7362 * cus-edit.el (mac): New group.
7363
7364 * cus-start.el (all): Add user options in macterm.c. Add test for
7365 Mac-related built-ins. Fix test for GTK-related built-ins.
7366
7367 * term/mac-win.el (mac-handle-language-change)
7368 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7369 (mac-services-open-selection, mac-services-mail-selection)
7370 (mac-services-mail-to, mac-services-insert-text)
7371 (mac-dispatch-apple-event): Add docstrings.
7372 (x-get-selection, mac-select-convert-to-string): Select coding
7373 system from `utf-16be' and `utf-16le' using `byteorder'.
7374
7375 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7376
7377 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7378 a "list" (lambda ...) rather than a real completion list.
7379
7380 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7381 lexical-let when encountering ((lambda (...) ...) ...).
7382
7383 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7384
7385 * progmodes/sh-script.el (sh-mode):
7386 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7387 * textmodes/picture.el (picture-mode): Update docstrings.
7388
7389 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7390
7391 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7392 commands enclosed in $(ARGQUOTE)s should not be split between two
7393 lines, as that will break with GNU Make >3.80, when sh.exe is used
7394 and arg quoting is with '..'.
7395 (autoloads): Don't break the quoted --eval expression between
7396 several lines.
7397
7398 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7399
7400 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7401 Capture error from printing circular structures.
7402
7403 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7404
7405 * wid-edit.el (widget-checkbox-action): Clear undo info.
7406
7407 2005-12-16 Bill Wohler <wohler@newt.com>
7408
7409 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7410 bar, not menubar in comment.
7411
7412 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7413
7414 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7415 After-change-functions should not clobber the match data.
7416
7417 2005-12-16 Juri Linkov <juri@jurta.org>
7418
7419 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7420 instead of `buffer-substring'.
7421 (completion-common-substring): Doc fix.
7422 (completion-setup-function): Use minibuffer-completion-contents
7423 instead of minibuffer-contents. Don't set common-string-length
7424 initially. Remove special handling of partial-completion-mode.
7425 Move computation of completion-base-size into one cond.
7426 Call completion-base-size-function in mainbuf. In computation of
7427 completion-base-size for file name completion don't move point to
7428 the end of the minibuffer. Move computation of common-string-length
7429 into one cond. Start putting faces only when common-string-length>=0.
7430 Add condition to put completions-common-part when
7431 common-string-length>0.
7432
7433 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7434 place point at the first different character in the minibuffer
7435 even if this position is at the beginning of the minibuffer.
7436
7437 * info.el (Info-read-node-name-1): In completion-base-size-function's
7438 lambda return 1 if common-substring or minibuffer-completion-contents
7439 starts with (, and 0 otherwise.
7440
7441 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7442 Use `crm-current-element' for second arg of `display-completion-list'.
7443
7444 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7445
7446 * files.el (set-auto-mode): Look for an interpreter specified on
7447 the first line also if search for mode specification succeeded,
7448 but the mode is not known.
7449
7450 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7451
7452 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7453 (org-open-at-point): Implement tag searches as links.
7454 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7455 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7456 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7457 (org-agenda-dispatch): New commands.
7458 (org-use-tag-inheritance, org-tags-column): New options.
7459 (org-tab-follows-link, org-return-follows-link): New options.
7460 (org-tags): New customize group.
7461 (org-start-icalendar-file): Get local time zone.
7462 (org-tags-completion-function): New function.
7463 (org-set-font-lock-defaults): Make sure links will also be
7464 highlighted inside headlines.
7465
7466 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7467
7468 * term.el (term-emulate-terminal):
7469 Let term-handle-ansi-terminal-messages override what Bash says about
7470 its current directory.
7471
7472 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7473
7474 * bindings.el (last-buffer): Move to simple.el.
7475 * simple.el (last-buffer): Move here.
7476 (get-next-valid-buffer): New function.
7477 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7478 (prev-buffer): Ditto. Rename to `previous-buffer'.
7479
7480 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7481 * bindings.el (global-map): Ditto.
7482
7483 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7484
7485 * cus-edit.el: Introductory comment change.
7486 (custom-magic-alist): Change message string for the `rogue' state.
7487
7488 2005-12-15 Richard M. Stallman <rms@gnu.org>
7489
7490 * tooltip.el: Delete defcustom variable :tag names.
7491
7492 * complete.el (partial-completion-mode): Doc fix.
7493
7494 * textmodes/flyspell.el (flyspell-external-point-words):
7495 Use save-excursion to ensure we don't move backward in the
7496 search loop, not even one character.
7497 (flyspell-delete-all-overlays): Use remove-overlays directly.
7498
7499 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7500 (ispell-start-process): Set that variable.
7501 Clear ispell-buffer-local-name.
7502 (ispell-internal-change-dictionary):
7503 Set ispell-current-dictionary after killing process.
7504 (ispell-buffer-local-dict):
7505 Don't set spell-personal-dictionary after killing process.
7506 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7507 (ispell-tex-skip-alists, ispell-html-skip-alists)
7508 (ispell-skip-region-alist): Mark as risky.
7509
7510 * net/newsticker.el (newsticker--retrieval-timer-list)
7511 (newsticker--display-timer, newsticker-running-p)
7512 (newsticker-ticker-running-p): Definitions moved up.
7513
7514 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7515
7516 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7517
7518 2005-12-15 David Ponce <david@dponce.com>
7519
7520 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7521 (recentf-edit-list, recentf-open-files): Signal an error when
7522 there is no recent file.
7523
7524 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7525
7526 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7527 read-only except for texinfo-format-region evaluation.
7528
7529 2005-12-14 Richard M. Stallman <rms@gnu.org>
7530
7531 * vc.el (vc-default-previous-version, vc-default-next-version)
7532 (vc-do-command): Doc fixes.
7533
7534 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7535
7536 * textmodes/bibtex.el (bibtex-expand-strings)
7537 (bibtex-autokey-expand-string, bibtex-name-part)
7538 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7539 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7540 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7541 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7542 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7543 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7544 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7545 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7546 (bibtex-beginning-of-last-entry): Remove.
7547 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7548 message if comma is missing but buffer is read-only.
7549 (bibtex-parse-field-text): Handle whitespaces at the end of field
7550 text. Return 3-element list with beginning and end of field text
7551 and end of field.
7552 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7553 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7554 (bibtex-search-forward-field, bibtex-search-backward-field):
7555 Search always delimited by limits of entry. Use more efficient
7556 search algorithms.
7557 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7558 bibtex-end-of-name-in-field.
7559 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7560 extracting the content of a field.
7561 (bibtex-text-in-field): Use search limits.
7562 (bibtex-parse-string-prefix): Handle empty string keys based on
7563 bibtex-string-empty-key.
7564 (bibtex-parse-string): Fix docstring.
7565 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7566 (bibtex-preamble-prefix, bibtex-strings): New functions.
7567 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7568 BibTeX entries (consistent with other BibTeX functions).
7569 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7570 (bibtex-search-entry): Fix docstring. Simplify.
7571 (bibtex-flash-head, bibtex-complete-string-cleanup)
7572 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7573 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7574 (bibtex-parse-entry): New optional arg content.
7575 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7576 Use bibtex-text-in-field-bounds.
7577 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7578 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7579 bibtex-parse-string-postfix.
7580 (bibtex-find-text-internal): New function.
7581 (bibtex-remove-delimiters): Use it.
7582 (bibtex-find-text): Use it. New optional arg help.
7583 (bibtex-complete): Handle BibTeX string and preamble entries.
7584 (bibtex-Preamble): Fix order of closing delimiters.
7585
7586 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 * vc.el (vc-default-revert): New fun.
7589
7590 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7591
7592 2005-12-14 Romain Francoise <romain@orebokech.com>
7593
7594 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7595 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7596 (font-lock-remove-keywords): Likewise.
7597
7598 2005-12-14 Juri Linkov <juri@jurta.org>
7599
7600 * log-view.el (log-view-diff): Doc fix.
7601
7602 * isearch.el (isearch-query-replace): Use (mark) instead of
7603 isearch-opoint if mark is active in transient-mark-mode.
7604
7605 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7606
7607 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7608
7609 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7610
7611 * progmodes/cpp.el (cpp-face): New widget.
7612 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7613
7614 2005-12-14 Juri Linkov <juri@jurta.org>
7615
7616 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7617 around `erase-buffer' and `insert'.
7618
7619 * descr-text.el (describe-text-properties): Replace buffer name
7620 "*Help-2*" with "*Help*<2>".
7621 (describe-char): Add functions print-help-return-message,
7622 toggle-read-only. Use help-setup-xref with nil to not store
7623 describe-char in help-xref-stack. Use help-make-xrefs to
7624 make [back] button.
7625
7626 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7627
7628 * wdired.el (wdired-old-point): New internal variable.
7629 (wdired-change-to-wdired-mode): Set it buffer-locally.
7630 (wdired-abort-changes): Restore point after aborting changes.
7631
7632 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7633
7634 * vc.el (vc-do-command): Add a new value t for okstatus.
7635
7636 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7637 frame in case of errors.
7638
7639 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7640
7641 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7642 so it comes after "On the Left" in the menu.
7643
7644 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7645
7646 * cus-edit.el (customize-apropos, customize-apropos-options)
7647 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7648
7649 2005-12-12 Bill Wohler <wohler@newt.com>
7650
7651 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7652 non-writable Subversion-controlled files by saving window
7653 configuration before calling vc-do-command. vc-do-command calls
7654 pop-to-buffer on error which is unexpected during registration.
7655
7656 2005-12-12 Jay Belanger <belanger@truman.edu>
7657
7658 * calc/README: Update the summary of changes.
7659
7660 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7661
7662 * descr-text.el (describe-char): Rework last fix to solve the problem
7663 is the same way it's solved for everything else in that function
7664 (i.e. by extracting the info before setting up the *Help* buffer).
7665
7666 2005-12-12 Kim F. Storm <storm@cua.dk>
7667
7668 * subr.el (version-regexp-alist): Allow space as separator before
7669 non-numeric part, e.g. "1.0 alpha".
7670 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7671
7672 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7673
7674 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7675 Implement Logging and the keep-modes setting.
7676 (org-get-category): Make sure a string is returned.
7677 (org-log-done): New function.
7678 (org-log-done, org-closed-string): New options.
7679
7680 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7681
7682 * tooltip.el (tooltip-y-offset): Change default to 20.
7683
7684 2005-12-12 Richard M. Stallman <rms@gnu.org>
7685
7686 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7687
7688 * frame.el (display-hourglass): Doc fix.
7689
7690 * help.el (help-for-help-internal): Simplify entry for `a'.
7691
7692 * info.el (Info-on-current-buffer): Doc fix.
7693 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7694
7695 * startup.el (inhibit-splash-screen): Make this the real name.
7696 (inhibit-startup-message): Make this the alias.
7697 (command-line): Find only simple.el, and use its directory
7698 to fill in other preloaded files' names.
7699 (command-line): Deactivate the mark if deactivate-mark is set.
7700
7701 * international/mule.el (load-with-code-conversion):
7702 Bind deactivate-mark.
7703
7704 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7705
7706 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7707
7708 * cus-edit.el (customize-apropos): Avoid listing an option more
7709 than once under different aliases. No longer list user options
7710 that are not defined with defcustom (unless a prefix arg is given).
7711 Doc fix.
7712 (customize-apropos-options): Doc fix.
7713
7714 2005-12-11 Juri Linkov <juri@jurta.org>
7715
7716 * frame.el (set-background-color, set-foreground-color)
7717 (set-cursor-color, set-mouse-color, set-border-color):
7718 Add explicit prompts to read colors by `facemenu-read-color'.
7719 (show-trailing-whitespace, blink-cursor-delay)
7720 (blink-cursor-interval, display-hourglass, hourglass-delay):
7721 Remove tags.
7722 (display-hourglass, hourglass-delay): Doc fix.
7723 (cursor-in-non-selected-windows): Capitalize words in tag.
7724
7725 * faces.el (frame-background-mode): Replace `choice-item' keywords
7726 with `const' to not make [default] button. Change default value tag
7727 from `default' to `automatic'. Doc fix.
7728 (trailing-whitespace) <defface>: Change group `whitespace' to
7729 `whitespace-faces'.
7730
7731 2005-12-11 Richard M. Stallman <rms@gnu.org>
7732
7733 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7734
7735 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7736
7737 * term/mac-win.el: Create keymap for mac-apple-event-map.
7738
7739 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7740
7741 * tooltip.el (tooltip-mode): Move to start of file so that it
7742 appears at top of customize buffer.
7743
7744 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7745 Add the gud groupname.
7746 (gud-tooltip-mode): Add the tooltip groupname.
7747 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7748 avoid conflict with tooltip-use-echo-area.
7749
7750 2005-12-10 Romain Francoise <romain@orebokech.com>
7751
7752 * help.el (help-for-help-internal): Add `r' in doc string.
7753
7754 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7755
7756 * align.el (align-regexp, align-highlight-rule):
7757 Use region-beginning and region-end instead of point and mark, so that
7758 repetition (with `repeat-complex-command') recomputes the region
7759 bounds.
7760
7761 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7762
7763 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7764 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7765 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7766 (balance-windows): Rewrite using the above new functions.
7767
7768 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7769
7770 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7771 react if global-hi-lock-mode seems intended.
7772 (global-hi-lock-mode) Renamed from hi-lock-mode.
7773 (hi-lock-archaic-interface-message-used)
7774 (hi-lock-archaic-interface-deduce): New variables.
7775 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7776 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7777 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7778 Replace hi-lock-buffer-mode with hi-lock-mode.
7779
7780 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7781
7782 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7783 completion list, even after a partial completion has been
7784 inserted in the current buffer. If there are more than 1
7785 completion, redisplay the *Completions* buffer; if the
7786 completion is unique, delete the *Completions* window.
7787
7788 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7789
7790 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7791 strings and long subject lines that were broken into multiple
7792 lines at arbitrary places. Handle subjects that have "Re: " in
7793 the middle.
7794
7795 2005-12-10 John W. Eaton <jwe@octave.org>
7796
7797 * emacs/octave-mod.el (octave-electric-space): Don't indent
7798 comments or strings if octave-auto-indent is nil.
7799
7800 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7801
7802 * term/mac-win.el: Require url when compiling.
7803 Call mac-process-deferred-apple-events after loading init files.
7804 (mac-apple-event-map): New defvar. Define event handlers in it.
7805 (core-event, internet-event): New Apple event class symbols.
7806 (open-application, reopen-application, open-documents)
7807 (print-documents, open-contents, quit-application)
7808 (application-died, show-preferences, autosave-now, get-url):
7809 New Apple event ID symbols.
7810 (about): New HICommand ID symbol.
7811 (mac-event-spec, mac-event-ae): New macros.
7812 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7813 (mac-ae-selection-range, mac-ae-text-for-search)
7814 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7815 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7816 and Services menu events are now defined in mac-apple-event-map.
7817 (mac-drag-n-drop): Remove selection range handling.
7818
7819 2005-12-10 Kenichi Handa <handa@m17n.org>
7820
7821 * simple.el (zap-to-char):
7822 * isearch.el (isearch-process-search-char): Translate CHAR by
7823 translation-table-for-input.
7824
7825 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7826
7827 * foldout.el (foldout-exit-fold): Properly hide subtree.
7828
7829 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7830
7831 * files.el (save-buffer):
7832 * international/ucs-tables.el (ucs-set-table-for-input):
7833 * mail/mail-extr.el (mail-extract-address-components):
7834 * mail/sendmail.el (mail-mode): Reformat doc string.
7835
7836 2005-12-09 Juri Linkov <juri@jurta.org>
7837
7838 * isearch.el (isearch-highlight): Change main overlay priority
7839 from 1 to 1001. Simplify.
7840 (isearch-lazy-highlight-update): Change lazy overlay priority
7841 from 0 to 1000.
7842
7843 * replace.el (replace-highlight): Change overlay priority from
7844 1 to 1001.
7845
7846 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7847 Change overlay priority from 1 to 1001. Reuse existing overlay.
7848
7849 * compare-w.el (compare-windows-highlight): Change overlay
7850 priority from 1 to 1000.
7851
7852 * menu-bar.el (menu-bar-edit-menu): Add listp around
7853 pending-undo-list to disable menu item "undo" when pending
7854 undo list is empty.
7855
7856 * locate.el (locate): Disable undo in *Locate* buffer.
7857
7858 2005-12-09 Kim F. Storm <storm@cua.dk>
7859
7860 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7861
7862 2005-12-09 David Ponce <david@dponce.com>
7863
7864 * recentf.el: Improvement of the menu code.
7865 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7866 instead of menu hook.
7867 (recentf-show-menu, recentf-hide-menu): New functions.
7868 (recentf-menu-customization-changed, recentf-mode): Use them.
7869 (recentf-menu-action, recentf-max-menu-items)
7870 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7871 (recentf-arrange-by-rule-others)
7872 (recentf-arrange-by-rules-min-items)
7873 (recentf-arrange-by-rule-subfilter) : Don't use
7874 `recentf-menu-customization-changed'.
7875 (recentf-arrange-rules): Likewise. Accept functions to compute
7876 sub-menu titles.
7877 (recentf-menu-filter): Likewise. Doc fix.
7878 (recentf-menu-value-shortcut): Doc fix.
7879 (recentf-dump-variable): Quote atom value.
7880 (recentf-make-menu-items): Update to use it as a menu filter.
7881 (recentf-match-rule): New function.
7882 (recentf-arrange-by-rule): Use it.
7883 (recentf-indirect-mode-rule): New function.
7884 (recentf-build-mode-rules): Use it.
7885 (recentf-dir-rule): New function.
7886 (recentf-arrange-by-dir): Use it.
7887 (recentf-filter-changer-current): Rename from
7888 `recentf-filter-changer-state'. All references updated.
7889 (recentf-filter-changer-alist): Update filter names.
7890 (recentf-filter-changer-select): New function.
7891 (recentf-filter-changer): Use it. Make a sub-menu from filters
7892 available in `recentf-filter-changer-alist'.
7893 (recentf-data-cache, recentf-clear-data)
7894 (recentf-update-menu): Remove. All references updated.
7895 (recentf-match-rule-p, recentf-build-dir-rules)
7896 (recentf-filter-changer-goto-next)
7897 (recentf-filter-changer-get-current)
7898 (recentf-filter-changer-get-next): Remove.
7899
7900 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7901
7902 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7903 buffer "Reset" button to "Reset to Current" for consistency with
7904 the State buttons.
7905
7906 2005-12-08 John Paul Wallington <jpw@pobox.com>
7907
7908 * ibuf-ext.el (define-ibuffer-filter filename):
7909 If `dired-directory' is a list then really use its car.
7910
7911 2005-12-08 Kim F. Storm <storm@cua.dk>
7912
7913 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7914 Fix indention of text on right side of replaced rectangle.
7915
7916 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
7917
7918 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7919 No need to check gud-comint-buffer is bound.
7920 (gdb): Prevent multiple debugging when first session uses gdba.
7921
7922 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7923
7924 CC Mode update to 5.31.
7925
7926 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7927 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
7928 We might do this function properly in the future).
7929
7930 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7931 New macros c-sentence-end and c-default-value-sentence end, to cope
7932 with Emacs 22's new function `sentence-end'.
7933
7934 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7935
7936 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7937 compat issue using `c-put-overlay' and `c-delete-overlay'.
7938
7939 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7940 New compat macros to handle overlays/extents.
7941
7942 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7943
7944 * progmodes/cc-fix.el: Add definitions of the macros push and pop
7945 (for GNU Emacs 20.4)
7946
7947 * progmodes/cc-defs.el:
7948 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7949
7950 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7951 highlighting mechanism so it will work in XEmacs too.
7952
7953 * progmodes/cc-defs.el: Insert c-int-to-char.
7954
7955 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7956 call to the new macro c-int-to-char. This solves XEmacs's
7957 regarding characters as different from integers.
7958
7959 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7960
7961 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7962 New internal helper.
7963
7964 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7965 construct to make the indirect face lookup work in XEmacs.
7966
7967 (c-cpp-matchers): Append the negation char face to the existing
7968 fontification, so that the cpp face doesn't disappear.
7969 Use `c-make-syntactic-matcher' to avoid negation chars in comments
7970 and strings.
7971
7972 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7973 to map to `font-lock-negation-char-face' in emacsen where it exists.
7974
7975 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7976
7977 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7978
7979 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7980 Rename "c-subword-move-mode" as "c-subword-mode".
7981
7982 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7983 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
7984
7985 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7986
7987 * progmodes/cc-mode.el: Added autoload directive for
7988 `c-subword-move-mode' for use in older emacsen.
7989
7990 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7991
7992 * progmodes/cc-mode.el:
7993 (i) Insert a binding for C-c C-backspace into
7994 c-bind-special-erase-keys which works in TTYs.
7995 (ii) Make sure that when file styles are used, any explicitly
7996 given style variables take priority over those in the style.
7997 Do this by calling `hack-local-variables' a second time.
7998
7999 * progmodes/cc-vars.el: Add language specific customization
8000 widgets for AWK to c-doc-comment-style, c-require-final-newline
8001 and c-default-style. Add a defcustom for awk-mode-hook.
8002 Give c-syntactic-element and c-syntactic-context doc-strings by
8003 directly setting their `variable-documentation' propery.
8004 This allows Emacs 22.1 to read these with C-h v.
8005
8006 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8007
8008 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8009
8010 * progmodes/cc-fonts.el, cc-vars.el
8011 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8012 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8013 Masatake YAMATO.
8014
8015 (c-doc-comment-style): Made GtkDoc default in C mode.
8016
8017 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8018 and C-c C-<delete>.
8019
8020 (c-bind-special-erase-keys): New function for use on
8021 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8022
8023 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8024 <delete> key behavior in XEmacs according to `delete-forward-p'.
8025 C.f. `c-electric-delete'.
8026
8027 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8028
8029 * progmodes/cc-mode.el: Give c-hungry-backspace and
8030 c-hungry-delete-forward permanent key bindings.
8031
8032 * progmodes/cc-cmds.el (c-electric-semi&comma):
8033 Bind c-syntactic-context for calls to "criteria functions", for
8034 consistency with other calls to user functions.
8035
8036 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8037 `current-prefix-arg', since this might be the prefix arg to a
8038 command which calls c-indent-command as a function. Change the
8039 interactive spec from "p" to "P".
8040
8041 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8042 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8043 was difficult to understand.
8044
8045 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8046
8047 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8048 first char of an identifier.
8049
8050 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8051 +" syntax in C++.
8052
8053 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8054
8055 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8056 auto-fill doesn't split a c-comment's last word from a hanging
8057 "*/" when a space is typed between them after fill-column.
8058
8059 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8060
8061 * progmodes/cc-styles.el (c-set-style)
8062 (c-setup-paragraph-variables): Abort the command if we're not in a
8063 CC Mode buffer.
8064
8065 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8066 with blank comment-prefix, and a blank line as the comment's
8067 second line.
8068
8069 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8070
8071 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8072 Incorporate the patterns added in the Emacs development branch
8073 for the new Emacs 22 face `font-lock-negation-char-face'.
8074
8075 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8076 of "red" since it stands out better in xterms and DOS terminals.
8077
8078 * progmodes/cc-engine.el (c-literal-faces):
8079 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8080
8081 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8082
8083 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8084 forcibly enable c-electric-flag.
8085
8086 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8087 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8088 after the comment-prefix of a C-style comment will close that comment.
8089
8090 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8091
8092 * progmodes/cc-fonts.el (c-basic-matchers-before)
8093 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8094 in Pike.
8095
8096 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8097 digraphs.
8098
8099 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8100 (c-cpp-message-directives, c-cpp-include-directives)
8101 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8102 (c-cpp-expr-directives): Introduce new language constants to
8103 control cpp syntax in a cleaner way.
8104
8105 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8106
8107 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8108
8109 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8110 (c-multiline-string-start-char): New language constants and
8111 variables to specify how newlines in string literals work.
8112
8113 (c-font-lock-invalid-string): Use them.
8114
8115 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8116 unbalanced close brace is entered. Optimization by avoiding going
8117 back over arbitrarily large blocks. Removed hints that this
8118 function only would be relevant/useful in AWK.
8119
8120 (c-electric-brace): Indent syntactically after the cleanups since
8121 lineup functions might do it differently then.
8122
8123 * progmodes/cc-engine.el, cc-langs.el
8124 (c-opt-op-identifier-prefix): New language constant and variable.
8125
8126 (c-just-after-func-arglist-p, c-after-special-operator-id)
8127 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8128
8129 * progmodes/cc-align.el, cc-engine.el
8130 (c-after-special-operator-id): New helper to handle C++ operator
8131 identifiers.
8132
8133 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8134 (c-guess-basic-syntax): Handle C++ operator identifiers in
8135 declarations.
8136
8137 * progmodes/cc-langs.el (c-assignment-operators): Add the
8138 trigraph version of ^= too.
8139
8140 * progmodes/cc-langs.el (c-assignment-operators): Add the
8141 trigraph version of |= in C++.
8142
8143 * progmodes/cc-fonts.el (c-font-lock-declarators):
8144 Handle `c-decl-hangon-kwds' after the identifier name.
8145
8146 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8147 whether an arglist is "nonempty", ignore a comment after the open
8148 paren if it isn't followed by a non-comment token on the same line.
8149
8150 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8151 Enable heuristics below the point to cope with classes inside special
8152 brace lists in Pike.
8153
8154 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8155
8156 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8157
8158 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8159
8160 * progmodes/cc-guess.el (cc-guess-install): New function to
8161 install an already guessed style in another buffer.
8162
8163 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8164 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8165 anyway if the change always is undone.
8166
8167 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8168
8169 Implement togglable electricity:
8170
8171 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8172 saying when it should be used.
8173
8174 * progmodes/cc-engine.el: Add the new buffer-local variable,
8175 c-electric-flag.
8176
8177 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8178 c-toggle-auto-newline.
8179
8180 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8181 c-toggle-auto-newline. Remove the binding for
8182 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8183 c-toggle-electric-state.
8184
8185 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8186
8187 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8188 c-\(forward\|backward\)-subword.
8189 (c-update-modeline): Add the new modeline flag `l' for
8190 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8191 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8192 Make the old name an alias of the new name.
8193 (c-toggle-electric-state): New function.
8194 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8195 Adapt these functions to do electric things only when
8196 c-electric-flag is non-nil.
8197 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8198 new functions from c-electric-brace.
8199 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8200 mode, so that the tentative extra newline doesn't change the
8201 syntax of the following brace.
8202 (c-electric-brace): Restructure by extracting the above functions.
8203 Tidy up the coding somewhat.
8204 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8205 restructure a bit.
8206
8207 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8208
8209 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8210 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8211
8212 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8213 (c-submode-indicators): Change name from `c-auto-hungry-string'
8214 since it's now used to track another submode.
8215
8216 (c-update-modeline): Convert to function and extended to check
8217 `c-subword-move-mode'.
8218
8219 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8220 Convert to compat aliases for `c-forward-subword' and
8221 `c-backward-subword'.
8222
8223 * progmodes/cc-subword.el: New functions and minor mode to handle
8224 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8225
8226 (c-forward-subword, c-backward-subword, c-mark-subword)
8227 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8228 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8229 Functions corresponding to the standard word handling functions.
8230
8231 (c-subword-move-mode): Minor mode that replaces all the standard
8232 word handling functions with their subword equivalences.
8233
8234 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8235
8236 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8237 entry for one-liner-defun.
8238
8239 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8240 name in its def-edebug-spec.
8241
8242 * progmodes/cc-cmds.el (c-electric-brace): Make the
8243 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8244 compacts space before a comment, if this will make things fit on
8245 one line.
8246
8247 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8248
8249 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8250
8251 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8252 clean-up one-liner-defun.
8253
8254 * progmodes/cc-styles.el: Add the new "awk" style.
8255
8256 * progmodes/cc-vars.el: Add description of one-liner-defun to
8257 c-cleanup-list's doc-string. New user options,
8258 c-max-one-liner-length. In c-default-style, set the default style
8259 for AWK to "awk".
8260
8261 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8262
8263 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8264 macros inside labels.
8265
8266 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8267 `c-at-statement-start-p' and `c-at-expression-start-p'.
8268
8269 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8270 error if the mark isn't set.
8271
8272 * progmodes/cc-engine.el (c-guess-continued-construct)
8273 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8274 accurately detect functions inside functions.
8275
8276 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8277 like `c-at-statement-start-p' that additionally recognizes commas
8278 and expression parentheses as delimiters.
8279
8280 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8281 to avoid heuristics that doesn't work for unclosed blocks.
8282 (c-at-statement-start-p): New function.
8283
8284 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8285 Objective-C directives, e.g. directives spanning lines should work
8286 reasonably well now.
8287
8288 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8289
8290 (c-forward-objc-directive): New function to move over any ObjC
8291 directive.
8292
8293 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8294 (c-basic-matchers-before): Use it.
8295
8296 (c-font-lock-objc-iip-decl): Remove.
8297
8298 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8299 in the template arglist recognition.
8300
8301 * progmodes/cc-styles.el (c-style-alist): Fix several
8302 inconsistencies in the Whitesmith style.
8303
8304 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8305 New lineup function to get lines after Whitesmith style blocks
8306 correctly indented.
8307
8308 (c-lineup-whitesmith-in-block): Back out the compensation for
8309 opening parens since it's done using `add' lists in the style
8310 definition instead. Don't use the anchor position since it varies
8311 too much between the syntactic symbols. :P
8312
8313 * progmodes/cc-vars.el (c-valid-offset): Update.
8314
8315 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8316 lists where the offsets are combined according to several
8317 different methods: `first', `min', `max', and `add'.
8318 Report offset evaluation errors with `c-benign-error' so that some kind
8319 of reindentation still is done.
8320
8321 * progmodes/cc-engine.el (c-guess-basic-syntax):
8322 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8323 `arglist-close'.
8324
8325 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8326 situations for `arglist-cont-nonempty' and `arglist-close'.
8327
8328 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8329
8330 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8331 cc-bytecomp-boundp' in a number of places.
8332
8333 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8334 macro related issue.
8335
8336 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8337
8338 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8339 list is now [asdf], a char class [:alpha:].
8340 Include code for char classes.
8341 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8342 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8343
8344 Remove (nearly all of) the cruft associated with AWK Mode's former
8345 concept of "virtual semicolons":
8346
8347 Adapt c-beginning-of-statement, c-end-of-statement (together with
8348 subfunctions) to use the new notion of "virtual semicolon" in
8349 place of the old awkward special handling for AWK. There remains
8350 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8351 * progmodes/cc-cmds.el:
8352 (c-ascertain-adjacent-literal): In the backwards direction, now
8353 recognises AWK regexp delimiters as string delimiters.
8354 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8355 check more rigorously for "end of macro".
8356 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8357 virtual semicolons;
8358 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8359 out the code for forward movement into ...
8360 (c-end-of-statement): Now contains the code for forward movement,
8361 adapted for virtual semicolons.
8362
8363 * progmodes/cc-engine.el:
8364 (c-ws*-string-limit-regexp): New regexp.
8365 (c-forward-single-comment, c-backward-single-comment): Comment out
8366 the (now redundant) "special" AWK stuff.
8367
8368 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8369 c-string-par-start, c-string-par-separate to be more like Text
8370 Mode than Fundamental Mode.
8371
8372 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8373
8374 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8375 to the fontified region so that fontification doesn't occur
8376 outside it (could happen e.g. when fontifying a line with an
8377 unfinished declaration).
8378
8379 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8380
8381 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8382 start of the file. ^L now separate sections of the file.
8383 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8384 (c-awk-one-line-possibly-open-string-re)
8385 (c-awk-regexp-one-line-possibly-open-char-class-re)
8386 (c-awk-one-line-possibly-open-regexp-re)
8387 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8388 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8389
8390 Amend the concept of "virtual semicolons" (in the indentation
8391 engine) for languages like AWK, such that they are now
8392 conceptually attached to end of the last token of a statement, not
8393 the end of the line. (In AWK Mode, however, the pertinent text
8394 property is still physically set on the EOL.) Remove the specific
8395 tests for awk-mode, thus facilitating the introduction of other
8396 language modes where EOLs can end statements.
8397 (Note: The funtionality in cc-cmds.el, specifically
8398 c-beginning/end-of-statement has yet to be amended.)
8399
8400 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8401 New macros.
8402
8403 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8404 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8405 c-vsemi-status-unknown-p-fn (in a new page).
8406
8407 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8408 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8409 numerous awkward forms like
8410 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8411 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8412 variable before-ws-ip, the place just after char-before-ip appears.
8413
8414 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8415 a comment.
8416
8417 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8418
8419 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8420 `c-tentative-buffer-changes'.
8421
8422 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8423 convert to macro to choose between Emacs and XEmacs at compile time.
8424
8425 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8426
8427 (c-tentative-buffer-changes): New macro to handle temporary buffer
8428 changes in a convenient way.
8429
8430 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8431 for `c-tentative-buffer-changes'.
8432
8433 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8434 the checks for paren sexps between the point and the keyword, to
8435 avoid some false alarms.
8436
8437 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8438 Fixed a situation where an error could be thrown for unbalanced
8439 parens. Changed to make use of c-keyword-member' to avoid some
8440 repeated regexp matches.
8441
8442 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8443 These language variable are no longer necessary.
8444
8445 (c-block-stmt-kwds): New language constant used by
8446 c-looking-at-inexpr-block'.
8447
8448 (c-guess-basic-syntax): Remove an optional check that looked at
8449 the existence of the now removed language variables.
8450
8451 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8452 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8453 object instantiation expressions as declarations in some contexts.
8454 This bug only affected languages where the declarator can't be
8455 enclosed in parentheses.
8456
8457 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8458 insert newlines before and after substatement braces.
8459
8460 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8461 function declaration headers and the handling of C++ style member
8462 init lists.
8463
8464 (c-just-after-func-arglist-p): Rewritten to use
8465 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8466
8467 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8468
8469 (c-guess-basic-syntax): Adapt case 5B for the new
8470 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8471 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8472 covers all cases now).
8473
8474 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8475
8476 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8477
8478 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8479 c-string-par-start/separate c-sentence-end-with-esc-eol,
8480 initialised in c-setup-paragraph-variables, used in string
8481 scanning subroutines of c-beginning-of-statement.
8482
8483 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8484 which precedes the newly inserted `{'.
8485
8486 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8487
8488 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8489 function for declaration level blocks. It should now cope with
8490 templates better and also be a lot more comprehensible.
8491
8492 (c-looking-at-decl-block): The new function.
8493
8494 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8495 for compatibility.
8496
8497 (c-add-class-syntax, c-guess-continued-construct)
8498 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8499
8500 (c-decl-block-key): Change to tell apart ambiguous and
8501 unambiguous keywords. Pike specials are now handled directly in
8502 the code instead.
8503
8504 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8505 New language constants and variables to make the backward skip in
8506 `c-looking-at-decl-block' as tight as possible.
8507
8508 (c-nonsymbol-token-char-list): New language constant.
8509
8510 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8511 find balanced template arglists backwards.
8512
8513 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8514 making char classes for `c-syntactic-skip-backward'.
8515
8516 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8517 16D - can't be a class-close at that point.
8518
8519 * progmodes/cc-engine.el (c-guess-basic-syntax)
8520 (c-add-class-syntax): Don't narrow out the enclosing declaration
8521 level. This makes everything a lot easier, and it was actually
8522 only four small places that needed it to work. Some places that
8523 previously did `widen' are removed now, which has the effect that
8524 `c-guess-basic-syntax' never will look at things outside the
8525 current narrowment now. The anchor position for `topmost-intro'
8526 is affected by this, but it was so bogus it was basically useless
8527 before, and now it's equally bogus but in a slightly different way.
8528
8529 (c-narrow-out-enclosing-class): Gone.
8530
8531 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8532 the narrowed region.
8533
8534 (c-least-enclosing-brace): Remove silly optional argument.
8535
8536 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8537 the point could be left directly after an open paren when finding
8538 the beginning of the first decl in the block.
8539
8540 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8541 Specify which submatch to use.
8542
8543 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8544
8545 (c-decl-start-re): No longer any need for special treatment of
8546 ObjC due to the above.
8547
8548 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8549 presumably follows C in that regard.
8550
8551 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8552 New language constants to specify operator tokens inside
8553 identifiers in a more high level way.
8554
8555 (c-opt-identifier-prefix-key): New internal language constant.
8556
8557 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8558 (c-identifier-start, c-identifier-key): Now completely calculated
8559 from other constants.
8560
8561 (c-identifier-last-sym-match): Decommission since it's no longer used.
8562
8563 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8564
8565 * progmodes/cc-engine.el (c-forward-name): Remove the
8566 optimization when c-identifier-key is equal to c-symbol-key since
8567 it doesn't work in byte compiled files. Don't record empty
8568 regions as identifiers.
8569
8570 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8571 simplify access to `c-operators' and its likes.
8572
8573 (c-operator-list, c-all-op-syntax-tokens)
8574 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8575 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8576 (c-primary-expr-regexp, c-cast-parens): Use it.
8577
8578 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8579 an explicit language in functions.
8580
8581 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8582 variant of adornment.
8583
8584 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8585 variable.
8586
8587 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8588 the Pike value.
8589
8590 * progmodes/cc-engine.el (c-on-identifier)
8591 (c-simple-skip-symbol-backward): Small fix for handling "-"
8592 correctly in `skip-chars-backward'. Affected the operator lfun
8593 syntax in Pike.
8594
8595 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8596 diagnostic message about precompiled language vars not being used.
8597
8598 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8599 "__attribute__" is followed by a parenthesis.
8600
8601 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8602 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8603 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8604
8605 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8606 Internal cleanups to properly detect the declared identifiers in
8607 various declarations.
8608
8609 (c-decl-start-kwds): New language constant to recognize
8610 declarations that can start anywhere. Used for class declarations
8611 in Pike.
8612
8613 (c-specifier-key, c-not-decl-init-keywords)
8614 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8615 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8616
8617 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8618 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8619 handling of the compiler specific extension keywords into a new
8620 language constant `c-decl-hangon-kwds' that defines keyword
8621 clauses to be ignored in declarations.
8622
8623 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8624 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8625 Necessary to stop at the declared identifier in e.g. IDL valuetype
8626 declarations.
8627
8628 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8629 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8630 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8631 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8632 class and enum declarations as such and not as part of the type.
8633
8634 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8635 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8636
8637 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8638 declarations when there's some syntax error later on.
8639
8640 (c-complex-decl-matchers): Did away with a reference to
8641 `c-specifier-key'.
8642
8643 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8644 value - this variable is always dynamically bound.
8645
8646 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8647 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8648 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8649 functions that might do hidden buffer changes: All such internal
8650 functions are now marked instead of those that don't.
8651
8652 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8653 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8654 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8655 (c-literal-type): Allow these functions to make hidden buffer changes,
8656 so that they are free to use text property caching later on.
8657
8658 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8659 (c-electric-brace, c-electric-slash, c-electric-star)
8660 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8661 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8662 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8663 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8664 with the changed semantics of the functions above.
8665
8666 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8667 when macros occur in obscure places. Optimized the sexp movement
8668 a bit.
8669
8670 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8671
8672 Enhancements for c-beginning-of-statement to work in AWK Mode:
8673
8674 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8675 (completed statement) with `}' (statement completed by closing
8676 brace or semicolon) and `$' (statement completed by EOL).
8677
8678 (c-awk-virtual-semicolon-ends-prev-line-p)
8679 (c-awk-virtual-semicolon-ends-line-p)
8680 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8681 (c-awk-at-statement-end-p): New functions.
8682
8683 * progmodes/cc-cmds.el: Simplify the structure of functions
8684 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8685 two functions and c-beginning-of-statement to handle AWK Mode.
8686
8687 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8688 c-backward-single-comment for AWK mode. Attempt to clarify their
8689 doc-strings.
8690
8691 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8692
8693 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8694
8695 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8696 label handling. Labels are now recognized in a uniform and more
8697 robust way, regardless of context. Text properties are put on all
8698 labels to recognize the following declarations better.
8699 Multiword labels are handled both in indentation and fontification for
8700 the benefit of language extensions like Qt. For consistency, keywords
8701 in labels are now fontified with the label face instead.
8702 That also applies to "case" and "default".
8703
8704 (c-beginning-of-statement-1): Fix some bugs in the label
8705 handling. Disregard `c-nonlabel-token-key' in labels that begin
8706 with `c-label-kwds'.
8707
8708 (c-find-decl-spots): Support that the callback adds more
8709 `c-decl-end' spots to find.
8710
8711 (c-forward-decl-or-cast-1): Don't treat a list of plain
8712 identifiers followed by a colon as a declaration.
8713
8714 (c-forward-label): New function to recognize labels.
8715
8716 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8717 `c-forward-label'. Moved the label recognition cases (14 and 15)
8718 earlier since they aren't so context sensitive now. Handle labels
8719 on the top level gracefully. Moved access label recognition to
8720 the generic label case (CASE 15) - removed CASE 5E.
8721
8722 (c-font-lock-declarations): Add recognition of labels in the
8723 same round since we need to handle labels in parallell with other
8724 declarations to recognize both accurately. It should also improve
8725 speed.
8726
8727 (c-simple-decl-matchers, c-basic-matchers-after):
8728 Move `c-font-lock-labels' so that it only is used on decoration level 2
8729 since `c-font-lock-declarations' handles it otherwise.
8730
8731 (c-complex-decl-matchers): Remove the simplistic recognition of
8732 access labels.
8733
8734 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8735 with labels earlier.
8736
8737 (c-decl-start-re): New language variable to make
8738 `c-font-lock-declarations' stop for the special protection labels
8739 in Objective-C that start with `@'.
8740
8741 (c-label-key): Remove since it's no longer used.
8742
8743 (c-recognize-colon-labels, c-label-prefix-re): New language
8744 constants to support recognition of generic colon-terminated labels.
8745
8746 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8747 are colon terminated labels.
8748
8749 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8750 first argument starts with a special brace list.
8751
8752 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8753 (c-font-lock-declarations): Break out the declaration and cast
8754 recognition from `c-font-lock-declarations' to a new function, so
8755 that it can be used in the indentation engine.
8756
8757 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8758 up to the start of the literal. Fixed bug with the point on the
8759 wrong side of the search limit that could happen when the start
8760 position is inside a literal.
8761
8762 * progmodes/cc-engine.el (c-parse-state)
8763 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8764 so that it's kept a little bit back to increase the hit rate.
8765
8766 (c-parse-state): Change the macro handling and fixed some
8767 glitches. Macro context is checked more often than necessary now,
8768 but otoh less garbage conses are generated.
8769
8770 * progmodes/cc-engine.el (c-parse-state)
8771 (c-invalidate-state-cache): Cache the last position where
8772 `c-state-cache' applies. This can speed up refontification quite
8773 a bit in blocks where there are many non-brace parens before the point.
8774
8775 (c-state-cache-end): New variable for this.
8776
8777 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8778 cache variable.
8779
8780 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8781 get close initial continue positions when the start position is
8782 inside a literal or macro. Do not call the callback for spots
8783 before the start position (which can happen e.g. for `c-decl-end'
8784 spots inside comments). Optimize better in special cases when the
8785 region is a single line inside a literal or macro (typically when
8786 the current line is refontified).
8787
8788 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8789 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8790 entries from the paren state.
8791
8792 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8793 special case for "else if" clauses.
8794
8795 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8796 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8797
8798 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8799 New language variable to recognize the gcc extension with statement
8800 blocks inside expressions.
8801
8802 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8803 it somewhat more comprehensible. The argument AT-BLOCK-START is
8804 no longer used and hence removed.
8805
8806 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8807 to `c-add-stmt-syntax'.
8808
8809 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8810 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8811 This fixes bogus label recognition.
8812
8813 * progmodes/cc-engine.el (c-add-type, c-check-type)
8814 (c-forward-name, c-forward-type): Improve storage of template
8815 types in `c-found-types' so that they can be recognized better.
8816
8817 (c-syntactic-content): Add option to skip past nested parens.
8818
8819 * progmodes/cc-engine.el (c-forward-name):
8820 Set `c-last-identifier-range' all the time. It's less work that way.
8821 Handle that there might not be an identifier to store in
8822 `c-last-identifier-range'.
8823
8824 (c-forward-type): Handle that `c-last-identifier-range' might be
8825 nil from `c-forward-name'.
8826
8827 * progmodes/cc-defs.el (c-safe-scan-lists)
8828 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8829
8830 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8831 to work even if the form fails.
8832
8833 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8834 down in a large file in one go.
8835
8836 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8837
8838 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8839 function which is like `c-lineup-math' but returns nil instead of
8840 `c-basic-offset' when it doesn't match.
8841
8842 (c-lineup-math): Change to use `c-lineup-assignments'.
8843
8844 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8845
8846 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8847 c-beginning-of-statement. New subfunctions
8848 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8849
8850 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8851
8852 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8853 hardcoded char classes whereever possible. Changed a couple of
8854 places to use skip by syntax instead of skip by char class.
8855
8856 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8857 Fix a bug in the regexp that caused extreme backtracking.
8858
8859 * progmodes/cc-langs.el (c-block-comment-starter)
8860 (c-block-comment-ender): New language constants to specify in a
8861 single place how block comments look.
8862
8863 (c-comment-start-regexp, c-block-comment-start-regexp)
8864 (comment-start, comment-end, comment-start-skip)
8865 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8866 (c-syntactic-ws, c-nonempty-syntactic-ws)
8867 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8868 `c-line-comment-starter', `c-block-comment-starter' and
8869 `c-block-comment-ender'.
8870
8871 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8872 New language constants to break up things a bit.
8873
8874 (c-simple-ws): New language constant for simple whitespace.
8875
8876 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8877
8878 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8879 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8880 newlines. Allow and ignore nil elements in the list.
8881
8882 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8883
8884 * progmodes/cc-cmds.el: Comment out a (n almost certainly
8885 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8886
8887 * progmodes/cc-cmds.el: Tidy up the comments in
8888 c-beginning-of-statement and subfunctions.
8889
8890 * progmodes/cc-awk.el: Replace calls to put-text-property to the
8891 more flexible c-put-char-property and c-clear-char-properties.
8892 Add the author's email address.
8893
8894 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8895
8896 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8897 closing "*/" of a block comment.
8898
8899 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8900 subfunctions) so that it works at BOB and EOB.
8901
8902 * progmodes/cc-cmds.el, cc-vars.el: More updating of
8903 c-beginning-of-statement, including new variable
8904 c-block-comment-start-regexp.
8905
8906 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8907
8908 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8909 symbols from `*-font-lock-extra-types' so that there's no need to
8910 use `regexp-opt' on those lists.
8911
8912 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8913 `c-type-modifier-kwds' is empty.
8914
8915 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8916 there are several strings on the same line.
8917
8918 * progmodes/cc-engine.el (c-literal-limits): Remove the
8919 compatibility function for older emacsen. `c-literal-limits-fast'
8920 has now taken the place of this function.
8921
8922 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8923 with older emacsen: We now require `pps-extended-state'.
8924
8925 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8926
8927 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8928 which obviates the need to hack sentence-end. This now handles
8929 escaped newlines in strings correctly. Correct minor bugs in
8930 c-move-over-sentence and in c-beginning-of-statement.
8931
8932 * progmodes/cc-cmds.el (c-beginning-of-statement (and
8933 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8934 that movement over macros and code are rigorously separated from
8935 eachother. Correct a few incidental bugs.
8936
8937 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8938 Improve its doc-string. Improve the handling of certain specific cases.
8939
8940 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8941
8942 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8943 (c-guess-basic-syntax): Change the way class-level labels are
8944 recognized; they can now contain essentially any symbols.
8945
8946 (c-opt-extra-label-key): New language variable to cope with the
8947 special protection label syntax in Objective-C.
8948
8949 (c-opt-access-key): Remove; this is now handled better by
8950 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8951
8952 (c-complex-decl-matchers): Update to handle that
8953 `c-opt-access-key' no longer exists.
8954
8955 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8956 improved label recognition in `c-beginning-of-statement-1'.
8957
8958 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8959 Recognize bitfields better.
8960
8961 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8962 Remove some cruft and fixed a bug that could cause it to go to a
8963 position further down.
8964
8965 * progmodes/cc-langs.el, cc-engine.el
8966 (c-beginning-of-statement-1): Improve detection of labels in
8967 declaration contexts.
8968
8969 (c-beginning-of-decl-1): Use it.
8970
8971 (c-nonlabel-token-key): New language constant and variable needed
8972 by `c-beginning-of-statement-1'.
8973
8974 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8975 manifested itself due to the correction in `c-forward-sexp'.
8976
8977 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8978 Make these behave as documented when used at the buffer limits.
8979
8980 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8981 (c-type-decl-end-used): Made this a language variable.
8982
8983 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8984 correctly when `combine-after-change-calls' is used together with
8985 temporary narrowings.
8986
8987 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8988 Report labels correctly when the start point is immediately after the
8989 colon.
8990
8991 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8992 Remove since it isn't used anymore.
8993
8994 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8995 bracket arglists such as template parens in C++.
8996
8997 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8998 in the last check-in. Some optimization.
8999
9000 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9001 where it could stop at the same level in a preceding sexp when
9002 PAREN-LEVEL is set.
9003
9004 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9005 text property lookup only when it's needed.
9006
9007 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9008 Change the policy for paren marked angle brackets to be more
9009 persistent; once marked they remain marked even when they're found
9010 to be unbalanced in the searched region. This should keep the
9011 paren syntax around even when individual lines are refontified in
9012 multiline template arglists.
9013
9014 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9015 to control markup so that incorrect angle bracket arglists aren't
9016 marked in contexts where the correct value for
9017 `c-disallow-comma-in-<>-arglists' isn't known.
9018
9019 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9020 argument has become `c-parse-and-markup-<>-arglists'.
9021
9022 (c-remove-<>-arglist-properties): Remove - no longer used.
9023
9024 (c-after-change-check-<>-operators): New function used on
9025 `after-change-functions' to avoid that "<" and ">" characters that
9026 are part of longer operators have paren syntax.
9027
9028 (c-<>-multichar-token-regexp): New language variable used by
9029 `c-after-change-check-<>-operators'.
9030
9031 (c-after-change): Call `c-after-change-check-<>-operators'.
9032
9033 (c-font-lock-<>-arglists): Use the context properties set by
9034 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9035 correctly to avoid doing invalid markup.
9036
9037 (c-font-lock-declarations): Remove code that undoes the invalid
9038 markup done by `c-font-lock-<>-arglists'.
9039
9040 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9041 after `c-font-lock-declarations'.
9042
9043 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9044 Add paren-level feature.
9045
9046 (c-guess-basic-syntax): Improve the anchor position for
9047 `template-args-cont' in nested template arglists. There's still
9048 much to be desired in this area, though.
9049
9050 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9051
9052 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9053 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9054
9055 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9056
9057 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9058 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9059
9060 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9061 it doesn't work no longer are supported.
9062
9063 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9064 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9065 requires support for the syntax-table' text property, which rules
9066 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9067 cruft associated with those versions.
9068
9069 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9070 for the `syntax-table' text property, which rules out Emacs 19 and
9071 XEmacs < 21.4. Removed various compatibility cruft associated
9072 with those versions.
9073
9074 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9075 support for the `syntax-table' text property.
9076
9077 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9078 variable and use an extra quoted face name instead. All the
9079 emacsen flavors handle that correctly.
9080
9081 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9082 (c-font-lock-declarators, c-font-lock-declarations)
9083 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9084 property to mark the items in in declarator lists to handle
9085 refontification inside multiline declarations better.
9086
9087 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9088 construct like "a * b = c;" as a declaration.
9089
9090 2005-12-08 Kim F. Storm <storm@cua.dk>
9091
9092 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9093 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9094 select either meta, hyper, or super modifier for rectangle commands.
9095 (cua--rectangle-modifier-key): New defvar.
9096 (cua--M/H-key): Use it. Remove special case for `space'.
9097 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9098 on X, to meta otherwise. Always bind C-return to toggle
9099 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9100
9101 * emulation/cua-rect.el (cua-help-for-rectangle):
9102 Use cua--rectangle-modifier-key. Handle super modifier too.
9103 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9104 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9105
9106 * ido.el: Move Acknowledgements and History after Commentary.
9107 Minor changes to Commentary.
9108
9109 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9110 keymap if cua--prefix-override-timer is `shift'.
9111 (cua--shift-control-prefix): New function; emulate "type prefix
9112 key twice" functionality to handle shifted prefix key override.
9113 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9114 New commands.
9115 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9116
9117 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9118
9119 * textmodes/org.el (org-insert-heading): Try to do items before
9120 headings.
9121 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9122 (org-insert-item): New function.
9123 (org-renumber-ordered-list): Don't skip to higher level lists.
9124
9125 2005-12-08 Juri Linkov <juri@jurta.org>
9126
9127 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9128
9129 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9130
9131 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9132
9133 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9134 the constructed function name fun-1.
9135
9136 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9137 because such links don't lead to parent documentation.
9138
9139 2005-12-08 Kenichi Handa <handa@m17n.org>
9140
9141 * descr-text.el (describe-char): Use *Help-2* buffer if the
9142 current buffer is *Help*. Call describe-text-properties while
9143 setting the original buffer.
9144
9145 2005-12-07 Bill Wohler <wohler@newt.com>
9146
9147 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9148 and causes problems with non-MH users (such as Gnus users).
9149
9150 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9151
9152 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9153 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9154 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9155 command "info sources". Move calls to GDB command "list".
9156 (gdb-find-file-hook): Just use gdb-source-file-list.
9157 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9158 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9159 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9160 (gdb-data-list-register-values-handler): Use correct trigger name.
9161
9162 2005-12-07 Kim F. Storm <storm@cua.dk>
9163
9164 * ido.el (ido-completion-map): Rename from ido-mode-map.
9165 (ido-common-completion-map, ido-file-completion-map)
9166 (ido-file-dir-completion-map, ido-buffer-completion-map):
9167 Rename from ido-mode-....-map.
9168 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9169 (ido-setup-completion-map): Rename from ido-define-mode-map.
9170 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9171 to ido-completion-map.
9172
9173 2005-12-07 Kenichi Handa <handa@m17n.org>
9174
9175 * international/mule-cmds.el
9176 (set-display-table-and-terminal-coding-system): If the coding
9177 system specified in `unibyte-display' property is different from
9178 the arg coding-system, don't setup standard-display-table.
9179
9180 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9183 that comments end at \n, regardless of selective-display.
9184
9185 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9186
9187 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9188 (gdb-version): New variables.
9189 (gdb-source-file-list, gdb-register-names)
9190 (gdb-changed-registers): New variables for use with GDB 6.4+.
9191 (gdb-ann3): Replace with...
9192 (gdb-init-1, gdb-init-2): ...two new functions.
9193 (gdba, gdb-prompt): Call gdb-init-1.
9194 (gdb-get-version): New function. Call gdb-init-2 from here.
9195 (gud-watch): Make it work with mouse events too.
9196 (gdb-post-prompt): Don't add to queue until GDB version is known.
9197 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9198 (gdb-locals-mode): Use gdb-version.
9199 (gdb-memory-format-map, gdb-memory-unit-map)
9200 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9201 (gdb-locals-font-lock-keywords-1)
9202 (gdb-locals-font-lock-keywords-2): New variables.
9203 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9204 (gdb-set-gud-minor-mode-existing-buffers-1)
9205 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9206 (gdb-var-update-1, gdb-var-update-handler-1)
9207 (gdb-data-list-register-values-handler)
9208 (gdb-data-list-register-values-custom)
9209 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9210 (gdb-stack-list-locals-handler, gdb-get-register-names):
9211 New functions for use with GDB 6.4+.
9212 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9213 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9214 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9215 (gdb-stack-list-locals-regexp)
9216 (gdb-data-list-register-names-regexp): New regexps for use with
9217 GDB 6.4+.
9218
9219 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9220
9221 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9222
9223 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9224
9225 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9226 prompts work for AUTH PLAIN. Also reported by Steve Allan
9227 <seallan@verizon.net>.
9228
9229 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9230
9231 * frame.el (set-frame-parameter): Add doc string.
9232
9233 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9234
9235 * textmodes/org.el (org-occur-highlights): New variable.
9236 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9237 (org-highlight-sparse-tree-matches): New option.
9238 (org-do-occur): New function.
9239 (org-get-heading): Make it work also at beginning of line.
9240 (org-category-table): New variable.
9241 (org-get-category-table, org-get-category)
9242 (org-camel-to-words, org-link-search): New functions.
9243 (org-select-this-todo-keyword): New variable.
9244 (org-todo-list): New command.
9245 (org-shiftright, org-shiftleft): New commands.
9246 (org-agenda-todo): Add prefix argument.
9247 (org-show-hierarchy-above): New option.
9248 (org-show-todo-tree): Numerical prefix creates tree for specific
9249 TODO keyword.
9250 (org-outline-level): New function, to assign a level to plain
9251 lists items.
9252 (org-cycle-include-plain-lists): New option.
9253 (org-mode): Use `org-outline-level' as value of `outline-level'.
9254 (org-cycle): Temporarily switch `outline-regexp' if
9255 `org-cycle-include-plain-lists' is non-nil.
9256 (org-start-icalendar-file): Fix format bug.
9257 (org-agenda-get-day-entries): Create category table.
9258 (org-agenda-get-todos, org-agenda-get-timestamps)
9259 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9260 (org-agenda-get-blocks): Use `org-get-category'.
9261 (org-context-in-file-links): Rename from
9262 `org-line-numbers-in-file-links'.
9263
9264 2005-12-06 Romain Francoise <romain@orebokech.com>
9265
9266 * window.el (balance-windows): Delete extraneous third arg in call
9267 to `enlarge-window'.
9268
9269 2005-12-06 Kenichi Handa <handa@m17n.org>
9270
9271 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9272
9273 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9274
9275 * progmodes/gdb-ui.el (gdb-var-create-handler)
9276 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9277 (gdb-var-list-children-handler, gdb-var-update-handler):
9278 Current buffer is already gdb-partial-output-buffer, don't
9279 make it current again.
9280
9281 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9282
9283 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9284 (list-buffers-noselect): Use it.
9285
9286 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9287
9288 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9289 (mail-yank-ignored-headers): Use regexp-opt.
9290 (mail-mode-map): Move initialization into declaration.
9291 (mail-sent-via): Remove unused shadowed var `to-line'.
9292 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9293 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9294 (mail-do-fcc): Use dolist and push.
9295 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9296 (mail-yank-ignored-headers): Don't autoload.
9297
9298 2005-12-05 Kenichi Handa <handa@m17n.org>
9299
9300 * international/mule-cmds.el (set-language-info-internal): New fun.
9301 (set-language-info): Call set-language-info-internal to update
9302 language-info-alist. If LANG-ENV is the current one, call
9303 set-language-environment to make INFO effective now.
9304 (set-language-info-alist): Likewise.
9305 (locale-language-names): With locale "en", use English
9306 lang. env. but set the default codings to iso-8859-1.
9307
9308 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9309
9310 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9311 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9312 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9313 for plain strings.
9314 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9315 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9316 Create registers buffer if necessary. Echo new state in minibuffer.
9317 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9318
9319 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9320
9321 * info.el (Info-fontify-node): Match external links using
9322 non-directory part of filename.
9323
9324 2005-12-04 Juri Linkov <juri@jurta.org>
9325
9326 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9327 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9328 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9329 because there is no customization option for it.
9330
9331 * font-lock.el (lisp-font-lock-keywords-1):
9332 Add define-global-minor-mode.
9333
9334 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9335
9336 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9337 properties on the constructed variable names.
9338
9339 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9340 Put `definition-name' properties on the constructed function names
9341 next-sym and prev-sym.
9342
9343 * emacs-lisp/find-func.el (find-function-regexp):
9344 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9345 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9346 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9347 and easy-menu-define.
9348
9349 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9350 easy-mmode-define-global-mode and define-global-minor-mode.
9351 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9352
9353 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9354 instead of easy-mmode-define-global-mode.
9355
9356 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9357 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9358
9359 * cus-edit.el (customize-group, customize-group-other-window):
9360 Filter out autoloaded options from the group completion list by
9361 using heuristics that autoloaded groups don't have `custom-autoload'
9362 property on their symbols (they have only `custom-loads').
9363
9364 * simple.el (completion-setup-function): Put completions-common-part
9365 face on complete completion string too (i.e. completion string
9366 without completions-first-difference face).
9367
9368 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9369
9370 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9371
9372 * view.el (view-mode): Doc fix.
9373
9374 * disp-table.el (standard-display-european): Add to the warning
9375 message a reference to the doc string.
9376
9377 * play/yow.el (apropos-zippy): Call print-help-return-message,
9378 similar to other Help and Apropos commands.
9379
9380 * help.el (print-help-return-message): If pop-up-frames is
9381 non-nil, set up help-return-method to delete the help window and,
9382 possibly, its frame as well, and don't display message about
9383 scrolling the help window. Doc fix.
9384 (help-return-method): Doc fix.
9385
9386 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9387
9388 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9389 whereby names of length one or names starting with a
9390 symbol-constituent character would not be returned.
9391
9392 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9393
9394 * subr.el (atomic-change-group): Add edebug and indentation spec.
9395
9396 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9397
9398 * completion.el (save-completions-file-name): Fix typo in last change.
9399
9400 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9401
9402 * info.el: Move back/forward history to the beginning of the tool bar.
9403
9404 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9405
9406 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9407 Add fset of allout-real-isearch-abort during compile to fix
9408 byte-compilation warnings.
9409 (allout-mode-p): Move definition of this macro above all uses, or
9410 byte compilation in barren emacs (eg, during emacs build) will
9411 lack the definition.
9412 (allout-mode): Move this variable above any uses, or byte
9413 compilation will fail.
9414 (allout-resolve-xref): Remove use of personal file-reference function.
9415 (allout-toggle-current-subtree-encryption): Do the current (ie,
9416 visible containing) topic, rather than nearest around point. Doc fix.
9417 (allout-toggle-subtree-encryption): New function, workhorse that
9418 works on nearest topic containing point.
9419 (allout-encrypt-string): Signal requirement for newer version of pgg.
9420 (allout-resumptions): Doc fix.
9421
9422 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9423
9424 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9425
9426 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9427
9428 * textmodes/flyspell.el (flyspell-external-point-words):
9429 Consider a misspelling as found in the string search if: (a) misspelling
9430 and found string lengths match, or (b) misspelling is found as
9431 element in a boundary-chars separated longer string, or (c)
9432 ispell-program-name is really ispell and misspelling is found as
9433 part of a TeX string. After successful match move beginning of
9434 search region to end of match. Warn about not found misspellings
9435 once the process is done.
9436 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9437
9438 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9439
9440 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9441 tool bar (removed inadvertently).
9442
9443 2005-12-02 Juri Linkov <juri@jurta.org>
9444
9445 * log-view.el (log-view-diff): Clarify doc string.
9446
9447 2005-12-01 Bill Wohler <wohler@newt.com>
9448
9449 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9450 triggers lm-verify errors.
9451
9452 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9453
9454 * simple.el (transient-mark-mode, line-number-mode)
9455 (column-number-mode, size-indication-mode): Remove `:require nil'.
9456
9457 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9458
9459 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9460 in the margin also.
9461 (gdb-breakpoints-mode-map): Use D instead of d for
9462 gdb-delete-breakpoint.
9463 (gdb-get-frame-number): Require a number to match on.
9464 (gdb-threads-mode-map): Add follow-link binding.
9465
9466 2005-11-30 Jason Rumney <jasonr@gnu.org>
9467
9468 * isearch.el (isearch-mode-map): Avoid exiting search on
9469 language-change event.
9470
9471 2005-11-30 Romain Francoise <romain@orebokech.com>
9472
9473 * speedbar.el (speedbar-default-position): New defcustom.
9474 (speedbar-frame-reposition-smartly): Use it.
9475
9476 * dframe.el (dframe-reposition-frame-emacs): Fix position
9477 computation for `left' location.
9478 Update copyright year.
9479
9480 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9481
9482 * help.el (help-map): Move initialization into declaration.
9483
9484 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9485
9486 * help-fns.el (help-argument-name): Don't autoload.
9487 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9488 to be re-loaded when customizing the `help' group.
9489
9490 2005-11-30 John Paul Wallington <jpw@gnu.org>
9491
9492 * help-fns.el (describe-function-1): Fill arglist output.
9493
9494 2005-11-30 Kim F. Storm <storm@cua.dk>
9495
9496 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9497 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9498 after revert-buffer (or anything else which kills all local variables).
9499
9500 * apropos.el (apropos-parse-pattern): Doc fix.
9501 Set apropos-regexp directly, rather than expecting callers to do so.
9502 (apropos-command, apropos, apropos-value, apropos-documentation):
9503 Simplify calls to apropos-parse-pattern.
9504
9505 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9506
9507 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9508 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9509 (hi-lock-write-interactive-patterns): Use comment-region.
9510
9511 * longlines.el (longlines-mode): Add mail-setup-hook.
9512
9513 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9514
9515 * simple.el (sendmail-user-agent-compose, next-line):
9516 Conditionally use hard-newline.
9517
9518 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9519
9520 * international/latexenc.el (latex-inputenc-coding-alist):
9521 Reword doc string.
9522
9523 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9524
9525 * help.el (describe-key-briefly, describe-key): Recognize default
9526 bindings.
9527
9528 2005-11-29 Romain Francoise <romain@orebokech.com>
9529
9530 * view.el (view-inhibit-help-message): New defcustom.
9531 (view-mode-enter): Use it.
9532
9533 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9534
9535 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9536 Preserve user position.
9537
9538 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9539
9540 * font-lock.el: Throw error if facemenu is not loaded to prevent
9541 accidental change of loading order in loadup.el. (Suggested by RMS.)
9542
9543 * loadup.el: Add comment explaining why facemenu must be loaded
9544 before font-lock.
9545
9546 2005-11-28 Jay Belanger <belanger@truman.edu>
9547
9548 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9549 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9550
9551 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9552
9553 * calc/calc-embed.el (calc-do-embedded): Update help message.
9554
9555 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9556
9557 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9558
9559 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9560
9561 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9562 called-interactively-p.
9563 (elp-profilable-p): Rename from elp-not-profilable-p.
9564 Invert result and take into account macros and autoloaded functions.
9565 (elp-instrument-function): Update call.
9566 (elp-instrument-package): Update call. Add completion.
9567 (elp-pack-number): Use match-string.
9568 (elp-results-jump-to-definition-by-mouse): Merge into
9569 elp-results-jump-to-definition and then remove.
9570 (elp-output-insert-symname): Make help echo text single-line.
9571
9572 * replace.el (query-replace-map): Move initialization into declaration.
9573 (occur-engine): Use with-current-buffer.
9574 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9575 (occur-mode-mouse-goto): Replace with an alias.
9576
9577 2005-11-28 Juri Linkov <juri@jurta.org>
9578
9579 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9580
9581 * term/w32-win.el: Bind [S-tab] to [backtab].
9582
9583 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9584 `Info-find-file' to t.
9585
9586 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9587 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9588 and same-window-regexps.
9589 (occur-next-error): Don't move point for arg 0.
9590
9591 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9592
9593 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9594
9595 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9596
9597 * log-edit.el (log-edit-changelog-use-first): New var.
9598 (log-edit-changelog-ours-p): Use it.
9599 (log-edit-insert-changelog): Set it with new arg `use-first'.
9600 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9601 (log-edit-hook): Add them to the list of suggested options.
9602
9603 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9604 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9605 redundant work.
9606 (flyspell-mode-on): Use add-hook for after-change-functions.
9607 (flyspell-mode-off): Use remove-hook for after-change-functions.
9608 (flyspell-changes): Make it buffer-local.
9609 (flyspell-after-change-function): Make it non-interactive. Use push.
9610 (flyspell-post-command-hook): Check input-pending-p while processing
9611 the potentially long list of buffer changes.
9612
9613 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9614
9615 * buff-menu.el (list-buffers-noselect): Display the selected
9616 frame's buffer list, not the global one.
9617
9618 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9619
9620 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9621 that (list last-input-event) works as in interactive spec.
9622
9623 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9624
9625 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9626 `facemenu-keymap' needs to be defined when font-lock is loaded.
9627 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9628
9629 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9630
9631 * completion.el: Remove useless leading * in defcustom docstrings.
9632 (save-completions-file-name): Use ~/.emacs.d if available.
9633 (completion-standard-syntax-table): Rename from
9634 cmpl-standard-syntax-table and fold initialization into declaration,
9635 thus removing cmpl-make-standard-completion-syntax-table.
9636 (completion-lisp-syntax-table, completion-c-syntax-table)
9637 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9638 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9639 (symbol-under-point, symbol-before-point)
9640 (symbol-under-or-before-point, symbol-before-point-for-complete)
9641 (add-completions-from-c-buffer): Use with-syntax-table.
9642 (make-completion): Don't return a list of completion entries.
9643 Update callers.
9644 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9645 (completion-initialize): Rename from initialize-completions.
9646 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9647 (kill-emacs-save-completions): Collect stats here.
9648 (save-completions-to-file, load-completions-from-file):
9649 Use with-current-buffer.
9650 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9651 into a function. Move all calls to toplevel.
9652 (completion-lisp-mode-hook): New fun.
9653 (completion-c-mode-hook, completion-setup-fortran-mode):
9654 Set the syntax-table here. Use local-set-key.
9655 (completion-saved-bindings): New var.
9656 (dynamic-completion-mode): Make it into a proper minor mode.
9657 (load-completions-from-file): Remove unused var `num-uses'.
9658
9659 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9660 constructor if it is explicitly overridden.
9661
9662 * complete.el (PC-completion-as-file-name-predicate):
9663 Use minibuffer-completing-file-name.
9664 (partial-completion-mode): Use find-file-not-found-functions.
9665 (PC-lisp-complete-symbol): Use with-syntax-table.
9666 (PC-look-for-include-file): Remove dead setq.
9667 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9668 (PC-complete): Use with-current-buffer.
9669
9670 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9671 escape single quotes.
9672
9673 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9674
9675 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9676 of `if' whose condition always returned nil. Doc fix.
9677
9678 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9679 window's buffer the current buffer around the call to
9680 `list-buffers-noselect'. This is necessary to mark that buffer
9681 with a `.' in the Buffer Menu when called from Lisp, for instance
9682 by Auto Revert Mode.
9683
9684 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9685
9686 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9687 attaching to it.
9688 (gdb-pre-prompt): Make sure gdb-error is reset.
9689
9690 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9691 with a child process, detect it.
9692 (gud-speedbar-buttons): Match regexp more carefully.
9693
9694 2005-11-27 Richard M. Stallman <rms@gnu.org>
9695
9696 * mouse.el (mouse-drag-move-window-bottom):
9697 Use adjust-window-trailing-edge.
9698
9699 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9700
9701 * simple.el (blink-matching-open): Ignore
9702 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9703 (blink-matching-paren-on-screen): Update docstring.
9704
9705 * paren.el (show-paren-mode): No longer change
9706 `blink-matching-paren-on-screen'.
9707
9708 2005-11-27 John Paul Wallington <jpw@pobox.com>
9709
9710 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9711 (gdb-threads-select, gdb-edit-register-value):
9712 Use `posn-set-point' instead of `mouse-set-point' because the
9713 latter is not fbound when configured without X.
9714
9715 2005-11-27 Kim F. Storm <storm@cua.dk>
9716
9717 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9718 existing face when partially highlighting a TAB in a rectangle.
9719
9720 2005-11-26 Kim F. Storm <storm@cua.dk>
9721
9722 * ido.el (ido-mode-map): Doc fix.
9723 (ido-mode-common-map, ido-mode-file-map)
9724 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9725 (ido-define-mode-map): Rewrite. Select one of the new maps as
9726 parent for ido-mode-map instead of building from scratch.
9727 (ido-init-mode-maps): New defun to initialize new maps.
9728 (ido-mode): Call it.
9729 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9730 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9731
9732 2005-11-26 John Paul Wallington <jpw@pobox.com>
9733
9734 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9735 `mouse-set-point' because the latter is not fbound when configured
9736 without X.
9737
9738 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9739
9740 * files.el (file-relative-name): Doc fix.
9741
9742 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9743
9744 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9745 non-empty string for secondary prompt PS2.
9746
9747 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9748
9749 * progmodes/compile.el (compilation-setup): Fix last change.
9750
9751 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9752
9753 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9754 (gdb-mouse-toggle-breakpoint-margin)
9755 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9756 Add gdb-server-prefix to keep out of command history.
9757 (gdb-edit-register-value): New function.
9758 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9759 (gdb-info-registers-custom): Use above map.
9760
9761 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9762
9763 * custom.el (enable-theme): Signal error if argument is not a
9764 theme. Don't recalculate a face if it's not loaded yet.
9765
9766 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9767 the `user' theme is in effect.
9768
9769 * info.el (Info-on-current-buffer): Record actual filename in
9770 Info-current-file, instead of t, or a fake filename if a non-file
9771 buffer. Make autoload.
9772 (Info-find-node, Info-revert-find-node): No need to check for
9773 Info-current-file nil.
9774 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9775 Info-current-file is now never `t'.
9776 (Info-fontify-node): Many simplifications due to Info-current-file
9777 always being valid. Use Info-find-file to find node filename.
9778
9779 2005-11-25 David Kastrup <dak@gnu.org>
9780
9781 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9782 new character, then delete" in order to preserve markers.
9783
9784 2005-11-25 David Ponce <david@dponce.com>
9785
9786 * recentf.el (recentf-arrange-by-rule): Handle a special
9787 `auto-mode-alist'-like "strip suffix" rule.
9788 (recentf-build-mode-rules): Handle second level auto-mode entries.
9789
9790 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9791
9792 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9793 window modes.
9794
9795 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9796 jde-javadoc-checker-report-mode.
9797
9798 * ediff-wind (ediff-make-wide-display): Slight simplification.
9799
9800 * ediff.el (ediff-date): Change the date of last update.
9801
9802 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9803
9804 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9805 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9806 (hi-lock-mode): New global minor mode.
9807 (turn-on-hi-lock-if-enabled): New function.
9808 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9809 Change arguments to regexp and face instead of a font-lock pattern.
9810 Directly set face property, instead of refontifying.
9811 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9812 (hi-lock-find-patterns): Use line-number-at-pos.
9813
9814 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9815 arguments for hi-lock-set-pattern.
9816 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9817 Call font-lock-fontify-buffer.
9818 (hi-lock-find-file-hook, hi-lock-current-line)
9819 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9820
9821 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9822 turned off.
9823
9824 * progmodes/compile.el (compilation-setup): Don't fiddle with
9825 font-lock-defaults.
9826
9827 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9828
9829 * progmodes/gdb-ui.el (gdb-var-create-handler)
9830 (gdb-var-list-children-handler): Find values for all variable
9831 objects. gud-speedbar-buttons decides whether to display them.
9832
9833 2005-11-24 Romain Francoise <romain@orebokech.com>
9834
9835 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9836 buffer name with a space.
9837
9838 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9839
9840 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9841 `org-export-local-list-max-depth'. Change default value to 3.
9842 (org-auto-renumber-ordered-lists)
9843 (org-plain-list-ordered-item-terminator): New options.
9844 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9845 (org-get-indentation, org-get-string-indentation)
9846 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9847 New functions.
9848 (org-move-item-down, org-move-item-up): New commands.
9849 (org-export-as-html): New classes for CSS support. Bug fix in
9850 regular expression detecting fixed-width regions. Respect
9851 `org-local-list-ordered-item-terminator'.
9852 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9853 also a list item.
9854 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9855 New item moving functions.
9856
9857 2005-11-24 Juri Linkov <juri@jurta.org>
9858
9859 * isearch.el (isearch-repeat): With empty search ring set
9860 `isearch-error' to the error string instead of signaling error
9861 with the function `error'.
9862
9863 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9864
9865 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9866
9867 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9868
9869 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9870 and variable.
9871 (gdb-var-create-handler, gdb-var-list-children-handler):
9872 Don't match on "char **...".
9873 (gdb-var-update-handler): Find values for all variable objects.
9874 (gdb-info-frames-custom): Identify frames by leading "#".
9875
9876 * progmodes/gud.el (gud-speedbar-menu-items): Add
9877 gdb-speedbar-auto-raise as radio button.
9878 (gud-speedbar-buttons): Raise speedbar if requested.
9879 Don't match on "char **...".
9880 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9881 Make it editable.
9882
9883 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
9884
9885 * info.el (Info-fontify-node): Handle the case where
9886 Info-current-file is t.
9887
9888 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9889
9890 * simple.el (blink-matching-open): Fix off-by-one in last change.
9891
9892 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9893
9894 * term/mac-win.el: Don't change default directory.
9895
9896 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
9897
9898 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9899 buffers correctly. (It used to throw an error in such buffers.)
9900 Make it ask for confirmation in group buffers and other Custom
9901 buffers containing more than one customization item.
9902
9903 2005-11-22 John Paul Wallington <jpw@gnu.org>
9904
9905 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9906 property on mail and url overlays.
9907 (goto-address-at-point): Use `posn-set-point' instead of
9908 `mouse-set-point' because the latter is not fbound when configured
9909 without X.
9910
9911 2005-11-22 Lars Hansen <larsh@soem.dk>
9912
9913 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9914 (ls-lisp-classify, ls-lisp-format): Delete call to
9915 ls-lisp-parse-symlink.
9916 (ls-lisp-handle-switches): Handle symlinks to directories as
9917 directories when ls-lisp-dirs-first in non-nil.
9918
9919 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
9920
9921 * startup.el (command-line): Make sure that loaddefs.el is handled
9922 correctly in load-history.
9923
9924 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
9925
9926 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9927 (gdb-struct-string, gdb-array-string): New constants.
9928 (gdb-info-locals-handler): Use them.
9929 (gdb-reset): Reset gdb-var-list to nil.
9930
9931 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9934 in patterns.
9935
9936 2005-11-21 Juri Linkov <juri@jurta.org>
9937
9938 * custom.el (defcustom): Update link types in docstring.
9939
9940 2005-11-20 Martin Rudalics <rudalics@gmx.at>
9941
9942 * custom.el (defgroup): Add doc-string-elt info.
9943
9944 * widget.el (define-widget): Don't use declare for the doc-string-elt.
9945
9946 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9947
9948 * newcomment.el (comment-enter-backward): Fix last fix.
9949
9950 * simple.el (blink-matching-open):
9951 * paren.el (show-paren-function): Allow new paren-class info.
9952
9953 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9954
9955 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
9956 handled automagically.
9957
9958 2005-11-20 Andreas Schwab <schwab@suse.de>
9959
9960 * descr-text.el (describe-char): When copying overlays put them
9961 over the full char description instead of just the first character
9962 of it.
9963
9964 2005-11-20 Juri Linkov <juri@jurta.org>
9965
9966 * simple.el (what-cursor-position):
9967 * descr-text.el (describe-char): Use Lisp-readable syntax
9968 for octal and hex. Reorder decimal, octal and hex values.
9969 Remove excess whitespace in the output. Use `=' in `column='
9970 like in `point=' and `Hscroll='.
9971
9972 * international/mule-cmds.el (encoded-string-description):
9973 Use Lisp-readable syntax for hex.
9974
9975 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9976
9977 * newcomment.el (comment-enter-backward): Handle the case where the
9978 comment is closed by EOB.
9979
9980 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9981
9982 * longlines.el (longlines-before-revert-hook)
9983 (longlines-after-revert-hook): New functions.
9984 (longlines-mode): Turn off longlines temporarily when reverting.
9985 Add a message-setup-hook.
9986 (longlines-decode-buffer): New function.
9987 (longlines-wrap-line): Preserve marker positions.
9988
9989 2005-11-19 Andreas Schwab <schwab@suse.de>
9990
9991 * emacs-lisp/shadow.el: Handle compressed files.
9992
9993 2005-11-19 Romain Francoise <romain@orebokech.com>
9994
9995 * net/browse-url.el (browse-url-default-browser): Signal an error
9996 if no usable browser can be found, rather than try to load w3.
9997
9998 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
9999
10000 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10001 replacing existing properties.
10002 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10003 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10004 tty specs.
10005 (rcirc-server-prefix, rcirc-server): New faces.
10006 (rcirc-url-regexp): Generate with rx macro.
10007 (rcirc-last-server-message-time): New variable.
10008 (rcirc-filter): Record time of last message.
10009 (rcirc-keepalive): Kill processes that did not send a message
10010 since the last ping.
10011 (rcirc-mode): Give rcirc-topic a local binding here.
10012
10013 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10014
10015 * subr.el (read-passwd): Fontify the prompt as we do with other
10016 prompts.
10017
10018 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10019
10020 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10021 binding buffer-read-only to nil.
10022
10023 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10024
10025 * complete.el (partial-completion-mode):
10026 Mention completion-auto-help in the doc string.
10027
10028 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10029 more Lisp-ish way.
10030
10031 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10032
10033 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10034 digits, not 8, to avoid misalignment for files larger than 100MB.
10035
10036 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10037
10038 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10039 Mention "keyboard shortcuts" in the help text.
10040
10041 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10042
10043 * startup.el (fancy-splash-default-action): Discard only
10044 mouse-down and succeeding mouse-up events in the splash screen
10045 window so that drag-n-drop event can be processed.
10046
10047 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10048
10049 * longlines.el (longlines-mode): Add hacks for mail-mode and
10050 message-mode.
10051
10052 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10053
10054 * textmodes/org.el (org-table-sort-lines): New command.
10055 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10056 (org-add-file): Command removed, use `org-agenda-file-to-front'
10057 instead.
10058 (org-export-icalendar): Use `org-icalendar-combined-name'.
10059 (org-cycle-agenda-files, org-agenda-file-to-end)
10060 (org-agenda-file-to-front): New commands.
10061 (org-table-tab-jumps-over-hlines, org-export-html-style):
10062 New options.
10063 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10064 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10065 New functions.
10066 (org-fill-paragraph): Call `org-table-align' in tables.
10067 (org-mode): Call `org-set-autofill-regexps'.
10068 (org-export-as-html): Support for local handformatted lists.
10069 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10070 (org-export-local-list-max-depth): New option.
10071 (org-html-expand): Use `org-html-protect'.
10072
10073 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10074
10075 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10076 to "p".
10077 (gdb): Move definition of gud-pp to...
10078
10079 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10080 speedbar.
10081 (gdb-find-watch-expression): New function.
10082
10083 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10084
10085 * faces.el (face-attribute, set-face-attribute): Mention existence
10086 of `:ignore-defface' setting in docstring.
10087
10088 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10089
10090 * simple.el (completion-setup-function): Fix last change.
10091
10092 2005-11-17 John Paul Wallington <jpw@pobox.com>
10093
10094 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10095 Use `posn-set-point' instead of `mouse-set-point' because the
10096 latter is not fbound when configured without X.
10097
10098 * comint.el (comint-insert-input): Likewise.
10099
10100 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10101
10102 * simple.el (hard-newline): New variable.
10103 (sendmail-user-agent-compose, next-line): Use it.
10104
10105 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10106 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10107 (mail-mail-reply-to, mail-mail-followup-to)
10108 (mail-position-on-field, mail-signature, mail-yank-original)
10109 (mail-attach-file): Likewise.
10110
10111 * mail/mailheader.el (mail-header-format)
10112 (mail-header-format-function): Likewise.
10113
10114 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10115
10116 2005-11-17 Juri Linkov <juri@jurta.org>
10117
10118 * font-lock.el (font-lock-faces): Rename this defgroup from
10119 `font-lock-highlighting-faces'.
10120 (font-lock-comment-face, font-lock-comment-delimiter-face)
10121 (font-lock-string-face, font-lock-doc-face)
10122 (font-lock-keyword-face, font-lock-builtin-face)
10123 (font-lock-function-name-face, font-lock-variable-name-face)
10124 (font-lock-type-face, font-lock-constant-face)
10125 (font-lock-warning-face, font-lock-negation-char-face)
10126 (font-lock-preprocessor-face)
10127 (font-lock-regexp-grouping-backslash)
10128 (font-lock-regexp-grouping-construct): Rename :group from
10129 `font-lock-highlighting-faces' to `font-lock-faces'.
10130
10131 * cus-edit.el (lisp, c, tex):
10132 * progmodes/ada-mode.el (ada):
10133 * progmodes/asm-mode.el (asm):
10134 * progmodes/cperl-mode.el (cperl-faces):
10135 * progmodes/cpp.el (cpp):
10136 * progmodes/dcl-mode.el (dcl):
10137 * progmodes/f90.el (f90):
10138 * progmodes/fortran.el (fortran):
10139 * progmodes/icon.el (icon):
10140 * progmodes/idlwave.el (idlwave-misc):
10141 * progmodes/m4-mode.el (m4):
10142 * progmodes/make-mode.el (makefile):
10143 * progmodes/meta-mode.el (meta-font):
10144 * progmodes/modula2.el (modula2):
10145 * progmodes/octave-mod.el (octave):
10146 * progmodes/pascal.el (pascal):
10147 * progmodes/perl-mode.el (perl):
10148 * progmodes/prolog.el (prolog):
10149 * progmodes/ps-mode.el (PostScript-edit):
10150 * progmodes/scheme.el (scheme):
10151 * progmodes/sh-script.el (sh-script):
10152 * progmodes/simula.el (simula):
10153 * progmodes/tcl.el (tcl):
10154 * textmodes/nroff-mode.el (nroff):
10155 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10156 * textmodes/sgml-mode.el (sgml):
10157 * textmodes/texinfo.el (texinfo):
10158 Add :link (custom-group-link font-lock-faces) to defgroup.
10159
10160 * hi-lock.el (hi-lock): Rename this defgroup from
10161 `hi-lock-interactive-text-highlighting'. Change parent group from
10162 `faces' to `font-lock'. Add link to the manual.
10163 (hi-lock-mode, hi-lock-file-patterns-range)
10164 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10165 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10166 (hi-lock-faces): Add :group `faces'.
10167
10168 * cus-edit.el (custom-variable-prompt): Clarify the code.
10169
10170 * faces.el (face-read-string): Set the default value arg of
10171 completing-read.
10172
10173 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10174
10175 * rfn-eshadow.el (file-name-shadow-properties)
10176 (file-name-shadow-tty-properties, file-name-shadow-mode):
10177 Remove autoloads, because the file is now preloaded.
10178
10179 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10180
10181 * printing.el (easy-menu-intern): Don't define.
10182 (pr-get-symbol): Use easy-menu-intern only if defined.
10183
10184 * simple.el (blink-matching-open): Simplify a bit.
10185 (completion-setup-function): Fix the case of partial-completion-mode
10186 when the minibuffer's contents start with "-".
10187 Obey completion-base-size-function even when
10188 minibuffer-completing-file-name is non-nil.
10189
10190 2005-11-16 Richard M. Stallman <rms@gnu.org>
10191
10192 * net/eudcb-ph.el (eudc-ph-open-session):
10193 Use set-process-query-on-exit-flag.
10194
10195 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10196
10197 * international/ucs-tables.el (ucs-set-table-for-input):
10198 Use make-local-variable, not make-variable-buffer-local.
10199
10200 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10201 Improve warning message text.
10202
10203 * savehist.el (savehist-save-hook): Add :group.
10204
10205 * menu-bar.el (menu-bar-help-menu):
10206 Rename Find Extra Packages to External Packages.
10207
10208 * cus-edit.el (Custom-reset-standard): Verify that
10209 :custom-standard-value prop exists before calling it.
10210
10211 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10212
10213 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10214
10215 * wid-edit.el (color): Enclose %t in %{...%}.
10216
10217 * cus-edit.el (face): Enclose %t in %{...%}.
10218
10219 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10220
10221 * savehist.el (savehist-mode-hook): Re-add the var.
10222 (savehist-mode): Use it.
10223
10224 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10225
10226 * textmodes/flyspell.el: Fix commenting convention.
10227 Remove unnecessary leading * in custom docstrings.
10228 (flyspell-emacs): Remove unused var.
10229 (flyspell-delete-region-overlays): Use remove-overlays.
10230 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10231 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10232 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10233 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10234 (make-flyspell-overlay): Don't locally reuse a global name.
10235 (flyspell-highlight-incorrect-region)
10236 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10237 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10238 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10239 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10240 Wrap calls to accept-process-output inside with-local-quit since it's
10241 often called from a post-command-hook.
10242 (flyspell-correct-word, flyspell-auto-correct-word):
10243 Use ispell-send-string.
10244 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10245
10246 * calendar/diary-lib.el (diary-list-entries): Also hide the
10247 terminating newline.
10248
10249 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10250
10251 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10252 window-system, to allow fonts on tty.
10253
10254 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10255
10256 * progmodes/gud.el (gud-speedbar-item-info): New function.
10257 (gud-install-speedbar-variables): Use it to display data type
10258 of watch expression as a tooltip in speedbar.
10259
10260 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10261
10262 * font-core.el (global-font-lock-mode): Add :version keyword,
10263 because default was changed.
10264
10265 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10266
10267 * startup.el (command-line): Use `custom-reevaluate-setting' for
10268 `file-name-shadow-mode'.
10269
10270 * loadup.el: Preload rfn-eshadow.
10271
10272 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10273 Add :version keyword.
10274 (file-name-shadow-properties, file-name-shadow-tty-properties)
10275 (file-name-shadow): Add :version keyword.
10276
10277 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10278 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10279 in the custom-group property of the symbol frames and the fringe
10280 group got no link to its parent group frames.
10281 Doc fix.
10282
10283 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10284
10285 * progmodes/gud.el (gud-stop-subjob): New function.
10286 (gud-menu-map, gud-tool-bar-map): Use it.
10287
10288 2005-11-16 Kim F. Storm <storm@cua.dk>
10289
10290 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10291 than kill it.
10292 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10293 to a more useful/logical place.
10294
10295 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10296
10297 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10298 go buttons complementary.
10299
10300 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10301
10302 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10303 (rfn-eshadow-sifn-equal): New function.
10304 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10305
10306 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10307
10308 * viper-utils.el (viper-non-word-characters-reformed-vi):
10309 Quote `-' in string.
10310
10311 * viper.el (viper-emacs-state-mode-list): Ensure that
10312 rcirc-mode buffers come up in Emacs state.
10313
10314 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10315 operation.
10316
10317 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10318
10319 * term.el (term-termcap-format): Fix typos.
10320 (term-down): Fix the negative argument case.
10321
10322 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10323
10324 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10325 2005-08-15.
10326 (gdb-ann3): New command gud-go.
10327 (menu): Accomodate gdb-mi.el.
10328 (gdb-assembler-custom): Make buffer of selected window current
10329 so that set-window-point works.
10330
10331 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10332 buttons and include new ones.
10333
10334 2005-11-16 Kim F. Storm <storm@cua.dk>
10335
10336 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10337 (gud-menu-map): Use it.
10338
10339 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10340
10341 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10342 that works correctly for Custom and that does not override a user
10343 who disables it.
10344
10345 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10346 (help-xref-interned, help-follow): Make hyperlinks for variables
10347 that are unbound, but have a non-nil variable-documentation property.
10348
10349 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10350 mode hook. (It conflicted with defcustoms for some mode hooks.)
10351 Use the `variable-documentation' property to give the mode hook a
10352 docstring and expand that docstring.
10353
10354 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10355
10356 * savehist.el (savehist-mode): Don't bother with
10357 `custom-set-minor-mode'.
10358 (savehist-coding-system): Check XEmacs version.
10359 (history-length): Declare also at run time.
10360 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10361 Don't set the customize state.
10362 (savehist-minibuffer-hook): Special case for when
10363 minibuffer-history-variable is equal to t.
10364
10365 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10366
10367 * files.el (write-file): Refresh VC status.
10368
10369 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10370 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10371 than fundamental-mode to see if the mode was set.
10372
10373 2005-11-14 Romain Francoise <romain@orebokech.com>
10374
10375 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10376 dummy function in `eval-when-compile' to avoid compiler warning.
10377 Require `man' at compile time.
10378
10379 2005-11-14 Jay Belanger <belanger@truman.edu>
10380
10381 * calc-alg.el (calcFunc-write-out-power): Rename it to
10382 calcFunc-powerexpand.
10383 (math-write-out-power): Rename it to math-powerexpand; have it
10384 handle negative exponents.
10385 (calc-writeoutpower): Rename it to calc-powerexpand.
10386
10387 * calc-ext.el: Change calcFunc-writeoutpower and
10388 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10389 autoloads.
10390 Add calcFunc-ldiv to autoloads.
10391
10392 * calc-arith.el (calcFunc-ldiv): New function.
10393
10394 * calc.el (calc-left-divide): New function.
10395
10396 2005-11-14 Juri Linkov <juri@jurta.org>
10397
10398 * cus-edit.el (custom-variable-prompt): Set the default value arg
10399 of completing-read.
10400
10401 * cus-dep.el (custom-make-dependencies): Reverse the list of
10402 found dependencies.
10403
10404 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10405
10406 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10407 Highlighting" entry, it is on by default now.
10408 (menu-bar-options-save): Do not save global-font-lock-mode.
10409
10410 2005-11-13 Richard M. Stallman <rms@gnu.org>
10411
10412 * textmodes/flyspell.el (flyspell-large-region):
10413 Call flyspell-accept-buffer-local-defs.
10414
10415 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10416
10417 * textmodes/flyspell.el (flyspell-notify-misspell):
10418 Fix misspelling of "Misspelling".
10419 (flyspell-process-localwords): New function.
10420 (flyspell-large-region): Call flyspell-process-localwords and
10421 flyspell-delete-region-overlays.
10422 (flyspell-delete-region-overlays): New function.
10423 (flyspell-delete-all-overlays): Call that.
10424
10425 2005-11-13 Richard M. Stallman <rms@gnu.org>
10426
10427 * help.el (help-for-help-internal): Improve doc of C-h a.
10428 (describe-key): Improve prompt; doc fix.
10429
10430 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10431
10432 * vc-svn.el (vc-svn-registered): Catch all errors.
10433
10434 * cus-dep.el (custom-make-dependencies): Typo.
10435
10436 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10437
10438 * net/tramp-util.el (top): Fix compilation warning.
10439
10440 2005-11-13 Kim F. Storm <storm@cua.dk>
10441
10442 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10443
10444 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10445
10446 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10447 (gud-speedbar-buttons): Match on "const char *" too.
10448
10449 * progmodes/gdb-ui.el (gdb-var-create-handler)
10450 (gdb-var-list-children-handler): Match on "const char *" too.
10451 (gdb-var-evaluate-expression-handler): Match on empty string.
10452 (gdb-var-update-handler): Only call
10453 gdb-var-evaluate-expression-handler when required.
10454
10455 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10456
10457 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10458 selected window. This still doesn't work for speedbar.
10459 (gud-speedbar-buttons): Handle string expressions properly.
10460
10461 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10462 (gdb-var-create-handler): Handle string expressions properly.
10463 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10464 Handle string expressions properly. Move "type" field into regexp.
10465
10466 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10467
10468 * bookmark.el (bookmark-maybe-message): New function to reduce
10469 code duplication: invokes `message' iff baud-rate is high enough.
10470 (bookmark-write-file): Use above instead of an inline conditional.
10471 (bookmark-load): Same.
10472
10473 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10474
10475 * bookmark.el (bookmark-write-file): Don't visit the destination
10476 file, just write the data to it using write-region. This is
10477 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10478 change to avoid visiting the file in the first place.
10479
10480 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10481
10482 * hi-lock.el (hi-lock-mode): Set the default value of
10483 font-lock-defaults.
10484
10485 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10486
10487 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10488 arg to `file-attributes'.
10489 (find-lisp-format): The UID and GID can now be strings.
10490
10491 2005-11-12 Kim F. Storm <storm@cua.dk>
10492
10493 * help.el (help-map): Bind C-h d to apropos-documentation.
10494
10495 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10496 when point is at end-of-buffer.
10497
10498 * apropos.el (apropos-match-face): Doc fix.
10499 (apropos-sort-by-scores): Add new choice `verbose'.
10500 (apropos-documentation-sort-by-scores): New defcustom.
10501 (apropos-pattern): Now contains the pattern entered by the user.
10502 (apropos-pattern-quoted): New defvar.
10503 (apropos-regexp): New defvar, containing the regexp corresponding
10504 to apropos-pattern.
10505 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10506 (apropos-read-pattern): New defun. Use it to read pattern arg in
10507 interactive calls; returns list of words for a word list, and
10508 string for a regexp.
10509 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10510 parses a list of words or regexp as returned by apropos-read-pattern.
10511 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10512 (apropos-score-doc): Return a very high score if the string
10513 entered by the user matches literally.
10514 (apropos-variable): Doc fix. Use apropos-read-pattern.
10515 (apropos-command): Doc fix. Use apropos-read-pattern and
10516 apropos-parse-pattern. Call apropos-print with nosubst=t.
10517 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10518 apropos-parse-pattern.
10519 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10520 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10521 apropos-documentation-sort-by-scores. Call apropos-print with
10522 nosubst=t.
10523 (apropos-documentation-internal): Pass doc string through
10524 substitute-key-definition before adding text properties.
10525 Highlight substring matching literal user input if possible.
10526 (apropos-documentation-check-doc-file): Remove locals beg and end.
10527 Fix calculation of score (as added twice). Pass doc string through
10528 substitute-key-definition before adding text properties.
10529 (apropos-documentation-check-elc-file): Pass doc string through
10530 substitute-key-definition before adding text properties.
10531 Highlight substring matching literal user input if possible.
10532 (apropos-print): Add new arg NOSUBST; if set, command and variable
10533 doc strings have already been passed through substitute-key-definition.
10534 Add code to handle apropos-accumulator items without score element
10535 for backwards compatibility (e.g. with woman package).
10536 Only show scores if apropos-sort-by-scores is `verbose'.
10537
10538 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10539
10540 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10541 Add jka-compr-load-suffixes to load-suffixes.
10542
10543 * jka-compr.el: Require jka-cmpr-hook.
10544 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10545 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10546 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10547 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10548 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10549 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10550 (jka-compr-uninstall): Remove entries from
10551 jka-compr-added-to-file-coding-system-alist after they are used.
10552 (jka-compr-error): Remove unused var `curbuf'.
10553 (jka-compr-file-local-copy): Remove unused var `notfound'.
10554
10555 2005-11-10 Romain Francoise <romain@orebokech.com>
10556
10557 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10558
10559 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10560
10561 * progmodes/gud.el (gud-menu-map): Move parentheses.
10562 (gdb): New command gud-pv.
10563
10564 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10565
10566 * tar-mode.el: Remove spurious or unnecessary leading stars
10567 in docstrings.
10568 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10569 (tar-parse-octal-integer-safe): Use mapc.
10570 (tar-header-block-summarize): Remove unused var `ck'.
10571 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10572 cleared before. Obey default-enable-multibyte-characters.
10573 Use mapconcat. Simplify setting of tar-header-offset.
10574 (tar-mode-map): Move initialization inside delcaration.
10575 (tar-flag-deleted): Use `abs'.
10576 (tar-expunge-internal): Remove unused var `line'.
10577 (tar-expunge-internal): Don't hardcode point-min==1.
10578 (tar-expunge): Widen while doing set-buffer-multibyte.
10579 (tar-rename-entry): Use file-name-coding-system.
10580 (tar-alter-one-field): Don't hardcode point-min==1.
10581 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10582 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10583
10584 2005-11-10 Masatake YAMATO <jet@gyve.org>
10585
10586 * add-log.el (add-log-current-defun): Handle class::method
10587 notation of c++. Fix incorrect comment.
10588
10589 2005-11-10 Alan Mackenzie <acm@muc.de>
10590
10591 * help-fns.el (describe-variable): Make C-h v work when a variable
10592 has variable documentation yet is unbound.
10593
10594 2005-11-10 Masatake YAMATO <jet@gyve.org>
10595
10596 * man.el (Man-highlight-references): Set an empty
10597 string to `Man-arguments' if it is nil.
10598 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10599
10600 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10601
10602 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10603 commenting conventions.
10604
10605 * cus-dep.el (custom-make-dependencies): Simplify.
10606 Better follow the commenting conventions.
10607
10608 2005-11-09 Richard M. Stallman <rms@gnu.org>
10609
10610 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10611 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10612 All uses changed.
10613 (apropos-rewrite-regexp): Doc fix.
10614 (apropos-variable, apropos-command, apropos, apropos-value):
10615 Change prompt; carry through the argument renaming.
10616
10617 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10618
10619 * find-lisp.el: Require dired.
10620 (find-lisp-find-dired-internal): Do not call
10621 `abbreviate-file-name' on DIR.
10622
10623 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10624
10625 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10626
10627 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10628
10629 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10630 when using the speedbar.
10631 (gdb): New command gud-pp.
10632 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10633
10634 2005-11-09 Juri Linkov <juri@jurta.org>
10635
10636 * replace.el (occur-excluded-properties): New defcustom.
10637 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10638
10639 2005-11-08 Jay Belanger <belanger@truman.edu>
10640
10641 * calc/calc-units.el (math-convert-units): Replace any composite
10642 unit by its definition.
10643
10644 2005-11-08 Lars Hansen <larsh@soem.dk>
10645
10646 * emacs-lisp/autoload.el (update-directory-autoloads):
10647 Add obsolete function alias.
10648
10649 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10650
10651 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10652 comment-indent-function.
10653 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10654
10655 * reveal.el (reveal-post-command): Rework the handling of
10656 reveal-open-spots, so as to be more reliable. There were several
10657 tricky corner cases where an open spot might be lost, or where
10658 a closed spot might end up on the list of open spots.
10659 Only reveal text that's ellipsised.
10660
10661 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10662
10663 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10664
10665 2005-11-07 John Paul Wallington <jpw@gnu.org>
10666
10667 * ibuffer.el (ibuffer): Search iconified frames too when
10668 getting Ibuffer buffer's window.
10669
10670 2005-11-06 Richard M. Stallman <rms@gnu.org>
10671
10672 * progmodes/compile.el (compilation-internal-error-properties):
10673 save-excursion around the computation of MARKER.
10674
10675 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10676
10677 * textmodes/flyspell.el (flyspell-external-point-words):
10678 flyspell-get-word returns a list, not just a string.
10679
10680 2005-11-06 John Paul Wallington <jpw@pobox.com>
10681
10682 * ibuffer.el (ibuffer): Search all visible frames when getting
10683 Ibuffer buffer's window.
10684
10685 2005-11-07 Masatake YAMATO <jet@gyve.org>
10686
10687 * man.el (Man-reference-regexp): Accept spaces between
10688 `Man-name-regexp' and `Man-section-regexp'.
10689 (Man-apropos-regexp): New variable.
10690 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10691 if available.
10692 (Man-highlight-references, Man-highlight-references0):
10693 Handle the case when `Man-arguments' includes "-k".
10694 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10695 `TARGET'. `TARGET' can be a number, function or nil.
10696
10697 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10698
10699 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10700 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10701 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10702 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10703 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10704 (gdb-send-item): Use buffer-local-value and simplify.
10705
10706 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10707
10708 * startup.el (command-line): Use `custom-reevaluate-setting' for
10709 `global-font-lock-mode'.
10710
10711 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10712 by default, except in batch mode or when the -D option is given.
10713
10714 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10715 specified keyword args on to `define-minor-mode'. Update docstring.
10716
10717 2005-11-05 Romain Francoise <romain@orebokech.com>
10718
10719 * replace.el (occur-engine): Add marker at end of line, too.
10720
10721 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10722
10723 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10724 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10725 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10726 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10727 argument to all these routines, so the passphrase can be managed
10728 externally and passed in to the system.
10729 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10730 pgg-add-passphrase-to-cache function.
10731
10732 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10733 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10734 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10735 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10736 argument to all these routines, so the passphrase can be managed
10737 externally and passed in to the system.
10738 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10739 function.
10740
10741 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10742
10743 * font-lock.el: Don't deal with font-lock-face-attributes here,
10744 move the code ...
10745
10746 * startup.el (command-line): ... here. Use face-spec-set instead
10747 of custom-declare-face.
10748
10749 * faces.el (face-spec-set): Reset the face if spec is not nil.
10750
10751 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10752
10753 * newcomment.el (comment-region-internal): Box more tightly in the
10754 common case where there's no TAB in the boxed text.
10755
10756 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10757
10758 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10759 up-node.
10760
10761 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10762
10763 * newsticker.el: Commentary updated. Code formatting changed.
10764 (newsticker-version): Change to "1.9".
10765 (newsticker, newsticker-feed): Doc fix.
10766 (newsticker-url-list): Doc fix. Add option "Weekly".
10767 (newsticker-retrieval-interval): Add option "Weekly".
10768 (newsticker-headline-processing): Doc fix.
10769 (newsticker-auto-mark-filter): Remove.
10770 (newsticker-auto-mark-filter-list): New.
10771 (newsticker-layout, newsticker-sort-method): Doc fix.
10772 (newsticker-hide-old-items-in-newsticker-buffer)
10773 (newsticker-heading-format, newsticker-item-format)
10774 (newsticker-desc-format): Doc fix.
10775 (newsticker-show-all-rss-elements): Remove.
10776 (newsticker-show-all-news-elements): New.
10777 (newsticker-faces, newsticker-ticker): Doc fix.
10778 (remove-from-invisibility-spec): Code formatting.
10779 (newsticker--process-ids): New.
10780 (newsticker-mode): Doc fix.
10781 (newsticker-mode): Change mode-line-format.
10782 (newsticker-start): Remove debug output.
10783 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10784 (newsticker-w3m-show-inline-images): Code formatting.
10785 (newsticker-next-item): Call `force-mode-line-update'.
10786 (newsticker-previous-item): Call `force-mode-line-update'.
10787 (newsticker-next-feed): Call `force-mode-line-update'.
10788 (newsticker-previous-feed): Call `force-mode-line-update'.
10789 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10790 (newsticker-show-old-items): Do not show descs.
10791 (newsticker-hide-entry): Hide too much.
10792 (newsticker-hide-entry, newsticker-show-entry)
10793 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10794 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10795 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10796 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10797 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10798 (newsticker-get-news): Call `force-mode-line-update'.
10799 Collect process ids.
10800 (newsticker--sentinel): Change coding system handling.
10801 Move image retrieval to new functions newsticker--get-logo-url-*.
10802 Move feed parsing to new functions newsticker--parse-*.
10803 Update list of process ids.
10804 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10805 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10806 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10807 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10808 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10809 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10810 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10811 (newsticker--decode-coding-string): Remove.
10812 (newsticker--decode-numeric-entities): Check input. Format code.
10813 (newsticker--remove-whitespace): Check input.
10814 (newsticker--do-forget-preformatted): Doc fix.
10815 (newsticker--decode-rfc822-date): Allow for missing time.
10816 (newsticker--update-process-ids): New.
10817 (newsticker--image-sentinel): Change comment.
10818 (newsticker--image-read): Change error message.
10819 (newsticker--imenu-goto): Doc fix. Show headline title.
10820 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10821 (newsticker--buffer-do-insert-text): Clean whitespace in
10822 html-rendered headline title. Code formatting.
10823 Call `newsticker--buffer-print-extra-elements'.
10824 (newsticker--buffer-print-extra-element): Remove.
10825 (newsticker--buffer-print-extra-elements): New.
10826 (newsticker--buffer-do-print-extra-element): New.
10827 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10828 large sizes.
10829 (newsticker--run-auto-mark-filter)
10830 (newsticker--do-run-auto-mark-filter):
10831 Use `newsticker-auto-mark-filter-list'.
10832
10833 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10834
10835 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10836 (rcirc-print): Force redisplay before running hooks. Do long
10837 buffer truncation after making new text read-only. Deal with nil
10838 text when decoding strings. If TARGET is nil, use either the
10839 currently selected buffer, if it is an rcirc buffer and of the
10840 same process or the process buffer.
10841 (rcirc-mode): Remove header-line. Recompute short buffer names.
10842 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10843 (rcirc-short-buffer-name): Add variable.
10844 (rcirc-kill-buffer-hook): Recompute short buffer names.
10845 Remove nick from private channel.
10846 (rcirc-send-input): Send command text to current-buffer.
10847 Don't clear overlay arrow here.
10848 (rcirc-short-buffer-name): Return a short buffer name.
10849 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10850 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10851 buffer-name abbreviations.
10852 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10853 Do not touch nick-table when killing a parted channel.
10854 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10855 Clear arrow from current buffer if it is now hidden.
10856 (rcirc-current-buffer): Add variable.
10857 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10858 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10859 Remove -face from names.
10860 (rcirc-update-activity-string): Print "DND" when globally ignoring
10861 activity.
10862 (rcirc-ignore-buffer-activity-flag): Rename from
10863 rcirc-ignore-channel-activity.
10864 (rcirc-ignore-all-activity-flag): Doc fix.
10865 (rcirc-channels): Remove variable.
10866 (rcirc-kill-buffer-hook):
10867 (rcirc-get-buffer-create): Add nick to private channel.
10868 (rcirc-multiline-edit-submit): Remove tabs.
10869 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10870 folded.
10871 (rcirc-remove-nick-channel): Bug fix.
10872 (rcirc-toggle-ignore-buffer-activity): Rename from
10873 rcirc-toggle-ignore-channel-activity.
10874 (rcirc-record-activity): Add buffers to the front of the list.
10875 (rcirc-update-activity): Remove killed buffers from list.
10876 (rcirc-process-server-response-1): Remove last argument if it is
10877 null before calling handler.
10878 (rcirc): Add "rcirc" defcustom prefix.
10879 (rcirc-prompt): Simplify default prompt.
10880 Use custom-initialize-default.
10881 (rcirc-private-chats): Remove variable.
10882 (rcirc-prompt): Change initialization.
10883 (rcirc-version): Remove function.
10884 (rcirc-id-string): Add constant.
10885 (rcirc-last-buffer): Remove variable.
10886 (rcirc-buffer-alist): Add variable.
10887 (rcirc-connect): Update variable setup.
10888 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10889 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10890 default.
10891 (rcirc-handler-generic): Trigger activity.
10892 (rcirc-send-message): Create the buffor of the target.
10893 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10894 (rcirc-get-buffer): Just return nil if there is no matching buffer.
10895 (rcirc-multiline-edit-cancel): Remove function.
10896 (rcirc-set-last-buffer): Remove function.
10897 (rcirc-get-any-buffer): Add function.
10898 (rcirc-join-channels): Don't print /join text.
10899 (rcirc-toggle-ignore-channel-activity): Add and update echo area
10900 messages.
10901 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10902 (rcirc-handler-NOTICE): Recognize CTCP responses.
10903 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10904 constructing TOPIC string for buffers we are not JOINed.
10905 (rcirc-handler-CTCP-response): Add handler.
10906 (rcirc-multiline-edit-submit): Restore the window-configuration
10907 before adjusting point.
10908 (rcirc): Add customization group.
10909 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10910 (rcirc-user-full-name, rcirc-startup-channels-alist)
10911 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10912 (rcirc-ignore-all-activity-flag, rcirc-time-format)
10913 (rcirc-input-ring-size, rcirc-read-only-flag)
10914 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10915 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10916 Change defvar to defcustom.
10917 (rcirc-update-prompt): Add optional ALL arg, which will update
10918 prompts in all rcirc buffers. Regexp quote replacement text.
10919 (rcirc-fill-column): Accept frame-width as a value.
10920 (rcirc-set-changed): Add function.
10921 (rcirc-next-active-buffer): Write more meaningful messages.
10922 (rcirc-faces): Add customization group.
10923 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10924 (rcirc-nick-in-message-face, rcirc-prompt-face)
10925 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10926 (with-rcirc-process-buffer): Move before first usage.
10927 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10928 (rcirc-debug-flag): Rename from `rcirc-log-p'.
10929 (rcirc-debug): Rename from `rcirc-log'.
10930 (rcirc-format-response-string): Do not print `-' chars for a
10931 NOTICE with no sender. Simplify output of server responses.
10932
10933 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10934
10935 (rcirc-browse-url-map, rcirc-browse-url-at-point)
10936 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10937 Make urls mouse and RET clickable.
10938
10939 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10940
10941 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10942
10943 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10944
10945 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10946 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10947 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10948 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10949 argument to all these routines, so the passphrase can be managed
10950 externally and passed in to the system.
10951 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10952 pgg-add-passphrase-to-cache function.
10953
10954 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10955 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10956 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10957 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10958 argument to all these routines, so the passphrase can be managed
10959 externally and passed in to the system.
10960 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10961 function.
10962
10963 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
10964
10965 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10966 from goto-address-url-regexp.
10967
10968 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
10969
10970 * textmodes/org.el (org-read-date, org-goto-calendar)
10971 (org-recenter-calendar, org-agenda-goto-calendar):
10972 Temporarily clear `calendar-move-hook'.
10973
10974 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
10975
10976 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10977 merging.
10978
10979 * ediff-util.el (ediff-previous-difference): Don't skip regions that
10980 have merge clashes.
10981
10982 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10983
10984 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10985 Undo previous change.
10986
10987 * startup.el (command-line): Use `custom-reevaluate-setting' for
10988 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
10989 tty-register-default-colors on Mac.
10990
10991 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10992
10993 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10994 (gdb-buffer-type): Make it automatically buffer local...
10995 (gdb-get-create-buffer): ...and set it accordingly.
10996 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10997 actually work.
10998
10999 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11000
11001 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11002 not red.
11003
11004 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11005
11006 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11007 case GUD buffer is not visible.
11008 (gdb-goto-breakpoint): Try to force display in source buffer.
11009 (gdb-frame-gdb-buffer): Copy other similar functions.
11010 (gdb-restore-windows): Don't display source if not asked for.
11011 (gdb-assembler-buffer-name): Don't capitalise.
11012
11013 2005-11-03 Richard M. Stallman <rms@gnu.org>
11014
11015 * wid-edit.el (key-sequence): New widget type.
11016
11017 * simple.el (set-mark-command-repeat-pop): New variable.
11018 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11019 if set-mark-command-repeat-pop is true.
11020
11021 * info.el (Info-fontify-node): Don't display extra "see" if there
11022 already is one here.
11023
11024 * mouse.el: Fix special handling of DEL after dragging a region:
11025 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11026 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11027
11028 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11029
11030 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11031 not to assume it pertains to an affix.
11032
11033 * textmodes/flyspell.el (flyspell-post-command-hook):
11034 Bind deactivate-mark to prevent deactivation.
11035
11036 2005-11-03 Lars Hansen <larsh@soem.dk>
11037
11038 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11039 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11040 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11041
11042 2005-11-03 Romain Francoise <romain@orebokech.com>
11043
11044 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11045 Update copyright years.
11046
11047 2005-11-03 Sam Steingold <sds@gnu.org>
11048
11049 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11050 Use system-type instead of window-system because window-system is not
11051 correctly defined during loadup.
11052
11053 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11054
11055 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11056 (xml-parse-tag): Join strings separated by a comment properly.
11057
11058 2005-11-02 Andreas Schwab <schwab@suse.de>
11059
11060 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11061
11062 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11063
11064 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11065 (byte-optimize-pure-func): Quote the eval'd value.
11066
11067 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11068 Rename from perl-font-lock-syntactic-face-function.
11069 Change the calling convention so it can be used as a font-lock MATCHER.
11070 Do the parse-partial-sexp loop outselves.
11071 (perl-font-lock-syntactic-keywords): Use it.
11072 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11073
11074 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11075
11076 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11077 disassembly buffer too.
11078 (gdb-exited): Remove overlay arrows when execution has finished.
11079 (gdb-info-frames-custom, gdb-info-threads-custom)
11080 (gdb-info-registers-custom): Don't add inappropriate text
11081 properties if inferior is not active.
11082
11083 2005-11-02 Glenn Morris <rgm@gnu.org>
11084
11085 * progmodes/fortran.el (fortran-blink-match):
11086 Use `blink-matching-delay'.
11087
11088 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11089
11090 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11091
11092 2005-11-02 Lars Hansen <larsh@soem.dk>
11093
11094 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11095 "Permission denied".
11096
11097 2005-11-01 Richard M. Stallman <rms@gnu.org>
11098
11099 * textmodes/flyspell.el (flyspell-external-point-words):
11100 Pass nil to flyspell-get-word.
11101
11102 2005-11-02 Kim F. Storm <storm@cua.dk>
11103
11104 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11105 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11106
11107 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11108
11109 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11110 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11111 (calendar-mouse-print-dates): Add optional `event' argument.
11112 Update interactive-spec.
11113 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11114 Use `calendar-event-to-date' instead of `event'.
11115
11116 2005-11-02 Masatake YAMATO <jet@gyve.org>
11117
11118 * progmodes/ld-script.el (ld-script-builtins):
11119 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11120 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11121 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11122
11123 2005-11-01 Romain Francoise <romain@orebokech.com>
11124
11125 * vc-sccs.el: Update copyright year.
11126 * ezimage.el: Likewise.
11127
11128 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11129
11130 * info.el (Info-fontify-node): Use `string-width' for fontifying
11131 underlined titles.
11132
11133 2005-11-01 Juri Linkov <juri@jurta.org>
11134
11135 * info.el (Info-fontify-node): Downcase node header keywords Node,
11136 Prev, Next, Up before comparison.
11137 (Info-history): Insert absolute directory name, and put invisible
11138 property on it.
11139
11140 2005-11-01 Juri Linkov <juri@jurta.org>
11141
11142 * info.el (Info-file-supports-index-cookies): New variable.
11143 (Info-find-node-2): Check makeinfo version for index cookie support.
11144 (Info-index-nodes): Search for nodes with index cookies only when
11145 Info-file-supports-index-cookies is t. Otherwise, search nodes
11146 with "Index" in the node name.
11147 (Info-index-node): Search index cookie in the current node only when
11148 Info-file-supports-index-cookies is t. Otherwise, check the word
11149 "Index" in the node name.
11150 (Info-find-emacs-command-nodes): Remove code that searches nodes
11151 with "Index" node name in the top menu.
11152
11153 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11154
11155 * progmodes/scheme.el (scheme-mode-variables): Use the default
11156 comment-indent-function.
11157
11158 * faces.el (face-attribute): Handle the case where a face inherits from
11159 a non-existent face.
11160
11161 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11162 for octal and hexa output, and merge the char into the paren.
11163 (kill-new): Use push.
11164 (copy-to-buffer): Use with-current-buffer.
11165 (completion-setup-function): Move code in loop to remove redundancy.
11166 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11167 those inherited from minibuffer-local-completion-map.
11168
11169 * savehist.el (savehist-mode) <defcustom>:
11170 Use custom-set-minor-mode if available.
11171 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11172 and emit a message if applicable.
11173
11174 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11175
11176 * savehist.el: Sync up to version 19.
11177 (savehist-mode): New minor mode.
11178 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11179 (savehist-length): Remove (use history-length instead).
11180 (savehist-file-modes): Rename from savehist-modes.
11181 (savehist-save-hook, savehist-loaded): New vars.
11182 (savehist-load): Use savehist-mode. Try to smooth up transition from
11183 old format to new format.
11184 (savehist-install): Allow savehist-autosave-interval to be nil.
11185 (savehist-save): Run the new hook. Be more careful to only trim the
11186 history variables.
11187 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11188 (savehist-printable): Print into a buffer rather than char-by-char.
11189
11190 2005-11-01 John Wiegley <johnw@newartisans.com>
11191
11192 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11193 toggle-ignore keybinding (C-a). The author said it had been
11194 disabled much earlier due to a possible incompatibility, but after
11195 many months of usage I have encountered no problems (and it is a
11196 rather useful option, especially for switching to " *temp*").
11197
11198 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11199 support for OS/X's AddressBook, by calling out to the open source
11200 program "contacts" (installable through Fink).
11201
11202 * net/eudc.el (eudc-expand-inline): If the
11203 `eudc-multiple-match-handling-method' is set to `all', delete the
11204 query string before inserting the query result.
11205
11206 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11207 flag, to prevent Eshell from using the system ls when
11208 `eshell-ls-insert-directory' is in used.
11209 (eshell-ls-insert-directory): Disable font-lock in directory
11210 buffer so that Eshell's own fontification is seen. This broke
11211 recently due to changes in font-lock, so this goes back to version
11212 21 behavior.
11213
11214 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11215
11216 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11217 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11218 (gdb-many-windows): Doc fix.
11219
11220 2005-10-31 Romain Francoise <romain@orebokech.com>
11221
11222 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11223
11224 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11225
11226 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11227 that global-font-lock-mode can be enabled by default.
11228
11229 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11230 (font-lock-add-keywords, font-lock-remove-keywords)
11231 (font-lock-fontify-buffer): Remove autoload cookies.
11232
11233 * jit-lock.el (jit-lock-register): Likewise.
11234
11235 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11236
11237 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11238
11239 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11240 intact if there is no gud-comint-buffer.
11241
11242 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11243
11244 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11245 old prompt comint-prompt-read-only is t and GDB commands are
11246 issued from tool bar etc.
11247
11248 2005-10-31 Masatake YAMATO <jet@gyve.org>
11249
11250 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11251
11252 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11253
11254 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11255 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11256
11257 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11258
11259 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11260 starting at beginning of line. Fontification is messed up when
11261 `open-paren-in-column-0-is-defun-start' set to t.
11262 Reported by John Paul Wallington <jpw@pobox.com>.
11263
11264 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11265
11266 * comint.el (comint-send-input): Call `comint-update-fence' when
11267 `comint-process-echoes' and `comint-prompt-read-only' are both
11268 non-nil, to avoid leftover read-only newline.
11269
11270 2005-10-30 Richard M. Stallman <rms@gnu.org>
11271
11272 * textmodes/flyspell.el (flyspell-external-point-words):
11273 Detect when WORD can't be checked properly because
11274 flyspell-get-word finds just part of it, and move on.
11275
11276 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11277 boundarychar for Polish.
11278 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11279 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11280
11281 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11282
11283 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11284 (gdb-registers-font-lock-keywords): Delete.
11285 (gdb-registers-mode): Don't fontify.
11286 (gdb-info-registers-custom): Use text properties instead as, in
11287 future, changed register values will use font-lock-warning-face.
11288 (gdb-local-font-lock-keywords): Rename to...
11289 (gdb-locals-font-lock-keywords): ...for consistency.
11290
11291 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11292
11293 * vc.el (vc-switch-backend): Better error message if the buffer is
11294 not visiting a file under version control.
11295
11296 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11297
11298 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11299
11300 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11301 ~/.emacs.d/.emacs.
11302
11303 2005-10-29 Richard M. Stallman <rms@gnu.org>
11304
11305 * replace.el (occur-mode-mouse-goto): Always go to other window.
11306 (occur-mode-goto-occurrence): Always switch in same window.
11307
11308 * simple.el (undo): Display message at end, not at start.
11309
11310 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11311 New arg REUSE-CELL.
11312 (cancel-timer-internal): New function.
11313 (timer-event-handler): Use cancel-timer-internal,
11314 and pass the cell it returns to timer-activate...
11315
11316 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11317 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11318 (jit-lock-after-change): Test memory-full.
11319
11320 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11321
11322 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11323 part of the decoded armor to find the key-identifier.
11324 (pgg-gpg-lookup-key-owner): New function to return the
11325 human-readable identifier of a key owner.
11326 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11327 key itself.
11328 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11329 the key value) if we have a key and can match it against a secret
11330 key. Also, added a note pointing out fact that the prompt only
11331 indicates the first matching key.
11332
11333 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11334 pgg-decrypt-region.
11335 (pgg-pending-timers): A new hash for tracking the passphrase cache
11336 timers, so that new ones supercede old ones.
11337 (pgg-add-passphrase-to-cache): Rename from
11338 `pgg-add-passphrase-cache' to reduce confusion (all callers
11339 changed). Modified to cancel old timers when new ones are added.
11340 (pgg-remove-passphrase-from-cache): Rename from
11341 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11342 changed). Modified to cancel old timers when their keys are
11343 removed from the cache.
11344 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11345 XEmacs, an indirection to delete-itimer.
11346 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11347 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11348 users can only check cache without risk of prompting. Correct bug in
11349 notruncate behavior.
11350 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11351 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11352 Add informative docstrings.
11353 (pgg-decrypt): Convey provided passphrase in subordinate call to
11354 pgg-decrypt-region.
11355
11356 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11357 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11358 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11359 `passphrase' argument, so the passphrase can be managed externally
11360 and then passed in to the system.
11361
11362 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11363 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11364 so the passphrase cache can be used reliably with identifiers
11365 besides a pgp packet's key id.
11366
11367 * pgg-gpg.el (pgg-pgp-encrypt-region)
11368 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11369 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11370 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11371 argument to all these routines, so the passphrase can be managed
11372 externally and passed in to the system.
11373
11374 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11375 `notruncate' argument, so the passphrase cache can be used
11376 reliably with identifiers besides a pgp packet's key id.
11377
11378 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11379
11380 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11381 symmetric encryption.
11382 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11383 encrypted session key.
11384 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11385 message ask for the passphrase in a proper way.
11386
11387 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11388 New user commands for symmetric encryption.
11389
11390 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11391
11392 * textmodes/conf-mode.el (conf-assignment-sign)
11393 (conf-assignment-regexp): Fix docstrings.
11394 (conf-mode-initialize): New function.
11395 (conf-mode): Remove optional args. Use delay-mode-hooks to
11396 recognize recursive calls.
11397 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11398 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11399 (conf-xdefaults-mode): Use define-derived-mode and
11400 conf-mode-initialize.
11401
11402 2005-10-29 Romain Francoise <romain@orebokech.com>
11403
11404 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11405
11406 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11407
11408 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11409 part of the decoded armor to find the key-identifier.
11410 (pgg-gpg-lookup-key-owner): New function to return the
11411 human-readable identifier of a key owner.
11412 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11413 key itself.
11414 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11415 the key value) if we have a key and can match it against a secret
11416 key. Also, added a note pointing out fact that the prompt only
11417 indicates the first matching key.
11418
11419 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11420 pgg-decrypt-region.
11421 (pgg-pending-timers): A new hash for tracking the passphrase cache
11422 timers, so that new ones supercede old ones.
11423 (pgg-add-passphrase-to-cache): Rename from
11424 `pgg-add-passphrase-cache' to reduce confusion (all callers
11425 changed). Modified to cancel old timers when new ones are added.
11426 (pgg-remove-passphrase-from-cache): Rename from
11427 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11428 changed). Modified to cancel old timers when their keys are
11429 removed from the cache.
11430 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11431 XEmacs, an indirection to delete-itimer.
11432 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11433 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11434 users can only check cache without risk of prompting. Correct bug in
11435 notruncate behavior.
11436 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11437 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11438 Add informative docstrings.
11439 (pgg-decrypt): Convey provided passphrase in subordinate call to
11440 pgg-decrypt-region.
11441
11442 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11443
11444 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11445 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11446 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11447 `passphrase' argument, so the passphrase can be managed externally
11448 and then passed in to the system.
11449
11450 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11451 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11452 so the passphrase cache can be used reliably with identifiers
11453 besides a pgp packet's key id.
11454
11455 * pgg-gpg.el (pgg-pgp-encrypt-region)
11456 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11457 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11458 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11459 argument to all these routines, so the passphrase can be managed
11460 externally and passed in to the system.
11461
11462 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11463 `notruncate' argument, so the passphrase cache can be used
11464 reliably with identifiers besides a pgp packet's key id.
11465
11466 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11467
11468 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11469 symmetric encryption.
11470 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11471 encrypted session key.
11472 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11473 message ask for the passphrase in a proper way.
11474
11475 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11476 New user commands for symmetric encryption.
11477
11478 2005-10-28 Bill Wohler <wohler@newt.com>
11479
11480 * help-mode.el (help-url): New button type. Calls browse-url.
11481 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11482 Similar to Info nodes: URL `url'.
11483 (help-make-xrefs): Create help-url buttons for
11484 help-xref-url-regexp matches.
11485
11486 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11487
11488 * tool-bar.el (tool-bar-add-item-from-menu)
11489 (tool-bar-local-item-from-menu): Fix doc strings.
11490
11491 2005-10-28 Romain Francoise <romain@orebokech.com>
11492
11493 * ldefs-boot.el: Update.
11494
11495 * subr.el (locate-library): Move from help-fns.el.
11496 * help-fns.el (locate-library): Move to subr.el.
11497
11498 2005-10-28 Richard M. Stallman <rms@gnu.org>
11499
11500 * net/tramp.el (tramp-completion-mode): defvar moved up.
11501
11502 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11503
11504 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11505
11506 * files.el (find-file-noselect): Use %d to format large file size.
11507
11508 * bindings.el (mode-line-format): Add %e.
11509
11510 * loadup.el ("facemenu"): Load unconditionally.
11511 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11512 ("x-dnd"): Load, when appropriate.
11513
11514 * startup.el (command-line): Call before-init-hook earlier.
11515 Warn about some bad characters in -u user name.
11516
11517 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11518 (flyspell-external-point-words): Error if misspelled word is not found.
11519 Set flyspell-large-region-beg at end of word.
11520
11521 2005-10-28 Andreas Schwab <schwab@suse.de>
11522
11523 * view.el (View-revert-buffer-scroll-page-forward):
11524 Use view-page-size-default.
11525
11526 2005-10-28 Juri Linkov <juri@jurta.org>
11527
11528 * international/quail.el (quail-get-current-str): Translate last
11529 raw character for deterministic input methods.
11530
11531 2005-10-27 Jay Belanger <belanger@truman.edu>
11532
11533 * calc/calc-ext.el: Add functions to autoloads.
11534 (math-identity-matrix-p, math-ident-row-p): New functions.
11535
11536 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11537 multiplication by an identity matrix; don't turn multiplication by
11538 an inverse matrix into division.
11539 (math-div-symbol-fancy): Replace division by matrices with
11540 multiplication by inverse.
11541
11542 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11543
11544 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11545 (calc-writeoutpower): New functions.
11546
11547 2005-10-27 Romain Francoise <romain@orebokech.com>
11548
11549 * replace.el (occur-engine): Include colon in mouse-face highlight.
11550
11551 * dired-x.el: Change Maintainer field.
11552
11553 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11554
11555 * longlines.el (longlines-mode): Bind after-change-functions to
11556 nil during initial decoding and final encoding.
11557
11558 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11559
11560 * term.el (term-emulate-terminal, term-handle-colors-array)
11561 (term-handle-ansi-escape): Specify the terminfo capabilities
11562 implemented.
11563
11564 2005-10-26 Richard M. Stallman <rms@gnu.org>
11565
11566 * info.el (Info-fontify-node): Fix detection of sentence-break
11567 before *Note.
11568
11569 2005-10-26 Romain Francoise <romain@orebokech.com>
11570
11571 * smerge-mode.el: Add `tools' to file keywords.
11572
11573 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11574
11575 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11576 when the fringe is not available.
11577
11578 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11579 (def-gdb-auto-update-trigger): Simplify construction.
11580 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11581 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11582 defined explicitly.
11583 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11584 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11585 defined explicitly.
11586 (gdb-info-locals-custom): Remove as it's a no-op.
11587
11588 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11589
11590 * longlines.el (longlines-mode): Remove narrowing before
11591 performing the initial decoding or final encoding.
11592
11593 2005-10-25 Romain Francoise <romain@orebokech.com>
11594
11595 * emacs-lisp/find-func.el (find-library-name): Also strip
11596 extension if library name ends in .el, to take advantage of
11597 `find-library-suffixes'.
11598
11599 2005-10-25 Richard M. Stallman <rms@gnu.org>
11600
11601 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11602
11603 2005-10-25 Juri Linkov <juri@jurta.org>
11604
11605 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11606 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11607
11608 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11609
11610 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11611 (blackbox-redefine-key): Add argument `map'.
11612
11613 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11614 regions when moving the jit-lock-context-unfontify-pos boundary.
11615
11616 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11617
11618 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11619
11620 2005-10-25 Masatake YAMATO <jet@gyve.org>
11621
11622 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11623
11624 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11625
11626 * play/blackbox.el (blackbox-redefine-key): New function.
11627 (blackbox-mode-map): Use it to remap existing bindings for cursor
11628 motion instead of binding literal keys.
11629
11630 2005-10-25 Glenn Morris <rgm@gnu.org>
11631
11632 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11633 diary does not end in a newline. Do not assume a blank line at
11634 the start of the diary file.
11635
11636 2005-10-25 Kenichi Handa <handa@m17n.org>
11637
11638 * international/quail.el (quail-translate-key): If the input
11639 method is deterministic and failed to handle the last key, restart
11640 the key handling loop from an appropriate key.
11641
11642 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11643
11644 * vc.el (vc-dired-mode): Extend comment for binding of
11645 `directory-listing-before-filename-regexp'.
11646
11647 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11648
11649 * textmodes/texinfo.el (texinfo-mode):
11650 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11651 not to unnecessarily expose emacs-mule's internal char codes.
11652
11653 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11654
11655 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11656 Display hand pointer and help-echo on disabled icon too.
11657 (gdb-mouse-until): New function.
11658 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11659
11660 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11661
11662 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11663 with 2005-10-23 change to doctor.el.
11664
11665 * finder.el (finder-mode-map): Add follow-link binding.
11666
11667 2005-10-25 Kim F. Storm <storm@cua.dk>
11668
11669 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11670 to gdb-mouse-toggle-breakpoint-fringe.
11671 (gdb-mouse-toggle-breakpoint-margin): Rename from
11672 gdb-mouse-toggle-breakpoint. Fix doc.
11673 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11674 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11675 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11676 string properties also for fringe breakpoint bitmaps.
11677
11678 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11679
11680 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11681
11682 2005-10-25 Masatake YAMATO <jet@gyve.org>
11683
11684 * simple.el (completion-common-substring):
11685 Use `completion-common-substring' prior to `completion-base-size'.
11686
11687 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11688
11689 * savehist.el: Require CL while compiling.
11690 (savehist-history-variables): Remove.
11691 (savehist-save-minibuffer-history, savehist-additional-variables)
11692 (savehist-minibuffer-history-variables): New vars.
11693 (savehist-save): Use them.
11694 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11695 (savehist-install): New fun, extracted from savehist-load.
11696 (savehist-load): Use them.
11697
11698 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11699
11700 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11701 a dummy doc-string-elt property.
11702 (defalias, defvaralias, define-category): Add a docstring property.
11703
11704 * image.el (defimage):
11705 * widget.el (define-widget):
11706 * custom.el (defface, defcustom): Add `doc-string' declaration.
11707
11708 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11709 (defadvice): Add `doc-string' declaration.
11710
11711 * emacs-lisp/byte-run.el (macro-declaration-function):
11712 Handle `doc-string' declarations.
11713 (define-obsolete-function-alias, define-obsolete-variable-alias):
11714 Add `doc-string' declaration.
11715
11716 2005-10-24 Kenichi Handa <handa@m17n.org>
11717
11718 * international/utf-7.el (utf-7): Add autoload cookie.
11719
11720 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11721
11722 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11723
11724 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11725 list of directories passed to batch-update-autoloads. Add "." to
11726 the list of the echoed directories.
11727
11728 * pgg-def.el:
11729 * pgg-gpg.el:
11730 * pgg-parse.el:
11731 * pgg-pgp.el:
11732 * pgg-pgp5.el:
11733 * pgg.el: Moved here from the gnus subdirectory.
11734
11735 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11736
11737 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11738 in case comint-prompt-read-only is set to t.
11739
11740 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11741 in case comint-prompt-read-only is set to t.
11742
11743 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11744
11745 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11746 Now a string.
11747 (icalendar-import-format): Handle CLASS, STATUS, URL.
11748 Rename `subject' to `summary'.
11749 (icalendar-import-format-summary): Rename from
11750 `icalendar-import-format-subject'.
11751 (icalendar-import-format-url, icalendar-import-format-status)
11752 (icalendar-import-format-class): New variables.
11753 (icalendar--rris): Take variable argument list.
11754 (icalendar--datestring-to-isodate): Remove unnecessary
11755 calendar-style check when converting dates with explicit month names.
11756 (icalendar-export-region): Change return type of conversion
11757 subroutines. Bury current buffer unless error occurred.
11758 (icalendar--convert-to-ical)
11759 (icalendar--parse-summary-and-rest): New functions.
11760 (icalendar--convert-ordinary-to-ical)
11761 (icalendar--convert-weekly-to-ical)
11762 (icalendar--convert-yearly-to-ical)
11763 (icalendar--convert-block-to-ical)
11764 (icalendar--convert-cyclic-to-ical)
11765 (icalendar--convert-anniversary-to-ical): Change return type.
11766 Strip trailing blanks from subject.
11767 (icalendar--convert-sexp-to-ical): Change return type.
11768 Strip trailing blanks from subject. Handle simple sexp
11769 entries as generated by icalendar.el.
11770 (icalendar--convert-float-to-ical)
11771 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11772 (icalendar-import-file): Doc fix.
11773 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11774 Correct call to icalendar--rris.
11775 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11776 `summary'.
11777 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11778
11779 2005-10-24 Romain Francoise <romain@orebokech.com>
11780
11781 * server.el (server-sentinel): Set query-on-exit flag to nil on
11782 new client processes (it isn't inherited from the server process).
11783
11784 * replace.el (occur-engine): Rearrange text properties.
11785
11786 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11789 case-fold-search is nil.
11790 (debug-help-follow): Use help-xref-interned directly.
11791
11792 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11793
11794 * thumbs.el (thumbs-image-type): Add .pbm.
11795
11796 2005-10-23 Richard M. Stallman <rms@gnu.org>
11797
11798 * faces.el (inhibit-face-set-after-frame-default): New variable.
11799 (set-face-attribute): Bind it.
11800 (face-set-after-frame-default): Test it.
11801
11802 * help-fns.el (describe-simplify-lib-file-name): New function.
11803 (describe-function-1, describe-variable): Use it.
11804
11805 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11806
11807 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11808 Eliminate nil as possible value.
11809 (tooltip-hide-delay): Reduce internal-border-width.
11810
11811 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11812 (menu-bar-file-menu) <new-file>: Likewise.
11813
11814 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11815
11816 * international/mule.el (load-with-code-conversion):
11817 Pass full file name to `eval-buffer' unless preloading.
11818
11819 * textmodes/flyspell.el (flyspell-large-region):
11820 Call ispell-check-version.
11821
11822 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11823 Fix the make-variable-buffer-local call that was supposed
11824 to be for this variable.
11825 (ispell-aspell-supports-utf8): Doc fix.
11826 (ispell-find-aspell-dictionaries): Preserve elements of
11827 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11828 (ispell-aspell-find-dictionary): Return nil on error.
11829
11830 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11831 (doctor-symptoms): Likewise.
11832
11833 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11834
11835 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11836
11837 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11838 (custom-raised-buttons): Add :set spec.
11839 (custom-button-unraised, custom-button-pressed-unraised):
11840 New faces, so that custom-raised-buttons actually does something.
11841 (custom-mode): Use custom-button and custom-button-pressed.
11842
11843 * wid-edit.el (widget-specify-button): Don't ignore
11844 widget-mouse-face on graphic terminals.
11845 (widget-move-and-invoke): Cleanup.
11846
11847 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11848
11849 * whitespace.el (whitespace-cleanup): Doc fix.
11850
11851 2005-10-23 Romain Francoise <romain@orebokech.com>
11852
11853 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11854 `eval-after-load' to avoid evaluating their result.
11855
11856 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11857
11858 * files.el (directory-listing-before-filename-regexp):
11859 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11860
11861 * dired.el (dired-move-to-filename-regexp): Remove.
11862 All occurences replaced by `directory-listing-before-filename-regexp'.
11863
11864 * dired-x.el, locate.el, vc.el:
11865 Replace `dired-move-to-filename-regexp' by
11866 `directory-listing-before-filename-regexp'. In vc.el it is
11867 overwritten locally; maybe this can be handled in files.el too.
11868
11869 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11870 replaced by `directory-listing-before-filename-regexp'.
11871
11872 2005-10-23 Andreas Schwab <schwab@suse.de>
11873
11874 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11875 and eval-next-after-load.
11876
11877 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11878
11879 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11880 exist, create it.
11881
11882 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
11883
11884 * allout.el: Remove autoloads for mailcrypt and crypt++.
11885 Require pgg, pgg-gpg during compilation.
11886 (allout-version): Increment version number to 2.1, and use a literal
11887 rather than RCS Id.
11888 (allout-default-encryption-scheme): Remove.
11889 (allout-passphrase-verifier-handling)
11890 (allout-passphrase-verifier-string)
11891 (allout-file-passphrase-verifier-string)
11892 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11893 (allout-passphrase-hint-handling): Rename and simplify.
11894 (allout-init): Use `find-file-hook' if available, otherwise
11895 `find-file-hooks'.
11896 (allout-mode): Use `write-file-functions' if available, otherwise
11897 `local-write-file-hooks' and, instead of making auto-save-hook
11898 buffer local, make the write-file-hook activity contingent to
11899 allout-mode.
11900 (allout-mode): Use key-binding substitution in the docstring.
11901 (allout-kill-line): Spell-out kill ring data structure mutation
11902 instead of using byte-compiler-complaint-provoking `pop'.
11903 (allout-insert-listified): Use `insert' rather than `insert-string'
11904 (allout-toggle-current-subtree-encryption): Update docstring, adjust
11905 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11906 (allout-encrypt-string): Totally revamped vis new underlying
11907 encryption facilities.
11908 (allout-mc-activate-passwd): Remove.
11909 (allout-obtain-passphrase): New, more or less replaces
11910 allout-mc-activate-passwd.
11911 (allout-encrypted-key-info): More or less replaces
11912 allout-encrypted-text-type.
11913 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11914 (my-mark-marker): Use `(featurep 'xemacs)'.
11915
11916 2005-10-23 Lars Hansen <larsh@soem.dk>
11917
11918 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11919 (byte-compile-file-form-defmumble, byte-compile-defun)
11920 (byte-compile-defmacro): Use it.
11921 (byte-compile-form): Don't call byte-compile-set-symbol-position
11922 when a byte-compile handler is called.
11923
11924 2005-10-22 Romain Francoise <romain@orebokech.com>
11925
11926 * savehist.el (savehist-history-variables): Add `grep-find-history'.
11927
11928 * subr.el (eval-after-load): Convert library name to an absolute
11929 file name using locate-library, since load-history no longer has
11930 library names in it.
11931
11932 2005-10-22 Richard M. Stallman <rms@gnu.org>
11933
11934 * files.el (make-temp-file): Move from subr.el.
11935 * subr.el (make-temp-file): Move to files.el.
11936
11937 * window.el (get-buffer-window-list): Move from subr.el.
11938 * subr.el (get-buffer-window-list): Move to window.el.
11939
11940 * image.el (image-load-path): Use eval-at-startup to initialize.
11941
11942 * subr.el (eval-at-startup): New macro.
11943
11944 * subr.el: Much rearrangement of functions and division
11945 into pages. No code changes.
11946
11947 2005-10-22 Kenichi Handa <handa@m17n.org>
11948
11949 * tar-mode.el (tar-extract): Be sure to call
11950 find-operation-coding-system if set-auto-coding doesn't find a
11951 coding system.
11952
11953 2005-10-22 Kim F. Storm <storm@cua.dk>
11954
11955 * image.el (image-type-header-regexps): Rename from image-type-regexps.
11956 Change users.
11957 (image-type-file-name-regexps): New defconst.
11958 (image-type-from-data): Simplify loop.
11959 (image-type-from-buffer): New defun.
11960 (image-type-from-file-header): Use it instead of image-type-from-data.
11961 Use image-search-load-path instead of only looking in data-directory.
11962 (image-type-from-file-name): New defun.
11963 (image-search-load-path): Change `pathname' to `filename'.
11964 Make PATH arg optional, default to image-load-path.
11965
11966 2005-10-21 Richard M. Stallman <rms@gnu.org>
11967
11968 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11969
11970 * textmodes/paragraphs.el (sentence-end-base): New variable.
11971 (sentence-end): Use sentence-end-base.
11972
11973 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11974
11975 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11976 property independently from the font-lock-multiline variable.
11977
11978 2005-10-21 Richard M. Stallman <rms@gnu.org>
11979
11980 * emacs-lisp/find-func.el (find-library-name): Doc fix.
11981
11982 * startup.el (command-line): Convert library names
11983 in `load-history' to absolute file names.
11984
11985 * subr.el (symbol-file): Doc fix.
11986
11987 * loadhist.el (file-loadhist-lookup): Call locate-library
11988 instead of find-library-name. Don't try converting
11989 abs file names to library names, since load-history no longer
11990 has library names in it.
11991 (file-dependents, file-provides, file-requires): Doc fixes.
11992
11993 2005-10-21 Juri Linkov <juri@jurta.org>
11994
11995 * progmodes/etags.el (tags-table-mode): New function.
11996 (tags-verify-table): Replace initialize-new-tags-table with
11997 tags-table-mode.
11998
11999 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12000 default value.
12001 (desktop-modes-not-to-save): Add tags-table-mode to the
12002 default value.
12003
12004 * info.el (Info-index-next): Add total number of index
12005 alternatives to the message.
12006
12007 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12008 backward only space (instead of space and period) before looking
12009 at sentence end.
12010
12011 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12012 Add the old variable value as 4th default-value arg of read-string.
12013
12014 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12015
12016 * cus-face.el (custom-declare-face): Make face from X resources
12017 also on Mac.
12018
12019 * disp-table.el (standard-display-g1, standard-display-graphic):
12020 Refuse to use string glyphs also on Mac.
12021 (standard-display-european): Don't set terminal coding system also
12022 on Mac.
12023
12024 * frame.el (display-screens): Use x-display-screens also on Mac.
12025
12026 2005-10-21 Romain Francoise <romain@orebokech.com>
12027
12028 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12029
12030 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12031
12032 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12033 and $? into sexps.
12034
12035 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12036 warning face on open-paren-in-column-0.
12037
12038 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12039 boundary case. Fix typo.
12040 Suggested by Martin Rudalics <rudalics@gmx.at>.
12041
12042 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12043
12044 * textmodes/org.el (org-combined-agenda-icalendar-file)
12045 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12046 (org-export-icalendar-this-file)
12047 (org-export-icalendar-all-agenda-files)
12048 (org-export-icalendar-combine-agenda-files): New commands.
12049 (org-export-icalendar, org-print-icalendar-entries)
12050 (org-start-icalendar-file, org-finish-icalendar-file)
12051 (org-ical-ts-to-string): New functions.
12052 (org-read-date, org-goto-calendar)
12053 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12054 call to `calendar'.
12055 (orgtbl-setup): Remove the :keys arguments from the menu description.
12056 (org-after-save-iCalendar-file-hook): New variable.
12057
12058 2005-10-21 Kenichi Handa <handa@m17n.org>
12059
12060 * language/vietnamese.el (tcvn-5712): Make it an alias of
12061 vietnamese-tcvn coding-system.
12062
12063 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12064
12065 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12066 group id is given.
12067
12068 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12069
12070 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12071 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12072 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12073 whose line is either continued or ends with a comment.
12074
12075 2005-10-20 Romain Francoise <romain@orebokech.com>
12076
12077 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12078
12079 * replace.el (occur-engine): Add follow-link property.
12080
12081 * font-core.el (font-lock-mode): Doc fix.
12082
12083 2005-10-20 Richard M. Stallman <rms@gnu.org>
12084
12085 * net/rcirc.el: New file.
12086
12087 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12088
12089 * term.el (term-term-name): Initialize to "eterm-color".
12090
12091 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12092
12093 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12094 for encryption functionality.
12095 Move allout customization subgroup from `editing' to `outlines' group.
12096 Fix commentary keywords to legitimate ones.
12097 Update author info (using my current email address, obscurified).
12098 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12099 (allout-encrypted-topic-p, allout-encrypted-text-type)
12100 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12101 (allout-situate-encryption-key-verifier)
12102 (allout-get-encryption-key-verifier, allout-verify-key)
12103 (allout-next-topic-pending-encryption)
12104 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12105 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12106 (outline-key-verifier-handling, outline-key-hint-handling)
12107 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12108 (allout-file-key-verifier-string, allout-encryption-scheme)
12109 (allout-key-verifier-string, allout-key-hint-string)
12110 (allout-after-save-decrypt): New variables.
12111 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12112 (allout-after-saves-handler): New hook functions.
12113 (allout-post-command-business): Do allout-after-save-decrypt.
12114 (allout-enable-file-variable-adjustment): Custom var to enable
12115 mechanism for adding and adjusting settings of Emacs file variables.
12116 (allout-adjust-file-variable, allout-file-vars-section-data):
12117 New functions, implement the mechanism.
12118 (outlineify-sticky): Use the file vars mechanism.
12119 (allout-inhibit-protection, allout-during-write-cue)
12120 (allout-override-protect, allout-before-change-protect): Remove.
12121 (allout-flag-region, allout-open-topic): Adjust read-only text.
12122 (allout-open-line-not-read-only): Add to facilitate read-only
12123 text based protection.
12124 (allout-kill-line): Revise to adjust read-only text, clue the
12125 user about the inhibition.
12126 (allout-unprotected): Use unwind-protect.
12127 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12128 topic deeper than the offspring depth of the previous topic -
12129 avoiding confusing "containment discontinuities".
12130 (allout-reindent-bodies): Fix retention of body relative hanging
12131 indent during promotion of collapsed bodies.
12132 (allout-open-topic): Make it easy to open new topic with same
12133 bullet as current topic - topic creation functions provided with
12134 any universal argument provokes now prompt for bullet, defaulting
12135 to the bullet of the previous topic.
12136 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12137 Plain bullet alternates `.' period and `,' comma only. All other
12138 bullets are relegated to special status (but customizable).
12139 (allout-end-of-entry): Rename from allout-end-of-current-entry
12140 since it actually operates w.r.t. most immediately containing
12141 entry, visible or not.
12142 (allout-hide-current-entry, allout-show-current-entry): Use the
12143 revised version.
12144 (allout-old-expose-topic): Solidify deprecation.
12145 (allout-end-of-subtree): Add so we can span concealed as well
12146 as visible topics.
12147 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12148 (allout-end-of-current-heading): Tweak to just respect the first line.
12149 (allout-get-body-text): Add.
12150 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12151 when invoked interactively.
12152 (allout-up-current-level): Use `interactive-p'.
12153 (allout-mode, allout-init): Miscellaneous docstring and
12154 operational refinements, as well as hookups of new encryption stuff.
12155 (allout-beginning-of-current-entry): Now works as advertised.
12156 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12157 (allout-isearch-rectification): Refine condition for isearching.
12158 (allout-isearch-abort, allout-enwrap-isearch)
12159 (allout-flag-region, my-region-active-p): Relocate some macros.
12160 (allout-title): Fallback title is (buffer-name), not
12161 non-existing (current-buffer-name).
12162 (subst-char-in-string): Define if absent (for some XEmacs versions).
12163
12164 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12165
12166 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12167 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12168 (mail-citation-prefix-regexp, mail-signature-file)
12169 (mail-default-headers, mail-bury-selects-summary)
12170 (mail-send-nonascii): Add autoload cookies.
12171
12172 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12173
12174 * frame.el (blink-cursor-mode): Add `mac' to the list of
12175 window-system's that support blinking cursor.
12176
12177 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12178
12179 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12180
12181 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12182
12183 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12184 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12185 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12186
12187 2005-10-20 Kim F. Storm <storm@cua.dk>
12188
12189 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12190 (ido-set-current-directory): Don't add / after final @.
12191 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12192 Explicitly handle ange-ftp completion oddities.
12193 (ido-make-file-list): Don't rotate list at tramp root to avoid
12194 triggering tramp file handler for expand-file-name via get-file-buffer.
12195
12196 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12197
12198 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12199
12200 2005-10-19 Jay Belanger <belanger@truman.edu>
12201
12202 * calc/calc-units.el (math-standard-units): Add units, adjust
12203 symbols and update values.
12204 (math-unit-prefixes): Add more prefixes.
12205
12206 2005-10-19 Romain Francoise <romain@orebokech.com>
12207
12208 * bookmark.el (bookmark-menu-heading): New face.
12209 (bookmark-bmenu-list): Use it.
12210 Don't fiddle with `baud-rate' at top-level.
12211
12212 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12213
12214 * image.el (create-image, find-image): Mention max-image-size in
12215 docstring.
12216
12217 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12218
12219 * savehist.el (savehist-load): Revert to checking XEmacs.
12220
12221 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12222 Various docstring and line-width fixups.
12223 (conf-mode): Use cond.
12224 Set font-lock-defaults. Don't set comment-use-syntax.
12225
12226 2005-10-18 David Ponce <david@dponce.com>
12227
12228 * tree-widget.el (tree-widget-button-click): New function.
12229 (tree-widget-button-keymap): Use it.
12230
12231 2005-10-18 Romain Francoise <romain@orebokech.com>
12232
12233 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12234 (bookmark-bmenu-hide-filenames): Add follow-link property.
12235 Improve help-echo text.
12236
12237 * ffap.el (find-file-at-point): Doc fix.
12238
12239 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12240
12241 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12242
12243 2005-10-18 Masatake YAMATO <jet@gyve.org>
12244
12245 Install to the CVS repository what I forgot to install in my
12246 2005-10-16 changes.
12247
12248 * progmodes/python.el (python-complete-symbol): Pass the common
12249 prefix substring of completion to `display-completion-list'.
12250
12251 * textmodes/org.el (org-complete): Ditto.
12252
12253 2005-10-18 Masatake YAMATO <jet@gyve.org>
12254
12255 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12256
12257 * woman.el (WoMan-xref-man-page): New button type derived
12258 from `Man-abstract-xref-man-page'.
12259 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12260
12261 * man.el (Man-abstract-xref-man-page): New button type.
12262 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12263 (Man-highlight-references): Add new optional argument `xref-man-type'.
12264
12265 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12266
12267 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12268
12269 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12270
12271 * cus-edit.el (Custom-move-and-invoke): Delete.
12272 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12273
12274 * wid-edit.el (widget-move-and-invoke): New function, from
12275 Custom-move-and-invoke.
12276
12277 2005-10-17 Bill Wohler <wohler@newt.com>
12278
12279 Move all remaining images from lisp/toolbar to etc/images, move
12280 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12281 the low resolution images in their own directory (low-color).
12282
12283 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12284 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12285 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12286 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12287 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12288 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12289 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12290
12291 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12292 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12293 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12294 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12295 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12296 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12297 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12298 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12299 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12300 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12301 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12302 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12303 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12304 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12305 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12306
12307 To conform with convention, replace the underscore (_) in the
12308 following image names with dash (-) or (/) as appropriate.
12309
12310 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12311 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12312 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12313 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12314 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12315 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12316 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12317 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12318 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12319 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12320 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12321 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12322 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12323 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12324 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12325
12326 * info.el (info-tool-bar-map): Replace underscores in image names
12327 with dashes.
12328
12329 * makefile.w32-in (WINS): Remove toolbar.
12330
12331 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12332
12333 * tool-bar.el: Move to lisp from toolbar. Now that
12334 toolbar is empty, it should be deleted when folks run "cvs up -P".
12335
12336 2005-10-18 Jay Belanger <belanger@truman.edu>
12337
12338 * calc/calc-store.el (calc-store-into): Get the proper variable name
12339 to display in message.
12340
12341 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12342
12343 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12344 expressions display in speedbar for all buffers when debugging.
12345 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12346
12347 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12348 (speedbar-insert-button, speedbar-make-button):
12349 Use add-text-properties.
12350 (speedbar-update-localized-contents)
12351 (speedbar-update-directory-contents)
12352 (speedbar-update-special-contents): Use dolist.
12353 (speedbar-buffer-easymenu-definition): Add a menu separator.
12354
12355 2005-10-17 Jason Rumney <jasonr@gnu.org>
12356
12357 * makefile.w32-in: Use $(lisp) consistently.
12358 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12359 for shell specific generation of mh-autoloads.
12360
12361 2005-10-17 Richard M. Stallman <rms@gnu.org>
12362
12363 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12364
12365 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12366
12367 * jit-lock.el (jit-lock-fontify-now):
12368 Move jit-lock-context-unfontify-pos to avoid wasted work.
12369
12370 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12371
12372 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12373 `tramp-completion-mode' for checking if we are in completion mode.
12374 (tramp-completion-handle-file-name-all-completions): Reorder code
12375 in order to complete for file names only in case there are no
12376 method/user/host completions. This is necessary for cooperation
12377 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12378
12379 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12380
12381 * longlines.el (longlines-search-forward)
12382 (longlines-search-backward): Match any number of spaces.
12383
12384 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12385
12386 * diff-mode.el (diff-mode): Doc fix.
12387
12388 2005-10-16 David Reitter <david.reitter@gmail.com>
12389
12390 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12391 as default on darwin and windows systems.
12392
12393 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12394
12395 * arc-mode.el (archive-zip-extract): Doc fix.
12396
12397 2005-10-16 Romain Francoise <romain@orebokech.com>
12398
12399 * mouse.el (mouse-1-click-follows-link): Doc fix.
12400
12401 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12402
12403 * savehist.el: Don't require CL at runtime.
12404 (savehist-xemacs): Remove.
12405 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12406 (savehist-no-conversion): Use (featurep 'xemacs).
12407 (savehist-load): Check existence of start-itimer rather than XEmacs.
12408 Use an idle timer.
12409 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12410 `delete-if-not'.
12411
12412 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12413
12414 * savehist.el: Newer version.
12415 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12416 (savehist-last-checksum, savehist-no-conversion): New vars.
12417 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12418 New functions.
12419 (savehist-load, savehist-save): Use them.
12420 (savehist-delimit): Remove.
12421
12422 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12423
12424 * progmodes/compile.el (compilation-goto-locus): Display the
12425 compilation buffer first and the source buffer second, in case they're
12426 in overlapping frames. Don't raise the compilation frame if it was the
12427 selected window upon entry. Pass the `other-window' arg to
12428 pop-to-buffer.
12429
12430 * info.el (Info-fontify-node): Use dolist.
12431 Change add-text-properties to put-text-property.
12432
12433 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12434
12435 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12436 bound of search.
12437
12438 2005-10-16 Masatake YAMATO <jet@gyve.org>
12439
12440 * dabbrev.el (dabbrev-completion): Pass the common
12441 prefix substring of completion to `display-completion-list'.
12442
12443 * filecache.el (file-cache-minibuffer-complete)
12444 (file-cache-complete): Ditto.
12445
12446 * tempo.el (tempo-display-completions): Ditto.
12447
12448 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12449
12450 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12451
12452 * eshell/em-hist.el (eshell-list-history): Ditto.
12453
12454 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12455
12456 * mail/mailalias.el (mail-complete): Ditto.
12457
12458 * progmodes/etags.el (complete-tag): Ditto.
12459
12460 * progmodes/make-mode.el (makefile-complete): Ditto.
12461
12462 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12463
12464 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12465
12466 * progmodes/pascal.el (pascal-complete-word)
12467 (pascal-show-completions): Ditto.
12468
12469 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12470
12471 * simple.el (completion-common-substring): New variable.
12472 (completion-setup-function): Use `completion-common-substring'
12473 to put faces.
12474
12475 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12476
12477 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12478 (x-get-selection, mac-select-convert-to-string): Convert from/to
12479 UTF-16 clipboard data as in native byte order, no BOM.
12480
12481 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12482
12483 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12484 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12485 (gud-sentinel): Use speedbar-frame to check for speedbar.
12486
12487 2005-10-15 Richard M. Stallman <rms@gnu.org>
12488
12489 * savehist.el: New file.
12490
12491 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12492
12493 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12494 Fix bug in \bf fontification.
12495
12496 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12497
12498 * pcvs.el (cvs-edit-log-files): New var.
12499 (cvs-mode-edit-log): New arg `file'.
12500 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12501 Instead force the use of the original file and nothing else.
12502 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12503 the cvs-minor-wrap-function is set.
12504 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12505
12506 2005-10-14 Bill Wohler <wohler@newt.com>
12507
12508 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12509 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12510 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12511 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12512 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12513 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12514 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12515 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12516 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12517 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12518 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12519 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12520 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12521 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12522 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12523
12524 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12525 appropriately (for example, gud-break to gud/break).
12526
12527 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12528
12529 * longlines.el (longlinges-search-function)
12530 (longlines-search-forward, longlines-search-backward): New functions.
12531 (longlines-mode): Set isearch-search-fun-function to
12532 longlinges-search-function.
12533
12534 * mouse.el (mouse-drag-region-1): Handle the case where a
12535 double-click event is bound to an arbitrary function.
12536
12537 2005-10-14 David Ponce <david@dponce.com>
12538
12539 * recentf.el (recentf-track-opened-file)
12540 (recentf-track-closed-file, recentf-update-menu)
12541 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12542 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12543 mouse-1-click-follows-link.
12544
12545 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12546
12547 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12548 Gnome file-manager.png. Suggested by
12549 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12550
12551 * toolbar/README: Add diropen.xpm.
12552
12553 2005-10-13 Bill Wohler <wohler@newt.com>
12554
12555 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12556 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12557
12558 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12559
12560 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12561 Don't waste the byte-compiler's time on constant data.
12562
12563 2005-10-13 Kenichi Handa <handa@m17n.org>
12564
12565 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12566 byte with `escape-glyph' face.
12567
12568 * international/fontset.el (ccl-encode-unicode-font):
12569 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12570 Handle the case that ucs-mule-to-mule-unicode translates a character to
12571 ASCII (usually for IPA characters).
12572
12573 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12574
12575 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12576 Don't hide the underline of titles if font-lock-mode is disabled.
12577
12578 2005-10-12 Bill Wohler <wohler@newt.com>
12579
12580 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12581 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12582 files in MH-E-SRC have been updated.
12583 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12584
12585 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12586
12587 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12588 (mixal-mode-syntax-table): Add \n as end-comment.
12589 (mixal-operation-codes-alist): Immediately initialize to full value.
12590 (mixal-add-operation-code): Remove.
12591 (mixal-describe-operation-code): Make the arg non-optional.
12592 Use the interactive spec instead.
12593 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12594 (mixal-font-lock-keywords): Don't highlight comments here any more.
12595 (mixal-font-lock-syntactic-keywords): New var.
12596 (mixal-mode): Use it. Fix comment-start-skip.
12597
12598 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12599
12600 * startup.el (command-line-x-option-alist): -nb => -nbi
12601
12602 2005-10-12 Kim F. Storm <storm@cua.dk>
12603
12604 * startup.el (fancy-splash-default-action): Discard mouse click in
12605 the splash screen window, as it has no sensible meaning in the
12606 next window to be selected. Fixes error reported by Jan D.
12607
12608 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12609
12610 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12611
12612 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12613
12614 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12615 Try to fix up minor layout issues like indentation, line break, etc...
12616 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12617 because it doesn't work.
12618 (mixal-operation-codes): Add some more codes.
12619 (mixal-font-lock-keywords): Process comments here.
12620 (mixal-mode): mixasm no longer needs -g option.
12621
12622 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12623
12624 * progmodes/sh-script.el (sh-tmp-file):
12625 Use mktemp -t. Finish support for es and rc shells.
12626
12627 2005-10-11 Jay Belanger <belanger@truman.edu>
12628
12629 * calc/calcalg2.el (calc-integral): With an argument, compute the
12630 definite integral.
12631
12632 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12633
12634 * mouse.el (mouse-drag-region-1): Don't try to catch a
12635 double-click when doing follow-link (it's overridden anyway).
12636
12637 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12638
12639 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12640 (autoload-print-form-outbuf): Add docstring.
12641
12642 2005-10-11 Juri Linkov <juri@jurta.org>
12643
12644 * info.el (Info-mode-menu): Delete menu item "Edit".
12645 (Info-mode): Delete description of Info-edit from docstring,
12646 and rearrange descriptions of Info commands in the order
12647 they are documented in the Info manual.
12648
12649 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12650
12651 * calendar/appt.el (appt-check): Use diary-selective-display var.
12652
12653 2005-10-10 Richard M. Stallman <rms@gnu.org>
12654
12655 * net/newsticker.el (newsticker-start, newsticker-show-news):
12656 Add autoload cookies.
12657
12658 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12659
12660 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12661
12662 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12663
12664 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12665
12666 2005-10-10 Jay Belanger <belanger@truman.edu>
12667
12668 * calc/calc-arith.el (math-check-known-scalarp)
12669 (math-check-known-matrixp): Check the values of arguments that are
12670 variables.
12671 (math-check-known-square-matrixp): New function.
12672 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12673 (math-super-types): Add sqmatrix type.
12674
12675 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12676 mode name `square' to `sqmatrix'.
12677
12678 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12679 mode name `square' to `sqmatrix'.
12680
12681 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12682
12683 * progmodes/etags.el (select-tags-table-mode): Don't use
12684 selective-display.
12685 (tags-select-tags-table): Pass `button' to the action function.
12686 (select-tags-table): Place the side-info on button properties rather
12687 than in hidden text. Abbreviate file names.
12688 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12689 (select-tags-table-select): Add `button' argument.
12690 Get side-info from the button property rather than from hidden text.
12691
12692 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12693
12694 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12695 (gud-speedbar-buttons): Preserve point if possible.
12696 (gud-sentinel): Restore previous speedbar display type.
12697
12698 * progmodes/gdb-ui.el (gdba): Improve diagram.
12699 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12700 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12701 Call get-buffer-window once.
12702
12703 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12704
12705 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12706 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12707 (pascal-indent-command): Remove unused var `ind'.
12708 (pascal-indent-case): Remove unused var `oldpos'.
12709 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12710 since it's now used as a proper minor mode map.
12711 (pascal-outline): Rename to pascal-outline-mode.
12712 (pascal-outline-mode): Use define-minor-mode.
12713 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12714 selective-display.
12715
12716 2005-10-10 Andreas Schwab <schwab@suse.de>
12717
12718 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12719 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12720
12721 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12722 outside source directory.
12723
12724 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12725
12726 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12727 C-x' as a prefix.
12728 (orgtbl-mode-map): Full keymap instead of sparse, because all
12729 `self-insert-command' keys are redefined in this map.
12730 (org-export-as-html): Specify charset for HTML file, by taking it
12731 from the coding system.
12732
12733 2005-10-10 Kenichi Handa <handa@m17n.org>
12734
12735 * textmodes/flyspell.el (flyspell-check-word-p):
12736 If unread-command-events is non-empty, don't call sit-for.
12737
12738 2005-10-09 Richard M. Stallman <rms@gnu.org>
12739
12740 * font-lock.el (font-lock-syntactic-keywords)
12741 (font-lock-keywords): Doc fixes.
12742
12743 * textmodes/flyspell.el (flyspell-external-point-words):
12744 Simplify logic, and don't try to check for consecutive appearances
12745 of one incorrect word.
12746
12747 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12748
12749 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12750 separator.
12751
12752 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12753 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12754 (gud-expansion-speedbar-buttons): New function.
12755 (gud-speedbar-buttons): Check for gud-comint-buffer.
12756
12757 2005-10-09 Bill Wohler <wohler@newt.com>
12758
12759 * Makefile.in (updates): Add mh-loaddefs dependency.
12760
12761 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12762
12763 * speedbar.el (speedbar-file-key-map): Fix typo.
12764
12765 2005-10-09 Daniel Brockman <daniel@brockman.se>
12766
12767 * cus-start.el (line-spacing): Add custom spec.
12768
12769 2005-10-09 Romain Francoise <romain@orebokech.com>
12770
12771 * textmodes/ispell.el (ispell-check-version): Fix last change.
12772
12773 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12774
12775 * term/x-win.el: Remove -i, --icon-type from comment.
12776
12777 * startup.el (command-line-x-option-alist): Remove options -i,
12778 -itype, --icon-type, added -nb, --no-bitmap-icon
12779
12780 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12781
12782 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12783 instead of :active.
12784
12785 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12786
12787 * textmodes/ispell.el (ispell-check-version):
12788 Ignore hyphen, and all that follows, in aspell's version text.
12789
12790 2005-10-08 Jay Belanger <belanger@truman.edu>
12791
12792 * calc/calc-arith.el (math-known-square-matrixp): New function.
12793 (math-pow-fancy): Check for matrices before distributing exponent
12794 across products.
12795
12796 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12797 fullscreen keypad. Suggested by Luc Teirlinck.
12798 (calc-keypad-show-input): Add space for formatting.
12799
12800 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12801 Add square matrix option.
12802
12803 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12804 of checking calc-matrix-mode when deciding how to expand.
12805
12806 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12807
12808 2005-10-08 Lars Hansen <larsh@soem.dk>
12809
12810 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12811 Add error handling.
12812 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12813
12814 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12815
12816 Sync with Tramp 2.0.51.
12817
12818 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12819 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12820 Insert special handling for `last-coding-system-used', again
12821 it still seems to be necessary (unlike stated before).
12822 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12823 (tramp-password-prompt-regexp): There might be other words before
12824 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12825 (tramp-chunksize): Improve docstring.
12826 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12827 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12828 Christian Joergensen <bugs@razor.dk>.
12829
12830 2005-10-07 Glenn Morris <rgm@gnu.org>
12831
12832 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12833 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12834 precision'.
12835
12836 2005-10-07 Romain Francoise <romain@orebokech.com>
12837
12838 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12839 (ibuffer-do-shell-command-pipe-replace)
12840 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12841 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12842 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12843 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12844 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12845 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12846 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12847 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12848 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12849 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12850 Autoload file sans suffix.
12851
12852 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12853
12854 2005-10-07 David Ponce <david@dponce.com>
12855
12856 * recentf.el (recentf-menu-open-all-flag): New option.
12857 (recentf-digit-shortcut-command-name): New function.
12858 (recentf--shortcuts-keymap): New variable.
12859 (recentf-menu-shortcuts): New variable.
12860 (recentf-make-menu-items): Initialize it. Replace the "More..."
12861 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12862 (recentf-menu-value-shortcut): New function.
12863 (recentf-make-menu-item): Use it. No more in-lined.
12864 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12865 (recentf-open-most-recent-file): Rename from
12866 `recentf-open-file-with-key'. Don't depend on key binding.
12867 (recentf-mode-map): New variable.
12868 (recentf-mode): Use it.
12869
12870 2005-10-06 Bill Wohler <wohler@newt.com>
12871
12872 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12873
12874 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12875 (MH-E-SRC): New. Used by mh-autoloads.
12876 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12877 files in MH-E-SRC have been updated.
12878 (compile, recompile, bootstrap): Depend on mh-autoloads.
12879
12880 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
12881
12882 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12883 gud-break and gud-remove icons when the fringe is not available.
12884
12885 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12886 Typo.
12887
12888 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12889
12890 * play/zone.el (zone): Wrap body with save-window-excursion.
12891
12892 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
12893
12894 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12895 Use the new `list-only' arg to diary-list-entries.
12896
12897 * calendar/diary-lib.el: Use overlays rather than selective-display.
12898 (diary-selective-display): New var.
12899 (diary-header-line-format): Use it.
12900 (diary-list-entries): Add argument `list-only'.
12901 Put the buffer in diary-mode. Don't add \^M at beg and end.
12902 Replace \^M by invisible overlays.
12903 (diary-unhide-everything): Replace \^M by invisible overlays.
12904 (print-diary-entries): Look for overlays rather than \^M.
12905 Add a space to the temp buffer name.
12906 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12907 Put the buffer in diary-mode.
12908 (list-sexp-diary-entries): Replace \^M by invisible overlays.
12909 (diary-anniversary): Make the year arg optional.
12910 (diary-time-regexp): New const.
12911 (diary-font-lock-keywords): Use it to accept a few more time formats.
12912
12913 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12914
12915 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
12916
12917 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12918 Fix bug introduced 2005-07-03: Use (car (last ...))
12919 to faithfully reproduce replaced artist-last.
12920 (artist-set-arrow-points-for-poly): Likewise.
12921 Suggested by Johan Bockg\e,Ae\e(Brd.
12922
12923 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
12924
12925 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12926 * wid-edit.el (widget):
12927 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12928 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12929
12930 2005-10-06 Kenichi Handa <handa@m17n.org>
12931
12932 * international/mule-cmds.el (set-language-environment):
12933 Fix setting up of case-table for unibyte mode.
12934
12935 * simple.el (what-cursor-position): If the character is displayed
12936 by some `display' text property, show that. Don't use
12937 single-key-description for eight-bit characters in multibyte mode.
12938
12939 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
12940
12941 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12942 (gdb-ann3): Set it.
12943 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12944 (gdb-info-frames-custom): Use inverse-video for first five
12945 characters of selected frame only.
12946 (gdb-get-frame-number): Select frame even when point is on frame
12947 number.
12948
12949 2005-10-06 Masatake YAMATO <jet@gyve.org>
12950
12951 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12952 Put `font-lock-function-name-face'.
12953 (gdb-info-frames-custom): Put `font-lock-function-name-face'
12954 and `font-lock-variable-name-face'
12955 (gdb-registers-font-lock-keywords): New font lock keywords definition.
12956 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12957 (gdb-memory-font-lock-keywords): New font lock keywords definition.
12958 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12959 (gdb-local-font-lock-keywords): New font lock keywords definition.
12960 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12961 (gdb-threads-font-lock-keywords): New font lock keywords definition.
12962 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12963
12964 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
12965
12966 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12967 (ediff-merge-region-is-non-clash-to-skip): Previously called
12968 ediff-merge-region-is-non-clash.
12969
12970 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12971 Use insert-buffer-substring.
12972
12973 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12974 selecting files to patch. Also bug fixes.
12975
12976 * ediff-util.el (ediff-setup): Bug fix.
12977 (ediff-next-difference): Never skip clashes that differ in white
12978 space only.
12979
12980 * ediff-wind.el (ediff-setup-control-frame)
12981 (ediff-destroy-control-frame): Check the menubar feature.
12982
12983 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12984 (viper-refresh-mode-line): Use make-local-variable to localize
12985 some vars instead of make-variable-buffer-local. Suggested by
12986 Stefan Monnier.
12987
12988 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12989 (viper-restore-cursor-type, viper-set-insert-cursor-type):
12990 Use make-local-variable instead of make-variable-buffer-local.
12991 Suggested by Stefan Monnier.
12992
12993 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12994 (viper-comint-mode-hook): Use make-local-variable on
12995 require-final-newline.
12996 (viper-non-hook-settings): Don't use make-variable-buffer-local.
12997
12998 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13001 also the second char of a comment-start sequence.
13002 (scheme-sexp-comment-syntax-table): New var.
13003 (lambda, define): Set their scheme-doc-string-elt property.
13004 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13005 Use lisp-font-lock-syntactic-face-function now that it properly
13006 handles |...| symbols.
13007 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13008 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13009
13010 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13011 bit from # to |.
13012 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13013
13014 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13015 (lisp-doc-string-elt-property): New var.
13016 (lisp-font-lock-syntactic-face-function): Use it.
13017 Rewrite to recognize docstrings even for forms not at toplevel.
13018
13019 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13020 annotation on the | part of #| rather than on the # part.
13021 (scheme-font-lock-syntactic-face-function): New function, to
13022 distinguish strings from |...| symbols.
13023 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13024 syntax-table so that #|...|# is properly highlighted.
13025
13026 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13027 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13028
13029 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13030
13031 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13032 and C-e.
13033
13034 * emacs-lisp/eldoc.el: Move comments into docstrings.
13035 (eldoc-message-commands): Initialize in its declaration.
13036 Add move-beginning-of-line and move-end-of-line.
13037 (eldoc-add-command, eldoc-add-command-completions)
13038 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13039
13040 * outline.el (outline-mark-subtree): Activate the mark.
13041
13042 * calendar/appt.el (appt-time-regexp): New var.
13043 (appt-add, appt-make-list): Use it.
13044 (appt-convert-time): Clean up.
13045
13046 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13047 Don't set any syntax-table property here.
13048 (tex-font-lock-verb): New function. Do it here.
13049 (tex-font-lock-syntactic-keywords): Use it.
13050
13051 2005-10-04 Richard M. Stallman <rms@gnu.org>
13052
13053 * wid-edit.el (widget-file-complete): Get the widget start point
13054 the right way. Default directory to `/' if file has none.
13055
13056 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13057
13058 * textmodes/flyspell.el (flyspell-mode-on):
13059 Call ispell-maybe-find-aspell-dictionaries.
13060
13061 * textmodes/ispell.el (ispell-word, ispell-region):
13062 Call ispell-maybe-find-aspell-dictionaries.
13063 (ispell-accept-buffer-local-defs):
13064 Don't call ispell-maybe-find-aspell-dictionaries
13065
13066 2005-10-04 Richard M. Stallman <rms@gnu.org>
13067
13068 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13069
13070 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13071
13072 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13073 instead of `fboundp' in order to allow for anonymous functions.
13074
13075 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13076
13077 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13078 case the user clicks on the link while another window is selected.
13079 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13080
13081 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13082 functionality.
13083 (dframe-help-echo): Save point in case mouse tracking is off.
13084
13085 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13086
13087 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13088
13089 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13090
13091 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13092 not change the global value of those vars.
13093
13094 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13095 make-local-variable which we do not need any more.
13096
13097 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13098
13099 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13100 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13101 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13102 (speedbar-path-line): Define obsolete aliases.
13103 (speedbar-line-directory): Doc fix.
13104
13105 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13106 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13107 instead of speedbar-line-path.
13108
13109 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13110
13111 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13112 to nil if dropping on a window. Handle dropping on a minibuffer window
13113 like dropping on a non-window part of Emacs.
13114
13115 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13116
13117 * net/ange-ftp.el: Use with-current-buffer.
13118 (ange-ftp-insert-directory): Do not follow symlinks any more.
13119
13120 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13121 Remove interactive spec.
13122
13123 2005-10-03 Kim F. Storm <storm@cua.dk>
13124
13125 * ido.el (ido-mode): Use custom-initialize-set.
13126
13127 2005-10-02 Richard M. Stallman <rms@gnu.org>
13128
13129 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13130 Use insert-buffer-substring.
13131
13132 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13133 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13134
13135 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13136
13137 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13138 in last change.
13139 (ange-ftp-insert-directory): Fix up the search for the case where
13140 `file' is absolute.
13141
13142 2005-10-02 Romain Francoise <romain@orebokech.com>
13143
13144 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13145
13146 2005-10-02 Andreas Schwab <schwab@suse.de>
13147
13148 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13149 directory component in the session info.
13150
13151 2005-10-01 Richard M. Stallman <rms@gnu.org>
13152
13153 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13154
13155 * simple.el (next-error-internal): New function.
13156
13157 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13158 (compilation-start): Pass new arg to compilation-buffer-name.
13159 (compile-goto-error): Use next-error-internal.
13160
13161 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13162
13163 * speedbar.el: Remove RCS tag.
13164 (speedbar-check-read-only): Handle non-existent files.
13165
13166 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13167
13168 * info.el (Info-speedbar-hierarchy-buttons)
13169 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13170
13171 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13172
13173 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13174 Do not match newline.
13175 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13176 (bibtex-summary): Remove unnecessary save-excursion.
13177 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13178
13179 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13180
13181 * term/mac-win.el: Add charset info for "iso10646-1".
13182 Modify default fontset to use ATSUI-compatible fonts for some charsets
13183 if available.
13184
13185 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13186
13187 * speedbar.el: Re-apply arch tag.
13188 (speedbar-version): Rename to version 1.0. Suggested by Eric
13189 M. Ludlam.
13190 Reapply two changes from Emacs CVS' version of speedbar lost
13191 during the merge:
13192 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13193 (speedbar-frame-parameters): Improve customize type.
13194
13195 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13196
13197 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13198 (ange-ftp-file-directory-p): Fix the symlink case.
13199 (ange-ftp-insert-directory): When listing a single file, get a list of
13200 the parent buffer and extract the relevant line. Inspired from a patch
13201 by Katsumi Yamaoka <yamaoka@jpl.org>.
13202 (ange-ftp-file-name-sans-versions): Simplify.
13203
13204 2005-09-30 Bill Wohler <wohler@newt.com>
13205
13206 Move MH-E image files from toolbar and mail directories into
13207 etc/images.
13208
13209 * mail/reply2.*: Move to etc/images/mail/reply*.
13210
13211 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13212 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13213 etc/images.
13214
13215 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13216 * toolbar/reply*: Move to etc/images/mail.
13217
13218 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13219
13220 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13221
13222 * speedbar.el: New version 1.0pre3.
13223
13224 Frame management code (including timer, and mouse click specifics)
13225 moved to dframe.el:
13226 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13227 (speedbar-timer): Removed. Use dframe-timer.
13228 (speedbar-close-frame): Removed. Use dframe-close-frame.
13229 (speedbar-activity-change-focus-flag): Removed. Use
13230 dframe-activity-change-focus-flag.
13231 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13232 dframe-update-speed.
13233
13234 (speedbar-current-frame): New macro. Use this instead of the
13235 variable speedbar-frame.
13236
13237 (speedbar-use-images, speedbar-expand-image-button-alist)
13238 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13239
13240 (speedbar-find-image-on-load-path): Removed. Replaced by
13241 defezimage in ezimage.el.
13242 (speedbar-expand-image-button-alist): Removed. Replaced by
13243 ezimage-expand-image-button-alist in ezimage.el.
13244
13245 (speedbar-ignored-directory-regexp)
13246 (speedbar-add-ignored-directory-regexp)
13247 (speedbar-ignored-directory-expressions)
13248 (speedbar-line-directory, speedbar-buffers-line-directory)
13249 (speedbar-directory-line, speedbar-buffers-line-directory):
13250 Renamed, replacing `path' with `directory'.
13251
13252 (speedbar-create-directory, speedbar-expand-line-descendants)
13253 (speedbar-toggle-line-expansion)
13254 (speedbar-contract-line-descendants): New commands.
13255
13256 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13257 (speedbar-use-tool-tips-flag): New options.
13258
13259 (speedbar-check-read-only, speedbar-require-version)
13260 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13261 (speedbar-handle-delete-frame, speedbar-try-completion)
13262 (speedbar-update-localized-contents): New functions.
13263
13264 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13265 (speedbar-object-read-only-indicator): New variables.
13266
13267 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13268 New hooks.
13269
13270 (speedbar-separator-face): New face.
13271
13272 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13273 (speedbar-ignored-modes): Add fundamental-mode.
13274 (speedbar-directory-unshown-regexp): Add . directories.
13275
13276 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13277 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13278 `]' for full expand/close.
13279 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13280
13281 (speedbar-check-vc): Support hidden files.
13282 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13283 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13284 state is nil, it is not checked out.
13285
13286 (speedbar-line-text, speedbar-line-token): Support expand buttons
13287 with no text.
13288 (speedbar-refresh): Universal argument acts as power-click.
13289 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13290 that buffer to get variable values.
13291
13292 And many other bugfixes.
13293
13294 * dframe.el, ezimage.el, sb-image.el: New files.
13295
13296 * sb-*.xpm: Remove files. New image files installed into
13297 etc/images/ezimage.
13298
13299 2005-09-30 Kenichi Handa <handa@m17n.org>
13300
13301 * ps-mule.el (ps-mule-show-warning): If a character is in
13302 ps-print-translation-table, don't treat it as non-printable.
13303
13304 2005-09-30 David Ponce <david@dponce.com>
13305
13306 * tree-widget.el (tree-widget-themes-load-path): New variable.
13307 (tree-widget-themes-directory): Doc fix.
13308 (tree-widget-image-formats) [Emacs]: Doc fix.
13309 (tree-widget--locate-sub-directory): New function.
13310 (tree-widget-themes-directory): Use it.
13311
13312 * recentf.el (recentf-filename-handlers): Rename from
13313 `recentf-filename-handler'. Allow a list of functions.
13314 (recentf-menu-items-for-commands): Fix :help strings.
13315 (recentf-apply-filename-handlers): New function.
13316 (recentf-expand-file-name): Use it.
13317 (recentf-cleanup): Remove duplicates too.
13318
13319 2005-09-29 Juri Linkov <juri@jurta.org>
13320
13321 * faces.el: Rearrange face definitions to be in the same order as
13322 their face descriptions in "(emacs)Standard Faces".
13323
13324 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13325
13326 * tooltip.el (tooltip): Add group `basic-faces'.
13327
13328 * buff-menu.el (Buffer-menu-buffer): Remove group
13329 `font-lock-highlighting-faces'.
13330
13331 * progmodes/compile.el (compilation-error, compilation-warning)
13332 (compilation-info, compilation-line-number, compilation-column-number):
13333 Change group from `font-lock-highlighting-faces' to `compilation'.
13334
13335 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13336 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13337 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13338 (vhdl-font-lock-reserved-words-face)
13339 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13340 `font-lock-highlighting-faces'.
13341
13342 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13343
13344 2005-09-28 Kim F. Storm <storm@cua.dk>
13345
13346 * emulation/cua-base.el: Set CUA move property on additional commands:
13347 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13348 forward-sexp, backward-sexp, forward-list, backward-list.
13349
13350 2005-09-28 Romain Francoise <romain@orebokech.com>
13351
13352 * comint.el (comint-show-output): Really set point at the
13353 beginning of the output when not using `comint-use-prompt-regexp'.
13354
13355 2005-09-27 Jay Belanger <belanger@truman.edu>
13356
13357 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13358 in TeX mode.
13359
13360 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13361
13362 * textmodes/org.el (org-table-sum): Fix format string.
13363
13364 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13365 Quote face names.
13366
13367 2005-09-26 Romain Francoise <romain@orebokech.com>
13368
13369 * isearch.el (isearch-forward-regexp): Close doc string.
13370
13371 2005-09-25 Richard M. Stallman <rms@gnu.org>
13372
13373 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13374
13375 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13376
13377 * progmodes/compile.el (compilation-error-properties):
13378 When getting the file from the previous error message,
13379 correctly decode the new data format.
13380
13381 * progmodes/cc-cmds.el (c-electric-paren):
13382 Call old-blink-paren only for close-paren.
13383
13384 2005-09-24 Andreas Schwab <schwab@suse.de>
13385
13386 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13387 condition.
13388
13389 2005-09-25 Romain Francoise <romain@orebokech.com>
13390
13391 * dired-aux.el (dired-copy-file-recursive):
13392 * dired.el (dired-delete-file):
13393 * ediff-mult.el (ediff-dir-diff-copy-file):
13394 * ediff-util.el (ediff-test-save-region):
13395 * forms.el (forms-mode):
13396 * ido.el (ido-file-internal, ido-delete-file-at-head):
13397 * log-edit.el (log-edit-done):
13398 * ses.el (ses-yank-resize):
13399 * play/gomoku.el (gomoku-human-plays, gomoku)
13400 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13401 (gomoku-offer-a-draw):
13402 * play/landmark.el (lm-human-resigns, lm):
13403 * net/eudcb-ldap.el (eudc-ldap-check-base):
13404 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13405 * progmodes/ebrowse.el (ebrowse-find-pattern):
13406 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13407 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13408 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13409
13410 * vc.el (vc-delete-file):
13411 * play/gomoku.el (gomoku-terminate-game, gomoku)
13412 (gomoku-prompt-for-move, gomoku-human-takes-back):
13413 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13414 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13415
13416 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13417
13418 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13419 color rxvt terminals by using the code xterm.el used to use before
13420 2005-04-09 in order to match the colors used by rxvt.
13421
13422 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13423
13424 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13425 colors rxvt-unicode terminals by using the same code as xterm.el.
13426
13427 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13428
13429 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13430 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13431 new symbol used for the tex-verbatim face.
13432
13433 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13434
13435 * woman.el (woman-file-name):
13436 * wid-edit.el (widget-file-prompt-value)
13437 (widget-coding-system-prompt-value):
13438 * w32-fns.el (set-w32-system-coding-system):
13439 * vc.el (vc-version-diff, vc-annotate):
13440 * textmodes/reftex-auc.el (reftex-arg-cite)
13441 (reftex-arg-index-tag):
13442 * textmodes/refer.el (refer-get-bib-files):
13443 * textmodes/artist.el (artist-figlet-choose-font):
13444 * terminal.el (terminal-emulator):
13445 * replace.el (occur-read-primary-args):
13446 * rect.el (string-rectangle, string-insert-rectangle):
13447 * ps-print.el (ps-print-preprint):
13448 * progmodes/pascal.el (pascal-goto-defun):
13449 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13450 * progmodes/compile.el (compilation-find-file):
13451 * printing.el (pr-interactive-n-up):
13452 * play/animate.el (animate-birthday-present):
13453 * net/rcompile.el (remote-compile):
13454 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13455 * mail/rmailsum.el (rmail-summary-search-backward)
13456 (rmail-summary-search):
13457 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13458 (rmail-output-read-file-name):
13459 * mail/rmail.el (rmail-search, rmail-search-backwards):
13460 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13461 * locate.el (locate):
13462 * international/quail.el (quail-show-keyboard-layout):
13463 * international/mule.el (set-buffer-file-coding-system)
13464 (revert-buffer-with-coding-system, set-file-name-coding-system)
13465 (set-terminal-coding-system, set-keyboard-coding-system)
13466 (set-next-selection-coding-system):
13467 * international/mule-diag.el (describe-coding-system)
13468 (describe-font, describe-fontset):
13469 * international/mule-cmds.el (universal-coding-system-argument)
13470 (search-unencodable-char, describe-input-method)
13471 (set-language-environment, describe-language-environment):
13472 * international/codepage.el (codepage-setup):
13473 * international/code-pages.el (codepage-setup):
13474 * info.el (Info-search, Info-follow-reference)
13475 (Info-search-backward):
13476 * emacs-lisp/advice.el (ad-read-advised-function)
13477 (ad-read-advice-class, ad-clear-cache, ad-activate)
13478 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13479 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13480 (ad-read-regexp):
13481 * ediff-util.el (ediff-toggle-regexp-match):
13482 * ediff-ptch.el (ediff-prompt-for-patch-file):
13483 * dired-aux.el (dired-diff):
13484 * diff.el (diff):
13485 * cus-edit.el (custom-variable-prompt):
13486 * calendar/timeclock.el (timeclock-ask-for-project):
13487 * calc/calcalg3.el (calc-get-fit-variables):
13488 * calc/calc-store.el (calc-edit-variable)
13489 (calc-permanent-variable):
13490 * vc-mcvs.el (vc-mcvs-register):
13491 * shadowfile.el (shadow-define-literal-group):
13492 * woman.el (woman-file-name):
13493 * vc.el (vc-version-diff, vc-merge):
13494 * textmodes/reftex-index.el (reftex-index-complete-tag):
13495 * format.el (format-decode-buffer, format-decode-region):
13496 * emulation/viper-cmd.el (viper-read-string-with-history):
13497 * emacs-lisp/debug.el (cancel-debug-on-entry):
13498 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13499 * ediff.el (ediff-merge-revisions)
13500 (ediff-merge-revisions-with-ancestor, ediff-revision):
13501 * completion.el (interactive-completion-string-reader):
13502 * calc/calc-prog.el (calc-user-define-formula):
13503 Follow convention for reading with the minibuffer.
13504
13505 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13506
13507 * progmodes/python.el (python-describe-symbol): Add globals() and
13508 locals() to the arguments of emacs.ehelp.
13509
13510 2005-09-24 Magnus Henoch <mange@freemail.hu>
13511
13512 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13513 New function, code extracted from ispell-valid-dictionary-list.
13514 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13515 Call it.
13516
13517 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13518
13519 * subr.el (version-regexp-alist): Extend valid syntax for version
13520 strings: allow any of the characters -,_,+ to separate the
13521 alpha/beta/rc part from the version part. Doc fix.
13522 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13523
13524 2005-09-23 David Reitter <david.reitter@gmail.com>
13525
13526 * mail/mailclient.el: New file.
13527
13528 2005-09-23 Richard M. Stallman <rms@gnu.org>
13529
13530 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13531 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13532 Doc fixes.
13533
13534 * progmodes/cc-mode.el (c-font-lock-init):
13535 Specify font-lock-lines-before.
13536
13537 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13538
13539 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13540 whole conflict.
13541
13542 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13543
13544 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13545 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13546 of `remap' feature when available. Additional key bindings for
13547 better tty support.
13548 (org-mode-restart, org-force-self-insert): New commands.
13549 (org-time-stamp-inactive): New command.
13550 (org-remap): New function.
13551 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13552 (org-enable-fixed-width-editor): Move to `org-structure'
13553 customization group.
13554 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13555 blank field after field motion commands.
13556
13557 2005-09-23 Kenichi Handa <handa@m17n.org>
13558
13559 * international/mule-cmds.el (set-language-environment):
13560 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13561 have to call utf-translate-cjk-load-tables.
13562
13563 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13564
13565 * mouse.el (mouse-move-drag-overlay): Fix last change.
13566
13567 2005-09-22 David Ponce <david@dponce.com>
13568
13569 * tree-widget.el (tree-widget-value-create): Fix previous change.
13570
13571 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13572
13573 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13574
13575 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13576
13577 * mouse.el (mouse-move-drag-overlay): New function.
13578 (mouse-drag-region-1): Use it.
13579 Try to simplify a bit the state handling. Handle clicks on links
13580 inside intangible areas.
13581 (mouse-save-then-kill): Minor simplification.
13582 (mouse-secondary-overlay): Make it always non-nil instead of
13583 recreating it each time.
13584 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13585 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13586 Simplify accordingly.
13587
13588 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13589
13590 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13591
13592 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13593
13594 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13595 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13596 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13597 to patch.
13598
13599 * ediff-util.el: Use insert-buffer-substring.
13600
13601 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13602
13603 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13604 field boundaries in the minibuffer.
13605 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13606 (viper-minibuffer-post-command-hook): New hook.
13607 (viper-line): Don't move cursor at bolp.
13608
13609 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13610
13611 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13612 avoid compiler warnings.
13613
13614 * emulation/viper-macs.el (ex-map): Better messages.
13615
13616 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13617
13618 * emulation/viper.el: Replace make-variable-buffer-local with
13619 viper-make-variable-buffer-local everywhere, to avoid warnings.
13620
13621 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13622
13623 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13624 Delete unused var `old-selected-window'.
13625 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13626 (mouse-drag-secondary): Delete unused var `start-frame'.
13627
13628 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13629
13630 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13631
13632 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13633
13634 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13635 Re-indent within 80 columns. Use inhibit-read-only.
13636
13637 2005-09-19 Romain Francoise <romain@orebokech.com>
13638
13639 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13640
13641 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13642
13643 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13644 unconditionally, since the after-change-function already did it.
13645
13646 2005-09-19 Miles Bader <miles@gnu.org>
13647
13648 * net/newsticker.el: Get rid of CVS keyword.
13649
13650 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13651
13652 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13653 The prompt is formatted later.
13654
13655 2005-09-19 David Ponce <david@dponce.com>
13656
13657 * tree-widget.el (tree-widget-value-create): Save the converted
13658 tree :node widget.
13659
13660 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13661
13662 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13663 variable `message'.
13664
13665 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13666
13667 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13668 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13669 <slawomir.nowaczyk.847@student.lu.se>.
13670
13671 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13672
13673 * image.el (image-load-path): Use symbol `data-directory' instead
13674 of its value, for backward compatibility with packages that bind
13675 it during `find-image'. Suggested by Katsumi Yamaoka.
13676 (image-search-load-path): Handle symbols whose values are strings.
13677
13678 2005-09-18 Romain Francoise <romain@orebokech.com>
13679
13680 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13681 with-current-buffer form in save-excursion.
13682
13683 2005-09-18 Deepak Goel <deego@gnufans.org>
13684
13685 * apropos.el (apropos-command): Fix `message' call: first arg
13686 should be a format spec. In this and all other cases that appear
13687 below and elsewhere in the source code, I made a change only when
13688 two conditions were satisfied: [1] I can think of a possibility
13689 that the arguments would cause an error, for example, the code in
13690 question relies on external variables such as filenames. [2] I
13691 was sure that the arg to `message' could not have been nil in the code.
13692
13693 * textmodes/tildify.el (tildify-region): Ditto.
13694
13695 * textmodes/reftex-index.el (reftex-index-change-entry)
13696 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13697 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13698 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13699 (org-priority, org-table-sum):
13700 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13701 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13702 (flyspell-word, flyspell-display-next-corrections):
13703 * textmodes/bibtex.el (bibtex-print-help-message):
13704 * textmodes/artist.el (artist-key-set-point-poly):
13705 * term/mac-win.el (mac-services-insert-text):
13706 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13707 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13708 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13709 (vhdl-compose-configuration):
13710 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13711 (sh-set-indent, sh-learn-line-indent):
13712 * progmodes/ps-mode.el (ps-mode-target-column):
13713 * progmodes/idlwave.el (idlwave-make-tags)
13714 (idlwave-scan-library-catalogs):
13715 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13716 * progmodes/gud.el (gud-jdb-analyze-source):
13717 * progmodes/flymake.el (flymake-log):
13718 * progmodes/ebnf2ps.el (ebnf-generate-region):
13719 * progmodes/cmacexp.el (c-macro-expansion):
13720 * progmodes/ada-xref.el (ada-treat-cmd-string):
13721 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13722 (ada-justified-indent-current, ada-batch-reformat):
13723 * play/zone.el (zone):
13724 * play/landmark.el (lm-move):
13725 * play/decipher.el (decipher-show-alphabet):
13726 * net/newsticker.el (newsticker--display-jump)
13727 (newsticker--display-scroll):
13728 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13729 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13730 * mail/feedmail.el (feedmail-dump-message-to-queue):
13731 * eshell/esh-proc.el (eshell-remove-process-entry):
13732 * emulation/ws-mode.el (ws-last-error):
13733 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13734 (viper-record-kbd-macro):
13735 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13736 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13737 * emacs-lisp/find-func.el (find-function-noselect):
13738 * calendar/timeclock.el (timeclock-status-string)
13739 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13740 (timeclock-when-to-leave-string):
13741 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13742 * calc/calc-units.el (calc-enter-units-table):
13743 * calc/calc-mode.el (calc-mode-record-mode):
13744 * woman.el (woman-mini-help):
13745 * wdired.el (wdired-change-to-wdired-mode):
13746 * vc.el (vc-retrieve-snapshot):
13747 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13748 * startup.el (display-startup-echo-area-message):
13749 * simple.el (set-goal-column):
13750 * ses.el (ses-command-hook, ses-recalculate-cell):
13751 * server.el (server-process-filter):
13752 * printing.el (pr-interface-txt-print, pr-interface-printify)
13753 (pr-interface-ps):
13754 * pcvs.el (cvs-help):
13755 * log-edit.el (log-edit, log-edit-mode-help):
13756 * iswitchb.el (iswitchb-possible-new-buffer):
13757 * isearch.el (isearch-edit-string):
13758 * image-mode.el (image-mode, image-minor-mode):
13759 * ibuf-macs.el (define-ibuffer-filter):
13760 * hi-lock.el (hi-lock-find-patterns):
13761 * files.el (toggle-read-only):
13762 * ediff-util.el (ediff-copy-diff)
13763 (ediff-write-merge-buffer-and-maybe-kill):
13764 * echistory.el (Electric-history-undefined):
13765 * dnd.el (dnd-insert-text):
13766 * dired-aux.el (dired-query):
13767 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13768 * bookmark.el (bookmark-bmenu-locate):
13769 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13770 Fix `message' calls to ensure first arg is a format string.
13771 The change was made only when these two conditions were satisfied:
13772 [1] when there is a possibility that the arguments would cause an error
13773 for example, if the code in question relies on external variables
13774 such as filenames, and
13775 [2] if the arg to `message' could not have been nil in the code.
13776
13777 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13778 Not having a %s would be weird, though not technically wrong.
13779
13780 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13781
13782 * term/mac-win.el (mac-add-charset-info): Doc fix.
13783
13784 2005-09-17 Romain Francoise <romain@orebokech.com>
13785
13786 * shell.el (shell-resync-dirs): Handle echoing processes more
13787 reliably. Don't insert resync command if `comint-process-echoes'
13788 is non-nil.
13789
13790 2005-09-17 Magnus Henoch <mange@freemail.hu>
13791
13792 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13793 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13794 aspell versions >= 0.60.
13795 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13796 only if ispell-aspell-supports-utf8 is non-nil.
13797
13798 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13799
13800 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13801 buffer-local value to lisp-indent-function.
13802
13803 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13804
13805 * progmodes/glasses.el (glasses-make-readable): If
13806 glasses-separator differs from underscore, put appropriate
13807 overlays over underscore characters.
13808 (glasses-convert-to-unreadable): If glasses-separator differs from
13809 underscore, try to convert glasses-separator characters to
13810 underscores.
13811
13812 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13813
13814 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13815 Use with-syntax-table and dolist.
13816
13817 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13818
13819 * textmodes/reftex-auc.el:
13820 * textmodes/reftex-cite.el:
13821 * textmodes/reftex-dcr.el:
13822 * textmodes/reftex-global.el:
13823 * textmodes/reftex-parse.el:
13824 * textmodes/reftex-ref.el:
13825 * textmodes/reftex-sel.el:
13826 * textmodes/reftex-toc.el:
13827 * textmodes/reftex-vars.el:
13828 * textmodes/reftex.el: Small changes to remove compiler warnings.
13829
13830 * textmodes/reftex-index.el: Likewise.
13831 (reftex-query-index-phrase): More efficient use of markers.
13832
13833 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13834
13835 * image.el (image-load-path): New variable.
13836 (image-search-load-path): New function.
13837 (find-image): Search for images in `image-load-path'.
13838
13839 2005-09-15 Richard M. Stallman <rms@gnu.org>
13840
13841 * follow.el: Change Maintainer field.
13842
13843 2005-09-15 David Ponce <david@dponce.com>
13844
13845 * recentf.el (recentf-save-file-modes): New option.
13846 (recentf-save-list): Use it.
13847
13848 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13849
13850 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13851 (mode-line-mule-info, mode-line-modified): Move bindings from
13852 mouse-3 to mouse-1.
13853
13854 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13855
13856 * simple.el (sendmail-user-agent-compose): Revert last change.
13857
13858 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13859
13860 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13861 Use with-current-buffer.
13862 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13863 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13864 (ange-ftp-insert-directory): Remove unused var `short'.
13865 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13866
13867 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13868 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13869
13870 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13871 (check-calendar-holidays, diary-list-entries): Autoload.
13872 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13873 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13874
13875 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13876 which mistakenly removed a call to display-buffer.
13877
13878 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13879
13880 * obsolete/iso-insert.el: Move to obsolete/ from international/.
13881
13882 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
13883
13884 * progmodes/hideshow.el
13885 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13886 (hs-allow-nesting): New user var.
13887 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13888 (hs-hide-block-at-point): When nesting allowed,
13889 if there is already an overlay in place, delete it.
13890 (hs-safety-is-job-n): Delete func; remove call sites.
13891 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13892 (hs-overlay-at): New func.
13893 (hs-already-hidden-p, hs-show-block): Use it.
13894 (hs-hide-all): Don't pre-clean if nesting allowed.
13895 (hs-show-all): Temporarily disallow
13896 nesting around call to `hs-discard-overlays'.
13897
13898 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
13899
13900 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13901 Delete unused local var.
13902
13903 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
13904
13905 * help-fns.el (describe-categories): "?\ " -> "?\s".
13906 (help-do-arg-highlight): Recognize also ARG-n, as in
13907 `move-to-left-margin' (ARG+n is already recognized). Simplify.
13908
13909 * international/codepage.el (dos-unsupported-char-glyph):
13910 * net/newsticker.el (tool-bar-map, w3-mode-map)
13911 (w3m-minor-mode-map):
13912 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13913 (ent-alist):
13914 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13915
13916 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
13917
13918 * custom.el (custom-push-theme): Handle the case where a symbol is
13919 bound but face properties have not yet been assigned.
13920
13921 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13922 Fix behavior if noerase is `t' and there is no mail buffer.
13923
13924 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13925 if `continue' is nil, rather than signal an error.
13926
13927 2005-09-12 Richard M. Stallman <rms@gnu.org>
13928
13929 * font-lock.el (font-lock-keywords): Add autoload.
13930
13931 * help-fns.el (describe-variable): Rearrange to put source link
13932 in a predictable place.
13933
13934 * net/newsticker.el: New file.
13935
13936 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13937
13938 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13939 (calendar-basic-setup): Use the new nil arg.
13940 (number-of-diary-entries): Move to diary-lib.el.
13941
13942 * calendar/diary-lib.el: Use with-current-buffer, match-string.
13943 (diary-list-entries): Use with-syntax-table and dolist.
13944 Rename from list-diary-entries.
13945 Use number-of-diary-entries if `number' is nil.
13946 (diary, diary-view-entries): Use this new name and new nil arg value.
13947 (number-of-diary-entries): Move from calendar.el.
13948 (diary-unhide-everything): New function.
13949 (include-other-diary-files, fancy-diary-display)
13950 (diary-show-all-entries, make-diary-entry): Use it.
13951 (diary-mail-entries): Use buffer-string.
13952 (mark-diary-entries): Fix long standing paren typo.
13953 (diary-sexp-entry): Use count-lines.
13954 (make-diary-entry): Avoid `previous-line'.
13955 (diary-mode-map): New var.
13956 (diary-mode): Redraw cal after saving. Setup header-line.
13957 (fancy-diary-display-mode): Use local-set-key.
13958
13959 * startup.el (command-line): Try calling various terminal-init-foo-bar
13960 functions by stripping hyphenated suffixes from $TERM.
13961
13962 * files.el (normal-mode): Check boundness of font-lock-keywords.
13963
13964 2005-09-12 Richard M. Stallman <rms@gnu.org>
13965
13966 * progmodes/compile.el: Don't decide a file's directory
13967 until the user actually tries to go there.
13968 (compilation-next-error-function):
13969 Pass compilation-find-file the directory from the file-struct.
13970 (compilation-internal-error-properties): Separate local FILE-STRUCT
13971 from FILE. Doc the args better. Rename arg FMT to FMTS.
13972 (compilation-find-file): Arg DIR renamed to DIRECTORY.
13973 Expand it, and if nil, use default-directory.
13974 (compilation-get-file-structure): Don't mix specified directory
13975 with default directory. Put specified directory into
13976 file-struct. Don't make the file name absolute.
13977
13978 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13979 (compile-command): Add autoload.
13980 (compilation-disable-input): Add autoload.
13981
13982 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
13983
13984 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13985 strings of the variables it can override.
13986 (time-stamp): New (as yet undocumented) time-stamp-format escapes
13987 %Q and %q, for fully-qualified domain name and unqualified host name.
13988
13989 2005-09-11 Kim F. Storm <storm@cua.dk>
13990
13991 * emacs-lisp/authors.el (authors-aliases): Update list.
13992 (authors-fixed-entries): Update mldrag.el entry.
13993
13994 2005-09-10 Alan Mackenzie <acm@muc.de>
13995
13996 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13997 from the region narrowed to.
13998
13999 2005-09-10 Magnus Henoch <mange@freemail.hu>
14000
14001 * textmodes/ispell.el (ispell-check-version): Signal an error if
14002 aspell version is less than 0.60.
14003
14004 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14005
14006 * progmodes/octave-inf.el (inferior-octave-startup):
14007 Resync current dir at the end.
14008
14009 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14010
14011 * woman.el (woman-topic-at-point-default):
14012 Rename to woman-use-topic-at-point-default.
14013 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14014 (woman-file-name): Reflect renames above. Automatically use the
14015 word at point as topic if woman-use-topic-at-point is non-nil.
14016 Otherwise offer it as default but don't insert it in the
14017 minibuffer. Also use `test-completion' instead of `assoc' as
14018 suggested by Stefan Monnier.
14019
14020 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14021
14022 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14023 the attempt to do it over Tramp. This is not yet supported.
14024
14025 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14026
14027 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14028 (menu-bar-non-minibuffer-window-p): New functions.
14029 ("Split Window", "Save As..."): Use them.
14030 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14031 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14032 Use menu-bar-menu-frame-live-and-visible-p.
14033 ("Save Buffer", "Insert File", "Open Directory...")
14034 ("Open File...", "Visit New File..."):
14035 Use menu-bar-non-minibuffer-window-p.
14036 (kill-this-buffer-enabled-p, dired <menu-enable>):
14037 Use menu-bar-non-minibuffer-window-p.
14038
14039 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14040
14041 * cus-start.el (all): Don't complain about fringe-related
14042 built-ins if fringes are not supported. Ditto about
14043 selection-related built-ins. Fix the test for GTK-related built-ins.
14044
14045 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14046 ("Postscript Print Buffer", "Print Region", "Save As...")
14047 ("Save", "Insert File...", "Open Directory...")
14048 ("Open File...", "Visit New File..."")
14049 ("Truncate Long Lines in this Buffer"): Don't look at
14050 menu-updating-frame if this display does not support multiple frames.
14051
14052 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14053
14054 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14055
14056 2005-09-09 Emilio Lopes <eclig@gmx.net>
14057
14058 * woman.el: Format- and whitespace-related changes.
14059
14060 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14061
14062 * woman.el: Fix my email address.
14063
14064 2005-09-08 Richard M. Stallman <rms@gnu.org>
14065
14066 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14067 (sh-mode): Locally set skeleton-pair-default-alist.
14068
14069 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14070
14071 * progmodes/flymake.el: Require `compile' unconditionally.
14072
14073 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14074
14075 * woman.el (woman-file-name): Provide a default, not initial input.
14076
14077 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14078
14079 * font-lock.el (font-lock-support-mode): Doc fix.
14080
14081 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14082
14083 2005-09-08 Richard M. Stallman <rms@gnu.org>
14084
14085 * simple.el (blink-matching-open): Get rid of text props from
14086 the string shown in echo area. Don't permanently set point.
14087 Some rearrangements.
14088
14089 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14090
14091 * recentf.el (recentf-filename-handler): Add custom choice
14092 `abbreviate-file-name'.
14093
14094 * msb.el (msb--very-many-menus): Fix typo.
14095
14096 * disp-table.el (standard-display-european): Don't set
14097 enable-multibyte-characters to nil.
14098
14099 2005-09-08 David Ponce <david@dponce.com>
14100
14101 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14102 (recentf-expand-file-name): Doc fix.
14103 (recentf-dialog-mode-map): Define digit shortcuts.
14104 (recentf--files-with-key): New variable.
14105 (recentf-show-digit-shortcut-filter): New function.
14106 (recentf-open-files-items): New function.
14107 (recentf-open-files): Use it.
14108 (recentf-open-file-with-key): New command.
14109
14110 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14111
14112 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14113 Suggested by Kim F. Storm.
14114 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14115 (Buffer-menu-make-sort-button): Use global keymap.
14116
14117 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14118
14119 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14120 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14121 necessary any longer with the remapped command.
14122 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14123 formatting time only.
14124
14125 * net/tramp.el (tramp-action-password)
14126 (tramp-multi-action-password): Compile the password prompt from
14127 `method', `user' and `host'. Sometimes it isn't obvious which
14128 password to enter, for example with remote files offered by
14129 recentf.el, or with multiple steps. Suggested by Robert Marshall
14130 <robert@chezmarshall.freeserve.co.uk>.
14131
14132 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14133
14134 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14135 Fix regexp for when "s///" is at the beginning of line.
14136
14137 2005-09-07 Jay Belanger <belanger@truman.edu>
14138
14139 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14140 when in matrix mode.
14141
14142 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14143
14144 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14145 non-anonymous functions.
14146
14147 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14148
14149 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14150 when using a header line. Otherwise, use mouse-1-click-follows-link.
14151
14152 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14153 can't be moved; don't signal an error.
14154
14155 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14156
14157 * cus-theme.el (custom-theme-write-faces): Save the current face
14158 spec, not the defface spec.
14159
14160 * custom.el (custom-known-themes): Clarify meaning of "standard".
14161 (custom-push-theme): Save old values in the standard theme.
14162 (disable-theme): Correct typo.
14163 (custom-face-theme-value) Deleted unused function.
14164 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14165
14166 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14167
14168 * progmodes/compile.el (compilation-goto-locus): Take into account
14169 iconified frames when determining whether the buffer is
14170 already visible.
14171 Don't reset window height if the window already existed.
14172
14173 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14174
14175 * custom.el (load-theme): Rename from require-theme.
14176 Add interactive spec.
14177 (enable-theme): Rename from custom-enable-theme.
14178 Add interactive spec.
14179 (disable-theme): Rename from custom-disable-theme.
14180 Add interactive spec.
14181 (custom-make-theme-feature): Doc fix.
14182 (custom-theme-directory): Doc fix.
14183 (provide-theme): Call enable-theme.
14184
14185 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14186
14187 * obsolete/lazy-lock.el (lazy-lock-mode):
14188 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14189 font-lock-mode if it's off. Print a warning instead.
14190
14191 * progmodes/compile.el (compilation-start): Ignore errors if the
14192 process died before we get to send-eof.
14193
14194 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14195 Undo last change. Enclosing the result in quotes broke things on Unix
14196 since tex-send-command passes it through shell-quote-argument.
14197 (tex-send-command): Pass `file' through convert-standard-filename
14198 when possible.
14199 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14200 info in a transcript.
14201
14202 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14203
14204 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14205 fix compilation warning. Reorder the key definitions to group
14206 together keys emitted by the current version of xterm.
14207
14208 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14209 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14210 Reorder predicates to correct min-color usage.
14211
14212 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14213
14214 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14215 Kill local variables when longlines-mode is turned off.
14216
14217 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14218
14219 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14220
14221 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14222
14223 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14224
14225 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14226 (font-lock-lines-before): Change default to being inactive.
14227 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14228 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14229
14230 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14231
14232 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14233 Deactivate temporarily advice if active (not needed for Emacs 22,
14234 but for backwards compatibility).
14235 (tramp-exists-file-name-handler): Rewrite. First implementation
14236 was too simple.
14237 (tramp-advice-make-auto-save-file-name):
14238 Call `tramp-handle-make-auto-save-file-name' (again, just for
14239 backwards compatibility).
14240
14241 2005-08-31 Reto Zimmermann <reto@gnu.org>
14242
14243 * progmodes/vhdl-mode.el
14244 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14245 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14246 (vhdl-set-default-project): New function (easier setting of default).
14247 (vhdl-port-copy): Handle extended identifiers for generics.
14248 (vhdl-compiler-alist): Better description for error message regexp.
14249 (vhdl-make): Query for target, use previous as default.
14250 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14251 (vhdl-font-lock-keywords-2): Fix fontification for record
14252 el. assign.
14253 (vhdl-speedbar-make-subpack-line): Add package body link.
14254 (vhdl-generate-makefile-1): Not include itself as dependency.
14255 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14256 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14257 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14258 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14259 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14260 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14261 (vhdl-import-project): Add string argument for `error'.
14262 (vhdl-compose-configuration)
14263 (vhdl-compose-configuration-architecture): Add configuration
14264 declaration generation.
14265 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14266 (vhdl-trailer-re): Add "record" keyword (better indentation).
14267 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14268 "[^ \t-\"]+".
14269 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14270 (vhdl-testbench-entity-file-name)
14271 (vhdl-testbench-architecture-file-name): Allow separate
14272 customization of testbench file names.
14273 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14274 (vhdl-get-visible-signals): Allow newline within alias declaration.
14275 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14276 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14277 (member-ignore-case): Alias for missing function in XEmacs.
14278 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14279 (vhdl-update-sensitivity-list): Ignore case on read signals.
14280 (vhdl-replace-string): Adjust case only for file names.
14281 (vhdl-update-sensitivity-list): Fix search for read signals.
14282 (vhdl-update-sensitivity-list): Exclude formal parameters.
14283 (vhdl-get-visible-signals): Include aliases of signals.
14284 (vhdl-get-visible-signals): Fix signal name searching.
14285 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14286 (vhdl-fixup-whitespace-region): Fix for character
14287 literals (e.g. `:').
14288
14289 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14290
14291 * ansi-color.el (comint-last-output-start):
14292 * bs.el (font-lock-verbose):
14293 * diff-mode.el (add-log-buffer-file-name-function):
14294 * dired-x.el (vm-folder-directory):
14295 * faces.el (help-xref-stack-item):
14296 * files.el (font-lock-keywords):
14297 * find-lisp.el (dired-buffers, dired-subdir-alist):
14298 * ido.el (cua-inhibit-cua-keys):
14299 * log-view.el (cvs-minor-wrap-function):
14300 * outline.el (font-lock-warning-face):
14301 * simple.el (compilation-current-error):
14302 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14303 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14304 * tooltip.el (comint-prompt-regexp):
14305 * w32-fns.el (explicit-shell-file-name):
14306 * term/mac-win.el (mac-charset-info-alist)
14307 (mac-services-selection, mac-system-script-code):
14308 * term/tty-colors.el (msdos-color-values):
14309 * term/w32-win.el (xlfd-regexp-registry-subnum):
14310 * term/x-win.el (x-keysym-table, x-selection-timeout)
14311 (x-session-id, x-session-previous-id):
14312 * textmodes/ispell.el (mail-yank-prefix):
14313 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14314 * textmodes/org.el (calc-embedded-close-formula)
14315 (calc-embedded-open-formula)
14316 (font-lock-unfontify-region-function):
14317 * textmodes/reftex-global.el (isearch-next-buffer-function)
14318 (TeX-master):
14319 * textmodes/reftex.el (font-lock-keywords):
14320 * textmodes/tex-mode.el (font-lock-comment-face)
14321 (font-lock-doc-face):
14322 * textmodes/texinfo.el (outline-heading-alist):
14323 Add defvars.
14324
14325 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14326 (artist-spray-chars, artist-mode-init, artist-replace-string)
14327 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14328 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14329 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14330
14331 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14332 (conf-align-assignments): "?\ " -> "?\s".
14333
14334 * textmodes/reftex-index.el (TeX-master): Add defvar.
14335 (reftex-index-phrases-marker): Move up defvar.
14336
14337 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14338 (reftex-toc-include-labels-indicator)
14339 (reftex-toc-include-index-indicator)
14340 (reftex-toc-max-level-indicator): Move up declarations.
14341
14342 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14343 of args to `tramp-run-real-handler', even if it's empty in this case.
14344
14345 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14346
14347 * dired.el (dired-move-to-filename-regexp): Add date format for
14348 Mac OS X 10.3 in East Asian locales.
14349
14350 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14351
14352 * files.el (make-auto-save-file-name): Add file name handler call
14353 if applicable.
14354
14355 * net/tramp.el (tramp-file-name-handler-alist)
14356 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14357 (tramp-handle-make-auto-save-file-name): Rename from
14358 `tramp-make-auto-save-file-name'.
14359 (tramp-exists-file-name-handler): New defun.
14360 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14361 `make-auto-save-file-name' is not a magic file name operation.
14362
14363 2005-08-30 Richard M. Stallman <rms@gnu.org>
14364
14365 * files.el (risky-local-variable-p):
14366 Match `-predicates' and `-commands.
14367
14368 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14369 (custom-save-all): Visit the file if necessary;
14370 kill the buffer if we created it.
14371 (custom-save-delete): Don't visit file or kill buffer here.
14372
14373 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14374
14375 * textmodes/org.el (org-special-keyword): New face.
14376 (org-table-copy-down, org-table-eval-formula)
14377 (org-table-recalculate, org-init-section-numbers):
14378 Use `string-to-number' instead of `string-to-int'.
14379 (org-get-location): Use `insert-buffer-substring' instead of
14380 `insert-buffer'.
14381 (org-modify-diary-entry-string): New function.
14382 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14383 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14384 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14385 active region.
14386 (org-export-as-html): Handle QUOTE keyword.
14387 (org-quote-string): New option.
14388 (org-bookmark-jump-unhide): New function, used for
14389 `bookmark-after-jump-hook'.
14390 (org-diary-default-entry): Apply only when not called through
14391 `org-agenda'.
14392
14393 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14394
14395 * net/eudc.el (mode-popup-menu):
14396 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14397 * progmodes/ada-mode.el (compile-auto-highlight)
14398 (skeleton-further-elements):
14399 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14400 * progmodes/cmacexp.el (msdos-shells):
14401 * progmodes/compile.el (font-lock-extra-managed-props)
14402 (font-lock-keywords, font-lock-maximum-size)
14403 (font-lock-support-mode):
14404 * progmodes/grep.el (font-lock-lines-before):
14405 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14406 * progmodes/mixal-mode.el (compile-command):
14407 * progmodes/perl-mode.el (font-lock-comment-face)
14408 (font-lock-doc-face, font-lock-string-face):
14409 * progmodes/prolog.el (comint-prompt-regexp):
14410 * progmodes/sh-script.el (font-lock-comment-face)
14411 (font-lock-set-defaults, font-lock-string-face):
14412 * progmodes/sql.el (font-lock-keyword-face)
14413 (font-lock-set-defaults, font-lock-string-face):
14414 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14415 (itimer-version, lazy-lock-defer-contextually)
14416 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14417 Add defvars.
14418
14419 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14420 (cperl-electric-keyword, cperl-electric-pod)
14421 (cperl-electric-backspace, cperl-forward-re)
14422 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14423 (vc-rcs-header, vc-sccs-header): Add defvars.
14424
14425 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14426 (font-lock-syntactic-keywords, gud-find-expr-function):
14427 Add defvars.
14428
14429 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14430 (gdb-frame-parameters): Declare before use.
14431
14432 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14433 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14434 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14435 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14436
14437 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14438 (idlwave-help-with-source): Use `insert-buffer-substring', not
14439 `insert-buffer'.
14440
14441 2005-08-29 Juri Linkov <juri@jurta.org>
14442
14443 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14444 Put outline-back-to-heading function call inside save-excursion.
14445
14446 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14447
14448 * man.el (Man-init-defvars, Man-translate-references)
14449 (Man-support-local-filenames, Man-highlight-references):
14450 * progmodes/sql.el (sql-interactive-mode):
14451 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14452
14453 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14454 (compilation-mode-font-lock-keywords): Add defvars.
14455 (checkdoc-interactive-loop): "?\ " -> "?\s".
14456
14457 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14458 (font-lock-doc-face, font-lock-string-face)
14459 (font-lock-keywords-case-fold-search): Add defvars.
14460 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14461
14462 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14463 Don't pass X and Y (they are ignored anyway).
14464 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14465 (mouse-delete-window): Make arguments optional.
14466
14467 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14468 (caesar-translate-table, minor-modes, news-buffer-save)
14469 (news-group-name, news-minor-modes): Add defvars.
14470
14471 * emacs-lisp/lselect.el (mouse-highlight-priority)
14472 (x-lost-selection-functions, zmacs-regions):
14473 * emacs-lisp/pp.el (font-lock-verbose):
14474 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14475 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14476 (ses-mode-map):
14477 * emacs-lisp/tcover-unsafep.el (safe-functions):
14478 * international/mule-cmds.el (mac-system-coding-system)
14479 (mac-system-locale):
14480 * language/ethio-util.el (rmail-current-message)
14481 (rmail-message-vector):
14482 * language/thai-util.el (thai-auto-composition-mode):
14483 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14484 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14485 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14486 (vm-primary-inbox, vm-spool-files):
14487 * mail/rmail.el (deleted-head, font-lock-fontified)
14488 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14489 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14490 (total-messages):
14491 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14492 (rmail-summary-mode-map):
14493 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14494 (rmail-last-label, rmail-last-multi-labels)
14495 (rmail-summary-vector, rmail-total-messages):
14496 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14497 * mail/rmailsum.el (msgnum):
14498 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14499 (rmail-current-message):
14500 * obsolete/fast-lock.el (font-lock-face-list):
14501 * obsolete/rnewspost.el (mail-reply-buffer):
14502 * obsolete/scribe.el (compile-command):
14503 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14504
14505 2005-08-28 John Paul Wallington <jpw@gnu.org>
14506
14507 * ibuf-ext.el (ibuffer-auto-update-changed):
14508 Use `frame-or-buffer-changed-p' to check whether we need to update.
14509 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14510 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14511 as a `frame-or-buffer-changed-p' state vector instead.
14512
14513 2005-08-27 Romain Francoise <romain@orebokech.com>
14514
14515 * textmodes/makeinfo.el (makeinfo-compile):
14516 Use `compilation-start'. Set `next-error-function' according to
14517 `disable-errors'.
14518 (makeinfo-next-error): New function.
14519 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14520 (makeinfo-buffer): Likewise.
14521
14522 * progmodes/compile.el (compilation-start): Add autoload cookie.
14523
14524 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14525 * textmodes/sgml-mode.el: Likewise.
14526 * progmodes/python.el: Likewise.
14527
14528 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14529
14530 * simple.el (blink-matching-paren-distance): Document the meaning
14531 of nil value, and allow to customize to nil.
14532
14533 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14534 command.com, not command.exe.
14535
14536 2005-08-26 John Wiegley <johnw@newartisans.com>
14537
14538 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14539 code around a bit so that an extraneous nil argument is not added
14540 to a command when no args are given.
14541
14542 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14543 double-quoted argument resolves to nil, return it as an empty
14544 string rather than as nil. This made it impossible to pass "" to
14545 a shell script as a null string argument.
14546
14547 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14548
14549 * outline.el (outline-invent-heading): New fun.
14550 (outline-promote, outline-demote): Use it.
14551 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14552 (outline-end-of-subtree): Remove unused var `opoint'.
14553
14554 2005-08-26 David Reitter <david.reitter@gmail.com>
14555
14556 * menu-bar.el (truncate-lines, write-file, print-buffer)
14557 (ps-print-buffer-faces, ps-print-buffer, split-window):
14558 Disable menu items when the frame they refer to is invisible, or when
14559 they refer to a buffer and the minibuffer is selected.
14560
14561 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14562
14563 * progmodes/flymake.el (flymake-highlight-err-lines):
14564 Use save-excursion around flymake-highlight-line to preserve point.
14565
14566 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14567
14568 * progmodes/octave-mod.el: Change Author and Maintainer address.
14569 (octave-maintainer-address): Change Kurt's email address.
14570 * progmodes/octave-inf.el: Change Author and Maintainer address.
14571 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14572
14573 2005-08-26 Kim F. Storm <storm@cua.dk>
14574
14575 * subr.el (version-list-<, version-list-<=, version-list-=):
14576 Rename from integer-list-*.
14577 (version-list-not-zero): Likewise. Fix while loop.
14578 (version=): Use version-list-= instead of string-equal.
14579
14580 2005-08-26 Richard M. Stallman <rms@gnu.org>
14581
14582 * outline.el (outline-promote): Try shortening the heading.
14583 As last resort, read the heading to use.
14584 (outline-demote): As last resort, read the heading to use.
14585
14586 2005-08-26 Romain Francoise <romain@orebokech.com>
14587
14588 * progmodes/compile.el (compilation-start): Doc fix.
14589
14590 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14591 (antlr-font-lock-additional-keywords): Fix reference to
14592 `antlr-font-lock-literal-regexp' erroneously changed during the
14593 mass face rename.
14594 (antlr-run-tool): Use `compilation-start'.
14595
14596 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14597 instead of the obsolete `compile-internal'.
14598
14599 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14600
14601 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14602 (number, original-date):
14603 * calendar/cal-china.el (date):
14604 * calendar/cal-coptic.el (date):
14605 * calendar/cal-french.el (date):
14606 * calendar/cal-hebrew.el (date, entry, number, original-date):
14607 * calendar/cal-islam.el (date, number, original-date):
14608 * calendar/cal-iso.el (date):
14609 * calendar/cal-julian.el (date):
14610 * calendar/cal-mayan.el (date):
14611 * calendar/cal-menu.el (date, event):
14612 * calendar/cal-persia.el (date):
14613 * calendar/lunar.el (date):
14614 * calendar/solar.el (date): Add defvars.
14615
14616 * emerge.el:
14617 * ibuffer.el:
14618 * info-xref.el:
14619 * obsolete/bg-mouse.el:
14620 * obsolete/sun-curs.el:
14621 * obsolete/swedish.el: Move the `defvar's to the top level.
14622
14623 * smerge-mode.el (smerge-refined-change): Add :group.
14624
14625 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14626
14627 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14628 (smerge-keep-n): Remove props.
14629 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14630 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14631 now that it's done in smerge-keep-n.
14632 (smerge-refined-change): New face.
14633 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14634 (smerge-refine): New funs.
14635 (smerge-basic-map): Bind smerge-refine.
14636
14637 2005-08-25 Juri Linkov <juri@jurta.org>
14638
14639 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14640 compilation-process-setup-function and compilation-disable-input
14641 in grep-mode instead of let-bindings in grep.
14642
14643 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14644 Delete "Automatic File De/compression" (auto-compression-mode).
14645
14646 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14647
14648 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14649 Silence warning about non-existent variable.
14650
14651 2005-08-25 Richard M. Stallman <rms@gnu.org>
14652
14653 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14654 Rename "Describe Key" to "Describe Key or Mouse Operation".
14655
14656 * mail/mailalias.el (build-mail-aliases): Delete comments
14657 from the contents before processing them.
14658
14659 * isearch.el (isearch-edit-string): Erase the Search prompt
14660 if user enters an empty string and there is no default.
14661
14662 * comint.el (comint-file-name-prefix): Add autoload.
14663
14664 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14665
14666 * subr.el (play-sound): Rearrange to avoid warning.
14667
14668 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14669
14670 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14671 New hook.
14672 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14673
14674 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14675
14676 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14677
14678 * custom.el (custom-theme-set-variables): Sort minor modes last.
14679
14680 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14681
14682 * subr.el (version-separator, version-regexp-alist): New vars used by
14683 version comparison funs.
14684 (integer-list-<, integer-list-=, integer-list-<=)
14685 (integer-list-not-zero): New funs for integer list comparison.
14686 (version-to-list, version=, version<, version<=): New funs for version
14687 comparison.
14688
14689 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14690
14691 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14692 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14693 time to silence the byte-compiler.
14694
14695 * ibuffer.el (ibuffer-compile-make-eliding-form)
14696 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14697 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14698 so it's silly to get warnings for it).
14699 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14700 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14701 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14702 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14703 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14704 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14705 Defvar at compile time.
14706 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14707 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14708 Declare them before use.
14709
14710 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14711 (info-xref-good, info-xref-bad): Defvar at compile time.
14712
14713 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14714 Use `let*' instead of `let'.
14715
14716 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14717 (*mouse-y*, menu, char): Defvar at compile time.
14718 (sc::menu): Declare it before use.
14719 (sc::pack-one-line): Use `let', not `let*'.
14720
14721 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14722 (mail-send-hook): Defvar at compile time.
14723
14724 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14725 Defvar at compile time.
14726
14727 * term/sun-mouse.el (current-global-mousemap)
14728 (current-local-mousemap): Declare them before use.
14729
14730 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14731
14732 * bookmark.el (bookmark-after-jump-hook): New hook.
14733 (bookmark-jump): Run `bookmark-after-jump-hook'.
14734
14735 2005-08-23 Juri Linkov <juri@jurta.org>
14736
14737 * faces.el (minibuffer-prompt): Doc fix.
14738
14739 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14740
14741 * progmodes/xscheme.el: Trivial changes to silence warnings.
14742 (xscheme-previous-mode, xscheme-previous-process-state):
14743 Add defvars.
14744 (xscheme-last-input-end, xscheme-process-command-line)
14745 (xscheme-process-name, xscheme-buffer-name)
14746 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14747 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14748 (xscheme-control-g-synchronization-p)
14749 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14750 (default-xscheme-runlight, xscheme-runlight)
14751 (xscheme-runlight-string, xscheme-process-filter-state)
14752 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14753 Move to beginning of file.
14754 (scheme-interaction-mode-commands-alist)
14755 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14756 Declare them before use. Note: the initialization code for the variables
14757 has not been moved because it uses functions that reference the variables.
14758 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14759 (xscheme-prompt-for-expression-map): Declare them before use.
14760 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14761
14762 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14763
14764 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14765
14766 2005-08-22 Juri Linkov <juri@jurta.org>
14767
14768 * faces.el (set-face-underline): Delete this duplicate function
14769 and make an obsolete alias to set-face-underline-p.
14770 (set-face-underline-p): Use docstring of set-face-underline.
14771 (describe-face): Create hyperlink to parent face.
14772
14773 * info.el (Info-insert-dir): Use save-excursion around
14774 insert-buffer-substring.
14775 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14776 (Info-escape-percent): Delete function.
14777 (Info-fontify-node): Replace Info-escape-percent by
14778 replace-regexp-in-string with REP arg set to lambda that
14779 duplicates `%' and preserves text properties.
14780
14781 * progmodes/compile.el (compilation-disable-input): Doc fix.
14782 (define-compilation-mode): Doc fix and refill.
14783 (kill-compilation): Use `mode-name' in the error message.
14784 (compilation-find-file): Use `compilation-error' in the
14785 read-file-name's prompt.
14786
14787 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14788
14789 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14790 (smerge-auto-leave): Make undo re-enable the mode.
14791 (debug-ignored-errors): Add the user-error of impossible resolution.
14792 (smerge-resolve): Move things around a bit, in preparation for later.
14793 (smerge-diff): Don't fail if the buffer has no associated file.
14794 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14795 (smerge-conflict-overlay): New function.
14796 (smerge-match-conflict): Don't add text properties here.
14797 (smerge-find-conflict): Instead, add an overlay here.
14798 Also check for the case where we're inside a conflict already, so as to
14799 obviate the need for font-lock-multiline, which is unbearably slow with
14800 large conflicts and ciomplex font-lock patterns.
14801 (smerge-remove-props): Remove overlay rather than text-properties.
14802 (smerge-mode): Don't set font-lock-multiline.
14803 Remove overlays when turned off.
14804
14805 2005-08-21 Kim F. Storm <storm@cua.dk>
14806
14807 * ido.el (ido-ignore-item-p): Use save-match-data.
14808 Bind case-fold-search to ido-case-fold locally.
14809
14810 2005-08-20 Richard M. Stallman <rms@gnu.org>
14811
14812 * files.el (normal-mode): If font lock is on, turn it off and on.
14813
14814 * subr.el (replace-regexp-in-string): Doc fix.
14815
14816 * startup.el (command-line-1): Don't suppress startup screen
14817 due to existing processes.
14818
14819 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14820
14821 * progmodes/compile.el (compilation-disable-input): Default to nil.
14822
14823 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14824
14825 * progmodes/compile.el (compilation-disable-input): New defcustom.
14826 (compilation-start): If compilation-disable-input is non-nil, send
14827 EOF to the compilation process.
14828
14829 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14830
14831 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14832 Run the argument of tex-shell-cd-command through
14833 convert-standard-filename, to get the correct style of slashes on
14834 Windows, and enclose the result in quotes, in case the file name
14835 includes whitespace or other special characters.
14836
14837 2005-08-19 Andreas Schwab <schwab@suse.de>
14838
14839 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14840 process.
14841
14842 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14843
14844 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14845
14846 2005-08-18 Kim F. Storm <storm@cua.dk>
14847
14848 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14849
14850 2005-08-18 Richard M. Stallman <rms@gnu.org>
14851
14852 * scroll-lock.el: New file.
14853
14854 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14855
14856 * dired.el (dired-move-to-end-of-filename):
14857 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14858
14859 2005-08-18 Kim F. Storm <storm@cua.dk>
14860
14861 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14862 rather than toggle mode when custom value is nil.
14863 (ido-everywhere): Fix defun doc string.
14864
14865 2005-08-17 Richard M. Stallman <rms@gnu.org>
14866
14867 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14868 as tag instead of "Inviolable".
14869
14870 2005-08-17 Kim F. Storm <storm@cua.dk>
14871
14872 * windmove.el (windmove-coordinates-of-position): Remove.
14873 (windmove-coordinates-of-window-position): Remove.
14874 (windmove-reference-loc): Use posn-at-point instead.
14875
14876 * subr.el (insert-for-yank-1): Doc fix.
14877
14878 * ido.el (ido-enter-matching-directory): Rename from
14879 ido-enter-single-matching-directory. Change `slash' choice to
14880 `only'. Add `first' choice.
14881 (ido-exhibit): Adapt to above changes.
14882
14883 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
14884
14885 * Makefile.in: Expand comment about building loaddefs.el.
14886
14887 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
14888
14889 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14890 Comment use of defadvice.
14891
14892 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14893
14894 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
14895
14896 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14897 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14898 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14899 * progmodes/idlw-shell.el, progmodes/ld-script.el,
14900 * progmodes/which-func.el, ruler-mode.el, strokes.el,
14901 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14902 for backward compatibility for faces that did not appear in the
14903 previous Emacs release.
14904
14905 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14906
14907 2005-08-15 Kim F. Storm <storm@cua.dk>
14908
14909 * emulation/cua-base.el (cua-delete-region): Return t if
14910 deleted region was non-empty.
14911 (cua-replace-region): Inhibit overwrite-mode for
14912 self-insert-command if replaced region was non-empty.
14913 (cua--explicit-region-start, cua--status-string): Make them
14914 buffer-local at top-level...
14915 (cua-mode): ...rather than when mode is enabled.
14916
14917 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
14918
14919 * progmodes/vhdl-mode.el (vhdl-emacs-21):
14920 Set t for Emacs 21, 22, and so on.
14921
14922 2005-08-15 David Ponce <david@dponce.com>
14923
14924 * tree-widget.el: Update Commentary header.
14925 (tree-widget-theme): Doc fix.
14926 (tree-widget-space-width): New option.
14927 (tree-widget-image-properties): Look up in the default theme too.
14928 (tree-widget--cursors): Only for images with arrow pointer shape.
14929 (tree-widget-lookup-image): Pointer shape is hand by default.
14930 (tree-widget-icon): Rename generic icon widget from
14931 `tree-widget-control'.
14932 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14933 derive from `tree-widget-icon'.
14934 (tree-widget-handle): Improve default look and feel of the text
14935 representation.
14936 (tree-widget): Rename :*-control properties to :*-icon properties.
14937 Add :action and :help-echo properties.
14938 (tree-widget-after-toggle-functions): Move.
14939 (tree-widget-close-node, tree-widget-open-node): Remove.
14940 (tree-widget-before-create-icon-functions): New hook.
14941 (tree-widget-value-create): Update to allow customization of icons
14942 and nodes at run-time via that new hook.
14943 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14944 (tree-widget-icon-action, tree-widget-icon-help-echo)
14945 (tree-widget-action, tree-widget-help-echo): New functions.
14946
14947 2005-08-15 Kim F. Storm <storm@cua.dk>
14948
14949 * ido.el (ido-buffer-internal): Use with-no-warnings.
14950 (ido-make-merged-file-list): Use while-no-input.
14951
14952 2005-08-15 Richard M. Stallman <rms@gnu.org>
14953
14954 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14955 (flyspell-large-region): Fix doc and custom type.
14956
14957 2005-08-14 Richard M. Stallman <rms@gnu.org>
14958
14959 * files.el (interpreter-mode-alist): Doc fix.
14960
14961 * mail/rmail.el (rmail-nonignored-headers): New variable.
14962 (rmail-clear-headers): Use it.
14963 (rmail-reply): Better handling of mail-followup-to header.
14964
14965 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14966 Rename variable from sh-font-lock-keywords. In the `shell' entry,
14967 don't try to refer to executable-font-lock-keywords.
14968 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14969 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14970 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14971 (sh-mode): Set comment-start-skip, local-abbrev-table,
14972 imenu-case-fold-search.
14973 (sh-set-shell): Don't set them here.
14974 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
14975 Don't cache the results in the original alist; don't ever modify
14976 that alist.
14977
14978 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14979
14980 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14981 empty.
14982
14983 2005-08-15 Andreas Schwab <schwab@suse.de>
14984
14985 * desktop.el: Put autoload cookie at risky-local-variable declarations.
14986
14987 * dired.el, info.el, mail/rmail.el: Revert last change.
14988
14989 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
14990
14991 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14992 modification in `eval-after-load' form.
14993 * info.el: Likewise.
14994 * mail/rmail.el: Likewise.
14995
14996 2005-08-14 Juri Linkov <juri@jurta.org>
14997
14998 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14999 Remove highlighting of "Compilation started". Highlight only
15000 the word "finished" in "Compilation finished". Add highlighting
15001 of "interrupt", "killed", "terminated" and the exit code.
15002 (compilation-start): Add newline after header. Use exactly the
15003 same time stamp format as the finishing message.
15004 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15005
15006 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15007 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15008 Add highlighting of "interrupt", "killed", "terminated".
15009
15010 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15011 enabled and the current command is self-insert-command, call it
15012 explicitly with overwrite-mode bound to nil, to not allow it
15013 to delete the character after the selected region.
15014
15015 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15016
15017 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15018 move-end-of-line, end-of-line, and beginning-of-line to the list
15019 of commands after which the echo area is updated.
15020
15021 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15022
15023 * cus-edit.el (custom-save-all, custom-save-delete):
15024 Bind recentf-exclude to exclude custom-file.
15025
15026 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15027
15028 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15029 to go to the bottom of the mail message. Added to
15030 `rmail-summary-mode-map' with key "/".
15031 (rmail-summary-show-message): New (internal) function for use by
15032 both `rmail-summary-beginning/end-of-message'.
15033 (rmail-summary-beginning-of-message): Change to use
15034 rmail-summary-show-message.
15035
15036 * mail/rmail.el (rmail-end-of-message): New command to go to the
15037 end of the current message. Added to `rmail-mode-map' with key "/".
15038 (rmail-beginning-of-message): Fix to work as documented.
15039 (rmail-mode): Change documentation.
15040
15041 * progmodes/compile.el (compilation-start): Add the line
15042 "Compilation started" with compilation start time.
15043 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15044
15045 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15046
15047 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15048 of menu items.
15049
15050 2005-08-11 Richard M. Stallman <rms@gnu.org>
15051
15052 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15053
15054 * battery.el (battery-status-function): Don't use ignore-errors.
15055
15056 2005-08-11 Lute Kamstra <lute@gnu.org>
15057
15058 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15059 define-obsolete-variable-alias.
15060
15061 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15062
15063 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15064 (ange-ftp-send-cmd): Revert last change, and expand
15065 the comment explaining the problem.
15066
15067 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15068
15069 * ldefs-boot.el: Update.
15070
15071 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15072 item to "Time, Load and Mail". Change help echo text.
15073
15074 * time.el (display-time-use-mail-icon, display-time-format)
15075 (display-time-string-forms): Shorten first line of docstrings.
15076
15077 2005-08-10 Lars Hansen <larsh@soem.dk>
15078
15079 * desktop.el (desktop-buffer-mode-handlers):
15080 Make non-customizable. Add autoload cookie. Change initial value to
15081 nil; add elements in respective modules instead. Fix doc string.
15082 (desktop-load-file): New function.
15083 (desktop-minor-mode-handlers): New autoloaded variable.
15084 (desktop-create-buffer): Call minor mode handlers.
15085 Use desktop-load-file to load major and minor mode modules prior to
15086 checking for a handler.
15087 (desktop-save): Don't add nil to desktop-minor-modes for minor
15088 modes with nil function in desktop-minor-mode-table. Don't delete
15089 desktop file before rewriting it.
15090 (desktop-locals-to-save): Add autoload cookie. Don't make
15091 automatically buffer-local. Add variables column-number-mode,
15092 size-indication-mode, indent-tabs-mode,
15093 indicate-buffer-boundaries, indicate-empty-lines and
15094 show-trailing-whitespace.
15095 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15096 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15097 (desktop-clear-preserve-buffers-regexp): Delete.
15098 (desktop-clear-preserve-buffers): Update initial value and docstring.
15099 (desktop-save-buffer): Fix doc string.
15100
15101 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15102 (hilit-chg-desktop-restore): New function.
15103 (highlight-changes-mode): Add highlight-changes-mode to
15104 desktop-locals-to-save.
15105
15106 * dired.el: Add handler to desktop-buffer-mode-handlers.
15107 (dired-restore-desktop-buffer): Remove autoload cookie.
15108 (dired-mode): Add autoload cookie.
15109
15110 * info.el: Add handler to desktop-buffer-mode-handlers.
15111 (Info-restore-desktop-buffer): Remove autoload cookie.
15112 (Info-mode): Add autoload cookie.
15113
15114 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15115 (mh-restore-desktop-buffer): Remove autoload cookie.
15116 (mh-folder-mode): Add autoload cookie.
15117
15118 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15119 (rmail-restore-desktop-buffer): Remove autoload cookie.
15120
15121 2005-08-11 Masatake YAMATO <jet@gyve.org>
15122
15123 * hexl.el (hexl-address-region):
15124 (hexl-ascii-region, hexl-font-lock-keywords):
15125 (hexl-highlight-line-range): Use the term "region"
15126 instead of "area" for consistency with the other symbols
15127 defined in hexl.el.
15128
15129 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15130
15131 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15132 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15133 out by Juri Linkov). Add `display-battery-mode'.
15134
15135 2005-08-09 Juri Linkov <juri@jurta.org>
15136
15137 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15138 Remove `-text' from face variable names.
15139 (compilation-error-file-name, compilation-warning-file-name)
15140 (compilation-info-file-name): Delete faces.
15141 (compilation-line-number, compilation-column-number):
15142 Remove face underlining.
15143 (compilation-message-face): Set to `underline' value by default.
15144 (compilation-error-face, compilation-warning-face)
15145 (compilation-info-face): Remove `-file-name' from face names.
15146 (compilation-error-text-face, compilation-warning-text-face)
15147 (compilation-info-text-face): Delete face variables.
15148 (compilation-text-face): Delete function.
15149
15150 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15151 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15152 (grep-error-face): Set to `compilation-error' instead of
15153 `compilation-error-face' (which is redefined to `grep-hit-face' in
15154 grep buffers).
15155 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15156 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15157
15158 * dired-aux.el (dired-do-query-replace-regexp):
15159 Use `query-replace-read-args'.
15160
15161 * replace.el (query-replace-read-from, query-replace-read-to)
15162 (query-replace-read-args): Rename arg `string' to `prompt'.
15163
15164 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15165
15166 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15167
15168 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15169 uploading files.
15170 (ange-ftp-canonize-filename): Handle file names beginning with ~
15171 correctly.
15172
15173 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15174
15175 * textmodes/fill.el (canonically-space-region)
15176 (fill-context-prefix, fill-french-nobreak-p)
15177 (fill-delete-newlines, fill-comment-paragraph)
15178 (justify-current-line): "?\ " -> "?\s".
15179
15180 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15181
15182 * textmodes/fill.el (fill-nonuniform-paragraphs):
15183 Improve argument/docstring consistency.
15184
15185 2005-08-09 Richard M. Stallman <rms@gnu.org>
15186
15187 * textmodes/ispell.el (ispell-word): More fboundp checks.
15188
15189 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15190 (find-file-noselect-1): Call it here, only if RAWFILE.
15191 (normal-mode): Always set some major mode.
15192 (save-some-buffers-action-alist): Change some explanation strings.
15193 (file-name-non-special): In the `quote' method, use unwind-protect.
15194
15195 2005-08-09 Magnus Henoch <mange@freemail.hu>
15196
15197 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15198 (ispell-have-aspell-dictionaries): New variable.
15199 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15200 (ispell-get-aspell-config-value): New function.
15201 (ispell-aspell-find-dictionary): New function.
15202 (ispell-aspell-add-aliases): New function.
15203 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15204 appropriate. Don't look for ispell dictionaries if we use aspell.
15205 (ispell-menu-map): Don't build a submenu of dictionaries.
15206
15207 2005-08-09 Richard M. Stallman <rms@gnu.org>
15208
15209 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15210 (sql-read-passwd): Use read-passwd.
15211
15212 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15213 (idlwave-toolbar-is-possible): Add defvars.
15214
15215 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15216 Avoid warnings.
15217
15218 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15219 (idlwave-system-class-info, idlwave-executive-commands-alist):
15220 Use defvar.
15221
15222 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15223
15224 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15225 Avoid warnings.
15226
15227 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15228 and content-type: headers.
15229
15230 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15231
15232 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15233 and rename some of them to be more self-explanatory.
15234
15235 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15236
15237 * startup.el (command-line-1): Implement -scriptload.
15238
15239 * replace.el (occur-engine): Initial *Occur* output not undoable.
15240
15241 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15242 and improve help strings.
15243
15244 * isearch.el (isearch-repeat): When changing direction,
15245 mark search successful.
15246
15247 * ediff-init.el: Use (featurep 'xemacs).
15248
15249 * comint.el (send-invisible): Identify buffer, if not selected.
15250
15251 * align.el: Delete autoload for c-guess-basic-syntax.
15252
15253 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15254
15255 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15256 Improve argument/docstring consistency. Doc fixes.
15257 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15258 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15259 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15260 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15261 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15262 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15263 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15264 Defvar at compile time.
15265
15266 2005-08-09 Juri Linkov <juri@jurta.org>
15267
15268 * info.el: Replace `info' with upper-case `Info' where appropriate.
15269 (info-title-1, info-title-2, info-title-3, info-title-4)
15270 (info-menu-header): Move up face definitions.
15271 (info-menu-star): Rename from `info-menu-5'.
15272 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15273 (Info-fontify-visited-nodes): Fix docstring.
15274 (Info-hide-note-references): Fix docstring.
15275 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15276 menu items in the same way as on cross-references.
15277 (info-apropos): Fix sorting order and formatting to be like in the
15278 stand-alone Info browser. Display error messages for 1 sec.
15279 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15280 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15281 from the menu bar.
15282 (Info-insert-dir): Restore point after calling
15283 `insert-buffer-substring'.
15284
15285 2005-08-08 Richard M. Stallman <rms@gnu.org>
15286
15287 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15288 (recompute-lucid-menubar): Add defvars.
15289
15290 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15291
15292 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15293
15294 * net/net-utils.el (run-dig): Rename from `dig'.
15295
15296 * play/gametree.el (gametree-mode): Use make-local-variable,
15297 not make-variable-buffer-local.
15298
15299 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15300
15301 * ansi-color.el (ansi-color-make-extent)
15302 (ansi-color-set-extent-face): Use fboundp, not functionp.
15303
15304 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15305 not make-variable-buffer-local.
15306
15307 * bookmark.el (Info-current-file): Add defvar.
15308 (bookmark-jump-noselect): Use with-no-warnings.
15309
15310 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15311
15312 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15313
15314 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15315
15316 * find-file.el (ada-procedure-start-regexp)
15317 (ada-package-start-regexp): Add defvars.
15318
15319 * info.el (Info-insert-dir): Use insert-buffer-substring.
15320
15321 * xml.el (xml-att-def-re): Add defvar.
15322
15323 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15324 calling convention.
15325
15326 * subr.el (while-no-input): Return t if there is input.
15327
15328 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15329
15330 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15331
15332 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15333
15334 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15335 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15336
15337 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15338
15339 * cmuscheme.el (scheme-start-file): Replace reference to
15340 `user-emacs-directory' by "~/.emacs.d/".
15341
15342 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15343
15344 * info.el (Info-dir-remove-duplicates): Avoid case folding
15345 in loop; instead, keep downcased strings for comparison.
15346 Suggested by Helmut Eller.
15347
15348 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15349
15350 Sync with Tramp 2.0.50.
15351
15352 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15353 XEmacs case; not necessary anymore.
15354 (tramp-user-regexp): Allow "@" as part of user name.
15355 (tramp-handle-set-visited-file-modtime)
15356 (tramp-handle-insert-file-contents)
15357 (tramp-handle-write-region): No special handling for
15358 `last-coding-system-used, because this is done in
15359 `tramp-accept-process-output' now.
15360 (tramp-accept-process-output): New defun.
15361 (tramp-process-one-action, tramp-process-one-multi-action)
15362 (tramp-wait-for-regexp, tramp-wait-for-output)
15363 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15364 Howells <dhowells@redhat.com>.
15365 (clear-visited-file-modtime): Defadvice removed. The check for
15366 unset buffer's modtime does not need to be based on
15367 `tramp-buffer-file-attributes'. Suggested by RMS.
15368 (tramp-message): Insert "\n" if not being at beginning of line.
15369 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15370 sequence with same logic.
15371 (tramp-completion-handle-expand-file-name): Discard call of
15372 `tramp-drop-volume-letter'. It is not necessary, and there have
15373 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15374 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15375 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15376 should always be visible.
15377 (tramp-handle-insert-directory, tramp-setup-complete)
15378 (tramp-set-process-query-on-exit-flag)
15379 (tramp-append-tramp-buffers): Pacify byte-compiler.
15380 (tramp-bug): Delete non-existing variables from list.
15381 Apply `tramp-load-report-modules' as pre-hook.
15382 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15383 `shell-prompt-pattern' because of non-7bit characters.
15384 Reported by Sebastian Luque <sluque@mun.ca>.
15385 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15386 (tramp-match-string-list): Remove function.
15387 (tramp-wait-for-regexp): Remove call of that function.
15388 Suggested by Kim F. Storm <storm@cua.dk>.
15389 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15390 instead of octal character code ?\600. The latter resulted in a
15391 syntax error with XEmacs.
15392
15393 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15394 XEmacs case; not necessary anymore.
15395 (tramp-smb-handle-write-region): No special handling for
15396 `last-coding-system-used, because this is done in
15397 `tramp-accept-process-output' now.
15398 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15399
15400 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15401
15402 * wid-edit.el (widget-choice-value-create):
15403 Unconditionally respect user choice. Set :explicit-choice back to nil
15404 when no longer needed.
15405 (widget-choice-action): Unconditionally respect user choice.
15406 Eliminate :explicit-choice-value.
15407
15408 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15409
15410 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15411 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15412 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15413 running new function `toggle-indicate-empty-lines'.
15414 Rename "Customize" item to "Customize fringe".
15415 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15416 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15417 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15418 Delete "Empty lines only" item.
15419 (menu-bar-showhide-fringe-ind-customize): New function.
15420 (menu-bar-showhide-fringe-ind-mixed)
15421 (menu-bar-showhide-fringe-ind-box)
15422 (menu-bar-showhide-fringe-ind-right)
15423 (menu-bar-showhide-fringe-ind-left)
15424 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15425 instead of `fringe-indicators'.
15426
15427 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15428
15429 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15430 Change the date of last update.
15431
15432 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15433
15434 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15435 (viper-exec-yank, viper-put-back): Don't display modification msg
15436 if in the minibuffer.
15437
15438 * viper-init.el (viper-replace-overlay-cursor-color)
15439 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15440 Make variables frame local.
15441
15442 * viper-util.el (viper-append-filter-alist): Use append instead of
15443 nconc.
15444
15445 * viper.el (viper-vi-state-mode-list)
15446 (viper-emacs-state-mode-list): Move help-mode and
15447 completion-list-mode from the first list to the second.
15448 (viper-mode): Docstring.
15449 (viper-go-away, viper-non-hook-settings): Don't localize
15450 minor-mode-alist in newer Emacsen. Add advice to
15451 set-cursor-color. Don't bind "\C-c\\".
15452
15453 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15454
15455 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15456 (scheme-macro-expand-command): New user options.
15457 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15458 (scheme-form-at-point, scheme-start-file)
15459 (scheme-interactively-start-process): New functions.
15460 (scheme-get-process): New function, extracted from `scheme-proc'.
15461 (run-scheme): Call `scheme-start-file' to get start file, and pass
15462 it to `make-comint'.
15463 (switch-to-scheme, scheme-proc):
15464 Call `scheme-interactively-start-process' if no Scheme buffer/process
15465 is available.
15466
15467 2005-08-06 Juri Linkov <juri@jurta.org>
15468
15469 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15470 Use `compilation-text-face', `compilation-info-text-face' and
15471 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15472 (compilation-error): New face.
15473 (compilation-error-file-name): Inherit from
15474 `compilation-error' instead of `font-lock-warning-face'.
15475 (compilation-warning-file-name): Inherit from
15476 `compilation-warning' instead of `font-lock-warning-face'.
15477 (compilation-info, compilation-error-file-name)
15478 (compilation-warning-file-name, compilation-info-file-name)
15479 (compilation-line-number, compilation-column-number): Doc fix.
15480 (compilation-error-text-face, compilation-warning-text-face)
15481 (compilation-info-text-face): New face variables.
15482 (compilation-line-face, compilation-column-face)
15483 (compilation-enter-directory-face)
15484 (compilation-leave-directory-face): Doc fix.
15485 (compilation-text-face): New function.
15486
15487 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15488 instead of 1 to display binary file names as info file links.
15489 (grep-error-face): Use `compilation-error-face' instead of
15490 `font-lock-keyword-face'.
15491 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15492 and `compilation-warning-text-face' instead of
15493 `font-lock-keyword-face'. Use `compilation-error-text-face'
15494 instead of `grep-error-face'.
15495
15496 2005-08-05 Kenichi Handa <handa@m17n.org>
15497
15498 * international/code-pages.el: Add autoload cookies for all coding
15499 systems.
15500
15501 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15502
15503 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15504
15505 2005-08-04 Juri Linkov <juri@jurta.org>
15506
15507 * progmodes/compile.el (compilation-mode-map):
15508 * progmodes/grep.el (grep-mode-map):
15509 Bind TAB to `compilation-next-error' and [backtab] to
15510 `compilation-previous-error'.
15511
15512 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15513 matching line numbers, column numbers and their ranges with regexp
15514 matching only line numbers.
15515 (grep-context-face): New face variable.
15516 (grep-mode-font-lock-keywords): Use it.
15517
15518 * faces.el (read-face-name): Delete duplicate faces.
15519
15520 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15521
15522 * thumbs.el (thumbs-find-image): Don't make variables
15523 automatically buffer local.
15524 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15525 (thumbs-image-num): Make automatically buffer local.
15526 (thumbs-show-thumbs-list): Use `make-local-variable', not
15527 `make-variable-buffer-local'.
15528 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15529
15530 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15531 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15532 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15533 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15534 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15535 (feelings-about, foullst, found, hello, history, howareyoulst)
15536 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15537 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15538 (neglst, obj, object, owner, please, problems, qlist)
15539 (random-adjective, relation, remlst, repetitive-shortness)
15540 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15541 (shortlst, something, sportslst, stallmanlst, states, subj)
15542 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15543 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15544 Defvar at compile time.
15545
15546 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15547 not `make-variable-buffer-local'.
15548
15549 2005-08-02 Kim F. Storm <storm@cua.dk>
15550
15551 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15552 rectangle overlay in selected window.
15553
15554 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15555
15556 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15557 instead of display group. Make `indicate-buffer-boundaries'
15558 customizable through Custom.
15559
15560 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15561
15562 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15563 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15564 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15565 (gdb-put-string): Fix typos in docstrings.
15566
15567 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15568
15569 Update copyright notices of files in progmodes directory for
15570 release of Emacs 22.1.
15571
15572 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15573
15574 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15575 Don't barf if the GUD buffer has been killed.
15576
15577 2005-08-01 Kim F. Storm <storm@cua.dk>
15578
15579 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15580
15581 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15582
15583 * simple.el (next-error-follow-minor-mode):
15584 make-variable-buffer-local -> make-local-variable.
15585
15586 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15587
15588 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15589 (byte-compile-form-make-variable-buffer-local): New functions to warn
15590 about misuses of make-variable-buffer-local where make-local-variable
15591 was meant.
15592
15593 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15594
15595 * bs.el (bs-attributes-list): Doc fix.
15596 (bs): Update url-link.
15597
15598 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15599 (desktop-load-default): Simplify.
15600
15601 * ibuffer.el (ibuffer-columnize-and-insert-list)
15602 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15603 (ibuffer-unmark-all, ibuffer-toggle-marks)
15604 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15605 (ibuffer-compile-make-format-form, ibuffer-format-column)
15606 (ibuffer-current-buffers-with-marks)
15607 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15608 (ibuffer): Doc fix.
15609 (ibuffer-mode): Fix typo in docstring.
15610 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15611 with `define-obsolete-variable-alias'.
15612 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15613
15614 2005-07-29 Kenichi Handa <handa@m17n.org>
15615
15616 * international/mule-cmds.el (select-message-coding-system):
15617 Be sure to use LF for end-of-line. If no coding system is decided,
15618 return iso-8859-1-unix.
15619
15620 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15621
15622 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15623 (ange-ftp-pending-error-line): New vars.
15624 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15625 to handle the non-fatal no-route-to-host messages.
15626 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15627
15628 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15629
15630 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15631 (isearch-quote-char, isearch-printing-char)
15632 (isearch-text-char-description): "?\ " -> "?\s".
15633 (isearch-lazy-highlight-cleanup)
15634 (isearch-lazy-highlight-initial-delay)
15635 (isearch-lazy-highlight-interval)
15636 (isearch-lazy-highlight-max-at-a-time)
15637 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15638 Declare with define-obsolete-*-alias macros.
15639 (isearch-forward): Fix typo in docstring.
15640 (search-invisible, search-ring-yank-pointer)
15641 (regexp-search-ring-yank-pointer): Doc fixes.
15642
15643 * recentf.el (recentf-menu-append-commands-p): Declare with
15644 `define-obsolete-variable-alias'.
15645 (recentf-max-saved-items, recentf-menu-filter)
15646 (recentf-arrange-by-rule-subfilter): Doc fixes.
15647 (recentf-menu-append-commands-flag)
15648 (recentf-initialize-file-name-history, recentf-expand-file-name)
15649 (recentf-clear-data): Fix typos in docstrings.
15650
15651 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15652
15653 * progmodes/gdb-ui.el: Smarten comments.
15654 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15655
15656 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15657
15658 * term/apollo.el (terminal-init-apollo): New function containing
15659 all former top level forms in the file.
15660 * term/bobcat.el (terminal-init-bobcat):
15661 * term/cygwin.el (terminal-init-cygwin):
15662 * term/iris-ansi.el (terminal-init-iris-ansi):
15663 * term/linux.el (terminal-init-linux):
15664 * term/news.el (terminal-init-news):
15665 * term/rxvt.el (terminal-init-rxvt):
15666 * term/sun.el (terminal-init-sun):
15667 * term/tvi970.el (terminal-init-tvi970):
15668 * term/vt100.el (terminal-init-vt100):
15669 * term/vt102.el (terminal-init-vt102):
15670 * term/vt125.el (terminal-init-vt125):
15671 * term/vt200.el (terminal-init-vt200):
15672 * term/vt201.el (terminal-init-vt201):
15673 * term/vt220.el (terminal-init-vt220):
15674 * term/vt240.el (terminal-init-vt240):
15675 * term/vt300.el (terminal-init-vt300):
15676 * term/vt320.el (terminal-init-vt320):
15677 * term/vt400.el (terminal-init-vt400):
15678 * term/vt420.el (terminal-init-vt420):
15679 * term/wyse50.el (terminal-init-wyse50):
15680 * term/xterm.el (terminal-init-xterm): Likewise.
15681
15682 * term/README: Describe the terminal-init-* functionality.
15683
15684 * startup.el (command-line): After loading the terminal initialization
15685 file call the corresponding terminal initialization function.
15686
15687 2005-07-27 Kenichi Handa <handa@m17n.org>
15688
15689 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15690 negative.
15691
15692 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15693 (ps-mule-composition-prologue): Fix for the case that
15694 RelativeCompose is false.
15695
15696 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15697
15698 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15699
15700 * descr-text.el (describe-char): Handle the case where the list of
15701 chars is displayed in a separate frame.
15702 Be a bit more discriminating when looking for the char.
15703
15704 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15705
15706 * bookmark.el (bookmark-automatically-show-annotations)
15707 (bookmark-read-annotation-text-func): Doc fixes.
15708 (bookmark-save): Improve argument/docstring consistency.
15709 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15710 (bookmark-alist-from-buffer)
15711 (bookmark-upgrade-file-format-from-0)
15712 (bookmark-grok-file-format-version)
15713 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15714 (bookmark-read-annotation-mode)
15715 (bookmark-insert-current-bookmark, bookmark-jump)
15716 (bookmark-exit-hook): Fix typos in docstrings.
15717 (bookmark-exit-hooks): Define as obsolete alias.
15718 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15719 not `bookmark-exit-hooks'. Fix docstring.
15720 (bookmark-bmenu-select): "?\ " -> "?\s".
15721
15722 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15723
15724 * startup.el (command-line): Fix typo.
15725
15726 2005-07-24 Richard M. Stallman <rms@gnu.org>
15727
15728 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15729 not emacs-quick-startup.
15730
15731 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15732
15733 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15734 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15735 instead of `reb-with-current-window'.
15736 (reb-prev-match): Likewise. Also, don't move left if the search
15737 was unsuccessful.
15738 (reb-initialize-buffer): New function.
15739 (re-builder, reb-change-syntax): Use it.
15740
15741 * man.el (Man-goto-page): Make second argument NOERROR optional.
15742
15743 2005-07-23 Richard M. Stallman <rms@gnu.org>
15744
15745 * man.el (Man-bgproc-sentinel): Check here for failure to find
15746 any man page in the output, and report the error here.
15747 (Man-arguments): Make it permanent local.
15748 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15749 (Man-mode): Pass t for NOERROR.
15750
15751 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15752 (grep-mode-font-lock-keywords):
15753 Don't use compilation-...-face for messages that are not file names.
15754
15755 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15756 Don't use compilation-...-face for messages that are not file names.
15757
15758 2005-07-22 Juri Linkov <juri@jurta.org>
15759
15760 * startup.el (normal-splash-screen): Update menu name.
15761
15762 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15763
15764 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15765
15766 * term/xterm.el: Load term/rxvt if the terminal is actually an
15767 rxvt terminal.
15768 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15769
15770 * term/rxvt.el (function-key-map): Use substitute-key-definition
15771 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15772
15773 * term/cygwin.el: New file.
15774
15775 2005-07-22 Kim F. Storm <storm@cua.dk>
15776
15777 * image-file.el (insert-image-file, image-file-yank-handler):
15778 Fix last change to maintain a (unique) yank-handler on yanked images.
15779
15780 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15781
15782 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15783 of the file size (as in "177B" for 177 bytes). This happens with
15784 "ls -lh" on FreeBSD.
15785
15786 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15787
15788 * hilit-chg.el (highlight-changes-global-initial-state)
15789 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15790 (hilit-chg-fixup, highlight-changes-mode):
15791 Fix typos in docstrings.
15792 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15793 Doc fixes.
15794
15795 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15796
15797 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15798 mode function using `eval-after-load'.
15799
15800 2005-07-21 Kim F. Storm <storm@cua.dk>
15801
15802 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15803 included when reporting an emacs crash, and tell about the DEBUG file.
15804
15805 * image-file.el (insert-image-file): Add yank-handler.
15806 (image-file-yank-handler): Yank handler to make unique copies of
15807 images when they are yanked into a buffer next to each other.
15808
15809 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15810
15811 * comint.el (comint-use-prompt-regexp, comint-send-input)
15812 (comint-source-default, comint-extract-string)
15813 (comint-get-source, comint-word, comint-completion)
15814 (comint-source, comint-prompt-read-only, comint-update-fence):
15815 Fix typos in docstrings.
15816 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15817 Declare with define-obsolete-*-alias macros.
15818 (comint-previous-matching-input-from-input)
15819 (comint-next-matching-input-from-input)
15820 (comint-previous-matching-input, comint-next-matching-input)
15821 (comint-forward-matching-input):
15822 Improve argument/docstring consistency.
15823
15824 * desktop.el (desktop-clear-preserve-buffers-regexp):
15825 Also preserve the *server* buffer.
15826
15827 * simple.el (clone-indirect-buffer): Doc fix.
15828 (fixup-whitespace, just-one-space)
15829 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15830 (next-error, next-error-highlight)
15831 (next-error-highlight-no-select, next-error-last-buffer)
15832 (next-error-buffer-p, next-error-find-buffer, next-error)
15833 (previous-error, next-error-no-select, previous-error-no-select)
15834 (open-line, split-line, minibuffer-prompt-width, kill-new)
15835 (binary-overwrite-mode): Fix typos in docstrings.
15836 (set-fill-column): Fix typo in message.
15837
15838 * skeleton.el (skeleton-proxy-new): Doc fix.
15839
15840 * strokes.el (strokes-load-hook): Doc fix.
15841 (strokes-grid-resolution, strokes-get-grid-position)
15842 (strokes-renormalize-to-grid, strokes-read-stroke)
15843 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15844 (strokes-global-map): Fix typos in docstrings.
15845 (strokes-help): Doc fix. Fix help message and pass it through
15846 `substitute-command-keys'.
15847
15848 * tempo.el (tempo-insert-prompt, tempo-interactive)
15849 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15850 (tempo-insert-string-functions, tempo-local-tags)
15851 (tempo-define-template, tempo-insert-template)
15852 (tempo-insert-prompt-compat, tempo-is-user-element)
15853 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15854 Fix typos in docstrings.
15855
15856 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15857 (vcursor-key-bindings, vcursor-use-vcursor-map)
15858 (vcursor-find-window, vcursor-scroll-down)
15859 (vcursor-disable, vcursor-beginning-of-buffer)
15860 (vcursor-end-of-buffer): Fix typos in docstrings.
15861 (vcursor-relative-move, vcursor-get-char-count):
15862 Improve argument/docstring consistency.
15863
15864 * version.el: "?\ " -> "?\s".
15865
15866 * wid-edit.el (widget-default-create, widget-after-change)
15867 (widget-default-format-handler, widget-checklist-add-item)
15868 (widget-radio-add-item, widget-choose, widget-specify-secret)
15869 (widget-field-value-create, widget-field-value-get)
15870 (widget-editable-list-format-handler)
15871 (widget-editable-list-entry-create, widget-group-value-create)
15872 (widget-documentation-link-add)
15873 (widget-documentation-string-value-create): "?\ " -> "?\s".
15874 (widget-convert-text): Doc fix.
15875 (widget-narrow-to-field, widget-field-find)
15876 (widget-url-link-action, widget-emacs-library-link-action)
15877 (widget-color-notify): Fix typos in docstrings.
15878
15879 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15880 (x-select-text, set-w32-system-coding-system)
15881 (w32-add-charset-info): Fix typos in docstrings.
15882
15883 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15884 (cua-enable-cua-keys, cua-use-hyper-key)
15885 (cua-virtual-rectangle-edges): Fix typos in docstrings.
15886 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15887
15888 * net/tramp.el (tramp-handle-load): Fix typo in error message.
15889
15890 * emacs-lisp/re-builder.el (regexp-builder): Declare with
15891 `defalias' instead of faking it.
15892
15893 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15894 (eshell-ls-missing, eshell-ls-dired-initial-args)
15895 (eshell-ls-use-in-dired): Fix typos in docstrings.
15896
15897 2005-07-20 Kim F. Storm <storm@cua.dk>
15898
15899 * emulation/cua-base.el (cua-mode): Improve doc string.
15900
15901 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
15902
15903 * abbrev.el (expand-region-abbrevs): Doc fix.
15904 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15905 Improve argument/docstring consistency.
15906
15907 * arc-mode.el (archive-get-descr, archive-alternate-display):
15908 Doc fixes.
15909 (archive-l-e): Improve argument/docstring consistency.
15910 (archive-tmpdir, archive-unixdate, archive-unixtime)
15911 (archive-chmod-entry): Fix typos in docstrings.
15912 (archive-unflag, archive-unflag-backwards)
15913 (archive-unmark-all-files): "?\ " -> "?\s".
15914
15915 * buff-menu.el (Buffer-menu-unmark): Doc fix.
15916 (Buffer-menu-not-modified, Buffer-menu-execute)
15917 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15918 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15919
15920 * composite.el (compose-string, encode-composition-rule)
15921 (compose-last-chars): Fix typos in docstrings.
15922
15923 * desktop.el (desktop-enable, desktop-basefilename):
15924 Declare with `define-obsolete-variable-alias'.
15925 (desktop-internal-v2s): Don't quote keywords.
15926 (desktop-clear): "?\ " -> "?\s".
15927
15928 * dired.el (dired-align-file, dired-flag-backup-files)
15929 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15930 (dired-listing-switches, dired-ls-F-marks-symlinks)
15931 (dired-dwim-target, dired-load-hook, dired-mode-hook)
15932 (dired-directory, dired-faces, dired, dired-revert)
15933 (dired-mode, dired-summary, dired-view-file)
15934 (dired-copy-filename-as-kill, dired-delete-file)
15935 (dired-no-confirm, dired-unmark-all-marks)
15936 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15937 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15938 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15939 Fix typos in message strings.
15940
15941 * dired-x.el (virtual-dired): Declare with `defalias'.
15942 (dired-mark-unmarked-files, dired-local-variables-file)
15943 (dired-omit-here-always): Doc fix.
15944 (dired-omit-mode, dired-find-subdir)
15945 (dired-enable-local-variables, dired-clean-up-buffers-too)
15946 (dired-extra-startup, dired-mark-extension, dired-jump)
15947 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15948 (dired-smart-shell-command, dired-guess-shell-alist-user)
15949 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15950 (dired-x-bind-find-file, dired-x-submit-report):
15951 Fix typos in docstrings.
15952 (dired-mark-unmarked-files): "?\ " -> "?\s".
15953
15954 * dirtrack.el (dirtrack-list): Fix typos in docstring.
15955
15956 * faces.el (describe-face): "?\ " -> "?\s".
15957 (read-all-face-attributes, read-face-font, modify-face)
15958 (face-attr-construct, italic): Fix typos in docstrings.
15959 (frame-update-face-colors): Declare with
15960 `define-obsolete-function-alias'.
15961
15962 * files.el (find-file-noselect, recode-file-name): Doc fixes.
15963 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15964 (magic-mode-alist, buffer-file-numbers-unique)
15965 (write-file-functions, get-free-disk-space):
15966 Fix typos in docstrings.
15967 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15968 (write-contents-hooks, write-file-hooks):
15969 Declare with `define-obsolete-variable-alias'.
15970
15971 * forms-d2.el (arch-rj): Fix typo in docstrings.
15972 (arch-tocol): Likewise. "?\ " -> "?\s".
15973
15974 * frame.el (set-frame-font, cursor-in-non-selected-windows):
15975 Fix typo in docstring.
15976 (set-screen-width, set-screen-height): Delete redundant info in
15977 doctrings.
15978 (new-frame, screen-height, screen-width): Declare with
15979 `define-obsolete-function-alias'.
15980 (delete-frame-hook, blink-cursor): Declare with
15981 `define-obsolete-variable-alias'.
15982
15983 * paths.el (prune-directory-list): Fix typos in docstring.
15984
15985 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15986 (cvs-prefix-get): Fix typos in docstrings.
15987
15988 * ps-print.el (ps-extend-face-list, ps-extend-face)
15989 (ps-print-background-image): Fix typos in docstrings.
15990 (ps-default-fg, ps-default-bg): Doc fixes.
15991
15992 * s-region.el (s-region-bind): Doc fix.
15993 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15994
15995 * textmodes/org.el (org-table-formula-substitute-names)
15996 (org-table-get-vertical-vector): Doc fixes.
15997 (org-table-recalculate): Remove unused argument to `message'.
15998
15999 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16000
16001 * textmodes/org.el (org-table-column-names)
16002 (org-table-column-name-regexp)
16003 (org-table-named-field-locations): New variables.
16004 (org-archive-subtree): Protect `this-command' when calling
16005 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16006 the kill buffer.
16007 (org-complete): Remove fixed-formula completion.
16008 (org-edit-formulas-map): New variable.
16009 (org-table-edit-formulas): New command.
16010 (org-finish-edit-formulas, org-abort-edit-formulas)
16011 (org-show-variable, org-table-get-vertical-vector): New functions.
16012 (org-table-maybe-eval-formula): Handle `:=' fields.
16013 (org-table-get-stored-formulas, org-table-store-formulas)
16014 (org-table-get-formula, org-table-modify-formulas)
16015 (org-table-replace-in-formulas): Handle named field formulas.
16016 (org-table-get-specials): Store locations of named fields.
16017
16018 2005-07-19 Juri Linkov <juri@jurta.org>
16019
16020 * progmodes/grep.el (grep-regexp-alist)
16021 (grep-mode-font-lock-keywords, grep-process-setup):
16022 Use default GNU grep match color "01;31m" instead of "01;41m".
16023 (grep-regexp-alist, grep-mode-font-lock-keywords):
16024 Use `\\[[0-9]*m' instead of `\\[00m'.
16025 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16026 sgr_start where its handling is more important. Use the real
16027 length of sgr_start instead of constant 8.
16028 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16029 specially. Delete all remaining escape sequences.
16030 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16031 (grep-regexp-alist): Make hyperlink only for binary file name
16032 instead of the whole line.
16033 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16034 (grep-mode): Add autoload.
16035
16036 * emacs-lisp/find-func.el (find-function-regexp):
16037 Add `define-compilation-mode'.
16038
16039 2005-07-19 Juri Linkov <juri@jurta.org>
16040
16041 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16042 (compare-windows-sync-string-size, compare-windows-recenter)
16043 (compare-windows-highlight, compare-windows): Add version 22.1.
16044 (compare-windows) <defface>: Inherit from lazy-highlight instead
16045 of duplicating its default value.
16046
16047 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16048 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16049
16050 * descr-text.el (describe-char): Create link buttons for `charset'
16051 and `code point'. Add the current input method name with a link
16052 button to `to input' field. Print face names of display table
16053 characters in `The display table entry is displayed by' section
16054 instead of printing face-id in the `display' field.
16055 Guess hardcoded faces and create a link button for them.
16056 Skip empty fields when calculating max-width.
16057 Treat `widget-create' specially while inserting strings from the
16058 collected field list.
16059 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16060
16061 * diff-mode.el (diff-file-header): Change foreground color from
16062 yellow to green on light backgrounds.
16063 (diff-context): Inherit from `shadow' only for color/grayscale
16064 with more than 88 colors.
16065 (diff-indicator-removed, diff-indicator-added)
16066 (diff-indicator-changed): New faces.
16067 (diff-font-lock-keywords): Use new faces. Regroup rules.
16068 Add "^---$" for `normal' diff format. Fontify `#' lines with
16069 font-lock-comment-delimiter-face and font-lock-comment-face.
16070 Add `#' to ^[^...] in the rule for `diff-context-face'.
16071
16072 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16073 a button-like box. Inherit from `highlight' on low colors.
16074 (shadow): Use shades of gray only for color/grayscale with
16075 more than 88 colors. Use green for light backgrounds with
16076 8 colors, and yellow for dark backgrounds with 8 colors.
16077
16078 * font-lock.el (font-lock-regexp-grouping-backslash):
16079 Don't inherit from escape-glyph (use bold for all cases).
16080
16081 * info.el (info-xref-visited): Use light foreground color `violet'
16082 for dark backgrounds instead of dark color `magenta3'.
16083 (info-title-1): Use `yellow' color for dark backgrounds.
16084
16085 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16086 too-light magenta2.
16087
16088 * replace.el (match): Use slightly more light RoyalBlue3 instead
16089 of dark RoyalBlue4.
16090
16091 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16092
16093 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16094
16095 * novice.el (disabled-command-hook): Declare it with
16096 `define-obsolete-variable-alias'.
16097
16098 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16099 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16100 (desktop-load-default): Add release to obsolescence info.
16101 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16102 (desktop-append-buffer-args, desktop-read):
16103 Fix typos in docstrings.
16104 (desktop-kill): Fix typo in message.
16105 (desktop-save): Doc fix.
16106
16107 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16108
16109 * viper-cmd.el (viper-escape-to-state): Bug fix.
16110 (viper-envelop-ESC-key): Change the definition of fast
16111 keysequence so it'll work with keyboard macros.
16112
16113 * ediff.el (ediff-patch-buffer): Change the docstring.
16114
16115 2005-07-19 Kenichi Handa <handa@m17n.org>
16116
16117 * international/mule-cmds.el (select-safe-coding-system): Try to
16118 use an auto-coding (if any) before anything else. If the found
16119 auto-coding is invalid, show a warning message.
16120
16121 * international/mule.el (find-auto-coding): New function created
16122 by modifying the body of set-auto-coding.
16123 (set-auto-coding): Use find-auto-coding to find a coding.
16124
16125 2005-07-18 Richard M. Stallman <rms@gnu.org>
16126
16127 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16128 not isearch-mode-end-hook-error.
16129 (allout-before-change-protect): Fix error message.
16130
16131 2005-07-18 Juri Linkov <juri@jurta.org>
16132
16133 * allout.el (allout-mode):
16134 * calculator.el (calculator-copy):
16135 * custom.el (custom-known-themes):
16136 * dired.el (dired-desktop-buffer-misc-data)
16137 (dired-restore-desktop-buffer):
16138 * dired-x.el (dired-omit-marker-char):
16139 * files.el (basic-save-buffer):
16140 * font-core.el (font-lock-mode):
16141 * calendar/calendar.el (calendar-goto-hebrew-date)
16142 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16143 (calendar-goto-persian-date):
16144 * language/ethio-util.el (ethio-sera-to-fidel-region):
16145 * textmodes/picture.el (picture-mode):
16146 Delete duplicate duplicate words.
16147
16148 2005-07-18 Juri Linkov <juri@jurta.org>
16149
16150 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16151 chars * ? } |.
16152 (isearch-fallback): Don't call `isearch-process-search-char'.
16153 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16154 (isearch-process-search-char): Call `isearch-fallback' for regexp
16155 chars * ? } |.
16156 (isearch-return-char): Make obsolete with `make-obsolete' instead
16157 of simply documenting it as obsolete in the docstring.
16158 (isearch-fallback): Refill docstring.
16159
16160 * international/isearch-x.el
16161 (isearch-process-search-multibyte-characters): Remove unneeded
16162 `concat'. Add intermediate values to `junk-hist' instead of
16163 `minibuffer-history'. Test the length of `str'.
16164
16165 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16166
16167 * allout.el (allout-resolve-xref): Fix typos in error strings.
16168 (allout-before-change-protect): Remove unneeded `concat'.
16169
16170 * array.el (array-mode, array-reconfigure-rows)
16171 (untabify-backward): Fix typos in docstrings.
16172 (array-reconfigure-rows): Use `insert-buffer-substring', not
16173 `insert-buffer'.
16174
16175 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16176 * progmodes/ada-mode.el (ada-make-body):
16177 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16178
16179 * dired.el (dired-log):
16180 * tar-mode.el (tar-subfile-save-buffer):
16181 * play/zone.el (zone-pgm-stress-destress):
16182 Use `insert-buffer-substring', not `insert-buffer'.
16183
16184 2005-07-17 Simon Josefsson <jas@extundo.com>
16185
16186 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16187
16188 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16189
16190 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16191 Add plain auth method.
16192 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16193
16194 2005-07-17 Kim F. Storm <storm@cua.dk>
16195
16196 * ido.el (dired-other-window): Add ido property.
16197
16198 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16199
16200 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16201 Fix typo in docstring.
16202 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16203 `insert-file-literally'.
16204
16205 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16206 info and delete redundant message. Doc fix.
16207 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16208 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16209
16210 2005-07-16 Richard M. Stallman <rms@gnu.org>
16211
16212 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16213 (byte-compile-and): Use byte-compile-and-recursion.
16214 (byte-compile-or-recursion): New function.
16215 (byte-compile-or): Use that.
16216 (byte-compile-if): Guard the else-clause too.
16217 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16218
16219 * isearch.el (isearch-mode-end-hook-quit): New variable.
16220 (isearch-done): Bind it.
16221 (isearch-mode-end-hook): Doc fix.
16222
16223 * allout.el (allout-isearch-did-quit): Variable deleted.
16224 (allout-real-isearch-abort): Function name no longer used.
16225 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16226 (allout-isearch-rectification): isearch-mode always exists.
16227 Don't set allout-isearch-did-quit.
16228 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16229 allout-isearch-did-quit.
16230 (allout-enwrap-isearch): Just add the hook.
16231 (allout-isearch-abort): Function deleted.
16232 (allout-pre-command-business): Avoid warning.
16233
16234 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16235 Correctly avoid warnings.
16236 (pascal-outline): Likewise.
16237
16238 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16239
16240 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16241
16242 * play/tetris.el (tetris-mode): Avoid warning.
16243
16244 * play/snake.el (snake-mode): Avoid warning.
16245
16246 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16247 (gamegrid-set-display-table): Avoid warning.
16248 (gamegrid-set-timer): Likewise.
16249 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16250 (gamegrid-add-score-with-update-game-score-1): Take FILE
16251 as argument.
16252 (gamegrid-add-score-with-update-game-score): Pass that argument.
16253 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16254
16255 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16256
16257 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16258 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16259
16260 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16261 and insert-file.
16262
16263 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16264 (sc-ask): Avoid warnings.
16265
16266 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16267 (eshell-hist-initialize): Use that var the natural way.
16268
16269 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16270
16271 * emacs-lisp/re-builder.el (reb-cook-regexp):
16272 Avoid warning calling lre-compile-string.
16273 (reb-color-display-p): Avoid warning.
16274
16275 * calculator.el (calculator-last-input): Guard uses
16276 of event-key and key-press-event-p.
16277 (event-key, key-press-event-p): Delete definitions.
16278
16279 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16280 (find-gc-source-directory, find-gc-subrs-callers)
16281 (find-gc-noreturn-list, find-gc-source-files)
16282 (find-gc-subrs-called): Vars renamed and defvar'd.
16283
16284 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16285 (checkdoc-overlay-put, checkdoc-delete-overlay)
16286 (checkdoc-overlay-start, checkdoc-overlay-end)
16287 (checkdoc-mode-line-update, checkdoc-char=):
16288 Define such that compiler knows they are defined.
16289 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16290 (checkdoc-read-event): Delete. Use read-event directly.
16291
16292 * whitespace.el (whitespace-make-overlay)
16293 (whitespace-overlay-put, whitespace-delete-overlay)
16294 (whitespace-overlay-start, whitespace-overlay-end):
16295 Define such that compiler knows they are defined.
16296 (whitespace): Move conditional inside.
16297
16298 * tempo.el (tempo-insert-template): Suppress warning.
16299
16300 * ediff-diff.el (longlines-mode): Add defvar.
16301
16302 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16303
16304 * server.el: Bind "C-x #" in a way that works even if C-x is
16305 redefined to a command key, not a prefix key.
16306
16307 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16308
16309 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16310 cl-make-type-test till execution time.
16311
16312 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16313
16314 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16315 arg ARG and use it.
16316
16317 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16318
16319 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16320
16321 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16322
16323 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16324 a defcustom with two :set or :type keywords.
16325
16326 2005-07-15 Richard M. Stallman <rms@gnu.org>
16327
16328 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16329 Don't give ^M comment-end syntax.
16330
16331 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16332
16333 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16334 Don't consider gdbmi (gdb-mi.el has its own update functions).
16335 (gdb-var-delete): Make it work for gdbmi as well.
16336 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16337
16338 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16339 (gud-speedbar-menu-items): Correct logic for enabling items.
16340
16341 2005-07-15 Kim F. Storm <storm@cua.dk>
16342
16343 * ido.el: Fix commentary.
16344 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16345 Use with-no-warnings around ffap-guesser.
16346 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16347 Let bind minibuffer-completing-file-name to t.
16348
16349 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16350
16351 * startup.el (site-run-file, keyboard-type): Doc fixes.
16352 (command-line): Check for "--basic-display" argument; also for
16353 "--quick", not "--bare-bones" (which was renamed).
16354 (fancy-splash-text): Add missing item "Getting New Versions".
16355 (normal-splash-screen): Fix typos and improve consistency with
16356 `fancy-splash-text'. Update copyright year.
16357
16358 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16359 valid binding for `help-char'.
16360
16361 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16362
16363 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16364
16365 * term.el (term-mode): Disable cua-mode for term buffers.
16366
16367 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16368
16369 * add-log.el (add-log-mailing-address, change-log-merge):
16370 Doc fixes.
16371 (change-log-get-method-definition): Fix typo in docstring.
16372
16373 2005-07-14 Kim F. Storm <storm@cua.dk>
16374
16375 * emulation/cua-base.el:
16376 (cua--pre-command-handler-1, cua--pre-command-handler)
16377 (cua--post-command-handler-1, cua--post-command-handler):
16378 Split in two. Check (buffer local) value of cua-mode.
16379 (cua-selection-mode): New command.
16380
16381 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16382
16383 * custom.el (custom-initialize-safe-set)
16384 (custom-initialize-safe-default): Doc fixes.
16385
16386 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16387 and simplify :init-value again.
16388
16389 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16390 and simplify :init-value again. Delete autoload.
16391
16392 * startup.el (command-line): Use `custom-reevaluate-setting' again
16393 for tooltip-mode.
16394
16395 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16396 a defcustom with two :initialize keywords.
16397
16398 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16399
16400 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16401 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16402 (allout-post-command-business, allout-flag-region)
16403 (isearch-reenable-font-lock, allout-yank)
16404 (allout-insert-latex-header, allout-insert-latex-trailer)
16405 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16406 (allout-latex-verb-quote): Fix typos in docstrings.
16407 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16408 (allout-unprotected, allout-prefix-data):
16409 Improve argument/docstring consistency.
16410 (allout-chart-subtree): Fix argument spec.
16411 (allout-open-topic): Rename `use_sib_bullet' argument to
16412 `use-sib-bullet'. Doc fix.
16413
16414 * whitespace.el (whitespace-check-buffer-leading)
16415 (whitespace-check-buffer-trailing)
16416 (whitespace-check-buffer-indent)
16417 (whitespace-check-buffer-spacetab)
16418 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16419 (whitespace-check-leading-whitespace)
16420 (whitespace-check-trailing-whitespace)
16421 (whitespace-check-spacetab-whitespace)
16422 (whitespace-check-indent-whitespace)
16423 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16424 (whitespace-modes): Fix typos in docstrings.
16425 (defgroup, defcustom): Doc fixes.
16426
16427 * winner.el (winner-mode, winner-boring-buffers)
16428 (winner-pending-undo-ring): Doc fixes.
16429 (winner-ring): Remove unneeded `progn'.
16430 (winner-equal): `defsubst' it.
16431 (winner-redo): Fix message.
16432
16433 2005-07-13 Kim F. Storm <storm@cua.dk>
16434
16435 * simple.el (line-move-1): Always use vertical-motion to
16436 do the last (or only) line move to ensure some movement.
16437 Undo 2005-06-23 change--don't check for overlays.
16438
16439 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16440
16441 * term/mac-win.el (ccl-encode-mac-roman-font)
16442 (ccl-encode-mac-centraleurroman-font)
16443 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16444 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16445 Change charset-id boundary of dimension to ?\xef.
16446 (mac-char-fontspec-list): New constant.
16447 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16448 argument. Nil uses itself as family in font-spec. Previous
16449 behavior for nil is now provided by non-nil non-string argument.
16450 All callers changed. Add font-specs for Mac fonts to
16451 "fontset-default" unless iso8859-1 fonts are installed.
16452
16453 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16454
16455 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16456 a continuation line if the \ is preceded by SPC or TAB.
16457 (sh-get-indent-info): Simplify.
16458 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16459 Use with-current-buffer.
16460
16461 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16462 when the matched text is empty.
16463
16464 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16465
16466 * startup.el (command-line): Revert to previous handling of
16467 tooltip-mode. Explain in comment why the complexity is needed.
16468
16469 * tooltip.el (tooltip-mode): Revert to previous implementation of
16470 its defcustom.
16471
16472 * frame.el (blink-cursor-mode): Revert to previous implementation
16473 of its defcustom. Update comment.
16474
16475 2005-07-12 Lars Hansen <larsh@soem.dk>
16476
16477 * desktop.el: Update e-mail address.
16478
16479 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16480
16481 * term/mac-win.el (mac-services-mail-selection)
16482 (mac-services-mail-to): New functions.
16483 (mac-application-menu-map): Bind them.
16484
16485 2005-07-12 wulei <milton@wulei.net> (tiny change)
16486
16487 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16488
16489 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16490
16491 * custom.el (custom-reevaluate-setting): Doc fix.
16492
16493 2005-07-11 Jay Belanger <belanger@truman.edu>
16494
16495 * calc/calc.el (calc-embedded-announce-formula-alist)
16496 (calc-embedded-open-close-plain-alist)
16497 (calc-embedded-open-close-mode-alist): Add checks for additional
16498 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16499
16500 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16501
16502 * custom.el (custom-enable-theme): Don't add theme to
16503 `custom-enabled-themes' with `push' because there is no
16504 setf-method for `delq'.
16505
16506 2005-07-11 Richard M. Stallman <rms@gnu.org>
16507
16508 * custom.el (custom-declare-variable): Doc fix.
16509
16510 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16511 from the alists.
16512
16513 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16514 Do nothing if edebug-active.
16515
16516 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16517 (edebug-display): Do it here instead.
16518
16519 2005-07-10 Richard M. Stallman <rms@gnu.org>
16520
16521 * cus-face.el (custom-theme-set-faces): Make it work.
16522 (custom-reset-faces): Doc fix.
16523 (custom-theme-reset-internal-face, custom-theme-face-value):
16524 Functions deleted.
16525
16526 * custom.el (custom-push-theme): Maintain list of the settings
16527 of a given theme in its theme-settings property.
16528 Maintain position of old settings in the theme-value
16529 or theme-face property.
16530 (custom-enabled-themes): New variable.
16531 (custom-theme-enabled-p): New function.
16532 (provide-theme): Update custom-enabled-themes.
16533 Disable and reenable the `user' theme.
16534 (require-theme): Doc fix.
16535 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16536 (custom-theme-value, custom-theme-variable-value): Likewise.
16537 (custom-theme-reset-internal): Likewise.
16538 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16539 (custom-enable-theme, custom-disable-theme): New functions.
16540 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16541 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16542 (custom-theme-reset-variables): Simplify.
16543 (deftheme, custom-declare-theme, custom-make-theme-feature):
16544 Definitions moved.
16545
16546 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16547
16548 * longlines.el (longlines-show-region)
16549 (longlines-unshow-hard-newlines): Recognize hard newlines by
16550 non-nil hard property, instead of t.
16551
16552 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16553
16554 * viper-cmd.el (viper--key-maps): New variable.
16555 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16556 emulation-mode-map-alists.
16557 (viper-envelop-ESC-key): Use viper-subseq.
16558 (viper-search-forward/backward/next): Disable debug-on-error.
16559
16560 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16561 (viper-ESC-key): New defcustoms.
16562
16563 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16564
16565 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16566 (viper-subseq): Copy of subseq from cl.el.
16567
16568 * viper.el (viper-go-away, viper-set-hooks): Use
16569 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16570
16571 * viper-mous.el (viper-current-frame-saved): Use defvar.
16572
16573 * viper-init.el: Get rid of -face in face names.
16574
16575 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16576 Make it work with longlines mode
16577
16578 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16579
16580 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16581
16582 * ediff-init.el: Get rid of -face in face names.
16583
16584 2005-07-10 Richard M. Stallman <rms@gnu.org>
16585
16586 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16587 and with-timeout-unsuspend.
16588
16589 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16590 and with-timeout-unsuspend.
16591
16592 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16593 (with-timeout): Bind that variable to record timers.
16594 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16595
16596 * emacs-lisp/debug.el (debug-help-follow): New function.
16597 (debugger-mode-map): Use that instead of help-follow.
16598 (debugger-setup-buffer): Use eval-buffer-list
16599 to handle eval-buffer frames.
16600
16601 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16602
16603 * timezone.el (timezone-parse-date): Change first regexp
16604 so it will not mistakenly match dates with no time zone.
16605
16606 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16607
16608 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16609
16610 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16611
16612 * custom.el (custom-initialize-safe-set)
16613 (custom-initialize-safe-default): New functions.
16614
16615 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16616 and simplify :init-value.
16617
16618 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16619 and simplify :init-value. Delete obsolete comment.
16620
16621 * startup.el (command-line): Use `custom-reevaluate-setting' to
16622 handle `tooltip-mode'. Delete obsolete comment.
16623
16624 * files.el (set-visited-file-name): Avoid calling
16625 `file-name-nondirectory' with a nil argument.
16626
16627 2005-07-09 Richard M. Stallman <rms@gnu.org>
16628
16629 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16630 was called with nil for the buffer, handle the read position right.
16631 Handle read position for eval-region, too.
16632
16633 2005-07-09 Juri Linkov <juri@jurta.org>
16634
16635 * fringe.el (fringe-mode): Add period in docstring.
16636 (fringe-query-style): Build prompt depending on `all-frames' arg.
16637
16638 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16639 to not create links to unrelated functions in the Help buffer.
16640
16641 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16642 Doc fix.
16643
16644 * simple.el (next-error-hook): New variable.
16645 (next-error): Use it. Doc fix.
16646
16647 * textmodes/ispell.el (ispell-command-loop): Add current
16648 dictionary name and program name to mode-line-format.
16649 (ispell-region, ispell-process-line): Add current dictionary name
16650 and program name to messages.
16651
16652 2005-07-08 Jay Belanger <belanger@truman.edu>
16653
16654 * calc/calc.el (calc-embedded-announce-formula-alist)
16655 (calc-embedded-open-close-formula-alist)
16656 (calc-embedded-open-close-word-alist)
16657 (calc-embedded-open-close-plain-alist)
16658 (calc-embedded-open-close-new-formula-alist)
16659 (calc-embedded-open-close-mode-alist)
16660 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16661 (calc-embedded-mode-hook): New variables.
16662
16663 * calc/calc-embed.el (calc-embedded-firsttime)
16664 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16665 New variables.
16666 (calc-do-embedded): Use calc-embedded-firsttime,
16667 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16668 determine whether or not to run hooks.
16669 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16670 calc-embedded-firsttime-formula appropriately.
16671 Set calc-embedded delimiter variables according to mode.
16672
16673 2005-07-08 Richard M. Stallman <rms@gnu.org>
16674
16675 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16676 Check for "emacs", etc., as entire symbol, not just as word.
16677 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16678
16679 * files.el (set-visited-file-name): Report the error
16680 for "empty filename" earlier.
16681 (kill-some-buffers): Ignore buffers already dead.
16682
16683 * fringe.el (fringe-mode): Doc fix.
16684
16685 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16686 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16687 Use unwind-protect to ensure byte-compile-unresolved-functions
16688 is updated.
16689
16690 * whitespace.el (whitespace-buffer-leading-cleanup):
16691 Simplify w/ skip-chars-forward.
16692 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16693
16694 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16695 Unconditionally try to leave point at the same old place.
16696
16697 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16698
16699 * comint.el (comint-postoutput-scroll-to-bottom)
16700 (comint-show-maximum-output): Take scroll-margin into consideration.
16701
16702 2005-07-08 Kim F. Storm <storm@cua.dk>
16703
16704 * ido.el (ido-use-filename-at-point): New choice `guess'.
16705 (ido-file-internal): Try ffap-guesser if selected.
16706
16707 * ido.el (ido-before-fallback-functions): New hook.
16708 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16709 (ido-read-file-name): Run it.
16710
16711 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16712
16713 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16714 strings rather than a list of symbols to the completion function.
16715
16716 2005-07-07 Jay Belanger <belanger@truman.edu>
16717
16718 * calc/calc-units.el (math-apply-units): Change the places in
16719 which units are simplified.
16720
16721 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16722
16723 * cus-edit.el (customize-option, customize-option-other-window):
16724 Make them handle aliases.
16725
16726 * custom.el (custom-variable-p): Make it recursively follow
16727 aliases. Mention that in the docstring.
16728
16729 2005-07-07 Richard M. Stallman <rms@gnu.org>
16730
16731 * cus-start.el (exec-path): Use `directory' instead of `file'.
16732 Fix tag for nil.
16733
16734 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16735
16736 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16737 when called non-interactively. Doc fix.
16738
16739 2005-07-07 Lute Kamstra <lute@gnu.org>
16740
16741 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16742 new address as well.
16743
16744 2005-07-07 Kenichi Handa <handa@m17n.org>
16745
16746 * international/mule.el (make-coding-system):
16747 Describe `ascii-incompatible' property in the docstring.
16748 (set-file-name-coding-system): Signal an error if coding-system is
16749 ascii-incompatible.
16750 (set-keyboard-coding-system): Likewise.
16751
16752 * international/mule-cmds.el (set-default-coding-systems):
16753 Don't set default-file-name-coding-system and
16754 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16755
16756 * international/utf-16.el: Declare that all UTF-16-based coding
16757 systems are ASCII-incompatible.
16758
16759 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16760
16761 * progmodes/gud.el: Require font-lock for displaying errors.
16762 Used by gdb-ui.el.
16763
16764 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16765
16766 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16767 values for the pattern lists which are `read'able but not
16768 `append'able (like symbols).
16769
16770 2005-07-06 Richard M. Stallman <rms@gnu.org>
16771
16772 * progmodes/flymake.el (flymake-float-time): Instead of
16773 with-no-warnings, test for xemacs.
16774 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16775 to avoid warning.
16776
16777 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16778
16779 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16780
16781 2005-07-05 Lute Kamstra <lute@gnu.org>
16782
16783 * battery.el: Add support for Darwin (with much debugging help
16784 from Samuel Lauber <sam124@operamail.com>).
16785 (battery-status-function, battery-echo-area-format)
16786 (battery-mode-line-format): Add support for pmset on Darwin.
16787 (battery-load-low, battery-load-critical): New user options.
16788 (battery-pmset): New function.
16789
16790 2005-07-05 Lute Kamstra <lute@gnu.org>
16791
16792 Update FSF's address in GPL notices.
16793
16794 * textmodes/page-ext.el: Update FSF's address.
16795
16796 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16797
16798 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16799 filling from using prefix when filling a single-line docstring.
16800
16801 * progmodes/flymake.el: Remove useless eval-when-compile.
16802
16803 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16804
16805 2005-07-04 Richard M. Stallman <rms@gnu.org>
16806
16807 * textmodes/org.el (org-file-apps-defaults-gnu):
16808 Rename from org-file-apps-defaults-linux.
16809 (org-default-apps): Don't test system-type for `linux'.
16810 (org-file-apps): Doc fix.
16811
16812 2005-07-04 David Ponce <david@dponce.com>
16813
16814 * tree-widget.el: Improve header Commentary section.
16815 (tree-widget) [defgroup]
16816 (tree-widget-image-enable, tree-widget-themes-directory)
16817 (tree-widget-theme, tree-widget-image-properties-emacs)
16818 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16819 (tree-widget-image-formats, tree-widget-control)
16820 (tree-widget-empty-control, tree-widget-leaf-control
16821 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16822 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16823 (tree-widget-keep, tree-widget-after-toggle-functions)
16824 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16825 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16826 :help-echo message.
16827 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16828 (tree-widget-image-properties): Doc fix. Clearer implementation.
16829 (tree-widget--cursors): New constant.
16830 (tree-widget-lookup-image): New function split from
16831 `tree-widget-find-image'. Clearer implementation.
16832 (tree-widget-find-image): Use it.
16833 (tree-widget-button-keymap): Use `set-keymap-parent'.
16834 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16835 Define the sub-widgets here.
16836 (tree-widget-node): Check that :node is not a tree-widget.
16837 (tree-widget-get-super, tree-widget-open-control)
16838 (tree-widget-close-control, tree-widget-empty-control)
16839 (tree-widget-leaf-control, tree-widget-guide)
16840 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16841 (tree-widget-no-handle, tree-widget-value-delete)
16842 (tree-widget-map): Remove.
16843 (tree-widget-children-value-save): Doc fix. Simplified.
16844 (tree-widget-value-create): Update according to previous changes.
16845
16846 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16847
16848 * textmodes/org.el: Leading space replaced by TABS.
16849 (org-recalc-marks, org-table-rotate-recalc-marks)
16850 (org-table-get-specials): Treat "^" and "_" marks.
16851 (org-table-justify-field-maybe): Optional argument NEW.
16852 (org-table-eval-formula): Parsing of the format simplified.
16853 New modes C,I. Honor the %= parameter in the current table.
16854 Avoid unnecessary re-align by using the NEW argument to
16855 `org-table-justify-field-maybe'.
16856 (org-calc-default-modes): Default for date-format mimicks org-mode.
16857 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16858
16859 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16860
16861 * cus-face.el (custom-theme-set-faces): Make it handle face
16862 aliases whose alias declarations are pre- or autoloaded.
16863
16864 2005-07-04 Juri Linkov <juri@jurta.org>
16865
16866 * faces.el (read-face-name): Put the code for getting a face name
16867 from the buffer before adding the faces from the `face' property.
16868 Use `completing-read-multiple' instead of `completing-read'.
16869 Require `crm'. Add default value and post-process the returned
16870 list of faces.
16871
16872 * emacs-lisp/crm.el (crm-find-current-element)
16873 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16874
16875 * emacs-lisp/lisp-mode.el (eval-defun-1):
16876 * emacs-lisp/edebug.el (edebug-eval-defun):
16877 Remove unnecessary quotes.
16878
16879 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16880
16881 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16882 (prolog-indent-level): Fix typo in docstring.
16883
16884 * info.el (Info-history, Info-history-forward)
16885 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16886
16887 * add-log.el (add-change-log-entry):
16888 * comint.el (comint-dynamic-list-input-ring)
16889 (comint-dynamic-list-completions):
16890 * dabbrev.el (dabbrev-expand):
16891 * delim-col.el (delimit-columns-rectangle-line):
16892 * diff-mode.el (diff-context->unified, diff-reverse-direction)
16893 (diff-unified->context):
16894 * ediff-init.el (ediff-abbrev-jobname):
16895 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16896 (ediff-replace-session-activity-marker-in-meta-buffer):
16897 * info.el (Info-summary):
16898 * lpr.el (printify-region):
16899 * printing.el (pr-create-interface):
16900 * ps-print.el (ps-print-quote):
16901 * ses.el (ses-column-widths, ses-print-cell)
16902 (ses-adjust-print-width, ses-center):
16903 * shell.el (shell-file-name-quote-list):
16904 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16905 (strokes-fill-current-buffer-with-whitespace)
16906 (strokes-xpm-for-stroke, strokes-list-strokes)
16907 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16908 * term.el (term-dynamic-list-input-ring)
16909 (term-dynamic-list-completions):
16910 * calc/calc.el (math-format-stack-value):
16911 * emacs-lisp/edebug.el (edebug-display-freq-count):
16912 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16913 (delphi-new-comment-line):
16914 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16915 * progmodes/executable.el (executable-set-magic):
16916 * progmodes/python.el (inferior-python-mode):
16917 * progmodes/scheme.el (scheme-mode-syntax-table):
16918 * progmodes/sh-script.el (sh-maybe-here-document):
16919 * progmodes/sql.el (sql-copy-column):
16920 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16921 * textmodes/bibtex.el (bibtex-mode):
16922 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16923 (sgml-auto-attributes):
16924 * textmodes/table.el (table-insert, table-shorten-cell)
16925 (table--generate-source-scan-lines, table-delete-row)
16926 (*table--cell-delete-char, table--spacify-frame)
16927 (table--horizontally-shift-above-and-below)
16928 (table--cell-insert-char, table--cell-blank-str)
16929 (table--fill-region-strictly):
16930 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16931 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16932
16933 * add-log.el (change-log):
16934 * apropos.el (apropos):
16935 * comint.el (comint-completion, comint-source):
16936 * dabbrev.el (dabbrev):
16937 * delim-col.el (columns):
16938 * diff-mode.el (diff-mode):
16939 * ediff.el (ediff):
16940 * ediff-diff.el (ediff-diff):
16941 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16942 * ediff-mult.el (ediff-mult):
16943 * ediff-ptch.el (ediff-ptch):
16944 * ediff-wind.el (ediff-window):
16945 * facemenu.el (facemenu):
16946 * indent.el (indent):
16947 * info.el (info):
16948 * jka-cmpr-hook.el (compression, jka-compr):
16949 * lpr.el (lpr):
16950 * outline.el (outlines):
16951 * pcmpl-cvs.el (pcmpl-cvs):
16952 * pcmpl-rpm.el (pcmpl-rpm):
16953 * printing.el (printing):
16954 * ps-print.el (postscript, ps-print, ps-print-horizontal)
16955 (ps-print-vertical, ps-print-headers, ps-print-font)
16956 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16957 (ps-print-background, ps-print-printer, ps-print-page)
16958 (ps-print-miscellany):
16959 * ses.el (ses):
16960 * shell.el (shell, shell-directories, shell-faces):
16961 * startup.el (initialization):
16962 * strokes.el (strokes):
16963 * term.el (term):
16964 * uniquify.el (uniquify):
16965 * w32-vars.el (w32):
16966 * calc/calc.el (calc):
16967 * emacs-lisp/bytecomp.el (bytecomp):
16968 * emacs-lisp/cl-indent.el (lisp-indent):
16969 * emacs-lisp/edebug.el (edebug):
16970 * emacs-lisp/elp.el (elp):
16971 * emacs-lisp/testcover.el (testcover):
16972 * emacs-lisp/trace.el (trace):
16973 * emulation/viper-ex.el (viper-ex):
16974 * emulation/viper-mous.el (viper-mouse):
16975 * mail/mailalias.el (mailalias):
16976 * mail/supercite.el (supercite, supercite-frames)
16977 (supercite-attr, supercite-cite, supercite-hooks):
16978 * net/rcompile.el (remote-compile):
16979 * net/rlogin.el (rlogin):
16980 * obsolete/ooutline.el (outlines):
16981 * progmodes/delphi.el (delphi):
16982 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16983 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16984 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16985 (ebnf-optimization):
16986 * progmodes/etags.el (etags):
16987 * progmodes/executable.el (executable):
16988 * progmodes/idlwave.el (idlwave):
16989 * progmodes/pascal.el (pascal):
16990 * progmodes/prolog.el (prolog):
16991 * progmodes/python.el (python):
16992 * progmodes/scheme.el (scheme):
16993 * progmodes/sh-script.el (sh, sh-script):
16994 * progmodes/sql.el (SQL):
16995 * progmodes/tcl.el (tcl):
16996 * textmodes/bibtex.el (bibtex, bibtex-autokey):
16997 * textmodes/enriched.el (enriched):
16998 * textmodes/makeinfo.el (makeinfo):
16999 * textmodes/sgml-mode.el (sgml):
17000 * textmodes/table.el (table-hooks):
17001 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17002 * textmodes/texinfo.el (texinfo):
17003 * textmodes/two-column.el (two-column):
17004 Finish `defgroup' description with period.
17005
17006 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17007 * eshell/esh-var.el (eshell-var):
17008 * progmodes/vhdl-mode.el (vhdl-testbench):
17009 * textmodes/org.el (org): Fix typos in docstrings.
17010
17011 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17012 consistency.
17013
17014 * progmodes/flymake.el (flymake-find-file): Remove.
17015 (flymake-float-time): Use `with-no-warnings'.
17016 (flymake-check-start-time, flymake-check-was-interrupted)
17017 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17018 (flymake-new-err-info): `defvar' at compile time.
17019
17020 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17021
17022 * replace.el (occur-hook): Doc fix.
17023 (occur-1): Don't call `occur-hook' if there are no matches.
17024
17025 2005-07-03 Richard M. Stallman <rms@gnu.org>
17026
17027 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17028 global-map, save the same map.
17029 (global-map): Don't alter it at top level.
17030 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17031 Then alter it here instead.
17032 (tpu-edt-off): Set global-map to the saved one.
17033
17034 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17035 All references simplified.
17036 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17037 (zmacs-regions): Add defvar.
17038 (repeat-complex-command-map): Everything about that deleted.
17039
17040 * textmodes/artist.el (artist-key-is-drawing)
17041 (artist-key-endpoint1, artist-key-poly-point-list)
17042 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17043 (artist-key-compl-table, artist-rb-save-data)
17044 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17045 Don't put them in eval-when-compile.
17046 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17047
17048 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17049 Use with-no-warnings.
17050
17051 * net/browse-url.el (dos-windows-version): Add defvar.
17052
17053 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17054
17055 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17056 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17057 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17058 Add defvar.
17059 (rmail-summary-beginning-of-message): Use with-no-warnings.
17060 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17061
17062 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17063 Use with-no-warnings.
17064
17065 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17066 (c-mark-function): Add point-moving-unit property.
17067 (vi-goto-line): Use with-no-warnings.
17068
17069 * emulation/edt.el (edt-last-copied-word): Add defvar.
17070 (zmacs-region-stays): Likewise.
17071 (edt-mark-section-wisely): Use c-mark-function for C.
17072 Use makr-defun for Fortran.
17073 (time-string): defvar deleted.
17074 (edt-display-the-time): Don't set time-string.
17075
17076 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17077
17078 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17079 Don't warn when name is not constant
17080 or for defining the group `emacs'.
17081
17082 * tooltip.el (gud-tooltip-mode): Add defvar.
17083
17084 * startup.el (default-frame-background-mode): Add defvar.
17085
17086 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17087
17088 * info.el (tool-bar-map): Add defvar.
17089
17090 * dired.el (dnd-protocol-alist): Add defvar.
17091
17092 * dired-aux.el (dired-query): Display question with answer, when
17093 the user answers.
17094
17095 * custom.el (custom-add-option): Doc fix.
17096
17097 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17098
17099 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17100
17101 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17102 bogus name from the last change.
17103
17104 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17105
17106 * custom.el (custom-declare-variable): Fix typos in comment.
17107 (custom-known-themes): Doc fix.
17108 (custom-theme-directory): New defcustom.
17109 (require-theme): Make it check `custom-theme-directory'.
17110
17111 * cus-theme.el (custom-new-theme-mode): New function.
17112 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17113 (custom-theme-description): Add compiler defvars.
17114 (customize-create-theme): Add doc to the "*New Custom Theme*"
17115 buffer. Use `custom-new-theme-mode'.
17116 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17117 and save it to the `custom-theme-directory'. Make this the
17118 default directory of the buffer.
17119
17120 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17121
17122 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17123 Fix unbalanced parentheses.
17124
17125 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17126
17127 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17128 into flymake-mode and delegate to flymake-mode.
17129
17130 * find-file.el (ff-which-function-are-we-in): Clean up.
17131
17132 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17133
17134 * replace.el (occur-rename-buffer): Fix docstring.
17135
17136 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17137 (edt-last-copied-word, edt-learn-macro-count)
17138 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17139 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17140 (time-string, zmacs-region-stays):
17141 * emulation/edt-mapper.el (edt-save-function-key-map)
17142 (EDT-key-name): `defvar' to silence the byte-compiler.
17143
17144 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17145
17146 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17147 font-lock-regexp-backslash. Doc fix.
17148 (font-lock-regexp-backslash-grouping-construct): Rename from
17149 font-lock-regexp-backslash-construct. Doc fix.
17150 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17151 grouping constructs.
17152
17153 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17154
17155 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17156 updating all the prerequisites.
17157
17158 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17159
17160 * textmodes/org.el (org-agenda-start-on-weekday)
17161 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17162 (org-agenda-use-time-grid, org-archive-location)
17163 (org-allow-space-in-links, org-usenet-links-prefer-google)
17164 (org-enable-table-editor, org-export-default-language)
17165 (org-export-html-show-new-buffer, org-fill-paragraph)
17166 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17167 (org-goto-quit, org-occur, org-eval-in-calendar)
17168 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17169 (org-agenda-diary-entry, org-remember-help)
17170 (org-table-convert-region, org-at-table-p)
17171 (org-table-move-row-down, org-table-move-row-up)
17172 (org-table-copy-region, org-table-toggle-vline-visibility)
17173 (org-table-get-stored-formulas, org-table-get-specials)
17174 (org-recalc-commands, org-table-eval-formula)
17175 (org-table-formula-substitute-names, orgtbl-make-binding)
17176 (org-format-org-table-html, org-format-table-table-html)
17177 (org-format-table-table-html-using-table-generate-source)
17178 (org-customize): Fix typos in docstrings.
17179 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17180 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17181 (org-back-to-heading): Doc fixes.
17182 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17183 (org-agenda-change-all-lines, org-get-header):
17184 Improve argument/docstring consistency.
17185 (orgtbl-error): Fix error message.
17186
17187 * progmodes/flymake.el (flymake-find-possible-master-files)
17188 (flymake-master-file-compare, flymake-get-line-err-count)
17189 (flymake-highlight-line, flymake-gui-warnings-enabled):
17190 Fix typos in docstrings.
17191 (flymake-parse-line, flymake-get-project-include-dirs-function)
17192 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17193 Doc fixes.
17194 (flymake-get-project-include-dirs-function)
17195 (flymake-make-err-menu-data):
17196 Improve argument/docstring consistency.
17197
17198 2005-07-01 Lute Kamstra <lute@gnu.org>
17199
17200 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17201 Catch errors with ignore-errors. Use temporary buffer.
17202 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17203
17204 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17205 background color faces.
17206 (facemenu-set-foreground, facemenu-set-background):
17207 Use facemenu-set-face-from-menu.
17208 (facemenu-set-face-from-menu): Treat face names that start with
17209 "fg:" or "bg:" as special.
17210 (facemenu-add-new-color): Don't create faces. Simplify.
17211
17212 2005-06-30 Richard M. Stallman <rms@gnu.org>
17213
17214 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17215 (crm-find-current-element): Likewise.
17216
17217 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17218
17219 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17220
17221 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17222
17223 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17224 (archive-mouse-extract): Make it an obsolete alias.
17225 (archive-mode-map): Don't use archive-mouse-extract any more.
17226 (archive-mode, archive-extract): write-contents-hooks ->
17227 write-contents-functions.
17228 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17229 first arg.
17230 (archive-rename-entry): Update the call.
17231 (archive-zip-summarize): Remove unused var `method'.
17232 (archive-lzh-summarize): Remove unused var `creator'.
17233
17234 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17235 dedicated frame upon exit.
17236
17237 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17238 (archive-zip-extract, archive-zip-expunge)
17239 (archive-zip-update, archive-zip-update-case): Use executable-find.
17240 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17241 Use restore-buffer-modified-p.
17242 (archive-extract, archive-add-new-member, archive-write-file-member):
17243 Use with-current-buffer.
17244 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17245
17246 2005-06-30 Andreas Schwab <schwab@suse.de>
17247
17248 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17249
17250 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17251
17252 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17253
17254 2005-06-30 Juri Linkov <juri@jurta.org>
17255
17256 * faces.el (vertical-border): Inherit from mode-line-inactive
17257 only on tty.
17258
17259 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17260
17261 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17262 example, -NLINES in the `occur' docstring).
17263
17264 * replace.el (occur-1): When no matches are found, do not set the
17265 `buffer-read-only' and modified flags for the occur buffer,
17266 because it is deleted.
17267
17268 * emulation/cua-base.el (cua-check-pending-input)
17269 (cua-repeat-replace-region, cua-mode, cua-debug)
17270 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17271 Fix typos in docstrings.
17272
17273 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17274 (cua-cut-region-to-global-mark)
17275 (cua--cut-rectangle-to-global-mark):
17276 Remove period from end of messages.
17277
17278 * emulation/cua-rect.el (cua-do-rectangle-padding):
17279 Remove period from end of messages.
17280 (cua--rectangle-seq-format): Fix typo in docstring.
17281 (cua-sequence-rectangle, cua-fill-char-rectangle):
17282 Improve argument/docstring consistency.
17283
17284 2005-06-29 Juri Linkov <juri@jurta.org>
17285
17286 * faces.el (default-frame-background-mode): New internal variable.
17287 (frame-set-background-mode): Use it.
17288
17289 * startup.el (normal-top-level): Set default-frame-background-mode
17290 instead of frame-background-mode. Before setting it, test for its
17291 nil value. Remove tests for frame-background-mode and frame
17292 parameter `reverse'. Add test for "unspecified-fg".
17293
17294 * term/xterm.el (xterm-rxvt-set-background-mode):
17295 * term/rxvt.el (rxvt-set-background-mode):
17296 Set default-frame-background-mode instead of frame-background-mode.
17297
17298 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17299
17300 * simple.el (set-variable): Warn about obsolete user variables.
17301
17302 * imenu.el (imenu--completion-buffer):
17303 * mouse.el (mouse-buffer-menu-alist):
17304 * msb.el (msb-invisible-buffer-p):
17305 * calendar/diary-lib.el (diary-header-line-format):
17306 * emacs-lisp/pp.el (pp-buffer):
17307 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17308 * textmodes/picture.el (picture-replace-match):
17309 Change space constants followed by a sexp to "?\s ".
17310
17311 * play/decipher.el (decipher-loop-with-breaks):
17312 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17313 constants "protected" from end of line by a comment to "?\s".
17314
17315 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17316
17317 * font-lock.el (save-buffer-state): Use `declare'.
17318
17319 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17320 reset the syntax-table to cperl-mode-syntax-table.
17321 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17322 "foo_print_bar" is not matched as a reserved keyword.
17323
17324 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17325
17326 * textmodes/org.el (orgtbl-setup): New function, for delayed
17327 setup for the orgtbl commands.
17328 (org-calc-default-modes): New option.
17329 (orgtbl-make-binding): Use `defun' to get better help display.
17330 (org-diary): Call `org-compile-prefix-format'.
17331 (org-table-formula-substitute-names): New function.
17332 (org-agenda-day-view, org-agenda-week-view): New commands.
17333 (org-agenda-toggle-week-view): Command removed.
17334 (org-tbl-menu): Split off from org-org-menu.
17335 (org-mode): Move removal of outline-mode menus to here.
17336 (org-table-formula-debug): New option.
17337 (org-table-insert-row): Keep first field if just "#" or "*".
17338 (org-mode): Paragraph regexps fixed.
17339 (org-table-recalculate-regexp): New constant.
17340 (org-table-justify-field-maybe): Avoid replace if not necessary.
17341 (org-copy-special, org-cut-special): Use `call-interactively'.
17342 (org-table-copy-region): Take region from `interactive' call.
17343 (org-trim): Return string even if no match.
17344 (org-formula): New face.
17345 (org-set-font-lock-defaults): No longer highlight "FIXME".
17346 But highlight formula-related fields in table.
17347 (org-table-p): Use regexp, not fontification.
17348 (org-table-align): Handle white space at end of line.
17349 (org-table-formula-evaluate-inline): New option.
17350 (org-mode): Auto-wrapping in comment lines turned off.
17351 (org-table-copy-down): Evaluate only in copied field, not in
17352 destination.
17353 (org-table-current-formula): Variable removed.
17354 (org-table-store-formulas, org-table-get-stored-formulas)
17355 (org-table-modify-formulas, org-table-replace-in-formulas)
17356 (org-table-maybe-eval-formula): New functions.
17357 (org-table-get-formula): Modify to use stored formulas.
17358 (org-table-insert-column, org-table-delete-column)
17359 (org-table-move-column): Call `org-table-modify-formulas'.
17360 (org-complete): Add completion for keyword formulas.
17361 (orgtbl-mode): Pull orgtbl-mode-map to start of
17362 minor-mode-map-alist.
17363
17364 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17365
17366 * progmodes/python.el (python-check): Require `compile' before
17367 modifying its variables.
17368
17369 * newcomment.el (comment-indent-default): Don't get fooled by an early
17370 end of buffer.
17371
17372 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17373
17374 * ps-print.el (ps-print-version): Fix version number.
17375
17376 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17377
17378 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17379
17380 2005-06-28 Richard M. Stallman <rms@gnu.org>
17381
17382 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17383 (flyspell-local-mouse-map): Declaration deleted.
17384 (flyspell-mouse-map): Bind only mouse-2.
17385 (flyspell-mode-map): Don't test flyspell-use-local-map.
17386 (flyspell-overlay-keymap-property-name): Var deleted.
17387 (flyspell-mode-on): Don't make local bindings for
17388 flyspell-mouse-map and flyspell-mode-map.
17389 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17390
17391 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17392
17393 * progmodes/compile.el (compilation-next-error-function):
17394 Don't switch buffers; operate on the current buffer.
17395
17396 * progmodes/compile.el (compilation-error-file-name)
17397 (compilation-warning-file-name, compilation-info-file-name)
17398 (compilation-line-number, compilation-column-number): New faces.
17399 (compilation-error-face, compilation-warning-face)
17400 (compilation-info-face, compilation-line-face)
17401 (compilation-column-face): Use them.
17402
17403 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17404
17405 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17406
17407 * bindings.el (global-map): Bind insertchar and its variants.
17408
17409 2005-06-27 Richard M. Stallman <rms@gnu.org>
17410
17411 * textmodes/artist.el (artist-text-overwrite)
17412 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17413
17414 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17415
17416 * ps-print.el: It was not working the page selection for printing.
17417 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17418 (ps-print-version): New version 6.6.7.
17419 (ps-end-sheet): New fun.
17420 (ps-header-sheet, ps-end-job): Call it.
17421
17422 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17423
17424 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17425
17426 2005-06-27 Lute Kamstra <lute@gnu.org>
17427
17428 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17429 background color faces.
17430 (facemenu-get-face): Delete function.
17431 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17432 (facemenu-add-new-color): Make second argument mandatory.
17433 Create the appropriate face and return it. Simplify.
17434 (facemenu-set-foreground, facemenu-set-background): Don't check if
17435 color is defined. Use return value of facemenu-add-new-color.
17436
17437 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17438
17439 * progmodes/gud.el (gud-filter): Add missing argument to
17440 with-selected-window.
17441
17442 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17443
17444 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17445 a :require to the defcustom.
17446
17447 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17448 defcustoms corresponding to minor modes.
17449
17450 2005-06-26 David Ponce <david@dponce.com>
17451
17452 * recentf.el: Require tree-widget instead of wid-edit.
17453 (recentf-filename-handler): Fix widget :type.
17454 (recentf-cancel-dialog, recentf-open-more-files)
17455 (recentf-open-files-action): Doc fix.
17456 (recentf-dialog-goto-first): New function.
17457 (recentf-dialog-mode-map): Set parent keymap first.
17458 (recentf-dialog-mode): Define with define-derived-mode.
17459 Don't display continuation lines in dialogs.
17460 (recentf-edit-list): Rename from recentf-edit-selected-items.
17461 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17462 Simplify.
17463 (recentf-edit-list-validate): New function.
17464 (recentf-edit-list): Update accordingly.
17465 (recentf-open-files-item-shift): Remove.
17466 (recentf-open-files-item): Convert menu elements into tree and
17467 link widgets. Don't create the widgets.
17468 (recentf-open-files): Update accordingly.
17469 (recentf-save-list): Untabify.
17470
17471 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17472
17473 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17474 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17475 partially contained in the active region. Do not take active
17476 region into account when called from Lisp, unless INTERACTIVE arg
17477 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17478 avoid trouble with fields. Make marker point nowhere when no
17479 longer used. Always return nil. Doc fix.
17480 (flush-lines): Add INTERACTIVE arg. Do not take active region
17481 into account when called from Lisp, unless INTERACTIVE arg is
17482 non-nil. Use `forward-line' instead of `beginning-of-line' to
17483 avoid trouble with fields. Make marker point nowhere when no
17484 longer used. Always return nil. Doc fix.
17485 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17486 interchangeable. Do not take active region into account when
17487 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17488 message in echo area when called from Lisp, unless INTERACTIVE arg
17489 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17490 Return the number of matches. Doc fix.
17491 (occur): Doc fix.
17492 (perform-replace): Make comment follow double space convention for
17493 the sake of `outline-minor-mode'.
17494
17495 * faces.el (facep): Doc fix.
17496
17497 2005-06-25 Richard M. Stallman <rms@gnu.org>
17498
17499 * facemenu.el (facemenu-enable-faces-p): New function.
17500 (facemenu-background-menu, facemenu-foreground-menu)
17501 (facemenu-face-menu): Add menu-enable property.
17502
17503 * jka-compr.el (jka-compr-insert-file-contents):
17504 Special handling if cannot find the uncompression program.
17505
17506 * cus-face.el (custom-face-attributes): Add autoload.
17507
17508 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17509 Bind comment-indent-function locally.
17510
17511 * window.el (save-selected-window): Use save-current-buffer.
17512
17513 * subr.el (with-selected-window): Use save-current-buffer.
17514
17515 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17516 and with-current-buffer.
17517
17518 2005-06-24 Richard M. Stallman <rms@gnu.org>
17519
17520 * simple.el (line-move-1): Fix previous change.
17521
17522 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17523
17524 * replace.el (occur-1): Set `buffer-read-only' and the
17525 buffer-modified flag before running `occur-hook' to protect
17526 against unintentional buffer switches that can lead to data loss.
17527
17528 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17529
17530 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17531 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17532 initial error.
17533
17534 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17535 after fresh input.
17536 (gdb-var-create-handler): Put name of expression in quotes.
17537
17538 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17539
17540 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17541 elements of RING in order, and without bogus nil elements.
17542
17543 2005-06-23 Richard M. Stallman <rms@gnu.org>
17544
17545 * simple.el (set-variable): Args renamed; doc fix.
17546 (line-move-1): When there are overlays around, use vertical-motion.
17547
17548 * faces.el (escape-glyph): Use brown against light background.
17549 (nobreak-space): Rename from no-break-space.
17550 Fix previous change.
17551
17552 * dired-aux.el (dired-do-copy): Fix arg prompt.
17553
17554 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17555
17556 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17557
17558 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17559 rather than "Distributor".
17560
17561 2005-06-23 Lute Kamstra <lute@gnu.org>
17562
17563 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17564 (debug-on-entry): Use it. New interactive declaration that uses
17565 function-called-at-point.
17566
17567 2005-06-23 Kim F. Storm <storm@cua.dk>
17568
17569 * subr.el (save-match-data): Add comment about using evaporate arg
17570 to set-match-data.
17571
17572 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17573
17574 * cus-edit.el (customize-face)
17575 (customize-face-other-window): Handle face aliases.
17576
17577 * faces.el (face-documentation, set-face-attribute)
17578 (face-spec-set): Handle face aliases.
17579
17580 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17581
17582 * help-mode.el (help-make-xrefs): If a symbol representing a face
17583 name is not followed by the word "face", it could still be a
17584 function or variable name, so don't bypass other checks.
17585
17586 2005-06-22 Juri Linkov <juri@jurta.org>
17587
17588 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17589 Replace aliased functions with calls where second arg `inherit' is t.
17590
17591 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17592
17593 * progmodes/gdb-ui.el (gdb-error): New variable.
17594 (gdb-error): New function.
17595 (gdb-annotation-rules): Act on error-begin and error annotations.
17596 (gdb-concat-output): Use font-lock-warning-face for errors.
17597
17598 2005-06-22 Miles Bader <miles@gnu.org>
17599
17600 * bindings.el (propertized-buffer-identification): Use renamed
17601 `Buffer-menu-buffer' face.
17602
17603 * faces.el (vertical-border): Rename from `vertical-divider'.
17604 (escape-glyph): Change dark-background color back to `cyan'.
17605
17606 2005-06-21 Juri Linkov <juri@jurta.org>
17607
17608 * faces.el (face-user-default-spec): Try getting `customized-face'
17609 prior to `saved-face'.
17610 (frame-background-mode): Refill docstring.
17611
17612 * emacs-lisp/lisp-mode.el (eval-defun-1):
17613 * emacs-lisp/edebug.el (edebug-eval-defun):
17614 Set `saved-face' temporarily to nil before calling form.
17615 Set `customized-face' to the new spec after that.
17616
17617 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17618
17619 * subr.el (1value, lambda, key-substitution-in-progress):
17620 Doc fixes.
17621
17622 * autoinsert.el (auto-insert-alist):
17623 * ses.el (ses-call-printer):
17624 * subr.el (noreturn):
17625 * emacs-lisp/lisp.el (check-parens):
17626 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17627 * net/browse-url.el (browse-url-mosaic):
17628 * progmodes/cc-defs.el (c-safe-scan-lists):
17629 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17630 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17631 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17632 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17633 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17634 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17635
17636 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17637
17638 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17639
17640 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17641
17642 * calendar/appt.el (appt-make-list): Activate the package, if
17643 not already active (for backwards compatibility).
17644
17645 2005-06-20 Kim F. Storm <storm@cua.dk>
17646
17647 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17648
17649 2005-06-20 Miles Bader <miles@gnu.org>
17650
17651 * faces.el (vertical-divider): New face.
17652
17653 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17654
17655 * simple.el (kill-whole-line): Doc fix.
17656 (next-error-buffer-p, next-error-find-buffer)
17657 (clone-indirect-buffer): Fix typos in docstrings.
17658 (comment-line-break-function): Doc fix: don't say variable
17659 is automatically buffer-local (it isn't).
17660
17661 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17662
17663 * net/tramp-ftp.el (top):
17664 * net/tramp-smb.el (top):
17665 * net/tramp-util.el (top):
17666 * net/tramp-uu.el (top):
17667 * net/tramp-vc.el (top):
17668 * net/tramp.el (top): Revert copyright years back to original
17669 ones. Tramp has a life outside GNU Emacs.
17670
17671 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17672
17673 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17674
17675 2005-06-18 Juri Linkov <juri@jurta.org>
17676
17677 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17678 end of first regexp to limit the match to the position between
17679 line number and source line with same separator character as used
17680 between file name and line number. In the second regexp limit
17681 mouse-face area to file name and line number by adding new group
17682 for them and referring it in HYPERLINK arg.
17683 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17684 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17685 previous line where grep markers may be already removed.
17686
17687 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17688
17689 * progmodes/ps-mode.el: Update version and maintainer's email address.
17690
17691 2005-06-18 Steve Youngs <steve@xemacs.org>
17692
17693 * net/browse-url.el (browse-url-browser-function)
17694 (browse-url-default-browser): Add firefox.
17695 (browse-url-firefox-program, browse-url-firefox-arguments)
17696 (browse-url-firefox-startup-arguments)
17697 (browse-url-firefox-new-window-is-tab): New defcustoms.
17698 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17699
17700 2005-06-17 Richard M. Stallman <rms@gnu.org>
17701
17702 * startup.el (command-line): Warn if specified user name has
17703 no home directory.
17704
17705 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17706 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17707
17708 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17709 Doc fixes.
17710
17711 * faces.el (underline): Try bold if terminal doesn't support underline.
17712
17713 * mail/sendmail.el (mail-setup-with-from): New variable.
17714 (mail-insert-from-field): New function.
17715 (sendmail-send-it): Call it.
17716 (mail-setup): Optionally call it here.
17717
17718 * term/linux.el: Call tty-no-underline.
17719
17720 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17721
17722 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17723
17724 2005-06-17 Miles Bader <miles@gnu.org>
17725
17726 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17727 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17728 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17729 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17730 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17731 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17732 Remove "-face" suffix from face names.
17733 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17734 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17735 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17736 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17737 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17738 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17739 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17740 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17741 New backward-compatibility aliases for renamed faces.
17742 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17743 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17744 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17745 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17746 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17747 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17748 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17749 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17750 Use renamed ediff faces.
17751
17752 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17753 Remove "-face" suffix from face names.
17754 (eshell-test-ok-face, eshell-test-failed-face):
17755 New backward-compatibility aliases for renamed faces.
17756 (eshell-run-test): Use renamed eshell-test faces.
17757
17758 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17759 face name.
17760 (eshell-prompt-face): New backward-compatibility alias for renamed
17761 face.
17762 (eshell-emit-prompt): Use renamed eshell-prompt face.
17763
17764 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17765 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17766 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17767 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17768 Remove "-face" suffix from face names.
17769 (eshell-ls-directory-face, eshell-ls-symlink-face)
17770 (eshell-ls-executable-face, eshell-ls-readonly-face)
17771 (eshell-ls-unreadable-face, eshell-ls-special-face)
17772 (eshell-ls-missing-face, eshell-ls-archive-face)
17773 (eshell-ls-backup-face, eshell-ls-product-face)
17774 (eshell-ls-clutter-face):
17775 New backward-compatibility aliases for renamed faces.
17776 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17777
17778 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17779 Remove "-face" suffix from face name.
17780 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17781 instead of literal face.
17782
17783 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17784
17785 * emacs-lisp/warnings.el (display-warning, lwarn)
17786 (warning-minimum-log-level): Doc fixes.
17787 (warning-minimum-level, warning-minimum-log-level):
17788 Add :debug to :type choices.
17789
17790 * progmodes/ada-mode.el (ada-format-paramlist)
17791 (ada-get-indent-case, ada-check-matching-start)
17792 (ada-check-defun-name, ada-goto-matching-decl-start)
17793 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17794 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17795 (ada-make-subprogram-body): Follow error conventions.
17796 (ada-case-exception-file, ada-indent-comment-as-code)
17797 (ada-indent-handle-comment-special, ada-indent-renames)
17798 (ada-indent-return, ada-search-directories-internal)
17799 (ada-tab-policy, ada-case-exception-substring)
17800 (ada-other-file-alist, ada-matching-start-re)
17801 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17802 (ada-imenu-generic-expression, ada-compile-goto-error)
17803 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17804 (ada-popup-menu, ada-add-extensions, ada-mode)
17805 (ada-region-selected, ada-create-case-exception)
17806 (ada-create-case-exception-substring, ada-after-keyword-p)
17807 (ada-activate-keys-for-case, ada-adjust-case-region)
17808 (ada-adjust-case-buffer, ada-format-paramlist)
17809 (ada-scan-paramlist, ada-insert-paramlist)
17810 (ada-indent-newline-indent)
17811 (ada-indent-newline-indent-conditional)
17812 (ada-justified-indent-current, ada-goto-previous-word)
17813 (ada-indent-current, ada-get-indent-open-paren)
17814 (ada-get-indent-paramlist, ada-get-indent-end)
17815 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17816 (ada-get-indent-block-start, ada-get-indent-subprog)
17817 (ada-get-indent-noindent, ada-get-indent-label)
17818 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17819 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17820 (ada-goto-stmt-end, ada-goto-next-word)
17821 (ada-check-matching-start, ada-check-defun-name)
17822 (ada-goto-matching-decl-start, ada-goto-matching-start)
17823 (ada-goto-matching-end, ada-search-ignore-string-comment)
17824 (ada-in-decl-p, ada-looking-at-semi-or)
17825 (ada-looking-at-semi-private, ada-in-paramlist-p)
17826 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17827 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17828 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17829 (ada-previous-package, ada-create-menu)
17830 (ada-fill-comment-paragraph-justify)
17831 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17832 (ada-other-file-name, ada-last-which-function-line)
17833 (ada-last-which-function-subprog, ada-which-function)
17834 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17835 (ada-gen-treat-proc, ada-check-emacs-version)
17836 (ada-continuation-indent, ada-align-region-separate):
17837 Fix typos in docstrings.
17838 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17839
17840 2005-06-16 Lute Kamstra <lute@gnu.org>
17841
17842 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17843 conditionally.
17844
17845 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17846
17847 * comint.el (comint-replace-by-expanded-filename)
17848 (comint-prompt-regexp, comint-delimiter-argument-list)
17849 (comint-preinput-scroll-to-bottom):
17850 * info.el (Info-hide-cookies-node):
17851 * ls-lisp.el (ls-lisp-classify):
17852 * find-file.el (ff-search-directories, ff-special-constructs)
17853 (ff-find-other-file):
17854 * font-lock.el (font-lock-keywords):
17855 * shell.el (shell-prompt-pattern)
17856 (shell-dynamic-complete-functions, shell-mode)
17857 (shell-delimiter-argument-list):
17858 * term.el (term-replace-by-expanded-filename)
17859 (term-prompt-regexp, term-delimiter-argument-list):
17860 * woman.el (woman-ignore, woman0-if):
17861 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17862 * emacs-lisp/elint.el (elint-init-env):
17863 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17864 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17865 * language/ethio-util.el (ethio-tilde-escape)
17866 (ethio-use-three-dot-question):
17867 * net/zone-mode.el (zone-mode-load-time-setup):
17868 * progmodes/cc-align.el (c-lineup-argcont):
17869 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17870 * progmodes/cperl-mode.el (cperl-set-style-back):
17871 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17872 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17873 Fix spellings in docstrings.
17874
17875 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17876 * progmodes/modula2.el (m2-for): Fix spellings.
17877
17878 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17879
17880 * simple.el (undo-more): Don't use `format' on `error' arguments.
17881 Improve argument/docstring consistency.
17882 (pending-undo-list): Doc fix.
17883
17884 * smerge-mode.el (smerge-ensure-match):
17885 * emulation/vip.el (vip-ex):
17886 * net/zone-mode.el (zone-mode-update-serial):
17887 * progmodes/idlwave.el (idlwave-complete):
17888 * progmodes/vhdl-mode.el (vhdl-visit-file)
17889 (vhdl-compose-wire-components):
17890 Don't use `format' on `error' arguments.
17891
17892 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17893 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17894 (tooltip-help-tips): Fix typos in docstrings.
17895
17896 2005-06-16 David Ponce <david@dponce.com>
17897
17898 * tree-widget.el (tree-widget-value-create): Simplify last change.
17899
17900 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
17901
17902 * ido.el (ido-incomplete-regexp): New variable.
17903 (ido-set-matches-1): Handle invalid-regexp error and set
17904 ido-incomplete-regexp.
17905 (ido-incomplete-regexp): New face.
17906 (ido-completions): Use it.
17907 (ido-complete, ido-exit-minibuffer, ido-completions):
17908 Handle incomplete regexps.
17909 (ido-completions): Add check for complete match when entering a regexp.
17910
17911 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17912
17913 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17914
17915 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17916
17917 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17918 by field delimiters.
17919
17920 2005-06-15 David Ponce <david@dponce.com>
17921
17922 * tree-widget.el: eval-and-compile inlined functions so they will
17923 be available at run-time too.
17924 (tree-widget-super-format-handler)
17925 (tree-widget-format-handler): Remove.
17926 (tree-widget-value-create): Handle the :indent property.
17927
17928 2005-06-15 Miles Bader <miles@gnu.org>
17929
17930 * progmodes/which-func.el (which-func): Only inherit
17931 `font-lock-function-name-face' when that makes sense against the
17932 default mode-line face, otherwise set the face color explicitly.
17933
17934 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17935 faces instead of (non-existent) variables.
17936
17937 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17938
17939 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17940 (iswitchb-get-matched-buffers): Likewise. Simplify.
17941
17942 2005-06-14 Miles Bader <miles@gnu.org>
17943
17944 * progmodes/ld-script.el (ld-script-location-counter):
17945 Remove "-face" suffix from face name.
17946 (ld-script-location-counter-face):
17947 New backward-compatibility alias for renamed face.
17948 (ld-script-location-counter-face): Use renamed face.
17949
17950 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17951 (cperl-hash): Remove "-face" suffix from face names.
17952 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17953 New backward-compatibility aliases for renamed faces.
17954 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17955 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17956
17957 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17958 name.
17959 (which-func-face): New backward-compatibility alias for renamed face.
17960 (which-func-format): Use renamed which-func face.
17961
17962 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17963 (vhdl-function, vhdl-directive, vhdl-reserved-word)
17964 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17965 names.
17966 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17967 (vhdl-speedbar-configuration, vhdl-speedbar-package)
17968 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17969 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17970 (vhdl-speedbar-architecture-selected)
17971 (vhdl-speedbar-configuration-selected)
17972 (vhdl-speedbar-package-selected)
17973 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17974 names.
17975 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17976 Use renamed faces.
17977 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17978 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17979 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17980 Use renamed faces.
17981 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17982 names.
17983 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17984 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17985 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17986 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17987 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17988 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17989
17990 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17991 face name.
17992 (sh-heredoc-face): New backward-compatibility alias for renamed face.
17993 (sh-heredoc-face): Use renamed sh-heredoc face.
17994
17995 * progmodes/idlw-help.el (idlwave-help-link):
17996 Remove "-face" suffix from face name.
17997 (idlwave-help-link-face):
17998 New backward-compatibility alias for renamed face.
17999 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18000
18001 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18002 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18003 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18004 New backward-compatibility aliases for renamed faces.
18005 (idlwave-shell-disabled-breakpoint-face)
18006 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18007
18008 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18009 Remove "-face" suffix from face names.
18010 (flymake-errline-face, flymake-warnline-face):
18011 New backward-compatibility aliases for renamed faces.
18012 (flymake-highlight-line): Use renamed flymake faces.
18013
18014 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18015 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18016 (ebrowse-member-class, ebrowse-progress):
18017 Remove "-face" suffix from face names.
18018 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18019 (ebrowse-file-name-face, ebrowse-default-face)
18020 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18021 (ebrowse-progress-face):
18022 New backward-compatibility aliases for renamed faces.
18023 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18024 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18025 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18026 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18027
18028 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18029 antlr-syntax)
18030 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18031 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18032 names.
18033 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18034 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18035 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18036 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18037 backward-compatibility aliases for renamed faces.
18038 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18039 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18040 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18041 remove "font-lock-". Use renamed antlr-mode faces.
18042 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18043 literal face-names with face variable references.
18044
18045 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18046 face name.
18047 (Buffer-menu-buffer-face): New backward-compatibility alias for
18048 renamed face.
18049 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18050
18051 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18052
18053 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18054 Eliminate "-face" suffix.
18055 (makefile-targets): Inherit from font-lock-function-name-face and
18056 eliminate "-face" suffix.
18057 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18058 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18059 actions, instead of prepending, to make it less visible.
18060 (makefile-previous-dependency, makefile-match-dependency):
18061 Don't match a target on a continuation line.
18062
18063 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18064
18065 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18066
18067 * progmodes/gdb-ui.el (menu): Re-order menu items.
18068 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18069
18070 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18071 Define in tooltip.el.
18072 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18073 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18074 gud-tooltip-echo-area.
18075
18076 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18077 backward compatibility and make obsolete.
18078 (tooltip-help-tips): Use tooltip-use-echo-area.
18079 (tooltip-show-help-function): Rename to...
18080 (tooltip-show-help): ...this, because it is a function.
18081 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18082
18083 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18084
18085 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18086 (edebug-print-length, edebug-print-level, edebug-print-circle)
18087 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18088 (edebug-eval-print-last-sexp): Doc fixes.
18089
18090 2005-06-14 Kim F. Storm <storm@cua.dk>
18091
18092 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18093 as the coverage buffer/file/both may change.
18094
18095 2005-06-14 Lute Kamstra <lute@gnu.org>
18096
18097 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18098 and run-mode-hooks. Simplify.
18099
18100 * mail/rmailedit.el (rmail-edit-mode):
18101 * progmodes/octave-inf.el (inferior-octave-mode):
18102 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18103
18104 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18105 and run-mode-hooks.
18106 (recentf-edit-list, recentf-open-files): Don't call
18107 kill-all-local-variables directly.
18108
18109 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18110
18111 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18112
18113 * emacs-lisp/byte-run.el (make-obsolete)
18114 (define-obsolete-function-alias): Rename arguments FUNCTION and
18115 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18116 (make-obsolete-variable, define-obsolete-variable-alias):
18117 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18118 respectively.
18119
18120 * isearchb.el (isearchb-activate):
18121 * pcvs.el (cvs-mode):
18122 * ses.el (ses-load):
18123 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18124 * net/tramp.el (tramp-find-file-exists-command)
18125 (tramp-find-shell):
18126 * progmodes/ada-mode.el (ada-create-case-exception)
18127 (ada-create-case-exception-substring, ada-make-subprogram-body):
18128 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18129 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18130 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18131 * textmodes/org.el (org-promote, org-evaluate-time-range)
18132 (org-agenda-next-date-line, org-agenda-previous-date-line)
18133 (org-agenda-error, org-open-at-point, org-table-move-row)
18134 (org-format-table-table-html-using-table-generate-source)
18135 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18136 * textmodes/reftex.el (reftex-access-scan-info):
18137 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18138 (reftex-toc-promote-prepare): Follow error conventions.
18139
18140 * diff-mode.el (diff-mode): Fix typo in docstring.
18141
18142 * forms.el (forms--intuit-from-file): Fix reference to
18143 `forms-number-of-fields' in error message.
18144 (forms-print): Fix quoting in error message.
18145
18146 * forms.el (forms-mode):
18147 * emulation/vi.el (vi-goto-insert-state):
18148 * progmodes/flymake.el (flymake-new-err-info)
18149 (flymake-start-syntax-check-for-current-buffer)
18150 (flymake-simple-cleanup):
18151 * eshell/esh-var.el (eshell/export):
18152 * progmodes/gud.el (xdb):
18153 * textmodes/flyspell.el (flyspell-incorrect-hook)
18154 (flyspell-maybe-correct-transposition)
18155 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18156
18157 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18158
18159 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18160 minibuffer prompt.
18161
18162 2005-06-13 Kim F. Storm <storm@cua.dk>
18163
18164 * subr.el (add-to-ordered-list): New defun.
18165
18166 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18167 add cua--keymap-alist to emulation-mode-map-alists.
18168
18169 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18170
18171 * subr.el (complete-in-turn): New macro.
18172 (dynamic-completion-table, lazy-completion-table): Add debug info.
18173
18174 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18175 in preference to face aliases.
18176
18177 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18178 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18179 Remove unused vars `start' and `firstline'.
18180 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18181 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18182
18183 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18184
18185 * cus-start.el (all): Don't complain about missing GTK-related
18186 variables, unless either `gtk' is boundp or this isn't a
18187 `windows-nt' build.
18188
18189 2005-06-13 Lute Kamstra <lute@gnu.org>
18190
18191 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18192 run-mode-hooks.
18193
18194 * ediff-mult.el (ediff-meta-mode):
18195 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18196
18197 * ledit.el (ledit-mode): Use delay-mode-hooks.
18198
18199 * woman.el (woman-mode-line-format): Delete constant.
18200 (woman-mode-map): Initialize it properly.
18201 (woman-mode): Set mode-class property to special.
18202 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18203 Set major-mode and mode-name. Don't set mode-line-format directly.
18204 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18205
18206 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18207 string argument obsolete.
18208
18209 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18210
18211 * textmodes/org.el (org-CUA-compatible): New option.
18212 (org-disputed-keys): New variable.
18213 (org-key): New function.
18214 (orgtbl-make-binding): Add docstring to the created function.
18215 (org-mode): Set paragraph start/separate regexps.
18216 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18217 (org-archive-location, org-archive-mark-done)
18218 (org-archive-stamp-time): New options.
18219 (org-archive-subtree): New command.
18220 (org-fill-paragraph): New function.
18221 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18222 (org-fake-empty-table-line): Function removed.
18223 (org-format-org-table-html): Do not create empty table lines at
18224 separator lines. Improved table header treatment.
18225 (org-link-format): New option.
18226 (org-make-link): New function.
18227 (org-insert-link, org-store-link): Use org-make-link.
18228 (org-open-file): Quote file name for shell command, to allow
18229 spaces in file names.
18230 (org-link-regexp): Fix bug with mailto link.
18231 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18232 New constants.
18233 (org-export-as-html): Deal with the optional angles around a link.
18234 Better treatment of file: links.
18235 (org-open-at-point): Replace @{ and @} with < and >.
18236 (org-run-mode-hooks): Function removed.
18237 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18238
18239 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18240
18241 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18242 MI command -data-list-register-values.
18243 (gdb-post-prompt): Indent properly.
18244
18245 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18246
18247 * hilit-chg.el (highlight-changes-colors): Rename from
18248 `highlight-changes-colours'.
18249 (highlight-changes-colours): Keep as obsolete alias.
18250 (highlight-changes-face-list): Doc fix.
18251 (hilit-chg-make-list): Use `highlight-changes-colors'.
18252
18253 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18254
18255 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18256 defun-prompt-regexp.
18257
18258 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18259
18260 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18261 and cygwin.
18262
18263 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18264 Don't use an old loaddefs.el, as in Makefile.in.
18265
18266 2005-06-12 Lute Kamstra <lute@gnu.org>
18267
18268 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18269
18270 * man.el (Man-mode-map): Initialize it properly.
18271 (Man-mode): Set mode-class property to special.
18272
18273 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18274
18275 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18276
18277 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18278 A newline is needed in the docstring there.
18279
18280 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18281 Doc fixes.
18282
18283 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18284
18285 * printing.el: Doc fix. The menubar is no more changed when printing
18286 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18287 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18288 (pr-version): New version number (6.8.4).
18289 (pr-menu-bind): New command.
18290 (pr-update-menus): Docstring and code fix.
18291 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18292 Docstring fix.
18293 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18294 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18295
18296 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18297
18298 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18299 "Returns" to "return", document useful return values, etc.
18300
18301 2005-06-11 Alan Mackenzie <acm@muc.de>
18302
18303 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18304 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18305 (adaptive-file-function): Minor amendment to doc-string.
18306
18307 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18308
18309 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18310 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18311 Fix :type--it is `integer', not `string'.
18312
18313 * faces.el (modeline-highlight): Rename from (the erroneous)
18314 `modeline-higilight'.
18315
18316 2005-06-11 Lute Kamstra <lute@gnu.org>
18317
18318 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18319 lisp-interaction-mode-map but make it the parent.
18320 (edebug-eval-mode): Use define-derived-mode.
18321
18322 2005-06-11 Andreas Schwab <schwab@suse.de>
18323
18324 * bindings.el: Add binding of `ESC functionkey' for every
18325 `M-functionkey'.
18326 * hexl.el (hexl-mode-map): Likewise.
18327
18328 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18329
18330 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18331 [msft]: update regexp for newer msft compilers.
18332
18333 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18334
18335 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18336 ATTLIST portions of included DTDs.
18337 (xml-parse-dtd): Eliminate use of inefficient match-data.
18338
18339 2005-06-10 Miles Bader <miles@gnu.org>
18340
18341 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18342 (mpuz-text): Remove "-face" suffix from face names.
18343 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18344 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18345 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18346
18347 * play/gomoku.el (gomoku-O, gomoku-X):
18348 Remove "-face" suffix from face names.
18349 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18350 New backward-compatibility aliases for renamed faces.
18351 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18352
18353 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18354
18355 * thumbs.el: Fixes for changes of 2005-06-09.
18356 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18357 as a directory.
18358 (thumbs-thumbname): Remove directory separator from format string;
18359 `thumbs-thumbsdir' now returns a valid directory name.
18360 (thumbs-temp-dir): New defsubst.
18361 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18362 Use it.
18363
18364 * cus-edit.el (minibuffer):
18365 * files.el (make-backup-file-name-function):
18366 * filesets.el (filesets-external-viewers):
18367 * hilit-chg.el (highlight-changes-colours)
18368 (highlight-changes-face-list, highlight-changes-rotate-faces):
18369 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18370 * kmacro.el (kmacro-call-macro):
18371 * log-edit.el (log-edit-changelog-full-paragraphs):
18372 * mouse.el (mouse-1-click-follows-link):
18373 * skeleton.el (skeleton-autowrap):
18374 * subr.el (insert-for-yank-1):
18375 * tempo.el (tempo-insert-region):
18376 * terminal.el (terminal-emulator):
18377 * time.el (display-time-mail-face):
18378 * vc.el (vc-annotate):
18379 * vcursor.el (vcursor-copy-line):
18380 * woman.el (woman-bold-headings, woman-ignore)
18381 (woman-default-faces, woman-monochrome-faces):
18382 * calendar/todo-mode.el (todo-insert-threshold):
18383 * emulation/pc-select.el (pc-select-selection-keys-only)
18384 (pc-selection-mode):
18385 * emulation/vip.el (vip-find-char-forward):
18386 * emulation/viper-cmd.el (viper-find-char-forward):
18387 * international/mule-cmds.el
18388 (select-safe-coding-system-accept-default-p)
18389 (input-method-exit-on-invalid-key):
18390 * international/mule-diag.el (describe-coding-system):
18391 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18392 * net/browse-url.el (browse-url-xterm-program):
18393 * obsolete/lazy-lock.el (lazy-lock-mode):
18394 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18395 (cperl-mode):
18396 * progmodes/cpp.el (cpp-face-light-name-list)
18397 (cpp-face-dark-name-list):
18398 * progmodes/delphi.el (delphi-newline-always-indents):
18399 Fix spellings in docstrings.
18400
18401 * ido.el (ido-mode, ido-file-extensions-order)
18402 (ido-default-file-method, ido-default-buffer-method)
18403 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18404 (ido-decorations, ido-read-file-name-as-directory-commands)
18405 (ido-read-file-name-non-ido, ido-work-directory-list)
18406 (ido-ignore-item-temp-list, ido-current-directory)
18407 (ido-magic-forward-char, ido-enter-find-file)
18408 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18409 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18410
18411 2005-06-10 Lute Kamstra <lute@gnu.org>
18412
18413 * play/dunnet.el (dun-mode): Use define-derived-mode.
18414 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18415 obsolete alias.
18416
18417 * play/doctor.el (doctor-mode-map): Remove defvar.
18418 (doctor-mode): Use define-derived-mode.
18419
18420 * mail/mspools.el (mspools-mode):
18421 * net/eudc-hotlist.el (eudc-hotlist-mode):
18422 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18423
18424 2005-06-10 Miles Bader <miles@gnu.org>
18425
18426 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18427 Remove "-face" suffix from face names.
18428 (flyspell-incorrect-face, flyspell-duplicate-face):
18429 New backward-compatibility aliases for renamed faces.
18430 (flyspell-mode-on, make-flyspell-overlay)
18431 (flyspell-highlight-incorrect-region)
18432 (flyspell-highlight-duplicate-region)
18433 (flyspell-display-next-corrections)
18434 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18435
18436 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18437 from face name.
18438 (texinfo-heading-face): New backward-compatibility alias for
18439 renamed face.
18440 (texinfo-heading-face): Use renamed texinfo-heading face.
18441
18442 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18443 suffix from face names.
18444 (tex-math-face, tex-verbatim-face):
18445 New backward-compatibility aliases for renamed faces.
18446 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18447 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18448 literal face name.
18449
18450 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18451 name.
18452 (table-cell-face): New backward-compatibility alias for renamed face.
18453 (table--put-cell-face-property, table--update-cell-face):
18454 Use renamed table-cell face.
18455
18456 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18457 from face name.
18458 (sgml-namespace-face): New backward-compatibility alias for
18459 renamed face.
18460 (sgml-namespace-face): Use renamed sgml-namespace face.
18461
18462 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18463 (org-level-4, org-level-5, org-level-6, org-level-7)
18464 (org-level-8, org-warning, org-headline-done)
18465 (org-deadline-announce, org-scheduled-today)
18466 (org-scheduled-previously, org-link, org-done, org-table)
18467 (org-time-grid): Remove "-face" suffix from face names.
18468 (org-level-1-face, org-level-2-face, org-level-3-face)
18469 (org-level-4-face, org-level-5-face, org-level-6-face)
18470 (org-level-7-face, org-level-8-face, org-warning-face)
18471 (org-headline-done-face, org-deadline-announce-face)
18472 (org-scheduled-today-face, org-scheduled-previously-face)
18473 (org-link-face, org-done-face, org-table-face)
18474 (org-time-grid-face):
18475 New backward-compatibility aliases for renamed faces.
18476 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18477 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18478 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18479 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18480
18481 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18482 (viper-minibuffer-emacs, viper-minibuffer-insert)
18483 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18484 (viper-search-face, viper-replace-overlay-face)
18485 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18486 (viper-minibuffer-vi-face):
18487 New backward-compatibility aliases for renamed faces.
18488 (viper-search-face, viper-replace-overlay-face)
18489 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18490 (viper-minibuffer-vi-face): Use renamed viper faces.
18491
18492 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18493 Remove "-face" suffix from face names.
18494 (testcover-nohits-face, testcover-1value-face):
18495 New backward-compatibility aliases for renamed faces.
18496 (testcover-mark): Use renamed testcover faces.
18497
18498 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18499 face name.
18500 (diary-button-face): New backward-compatibility alias for renamed face.
18501 (diary-entry): Use renamed diary-button face.
18502
18503 * calendar/calendar.el (diary, calendar-today, holiday)
18504 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18505 (diary-face, calendar-today-face, holiday-face):
18506 New backward-compatibility aliases for renamed faces.
18507 (eval-after-load "facemenu", diary-entry-marker)
18508 (calendar-today-marker, calendar-holiday-marker, diary-face):
18509 Use renamed calendar faces.
18510
18511 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18512 (compare-windows-face): New backward-compatibility alias for
18513 renamed face.
18514 (compare-windows-highlight): Use renamed compare-windows face.
18515
18516 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18517 (strokes-char-face): New backward-compatibility alias for renamed face.
18518 (strokes-encode-buffer): Use renamed strokes-char face.
18519
18520 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18521 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18522 Remove "-face" suffix from face names.
18523 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18524 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18525 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18526 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18527 Use renamed pcvs faces.
18528 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18529 * pcvs-defs.el (cvs-mode-map): Likewise.
18530 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18531
18532 * info.el (info-title-1, info-title-2, info-title-3)
18533 (info-title-4): Remove "-face" suffix from and downcase face names.
18534 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18535 (Info-title-4-face):
18536 New backward-compatibility aliases for renamed faces.
18537 (Info-fontify-node): Use renamed info faces.
18538
18539 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18540 Remove "-face" suffix from face names.
18541 (highlight-changes-face, highlight-changes-delete-face):
18542 New backward-compatibility aliases for renamed faces.
18543 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18544 (hilit-chg-make-list): Use renamed highlight-changes faces.
18545
18546 * generic-x.el (show-tabs-tab, show-tabs-space):
18547 Remove "-face" suffix from face names.
18548 (show-tabs-tab-face, show-tabs-space-face):
18549 New backward-compatibility aliases for renamed faces.
18550 (show-tabs-generic-mode-font-lock-defaults-1)
18551 (show-tabs-generic-mode-font-lock-defaults-2):
18552 Use renamed show-tabs faces.
18553
18554 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18555 (smerge-markers): Remove "-face" suffix from face names.
18556 (smerge-mine-face, smerge-other-face, smerge-base-face)
18557 (smerge-markers-face):
18558 New backward-compatibility aliases for renamed faces.
18559 (smerge-mine-face, smerge-other-face, smerge-base-face)
18560 (smerge-markers-face): Use renamed smerge faces.
18561
18562 * log-view.el (log-view-file, log-view-message): Remove "-face"
18563 suffix from face names.
18564 (log-view-file-face, log-view-message-face):
18565 New backward-compatibility aliases for renamed faces.
18566 (log-view-file-face, log-view-message-face): Use renamed log-view
18567 faces.
18568
18569 * paren.el (show-paren-match, show-paren-mismatch):
18570 Remove "-face" suffix from face names.
18571 (show-paren-match-face, show-paren-mismatch-face):
18572 New backward-compatibility aliases for renamed faces.
18573 (show-paren-function): Use renamed show-paren faces.
18574
18575 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18576 (ruler-mode-margins, ruler-mode-fringes)
18577 (ruler-mode-column-number, ruler-mode-fill-column)
18578 (ruler-mode-comment-column, ruler-mode-goal-column)
18579 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18580 suffix from face names.
18581 (ruler-mode-default-face, ruler-mode-pad-face)
18582 (ruler-mode-margins-face, ruler-mode-fringes-face)
18583 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18584 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18585 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18586 New backward-compatibility aliases for renamed faces.
18587 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18588 (ruler-mode-column-number, ruler-mode-fill-column)
18589 (ruler-mode-comment-column, ruler-mode-goal-column)
18590 (ruler-mode-tab-stop, ruler-mode-current-column)
18591 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18592 faces.
18593
18594 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18595 face name.
18596 (whitespace-highlight-the-space): Use renamed face.
18597 (whitespace-highlight-face): New backward-compatibility alias for
18598 renamed face.
18599
18600 * woman.el (woman-italic, woman-bold, woman-unknown)
18601 (woman-addition, woman-symbol-face):
18602 Remove "-face" suffix from face names.
18603 (woman-italic-face, woman-bold-face, woman-unknown-face)
18604 (woman-addition-face):
18605 New backward-compatibility aliases for renamed faces.
18606 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18607 (woman-decode-region, woman-replace-match)
18608 (woman-display-extended-fonts, woman-special-characters)
18609 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18610 Use renamed woman faces.
18611
18612 * longlines.el (longlines-visible-face): Face removed.
18613
18614 * diff-mode.el (diff-header, diff-file-header, diff-index)
18615 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18616 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18617 suffix from face names.
18618 (diff-header-face, diff-file-header-face, diff-index-face)
18619 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18620 (diff-changed-face, diff-function-face, diff-context-face)
18621 (diff-nonexistent-face): New backward-compatibility aliases for
18622 renamed faces.
18623 (diff-header-face, diff-file-header-face)
18624 (diff-index, diff-index-face, diff-hunk-header)
18625 (diff-hunk-header-face, diff-removed, diff-removed-face)
18626 (diff-added, diff-added-face, diff-changed-face, diff-function)
18627 (diff-function-face, diff-context-face, diff-nonexistent)
18628 (diff-nonexistent-face): Use renamed diff-mode faces.
18629
18630 * progmodes/compile.el (compilation-warning-face)
18631 (compilation-info-face): Remove "-face" suffix from face names.
18632 (compilation-warning-face, compilation-info-face):
18633 New backward-compatibility aliases for renamed faces.
18634 (compilation-warning-face, compilation-info-face):
18635 Use renamed compilation faces.
18636
18637 * add-log.el (change-log-date, change-log-name)
18638 (change-log-email, change-log-file, change-log-list)
18639 (change-log-conditionals, change-log-function)
18640 (change-log-acknowledgement): Remove "-face" suffix from face names.
18641 (change-log-date-face, change-log-name-face)
18642 (change-log-email-face, change-log-file-face)
18643 (change-log-list-face, change-log-conditionals-face)
18644 (change-log-function-face, change-log-acknowledgement-face):
18645 New backward-compatibility aliases for renamed faces.
18646 (change-log-font-lock-keywords): Use renamed change-log faces.
18647
18648 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18649 (custom-set, custom-changed, custom-saved, custom-button)
18650 (custom-button-pressed, custom-documentation, custom-state)
18651 (custom-comment, custom-comment-tag, custom-variable-tag)
18652 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18653 (custom-group-tag): Remove "-face" suffix from face names.
18654 (custom-magic-alist, custom-magic-value-create)
18655 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18656 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18657 (custom-set-face, custom-changed-face, custom-saved-face)
18658 (custom-button-face, custom-button-pressed-face)
18659 (custom-documentation-face, custom-state-face)
18660 (custom-comment-face, custom-comment-tag-face)
18661 (custom-variable-tag-face, custom-variable-button-face)
18662 (custom-face-tag-face, custom-group-tag-face-1)
18663 (custom-group-tag-face):
18664 New backward-compatibility aliases for renamed faces.
18665
18666 * wid-edit.el (widget-documentation, widget-button)
18667 (widget-field, widget-single-line-field, widget-inactive)
18668 (widget-button-pressed): "-face" suffix removed from face names.
18669 (widget-documentation-face, widget-button-face)
18670 (widget-field-face, widget-single-line-field-face)
18671 (widget-inactive-face, widget-button-pressed-face):
18672 New backward-compatibility aliases for renamed faces.
18673 (widget-documentation-face, widget-button-face)
18674 (widget-button-pressed-face, widget-specify-field)
18675 (widget-specify-inactive): Use renamed widget faces.
18676
18677 2005-06-10 Kenichi Handa <handa@m17n.org>
18678
18679 * term/x-win.el (x-clipboard-yank): Remove condition-case
18680 wrapping.
18681
18682 2005-06-11 Kenichi Handa <handa@m17n.org>
18683
18684 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18685 date lines stricter.
18686
18687 2005-06-10 Zhang Wei <id.brep@gmail.com>
18688
18689 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18690 of x-get-selection.
18691
18692 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18693
18694 * comint.el (comint-mode, comint-snapshot-last-prompt):
18695 * frame.el (frame-current-scroll-bars):
18696 * term.el (term-mode, term-check-proc, term-input-sender)
18697 (term-simple-send, term-extract-string, term-word)
18698 (term-match-partial-filename):
18699 * window.el (window-current-scroll-bars):
18700 * emulation/cua-base.el (cua-normal-cursor-color)
18701 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18702 (cua-global-mark-cursor-color):
18703 * mail/undigest.el (rmail-forward-separator-regex):
18704 Fix typos in docstrings.
18705
18706 * comint.el (comint-check-proc, make-comint-in-buffer)
18707 (comint-source-default): Doc fixes.
18708
18709 * term.el (term-send-string): Improve argument/docstring consistency.
18710
18711 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18712
18713 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18714 call to `delete-region'.
18715 (comint-mode-hook): Do not enable Font Lock by default.
18716
18717 2005-06-09 Lute Kamstra <lute@gnu.org>
18718
18719 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18720 could be void.
18721
18722 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18723
18724 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18725 (debug): Use it.
18726 (debugger-step-through, debugger-continue, debugger-jump)
18727 (debugger-return-value): Set it when needed.
18728 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18729 Use inhibit-read-only.
18730
18731 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18732
18733 * window.el (shrink-window-if-larger-than-buffer)
18734 (window-size-fixed): Fix typo in docstring.
18735
18736 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18737 thumbnails directory on loading.
18738 (thumbs-conversion-program): Use `eq' to check the system type,
18739 not `equal'.
18740 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18741 not "/tmp". Fix docstring.
18742 (thumbs-thumbsdir): New function to return the thumbnails
18743 directory, creating it if needed.
18744 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18745 (thumbs-temp-file): Delete variable and make it into a function.
18746 (thumbs-resize-image, thumbs-modify-image): Use it.
18747 (thumbs-kill-buffer): Simplify.
18748 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18749 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18750 docstrings.
18751
18752 2005-06-09 Kim F. Storm <storm@cua.dk>
18753
18754 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18755 set-match-data to free markers in match-data.
18756
18757 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18758 match-data to unchain markers in match-data.
18759
18760 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18761
18762 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18763 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18764 unnecessary now.
18765
18766 2005-06-08 Richard M. Stallman <rms@gnu.org>
18767
18768 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18769 give the variable a doc string that doesn't say don't set it directly.
18770
18771 * textmodes/ispell.el (ispell-check-version):
18772 Use match-string-no-properties.
18773 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18774 (ispell-buffer-local-words): Likewise.
18775
18776 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18777 except on terminals with enough colors to really display it.
18778 (makefile-dependency-regex): Delete spurious `bb'.
18779
18780 * faces.el (escape-glyph): Use blue once again in last case.
18781 (no-break-space): Redefine so that it isn't invisible on a tty.
18782
18783 2005-06-08 Kim F. Storm <storm@cua.dk>
18784
18785 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18786 also when reading directory name.
18787
18788 2005-06-08 Lute Kamstra <lute@gnu.org>
18789
18790 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18791 (flyspell-mode-line-string): Remove autoload cookie.
18792 (flyspell-mode): Remove defvar.
18793
18794 2005-06-07 Lute Kamstra <lute@gnu.org>
18795
18796 * textmodes/org.el (org-run-mode-hooks): New function.
18797 (org-agenda-mode): Use it.
18798
18799 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18800
18801 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18802
18803 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18804
18805 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18806
18807 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18808
18809 * font-lock.el (font-lock-add-keywords): Doc fix.
18810
18811 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18812
18813 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18814 (tex-compile-default): In the absence of any history, use the order in
18815 tex-compile-alist to choose the preferred command.
18816 (tex-compile-commands): Reorder a bit.
18817
18818 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18819 (flyspell-incorrect-face, flyspell-duplicate-face):
18820 Use (X)Emacs-agnostic code.
18821 (flyspell-mode-map): Don't overwrite at each load. Remove code
18822 redundant with the subsequent add-minor-mode. Merge Emacs and
18823 XEmacs code.
18824 (flyspell-word): Minor simplification.
18825 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18826 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18827 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18828 Merge the corresponding Emacs code.
18829 (flyspell-correct-word, flyspell-xemacs-popup):
18830 Use flyspell-do-correct.
18831
18832 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18833 a dedicated window.
18834
18835 * international/latexenc.el (latexenc-find-file-coding-system):
18836 Undo part of last patch, to turn off a compiler warning.
18837
18838 2005-06-06 Juri Linkov <juri@jurta.org>
18839
18840 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18841 Rename `tmm-inactive-face' to `tmm-inactive'.
18842
18843 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18844
18845 * iswitchb.el: Rename faces.
18846
18847 2005-06-06 Kim F. Storm <storm@cua.dk>
18848
18849 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18850 (cua-global-mark): Remove -face suffix from face names.
18851
18852 * emulation/cua-gmrk.el (cua--init-global-mark):
18853 Remove cua-global-mark face setup.
18854
18855 2005-06-06 Richard M. Stallman <rms@gnu.org>
18856
18857 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18858 just like other allowed characters.
18859 (makefile-match-dependency): Exclude leading and training whitespace
18860 from the range of regexp subexp 1.
18861 (makefile-macroassign-regex): Don't try to match the body,
18862 just the name of the macro being defined.
18863
18864 * info.el (Info-read-node-name-2): New function.
18865 (Info-read-node-name-1): Use that.
18866 Add a completion-base-size-function property.
18867
18868 * simple.el (completion-setup-function): Look for
18869 completion-base-size-function property of minibuffer-completion-table.
18870
18871 * files.el (locate-file-completion): Doc fix.
18872
18873 * printing.el: Don't call pr-update-menus; user must do that.
18874
18875 * emacs-lisp/debug.el (debugger-window): New variable.
18876 (debug): Use debugger-window if it is set and still alive.
18877 Record debugger-window for next entry.
18878
18879 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18880
18881 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
18882
18883 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18884 (hack-one-local-variable, hack-local-variables)
18885 (hack-local-variables-prop-line): Pass that arg.
18886
18887 2005-06-06 Kim F. Storm <storm@cua.dk>
18888
18889 * ido.el (ido-first-match, ido-only-match, ido-subdir)
18890 (ido-indicator): Remove -face suffix from face names.
18891
18892 2005-06-06 Juri Linkov <juri@jurta.org>
18893
18894 * font-lock.el (font-lock-regexp-backslash)
18895 (font-lock-regexp-backslash-construct): New faces.
18896 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
18897 after `('. Add `while-no-input' to control structures.
18898
18899 * faces.el (no-break-space, shadow): New faces.
18900 (escape-glyph): Use less loud colors pink2 and red4.
18901
18902 * diff-mode.el (diff-context-face)
18903 * dired.el (dired-ignored)
18904 * rfn-eshadow.el (file-name-shadow)
18905 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18906
18907 * info.el (Info-title-1-face): Use green instead of yellow because
18908 bold yellow is not readable on light backgrounds.
18909
18910 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18911 before selecting the desired mode to not spend time fontifying
18912 old contents.
18913
18914 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
18915
18916 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18917 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18918
18919 * ps-print.el (ps-default-fg, ps-default-bg):
18920 Fix typos in docstrings.
18921
18922 * isearchb.el (isearchb): Don't pass a spurious second argument to
18923 `iswitchb-completions'.
18924
18925 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
18926
18927 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18928 to preserve point.
18929 (gdb-find-file-hook): Add doc string.
18930
18931 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18932 C dereferenced pointer expression.
18933 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
18934
18935 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18936
18937 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18938 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18939 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18940 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18941 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18942 Make background transparent.
18943
18944 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18945
18946 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
18947 (font-lock-remove-keywords): Doc fix.
18948 (font-lock-mode-major-mode): Compiler defvar.
18949 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18950
18951 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18952 (font-lock-mode): Update `font-lock-mode-major-mode'.
18953 (font-lock-set-defaults): Compiler defvar.
18954 (font-lock-default-function): Take `font-lock-mode-major-mode'
18955 into account.
18956
18957 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18958 keep track of which major mode it enabled the minor mode for.
18959 Use find-file-hook again. Update docstring.
18960
18961 * simple.el (eval-expression-print-level)
18962 (eval-expression-print-length, eval-expression-debug-on-error):
18963 Doc fixes.
18964
18965 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
18966
18967 * iswitchb.el (iswitchb-single-match-face)
18968 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18969 (iswitchb-invalid-regexp-face): New faces.
18970 (iswitchb-completions): Use them.
18971 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18972 now marked as an obsolete alias.
18973 (iswitchb-read-buffer): Remove check for bound font variables.
18974 (iswitchb-invalid-regexp): New free variable.
18975 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18976 set iswitchb-invalid-regexp.
18977 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18978 invalid regexps.
18979 (iswitchb-completions): Add check for complete match when entering
18980 a regexp.
18981 (iswitchb-completions): Remove require-match argument.
18982 (iswitchb-exhibit): Fix caller.
18983 (iswitchb-common-match-inserted): New variable.
18984 (iswitchb-complete, iswitchb-completion-help): Use it.
18985
18986 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
18987
18988 * url-http.el (url-http-chunked-encoding-after-change-function):
18989 Use `url-http-debug' instead of `message'.
18990
18991 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
18992
18993 * url-http.el (url-http-parse-headers): Pass redirected URL as a
18994 callback argument.
18995
18996 2005-06-04 Kim F. Storm <storm@cua.dk>
18997
18998 * simple.el (line-move): Only call sit-for when moving backwards.
18999
19000 * ido.el (ido-make-merged-file-list-1): New defun split from
19001 ido-make-merged-file-list.
19002 (ido-make-merged-file-list): Bind throw-on-input around call to
19003 ido-make-merged-file-list-1. Return input-pending-p if
19004 interrupted by more input available.
19005 (ido-read-internal): Handle input-pending-p return value from
19006 ido-make-merged-file-list.
19007
19008 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19009
19010 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19011 compatibility code.
19012
19013 * international/latexenc.el (latexenc-find-file-coding-system):
19014 Don't inherit the EOL part of the coding-system from the
19015 tex-main buffer. Fit within 80 columns.
19016
19017 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19018
19019 * tmm.el (tmm-inactive-face): New face.
19020 (tmm-remove-inactive-mouse-face): New function.
19021 (tmm-prompt, tmm-add-one-shortcut)
19022 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19023 but not selectable.
19024
19025 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19026
19027 * faces.el (face-equal): Improve argument/docstring consistency.
19028
19029 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19030
19031 * progmodes/make-mode.el (makefile-targets-face)
19032 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19033 (makefile-bsdmake-dependency-regex)
19034 (makefile-makepp-rule-action-regex)
19035 (makefile-bsdmake-rule-action-regex): New constants.
19036 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19037
19038 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19039 Allow (...) within `...' for makepp messages.
19040
19041 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19042
19043 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19044
19045 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19046 "." files are deleted from all file lists before comparison.
19047
19048 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19049 (viper-ESC-key): Made them customizable.
19050
19051 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19052
19053 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19054
19055 * autorevert.el (auto-revert-buffers): Use save-match-data.
19056
19057 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19058
19059 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19060 menu items with a nil command binding.
19061
19062 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19063
19064 * emacs-lisp/cl-macs.el (defsetf):
19065 Improve argument/docstring consistency.
19066
19067 * faces.el (list-faces-display): Improve the formatting by
19068 computing the maximum length required for any face-name (reworked
19069 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19070 (internal-find-face): Remove redundant info in docstring.
19071
19072 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19073
19074 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19075 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19076 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19077 (gdb-assembler-custom): Improve regexps.
19078 (def-gdb-auto-update-handler): Use window point to preserve point.
19079
19080 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19081
19082 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19083
19084 2005-05-31 Jay Belanger <belanger@truman.edu>
19085
19086 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19087 to calc-embedded.
19088 (calc-embedded-make-info): Have plain prefix argument select
19089 entire line.
19090
19091 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19092
19093 * faces.el (list-faces-display): Signal error if passed a regexp
19094 that matches no face name.
19095
19096 * simple.el (filter-buffer-substring): Fix typo in docstring.
19097
19098 2005-05-31 Richard M. Stallman <rms@gnu.org>
19099
19100 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19101 (vhdl-emacs-21): Doc fix.
19102 (vhdl-mode): Unconditionally set comment-padding.
19103 (vhdl-fixup-whitespace-region): Insert spaces only where
19104 there are none.
19105 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19106
19107 2005-05-30 John Wiegley <johnw@newartisans.com>
19108
19109 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19110 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19111 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19112 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19113 `string-to-number'.
19114
19115 2005-05-30 Jay Belanger <belanger@truman.edu>
19116
19117 * calc/calc.el (calc-bug-address): Fix docstring.
19118 (calc-window-hook, calc-trail-window-hook): New variables.
19119 (calc-trail-display): Restore use of calc-trail-window-hook.
19120 (calc): Restore use of calc-window-hook.
19121
19122 2005-05-31 Masatake YAMATO <jet@gyve.org>
19123
19124 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19125
19126 * help-fns.el (help-C-file-name): Add autoload mark for
19127 `find-function-noselect'.
19128
19129 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19130
19131 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19132 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19133
19134 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19135
19136 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19137 included diary buffer if it was not already being visited.
19138 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19139
19140 * calendar/icalendar.el (top-level): Do not require appt.
19141
19142 * mail/supercite.el (sc-select-attribution): Only use a list
19143 element from sc-attrib-selection-list if it returns a string.
19144 Reported by Davide G. M. Salvetti <salve@debian.org>.
19145
19146 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19147
19148 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19149 includes a hash value to improve its uniqueness, and has a ".jpg"
19150 extension. Also, it is now a valid filename on all systems.
19151 (thumbs-make-thumb): Use `let', not `let*'.
19152 (thumbs-show-thumbs-list): Check for JPEG availability.
19153
19154 2005-05-30 Richard M. Stallman <rms@gnu.org>
19155
19156 * filesets.el (filesets-menu-ensure-use-cached):
19157 Prevent warning when emacs-version>= is undefined.
19158
19159 * printing.el (pr-interactive-n-up): Use string-to-number.
19160
19161 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19162
19163 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19164 Warn only when name to be defined is quoted.
19165
19166 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19167
19168 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19169 Make regexp more robust.
19170 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19171 Force regeneration of disassembly.
19172
19173 2005-05-29 Jay Belanger <belanger@truman.edu>
19174
19175 * calc/calc.el (calc-user-invocation): Check if
19176 calc-invocation-macro is non-nil.
19177
19178 2005-05-29 Juri Linkov <juri@jurta.org>
19179
19180 * add-log.el (change-log-font-lock-keywords):
19181 Add `+' to e-mail regexp to accept mail address with keywords.
19182
19183 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19184
19185 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19186
19187 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19188
19189 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19190
19191 2005-05-29 Richard M. Stallman <rms@gnu.org>
19192
19193 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19194 Undo the change that moves to end of the current word.
19195
19196 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19197
19198 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19199 Throw error when count <= 0 to ensure input is a number.
19200 (gdb-read-memory-custom): Pick up address from buffer.
19201 (gdb-memory-mode): Allow user to increment and decrement
19202 memory address from header line.
19203
19204 2005-05-29 Richard M. Stallman <rms@gnu.org>
19205
19206 * flyspell.el (flyspell-version): Function deleted.
19207 (flyspell-auto-correct-previous-hook): Doc fix.
19208
19209 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19210 Do nothing if memory is full.
19211
19212 * font-lock.el (font-lock-fontify-syntactically-region):
19213 Pass t for GREEDY to looking-back.
19214
19215 * saveplace.el (save-place-alist-to-file): Write the file
19216 using write-region.
19217
19218 * subr.el (looking-back): New argument GREEDY.
19219
19220 * progmodes/compile.el (compilation-start): Set the mode
19221 before inserting the initial text.
19222
19223 * progmodes/which-func.el (which-func-update-1): Turn the mode
19224 off in case of error by setting which-func-mode.
19225
19226 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19227
19228 * flyspell.el (flyspell-auto-correct-previous-word):
19229 Narrow down to what's on the screen, and recenter overlays
19230 at the end of the next word.
19231
19232 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19233
19234 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19235 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19236 (flyspell-abbrev-p): Default to nil.
19237 (flyspell-use-global-abbrev-table-p): Doc fix.
19238 (flyspell-large-region): Allow nil as value.
19239 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19240
19241 (mail-mode-flyspell-verify): More robust handling
19242 of `mail-header-separator'. More efficient signature detection.
19243 Allow for regexp metacharacters in message-header-separator.
19244 Adding `To' not to be checked in mail-mode-flyspell-verify.
19245
19246 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19247 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19248 Bind flyspell-auto-correct-binding.
19249 Bind C-. and C-, .
19250 (flyspell-mode-map): Likewise.
19251 (flyspell-mode): Doc fix.
19252 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19253 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19254 (flyspell-word-cache-result): New var, always local.
19255 (flyspell-check-pre-word-p): Doc fix.
19256 (flyspell-check-changed-word-p): Handle spc like newline.
19257 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19258 (flyspell-word-search-backward, flyspell-word-search-forward):
19259 New functions.
19260 (flyspell-word): Return t if nothing to check.
19261 When parsing TeX code, check for after } or \.
19262 Use flyspell-word-search-backward to find previous word.
19263 Return nil if duplicated word.
19264 For word already checked, return same value as last time.
19265 Set flyspell-word-cache-result after checking.
19266 Don't clobber the return value.
19267 (flyspell-get-word): Major rewrite.
19268 (flyspell-external-point-words): New locals pword, pcount.
19269 Fix size used in progress message.
19270 Find the proper corresponding word in flyspell-large-region-buffer.
19271 (flyspell-region): Check for flyspell-large-region = nil.
19272 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19273 (flyspell-auto-correct-word): Check that WORD is a cons.
19274 (flyspell-correct-word): Likewise.
19275
19276 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19277
19278 * progmodes/make-mode.el (makefile-rule-action-regex)
19279 (makefile-macroassign-regex, makefile-makepp-mode)
19280 (makefile-bsdmake-mode): Continuation lines may be empty.
19281 Reported by Joshua Varner.
19282 (makefile-makepp-font-lock-keywords): Add $(stem).
19283
19284 2005-05-28 Karl Berry <karl@gnu.org>
19285
19286 * textmodes/tex-mode.el: Now that tex-send-command calls
19287 shell-quote-argument (2005-03-31 change), remove all calls to
19288 shell-quote-argument; they all end up invoking tex-send-command.
19289 The double quoting loses on filenames with non-safe characters,
19290 such as "@". Reported by Frederik Fouvry.
19291
19292 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19293
19294 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19295 about preserving point.
19296
19297 2005-05-27 Jay Belanger <belanger@truman.edu>
19298
19299 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19300 Info-goto-node.
19301
19302 * calc/calc-embed.el (calc-embed-arg): New variable.
19303 (calc-do-embedded-activate, calc-embedded-activate-formula)
19304 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19305 variable by new variable.
19306 (calc-embedded-make-info): Replace undeclared variable by new
19307 variable. When selecting region with positive prefix
19308 argument, use end of previous line instead of beginning of line.
19309
19310 * calc/calc-aent.el (calc-arg-values): Declare it.
19311
19312 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19313 Declare them.
19314
19315 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19316
19317 * calc/calc.el (calc-alg-map): Declare it.
19318
19319 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19320
19321 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19322
19323 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19324 (gdb-registers-buffer, toggle-gdb-all-registers):
19325 Toggle display of floating point registers.
19326 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19327
19328 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19329 (toggle-gud-tooltip-dereference):
19330 Rename from gud-toggle-tooltip-dereference.
19331
19332 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19333
19334 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19335
19336 2005-05-27 Jay Belanger <belanger@truman.edu>
19337
19338 * calc/calc-prog.el (calc-kbd-report): Remove.
19339 (calc-kbd-query): Rewrite.
19340
19341 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19342
19343 * image.el (image-library-alist): Move to image.c.
19344 (image-type-available-p): Doc fix.
19345
19346 2005-05-27 Lute Kamstra <lute@gnu.org>
19347
19348 * calc/calc.el (calc):
19349 * outline.el (outline-1, outline-2, outline-3, outline-4)
19350 (outline-5, outline-6, outline-7, outline-8):
19351 * textmodes/dns-mode.el (dns-mode):
19352 * textmodes/sgml-mode.el (sgml-namespace-face):
19353 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19354 (tex-verbatim-face, tex-use-reftex):
19355 * textmodes/texinfo.el (texinfo-heading-face):
19356 Specify customization group.
19357
19358 * longlines.el: Don't require easy-mmode.
19359 (longlines-visible-face): Specify customization group.
19360
19361 2005-05-27 Kenichi Handa <handa@m17n.org>
19362
19363 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19364 encoding table of windows-1251.
19365
19366 * international/ucs-tables.el (ucs-set-table-for-input):
19367 If translation-table-for-input of a coding system is a symbol, get
19368 its translation-table property.
19369
19370 * international/code-pages.el: Don't register a coding system into
19371 non-iso-charset-alist more than once.
19372 (cp-make-coding-system): Likewise.
19373
19374 2005-05-26 John Wiegley <johnw@newartisans.com>
19375
19376 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19377 `eshell-resume-eval' is wrapped in a list, it indicates that the
19378 command was run asynchronously. In that case, unwrap the value
19379 before checking the delimiter value.
19380
19381 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19382 character before a space at the end of a line is \, assume the space
19383 is part of the last argument rather than a final argument separator.
19384
19385 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19386 is in use, and the target is `t' or `nil' (which are the most common
19387 values), don't assume that the symbol target is a buffer.
19388
19389 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19390
19391 * calendar/calendar.el (calendar-mode-line-format):
19392 Use mode-line-highlight as mouse-face.
19393
19394 * time.el (display-time-string-forms, display-time-update):
19395 Use mode-line-highlight as mouse-face.
19396
19397 2005-05-26 Jay Belanger <belanger@truman.edu>
19398
19399 * calc/calc.el (calc-language-alist): Remove extra defvar.
19400
19401 2005-05-26 Lute Kamstra <lute@gnu.org>
19402
19403 * arc-mode.el (archive-mode):
19404 * bookmark.el (bookmark-read-annotation-mode)
19405 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19406 * bs.el (bs-mode):
19407 * calc/calc-yank.el (calc-edit-mode):
19408 * calc/calc.el (calc-mode, calc-trail-mode):
19409 * calculator.el (calculator-mode):
19410 * chistory.el (command-history-mode):
19411 * comint.el:
19412 * cus-edit.el (custom-mode):
19413 * descr-text.el (describe-text-mode):
19414 * ebuff-menu.el (Electric-buffer-menu-mode):
19415 * ediff-util.el (ediff-mode):
19416 * emacs-lisp/re-builder.el (reb-mode):
19417 * emulation/vi.el (vi-mode-setup):
19418 * emulation/ws-mode.el (wordstar-mode):
19419 * eshell/esh-mode.el (eshell-mode):
19420 * forms.el (forms-mode):
19421 * help-mode.el (help-mode):
19422 * hexl.el (hexl-mode):
19423 * ibuffer.el (ibuffer-mode):
19424 * ielm.el (inferior-emacs-lisp-mode):
19425 * info.el (Info-mode, Info-edit-mode):
19426 * international/swedish.el:
19427 * ledit.el (ledit-from-lisp-mode):
19428 * locate.el (locate-mode):
19429 * mail/rmail.el (rmail-mode):
19430 * mail/rmailedit.el (rmail-edit-mode):
19431 * mail/rmailsum.el (rmail-summary-mode):
19432 * mail/supercite.el (sc-electric-mode):
19433 * net/eudc.el (eudc-mode):
19434 * net/quickurl.el (quickurl-list-mode):
19435 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19436 * obsolete/ooutline.el (outline-mode):
19437 * obsolete/options.el (Edit-options-mode):
19438 * obsolete/rnews.el (news-mode):
19439 * obsolete/rnewspost.el (news-reply-mode):
19440 * play/5x5.el (5x5-mode):
19441 * play/decipher.el (decipher-mode, decipher-stats-mode):
19442 * play/gomoku.el (gomoku-mode):
19443 * play/snake.el (snake-mode):
19444 * play/solitaire.el (solitaire-mode):
19445 * play/tetris.el (tetris-mode):
19446 * progmodes/ada-mode.el (ada-mode):
19447 * progmodes/antlr-mode.el (antlr-mode):
19448 * progmodes/autoconf.el (autoconf-mode):
19449 * progmodes/dcl-mode.el (dcl-mode):
19450 * progmodes/delphi.el (delphi-mode):
19451 * progmodes/ebrowse.el (ebrowse-tree-mode)
19452 (ebrowse-electric-list-mode, ebrowse-member-mode)
19453 (ebrowse-electric-position-mode):
19454 * progmodes/f90.el (f90-mode):
19455 * progmodes/fortran.el (fortran-mode):
19456 * progmodes/icon.el (icon-mode):
19457 * progmodes/idlw-help.el (idlwave-help-mode):
19458 * progmodes/idlw-shell.el (idlwave-shell-mode):
19459 * progmodes/idlwave.el (idlwave-mode):
19460 * progmodes/inf-lisp.el (inferior-lisp-mode):
19461 * progmodes/m4-mode.el (m4-mode):
19462 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19463 * progmodes/modula2.el (modula-2-mode):
19464 * progmodes/octave-inf.el (inferior-octave-mode):
19465 * progmodes/octave-mod.el (octave-mode):
19466 * progmodes/pascal.el (pascal-mode):
19467 * progmodes/sh-script.el (sh-mode):
19468 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19469 * progmodes/vhdl-mode.el (vhdl-mode):
19470 * progmodes/xscheme.el (scheme-interaction-mode):
19471 * replace.el (occur-mode):
19472 * ses.el (ses-mode):
19473 * simple.el (completion-list-mode):
19474 * skeleton.el:
19475 * speedbar.el (speedbar-mode):
19476 * term.el (term-mode):
19477 * terminal.el (terminal-edit-mode):
19478 * textmodes/reftex-index.el (reftex-index-mode)
19479 (reftex-index-phrases-mode):
19480 * textmodes/reftex-sel.el (reftex-select-label-mode)
19481 (reftex-select-bib-mode):
19482 * textmodes/reftex-toc.el (reftex-toc-mode):
19483 * wdired.el (wdired-change-to-wdired-mode):
19484 * wid-browse.el (widget-browse-mode):
19485 Use run-mode-hooks.
19486
19487 * array.el (array-mode):
19488 * calendar/todo-mode.el (todo-mode):
19489 * man.el (Man-mode):
19490 * play/landmark.el (lm-mode):
19491 * play/mpuz.el (mpuz-mode):
19492 Use kill-all-local-variables and run-mode-hooks.
19493
19494 * subr.el (delay-mode-hooks): Specify indentation.
19495
19496 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19497
19498 * xml.el (xml-substitute-special): Don't die for undefined xml
19499 entities.
19500
19501 2005-05-26 Jay Belanger <belanger@truman.edu>
19502
19503 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19504 of nil.
19505
19506 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19507
19508 * progmodes/gdb-ui.el (gdb-frame-address):
19509 Rename from gdb-current-address.
19510 (gdb-previous-frame-address): Rename from gdb-previous-address.
19511 (gdb-selected-frame): Rename from gdb-current-frame.
19512 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19513 (gdb-frame-number): Rename from gdb-current-stack-level.
19514 (gdb-ann3): Match new mode-name for disassembly buffer.
19515 Extend initialization of variables.
19516 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19517 (gdb-memory-mode): Use mouse-face in header line.
19518 (gdb-assembler-buffer-name): Call it disassembly and give frame
19519 in mode line.
19520 (gdb-source-spec-regexp, gdb-assembler-custom)
19521 (gdb-invalidate-assembler, gdb-frame-handler):
19522 Make robust to leading zeroes in address format.
19523
19524 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19525
19526 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19527 define `org-mode'.
19528 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19529
19530 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19531
19532 * log-edit.el (log-edit-changelog-entries): Distinguish between
19533 filenames like xfns.c and fns.c.
19534
19535 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19536
19537 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19538 point after reverting.
19539 (Buffer-menu-make-sort-button): Handle the case where
19540 `Buffer-menu-use-header-line' is nil.
19541
19542 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19543
19544 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19545 New funcs. In minibuffer-local-completion-map bind `]', `/'
19546 and `:' to them.
19547
19548 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19549
19550 * startup.el (normal-top-level): Allow modification of load-path while
19551 we're iterating over it.
19552
19553 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19554
19555 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19556 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19557 (thumbs-resize-interactive, thumbs-insert-image)
19558 (thumbs-insert-thumb, thumbs-dired-show-marked)
19559 (thumbs-find-image-at-point, thumbs-delete-images)
19560 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19561 (thumbs-increment-image-size, thumbs-decrement-image-size):
19562 Fix typos in docstrings.
19563
19564 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19565
19566 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19567 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19568 (cperl-mode): Use them.
19569
19570 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19571
19572 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19573 Doc fixes.
19574
19575 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19576
19577 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19578 Bind C-d to gdb-inferior-io-eof.
19579
19580 * dired.el (dired-dnd-popup-notice): Use message-box.
19581
19582 2005-05-23 Masatake YAMATO <jet@gyve.org>
19583
19584 * bindings.el (mode-line-major-mode-keymap):
19585 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19586
19587 * faces.el (mode-line-highlight): New face.
19588
19589 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19590 as mouse-face.
19591
19592 * bindings.el (top-level, help-echo, mode-line-modified)
19593 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19594 as mouse-face.
19595
19596 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19597
19598 * progmodes/cc-engine.el (c-guess-basic-syntax):
19599 Remove spurious call to `zerop'.
19600
19601 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19602
19603 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19604
19605 CC Mode update to 5.30.10:
19606
19607 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19608 could go past the limit in decoration level 2, thereby causing
19609 errors during interactive fontification.
19610
19611 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19612 the file is evaluated interactively.
19613
19614 * cc-engine.el (c-guess-basic-syntax): Handle operator
19615 declarations somewhat better in C++.
19616
19617 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19618 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19619 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19620 (awk-mode): Use it.
19621 (make-local-hook): Suppress warning about obsoleteness.
19622
19623 * cc-engine.el, cc-align.el, cc-cmds.el
19624 (c-append-backslashes-forward, c-delete-backslashes-forward)
19625 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19626 Compensate for return value from `forward-line' when it has moved
19627 but not to a different line due to eob.
19628
19629 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19630 `objc-method-intro' and `objc-method-args-cont'.
19631
19632 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19633
19634 CC Mode update to 5.30.10:
19635
19636 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19637 in the copyright statement. Incidentally, change "along with GNU
19638 Emacs" to "along with this program" where it occurs.
19639
19640 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19641 so that it is interactive, hence can be found by M-x awk-mode
19642 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19643 <gmorris+emacs@ast.cam.ac.uk>.
19644
19645 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19646 Mode's regexps.
19647
19648 2005-05-23 Kevin Ryde <user42@zip.com.au>
19649
19650 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19651 c-parse-state, to avoid a lisp error (on bad code).
19652
19653 2005-05-23 Lute Kamstra <lute@gnu.org>
19654
19655 * subr.el (font-lock-defaults): Remove defvar as it's already
19656 defined in font-core.el.
19657
19658 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19659
19660 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19661
19662 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19663 more general and work when GDB variable "print pretty" is on,
19664 as with Emacs, for example.
19665
19666 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19667
19668 * font-core.el: Update comment.
19669
19670 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19671 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19672
19673 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19674
19675 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19676
19677 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19678 and `yank-handler' in the doc strings.
19679
19680 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19681
19682 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19683
19684 2005-05-22 Richard M. Stallman <rms@gnu.org>
19685
19686 * help.el (describe-key): Move print-help-return-message call
19687 out of conditional.
19688
19689 * progmodes/etags.el (list-tags): Use with-no-warnings.
19690
19691 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19692 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19693 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19694
19695 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19696
19697 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19698 Add defvar.
19699
19700 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19701 Use defvar, not defconst.
19702
19703 * hexl.el (hexl-follow-line): Use with-no-warnings.
19704
19705 * emulation/tpu-extras.el: Use write-file-functions instead of
19706 write-file-hooks.
19707
19708 * dired.el (dired-font-lock-keywords): Fontify files with junk
19709 extensions even if marked by -F.
19710
19711 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19712
19713 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19714 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19715 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19716 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19717 (concatenate, list-length, get*, getf, cl-remprop):
19718 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19719 (etypecase, progv, lexical-let, lexical-let*)
19720 (multiple-value-bind, multiple-value-setq, shiftf):
19721 Improve argument/docstring consistency.
19722
19723 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19724
19725 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19726
19727 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19728 doesn't exist.
19729
19730 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19731 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19732
19733 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19734
19735 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19736 already deleted variables: auto-fill-hook, blink-paren-hook,
19737 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19738 suspend-hooks, comment-indent-hook, meta-flag,
19739 before-change-function, after-change-function,
19740 font-lock-doc-string-face.
19741
19742 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19743
19744 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19745
19746 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19747
19748 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19749 rmail-dont-reply-to.
19750
19751 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19752
19753 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19754 literal blank when splitting new-header-values.
19755
19756 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19757
19758 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19759 string so that tmm doesn't create a completion entry for it.
19760
19761 * textmodes/table.el (table-disable-menu): Ditto.
19762
19763 2005-05-21 Richard M. Stallman <rms@gnu.org>
19764
19765 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19766
19767 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19768
19769 * net/rcompile.el (remote-compile): Use compilation-start.
19770
19771 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19772
19773 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19774
19775 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19776 Default to makefile-bsdmake-mode on BSD systems.
19777
19778 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19779 REGEXP may also be a search function now. The part of doc-string
19780 for describing the structure was 95% identical to that of
19781 `imenu--generic-function'. Unify it there.
19782
19783 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19784 Use function to find dependencies, because regexp alone is so complex,
19785 it easily goes into an endless loop.
19786 (makefile-makepp-mode): Also add submenu for Perl functions
19787 defined in the makefile.
19788 (makefile-bsdmake-mode): Special imenu-generic-expression no
19789 longer needed, due to function call.
19790 (makefile-match-dependency): Take BOUND into account when checking
19791 if we're through.
19792
19793 2005-05-20 Jay Belanger <belanger@truman.edu>
19794
19795 * calc/calc-units.el (calc-invalidate-units-table):
19796 Use inhibit-read-only.
19797 (math-build-units-table-buffer): Use view-mode.
19798
19799 2005-05-20 David Kastrup <dak@gnu.org>
19800
19801 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19802 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19803
19804 2005-05-20 Lute Kamstra <lute@gnu.org>
19805
19806 * diff-mode.el (diff-header-face, diff-file-header-face)
19807 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19808 (diff-added-face, diff-changed-face, diff-function-face)
19809 (diff-context-face, diff-nonexistent-face): Put them in the
19810 diff-mode customization group.
19811
19812 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19813
19814 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19815
19816 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19817
19818 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19819 Minor regexp-optimization.
19820
19821 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19822
19823 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19824 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19825 (org-agenda-add-time-grid-maybe): New function.
19826 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19827 (org-table-create): `dotimes' instead of `mapcar'.
19828 (org-xor): Simplify implementation.
19829 (org-agenda): `inhibit-redisplay' turned on.
19830 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19831 a consistent line after a state change.
19832 (org-agenda-remove-times-when-in-prefix): New option.
19833 (org-prefix-has-time): New variable.
19834 (org-parse-time-string): Optional argument NODEFAULT.
19835 (org-format-agenda-item): Parse items for time-of-day
19836 specifications and move these into the prefix if possible.
19837 (org-agenda-priority): Get current heading, not previous heading
19838 during agenda remote editing.
19839
19840 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19841
19842 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19843 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19844 (remove-duplicates, delete-duplicates, substitute)
19845 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19846 (nsubstitute-if-not, find, find-if, find-if-not, position)
19847 (position-if, position-if-not, count, count-if, count-if-not)
19848 (mismatch, search, sort*, stable-sort, merge, member*)
19849 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19850 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19851 (intersection, nintersection, set-difference, nset-difference)
19852 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19853 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19854 (nsublis, tree-equal): Improve argument/docstring consistency.
19855
19856 * subr.el (send-string, send-region): Remove obsolescence declaration.
19857 (window-dot, set-window-dot, read-input, show-buffer)
19858 (eval-current-buffer, string-to-int):
19859 Add release number to obsolescence declarations.
19860
19861 2005-05-19 Kim F. Storm <storm@cua.dk>
19862
19863 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19864 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19865
19866 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19867
19868 * faces.el (list-faces-display): Make back button respect optional
19869 regexp arg.
19870
19871 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19872
19873 * calculator.el (calculator-radix-grouping-mode)
19874 (calculator-radix-grouping-digits, calculator-displayer)
19875 (calculator-radix-grouping-separator, calculator-copy-displayer):
19876 * dabbrev.el (dabbrev-search-these-buffers-only):
19877 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19878 (diff-advance-after-apply-hunk, diff-mode-hook)
19879 (diff-minor-mode-prefix):
19880 * imenu.el (imenu-use-popup-menu):
19881 * jit-lock.el (jit-lock-context-time):
19882 * newcomment.el (comment-fill-column, comment-column)
19883 (comment-style, comment-padding, comment-multi-line)
19884 (comment-empty-lines, comment-auto-fill-only-comments):
19885 * reveal.el (reveal-around-mark):
19886 * uniquify.el (uniquify-buffer-name-style)
19887 (uniquify-after-kill-buffer-p)
19888 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19889 (uniquify-min-dir-content, uniquify-separator)
19890 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19891 * w32-vars.el (w32-fixed-font-alist):
19892 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19893 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19894 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19895 * progmodes/perl-mode.el (perl-indent-level)
19896 (perl-continued-statement-offset, perl-continued-brace-offset)
19897 (perl-brace-offset, perl-brace-imaginary-offset)
19898 (perl-label-offset, perl-indent-continued-arguments)
19899 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19900 * progmodes/tcl.el (tcl-indent-level)
19901 (tcl-continued-indent-level, tcl-auto-newline)
19902 (tcl-tab-always-indent, tcl-electric-hash-style)
19903 (tcl-help-directory-list, tcl-use-smart-word-finder)
19904 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19905 (inferior-tcl-source-command):
19906 * textmodes/fill.el (enable-kinsoku):
19907 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19908 * textmodes/table.el (table-yank-handler):
19909 Specify missing group (and type, if simple) in defcustom.
19910
19911 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
19912
19913 * progmodes/compile.el (compilation-finish-function): Fix defvar.
19914
19915 2005-05-19 Richard M. Stallman <rms@gnu.org>
19916
19917 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19918
19919 * subr.el (event-basic-type): Don't get an error.
19920 (left-fringe-p): Function deleted.
19921
19922 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19923 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19924
19925 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19926 in recursive copy.
19927
19928 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19929
19930 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19931
19932 * emacs-lisp/bytecomp.el
19933 (byte-compile-file-form-custom-declare-variable):
19934 Call byte-compile-nogroup-warn if appropriate.
19935
19936 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19937 (compilation-set-window): Don't call left-fringe-p; do it directly.
19938
19939 2005-05-19 Jay Belanger <belanger@truman.edu>
19940
19941 * calc/calc-graph.el (calc-graph-format-data): Make sure
19942 var-PlotRejects is bound before trying to check its value.
19943
19944 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
19945
19946 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19947 definition of this variable from reftex-global.el to reftex.el,
19948 because it is needed in the menu.
19949
19950 2005-05-19 Lute Kamstra <lute@gnu.org>
19951
19952 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19953 years are fixed. Don't insert a space after a dash.
19954
19955 2005-05-19 Kim F. Storm <storm@cua.dk>
19956
19957 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19958
19959 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
19960
19961 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19962 strings, because (eq ... ?\\) is fairly frequent.
19963
19964 * progmodes/make-mode.el (makefile-add-this-line-targets):
19965 Simplify and integrate into `makefile-pickup-targets'.
19966 (makefile-add-this-line-macro): Simplify and integrate into
19967 `makefile-pickup-macros.
19968 (makefile-pickup-filenames-as-targets): Simplify.
19969 (makefile-previous-dependency, makefile-match-dependency):
19970 Don't stumble over `::'.
19971
19972 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
19973
19974 * subr.el (post-command-idle-hook, post-command-idle-delay):
19975 Remove obsoletion of post-command-idle-hook and
19976 post-command-idle-delay.
19977
19978 * faces.el (list-faces-display): Provide button when describe-face
19979 is called to take user back to the list of faces.
19980
19981 * help-fns.el (describe-variable): Remove hyperlinks in a
19982 variable's value as these are quite frequently inappropriate.
19983
19984 * follow.el (follow-submit-feedback, follow-mode):
19985 Remove references to post-command-idle-hook.
19986
19987 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
19988
19989 * progmodes/make-mode.el (makefile-previous-dependency)
19990 (makefile-match-dependency): Check for := (and in bsd mode also
19991 !=) to give a better result, even when font-lock is not on.
19992
19993 2005-05-18 Jay Belanger <belanger@truman.edu>
19994
19995 * calc/calc-help.el (calc-s-prefix-help):
19996 Add `calc-copy-special-constant' to help string.
19997
19998 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
19999
20000 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20001
20002 2005-05-18 Jay Belanger <belanger@truman.edu>
20003
20004 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20005 in linear factors are in proper order.
20006
20007 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20008
20009 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20010 Support for jurabib.
20011
20012 * textmodes/reftex.el (featurep): Define aliases for overlay
20013 commands, for XEmacs compatibility, and use these aliases in
20014 overlay initializations.
20015 (reftex-highlight): Use `reftex-move-overlay'.
20016 (reftex-unhighlight): Use `reftex-delete-overlay'.
20017 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20018 (reftex-access-search-path): Use `reftex-uniquify' instead of
20019 `reftex-uniq'
20020
20021 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20022 `before-string' property modification enables for Emacs as well.
20023 (reftex-select-item): Use `reftex-delete-overlay'.
20024 (reftex-select-mark): Use `reftex-make-overlay' and
20025 `reftex-overlay-put'.
20026 (reftex-select-unmark): Use `reftex-delete-overlay' and
20027 `reftex-overlay-put'.
20028
20029 2005-05-18 Lute Kamstra <lute@gnu.org>
20030
20031 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20032
20033 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20034
20035 * add-log.el (add-change-log-entry):
20036 * array.el (array-make-template, array-reconfigure-rows)
20037 (array-init-max-row, array-init-max-column)
20038 (array-init-columns-per-line, array-init-field-width):
20039 * replace.el (replace-match-maybe-edit, perform-replace):
20040 * textmodes/spell.el (spell-region):
20041 Replace `read-input' by `read-string'.
20042
20043 * forms.el (forms-mode):
20044 * finder.el (finder-compile-keywords):
20045 * shadowfile.el (shadow-read-files):
20046 Replace `eval-current-buffer' by `eval-buffer'.
20047
20048 * terminal.el (te-pass-through):
20049 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20050 (ange-ftp-raw-send-cmd):
20051 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20052 (send-process-next-char, telnet-initial-filter, telnet):
20053 Replace `send-string' by `process-send-string'.
20054
20055 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20056 (prolog-consult-region): Replace `send-string' by
20057 `process-send-string'; replace `send-region' by `process-send-region'.
20058
20059 * progmodes/delphi.el (delphi-log-msg):
20060 Replace `set-window-dot' by `set-window-point'.
20061
20062 * subr.el (window-dot, set-window-dot, read-input, send-string)
20063 (send-region, show-buffer, eval-current-buffer):
20064 Make really obsolete, as the comment says.
20065
20066 2005-05-17 Kim F. Storm <storm@cua.dk>
20067
20068 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20069 (cua--init-keymaps): Bind C-return instead of S-return to set
20070 rectangle mark.
20071
20072 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20073 instead of S-return to toggle/clear rectangle mark.
20074
20075 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20076
20077 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20078 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20079 Also fontify plain strings assigned to variables, mostly so that a
20080 colon has a face and is thus not taken as a dependency separator.
20081 (makefile-previous-dependency): Inline the new matcher, because it
20082 is too complex to work in both directions.
20083 (makefile-match-dependency): Eliminate `backward' arg (see above).
20084 Completely reimplemented so as to not sometimes go into an endless
20085 loop. It should also be more efficient, because first it only
20086 searches for `:', instead of applying the very complex regexp.
20087 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20088 to be fontified in one piece can be too long for JIT.
20089 Makefiles are never *that* big.
20090
20091 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20092
20093 * dired.el (dired-mode): Simplify.
20094
20095 2005-05-17 Lute Kamstra <lute@gnu.org>
20096
20097 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20098 defcustom for the mode hook variable.
20099
20100 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20101 Emacs Lisp Reference Manual.
20102
20103 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20104
20105 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20106 (evenp, list*):
20107 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20108 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20109
20110 * net/tramp-smb.el (tramp-smb-open-connection):
20111 Pass `tramp-chunksize' as fifth (required) argument.
20112
20113 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20114
20115 * font-lock.el (lisp-font-lock-keywords-1):
20116 Set `font-lock-negation-char-face' for [^...] char group.
20117 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20118
20119 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20120 a var, and refine it to mask one more level of nested vars.
20121 (makefile-rule-action-regex): Turn it into a var, and refine it so
20122 it recognizes backslashed continuation lines as belonging to the
20123 same command.
20124 (makefile-macroassign-regex): Refine it so it recognizes
20125 backslashed continuation lines as belonging to the same command.
20126 (makefile-var-use-regex): Don't look at the next char, because it
20127 might be the same one to be skipped by the initial [^$], leading
20128 to an overlooked variable use.
20129 (makefile-make-font-lock-keywords): Remove two parameters, which
20130 are now variables that some of the modes set locally.
20131 Handle dependency and rule action matching through functions, because
20132 regexps alone match too often. Dependency matching now comes
20133 last, so it can check, whether a colon already matched something else.
20134 (makefile-mode): Inform that font-lock improves makefile parsing
20135 capabilities.
20136 (makefile-match-dependency, makefile-match-action): New functions.
20137
20138 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20139
20140 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20141
20142 * align.el (align-regexp):
20143 * ansi-color.el (ansi-color-get-face):
20144 * array.el (array-reconfigure-rows, array-init-max-row)
20145 (array-init-max-column, array-init-columns-per-line)
20146 (array-init-field-width):
20147 * dired-aux.el (dired-trample-file-versions):
20148 * dired-x.el (dired-mark-sexp):
20149 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20150 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20151 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20152 * faces.el (face-read-integer):
20153 * files.el (backup-extract-version, insert-directory):
20154 * hexl.el (hexl-insert-decimal-char):
20155 * server.el (server-process-filter):
20156 * shell.el (shell-extract-num):
20157 * startup.el (command-line-1):
20158 * term.el (term-command-hook):
20159 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20160 (time-stamp-do-number):
20161 * time.el (display-time-update):
20162 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20163 (timezone-fix-time):
20164 * vms-patch.el (vms-suspend-resume-hook):
20165 * calendar/appt.el (appt-convert-time):
20166 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20167 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20168 * calendar/cal-islam.el (mark-islamic-diary-entries):
20169 * calendar/calendar.el (calendar-cursor-to-date)
20170 (calendar-star-date):
20171 * calendar/diary-lib.el (diary-attrtype-convert)
20172 (mark-diary-entries, diary-entry-time):
20173 * calendar/solar.el (solar-get-number):
20174 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20175 * emacs-lisp/re-builder.el (reb-display-subexp):
20176 * emulation/edt.el (edt-set-scroll-margins):
20177 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20178 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20179 (vip-get-ex-count):
20180 * emulation/viper-ex.el (viper-get-ex-token)
20181 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20182 * international/fontset.el (fontset-plain-name):
20183 * mail/feedmail.el (feedmail-look-at-queue-directory):
20184 * mail/mailalias.el (mail-get-names):
20185 * mail/rmail.el (rmail-convert-to-babyl-format):
20186 * mail/rmailsum.el (rmail-make-basic-summary-line)
20187 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20188 (rmail-summary-goto-msg):
20189 * mail/smtpmail.el (smtpmail-read-response):
20190 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20191 (ange-ftp-vms-add-file-entry):
20192 * play/gametree.el (gametree-looking-at-ply)
20193 (gametree-current-branch-score):
20194 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20195 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20196 * progmodes/cperl-mode.el (condition-case):
20197 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20198 (ebrowse-set-member-buffer-column-width)
20199 (ebrowse-select-1st-to-9nth):
20200 * progmodes/etags.el (etags-snarf-tag):
20201 * progmodes/flymake.el (flymake-parse-line):
20202 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20203 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20204 (idlwave-shell-menu-def):
20205 * progmodes/ps-mode.el (ps-run-goto-error):
20206 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20207 (vhdl-speedbar-contract-level):
20208 * term/mac-win.el (x-handle-numeric-switch):
20209 * term/sun-mouse.el (sun-get-frame-data):
20210 * term/w32-win.el (x-handle-numeric-switch):
20211 * term/x-win.el (x-handle-numeric-switch):
20212 * textmodes/ispell.el (ispell-parse-output):
20213 * textmodes/nroff-mode.el (nroff-outline-level):
20214 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20215 (reftex-bib-sort-year-reverse, reftex-format-citation):
20216 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20217 (reftex-section-number):
20218 * textmodes/texinfmt.el (texinfo-paragraphindent):
20219 Replace `string-to-int' by `string-to-number'.
20220
20221 * international/latexenc.el: Add page marker to force the "Local
20222 Variables:" string out of the last page.
20223
20224 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20225
20226 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20227 tooltip-change-major-mode.
20228 (gud-tooltip-print-command): Remove case where gud-minor-mode
20229 is gdb ("--fullname").
20230 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20231 explain to user.
20232
20233 2005-05-16 Jay Belanger <belanger@truman.edu>
20234
20235 * calc/calc-store.el (calc-copy-special-constant): New function.
20236
20237 * calc/calc-ext.el (calc-init-extensions): Add binding for
20238 `calc-copy-special-constant'.
20239
20240 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20241 for the `calc-copy-special-constant' command.
20242
20243 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20244
20245 * subr.el (left-fringe-p): New function.
20246
20247 * progmodes/compile.el (compilation-setup): Set local value of
20248 overlay-arrow-string to "" always.
20249 (compilation-set-window): Left fringe then don't scroll.
20250 No left fringe then no arrow and scroll message to top.
20251 (compilation-context-lines): Adjust doc string accordingly.
20252
20253 2005-05-16 Kim F. Storm <storm@cua.dk>
20254
20255 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20256 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20257 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20258 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20259 (ido-read-file-name): Handle commands with ido property value
20260 equal to find-file as reading a file name, to allow C-d to enter dired.
20261 (ibuffer-find-file): Add ido property with value find-file.
20262
20263 2005-05-15 Kim F. Storm <storm@cua.dk>
20264
20265 * subr.el (open-network-stream-nowait): Remove.
20266 (open-network-stream-server): Remove.
20267
20268 2005-05-15 Richard M. Stallman <rms@gnu.org>
20269
20270 * faces.el (describe-face): Output a definition link button.
20271
20272 * help-mode.el (help-face-def): New button type.
20273
20274 * emacs-lisp/copyright.el (copyright-fix-years):
20275 Match properly if the first year is 2-digit.
20276 Don't mess up the whitespace after the years by filling.
20277
20278 * dired-aux.el (dired-mark-confirm):
20279 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20280
20281 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20282 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20283 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20284
20285 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20286 Set font-lock-comment-start-skip.
20287
20288 * font-lock.el (font-lock-comment-start-skip): New variable.
20289 (font-lock-comment-end-skip): New variable.
20290 (font-lock-fontify-syntactically-region): Use them if non-nil.
20291
20292 2005-05-15 Jay Belanger <belanger@truman.edu>
20293
20294 * calc/calc-store.el (calc-store-value): Return a string rather
20295 than display it as a message.
20296 Use calc-var-name for variable name.
20297 (calc-store-into): Add the result of calc-store-value to message.
20298 (calc-copy-variable): Add a message.
20299 (calc-store-exchange): Improve error messages.
20300 (calc-store-binary, calc-store-map): Don't reset the values of
20301 special constants.
20302
20303 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20304
20305 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20306 manual to docstring.
20307
20308 * files.el (hack-local-variables-confirm): Add STRING argument.
20309 Make the function handle non file visiting buffers correctly.
20310 (hack-local-variables-prop-line, hack-local-variables)
20311 (hack-one-local-variable): Use STRING arg of
20312 `hack-local-variables-confirm'.
20313
20314 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20315
20316 Sync with Tramp 2.0.49.
20317
20318 * net/tramp.el (tramp-handle-dired-call-process)
20319 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20320 because the contents of the Tramp buffer is changed before
20321 insertion (`expand-file' and alike).
20322 (tramp-handle-insert-directory): If `localname' has an empty
20323 nondirectory name, it must not be quoted.
20324 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20325 variable `tramp-chunksize'. Change callees.
20326 (tramp-open-connection-setup-interactive-shell): Check remote host
20327 for buggy `send-process-string' implementation.
20328 Set `tramp-chunksize' if found. Reported by Michael Kifer
20329 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20330 (tramp-handle-shell-command): `insert-buffer' cannot be used
20331 because the contents of the Tramp buffer is changed before
20332 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20333 <frederic.bothamy@free.fr>.
20334 (tramp-set-auto-save): Actions should be done for Tramp file name
20335 handler only. Ange-FTP has its own auto-save mechanism.
20336 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20337 (tramp-set-auto-save-file-modes): Set file modes of
20338 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20339 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20340 (tramp-bug): Remove obsolete variable.
20341 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20342 for presence of `mml-mode'. Make it running for older Emacsen as well.
20343
20344 2005-05-14 John Paul Wallington <jpw@pobox.com>
20345
20346 * ibuf-ext.el (define-ibuffer-filter filename):
20347 If `dired-directory' is a list, use its car.
20348
20349 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20350
20351 * ibuffer.el (define-ibuffer-column filename):
20352 If `dired-directory' is a list, use its car.
20353
20354 2005-05-14 Richard M. Stallman <rms@gnu.org>
20355
20356 * subr.el (symbol-file): Doc fix.
20357
20358 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20359 (byte-compile-form): Call byte-compile-nogroup-warn.
20360 (byte-compile-warning-types): Doc fix.
20361
20362 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20363
20364 * progmodes/cc-engine.el (c-literal-faces):
20365 Add font-lock-comment-delimiter-face.
20366
20367 * net/net-utils.el (dig): Use with-no-warnings.
20368
20369 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20370 (sc-recite-frame-alist, sc-default-cite-frame)
20371 (sc-default-uncite-frame, sc-default-recite-frame)
20372 (sc-attrib-selection-list, sc-rewrite-header-list):
20373 Mark as risky-local-variable.
20374
20375 * international/ogonek.el (ogonek-jak, ogonek-how):
20376 Don't use beginning-of-buffer.
20377
20378 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20379
20380 * calendar/solar.el (solar-data-list): Move definition up.
20381
20382 * dnd.el (dnd-protocol-alist): Add autoload.
20383
20384 * progmodes/sh-script.el: Many doc usage fixes.
20385 (sh-indent-after-do): Change default to match common styles.
20386
20387 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20388
20389 * files.el (interpreter-mode-alist)
20390 (auto-mode-interpreter-regexp): Doc fixes.
20391
20392 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20393
20394 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20395
20396 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20397
20398 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20399
20400 * dired.el (dired-mode): make-variable-buffer-local =>
20401 make-local-variable.
20402
20403 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20404
20405 * term/mac-win.el (mac-select-convert-to-string): Try coding
20406 systems in mac-script-code-coding-systems if specified one cannot
20407 encode string for `com.apple.traditional-mac-plain-text'.
20408
20409 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20410
20411 * progmodes/make-mode.el (makefile-targets-face)
20412 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20413 (makefile-dependency-regex): Fix it to not make the colon in
20414 $(var:a=b) special.
20415 (makefile-rule-action-regex): New regexp for highlighting embedded
20416 Shell strings.
20417 (makefile-macroassign-regex): Handle != for highlighting as
20418 embedded Shell strings.
20419 (makefile-var-use-regex): New const.
20420 (makefile-statements, makefile-automake-statements)
20421 (makefile-gmake-statements, makefile-makepp-statements)
20422 (makefile-bsdmake-statements): New consts.
20423 (makefile-make-font-lock-keywords): New function.
20424 (makefile-automake-font-lock-keywords)
20425 (makefile-gmake-font-lock-keywords)
20426 (makefile-makepp-font-lock-keywords)
20427 (makefile-bsdmake-font-lock-keywords): New consts.
20428 (makefile-mode-map): Add switchers between the various submodes.
20429 (makefile-mode): Document the availability of the variants.
20430 (makefile-automake-mode, makefile-gmake-mode)
20431 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20432
20433 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20434 new variants of makefile-mode.
20435
20436 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20437
20438 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20439 the inheritance.
20440
20441 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20442
20443 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20444 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20445
20446 * files.el (normal-mode): Extend the scope of the
20447 `enable-local-variables' binding to include the `set-auto-mode' call.
20448 (magic-mode-alist): Doc fix.
20449
20450 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20451
20452 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20453 font-lock-comment-face rather than copying its setting.
20454
20455 2005-05-12 Andreas Schwab <schwab@suse.de>
20456
20457 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20458
20459 2005-05-12 Lute Kamstra <lute@gnu.org>
20460
20461 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20462 defcustom for the mode hook variable. Delete the last argument.
20463 * generic-x.el: Fix callers of define-generic-mode.
20464 (generic-x-modes): Delete group.
20465 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20466 generic-x customization group.
20467
20468 2005-05-12 Kim F. Storm <storm@cua.dk>
20469
20470 * font-lock.el (font-lock-negation-char-face): Default to "off".
20471
20472 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20473 font-lock-negation-char-face to ! in !=.
20474
20475 2005-05-12 Masatake YAMATO <jet@gyve.org>
20476
20477 * add-log.el (find-change-log): Fix typos in the docstring
20478 of function.
20479
20480 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20481
20482 * international/latexenc.el (latexenc-find-file-coding-system):
20483 Avoid `re-search-forward' when looking for input encoding because
20484 of speed and safety. Better regular expressions for recognizing
20485 input encoding. Limit a search for TeX-master/tex-main-file to
20486 the local variable section.
20487
20488 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20489
20490 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20491 syntax of $ to "'" (quote).
20492
20493 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20494
20495 * dnd.el (dnd-protocol-alist): Improve custom type.
20496
20497 * dired.el (dired-dnd-protocol-alist): New variable.
20498 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20499 `dired-mode-hook' to the end.
20500
20501 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20502
20503 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20504 comment-end if comment-start-skip is not set.
20505 Obey the font-lock-comment-delimiter-face variables.
20506
20507 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20508
20509 * files.el (executable-find): Move from executable.el. Use
20510 locate-file.
20511 * progmodes/executable.el (executable-find): Move to files.el.
20512
20513 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20514 when trying to ensure forward progress.
20515
20516 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20517
20518 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20519 (mouse-select, mouse-select-internal, mouse-extend-internal):
20520 Use it to implement mouse-1-click-follows-link functionality.
20521
20522 2005-05-11 Richard M. Stallman <rms@gnu.org>
20523
20524 * font-lock.el (font-lock-fontify-syntactically-region):
20525 Use font-lock-comment-delimiter-face for comment delimiters.
20526
20527 2005-05-10 Jay Belanger <belanger@truman.edu>
20528
20529 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20530 preserving embedded modes.
20531
20532 2005-05-10 Richard M. Stallman <rms@gnu.org>
20533
20534 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20535
20536 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20537 Move from ada-stmt.el.
20538 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20539
20540 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20541 Move to ada-mode.el.
20542 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20543
20544 * cus-edit.el (custom-file): Call file-chase-links.
20545
20546 * files.el (read-directory-name): Fix previous change.
20547 (hack-local-variables-confirm): New function.
20548 (hack-local-variables-prop-line, hack-local-variables)
20549 (hack-one-local-variable): Use it.
20550
20551 2005-05-10 Lute Kamstra <lute@gnu.org>
20552
20553 * font-lock.el (font-lock-keywords-alist)
20554 (font-lock-removed-keywords-alist): Clarify docstrings.
20555
20556 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20557
20558 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20559 (gdb-source-info): Check for preprocessor info.
20560 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20561 a macro for a function.
20562 (gdb-info-breakpoints-custom): Try to find file again if not already
20563 found (user might have used GDB dir command).
20564 (gdb-get-location): Update gdb-location-alist correctly for change
20565 to gdb-info-breakpoints-custom.
20566
20567 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20568 (gud-tooltip-print-command): Add gdbmi case.
20569 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20570 preprocessor info.
20571
20572 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20573
20574 * startup.el (fancy-splash-insert): Fix typo in doc string.
20575
20576 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20577
20578 * obsolete/float.el (string-to-float):
20579 * obsolete/hilit19.el (hilit-add-pattern):
20580 * obsolete/rnews.el (news-parse-range, news-select-message)
20581 (news-get-pruned-list-of-files): Replace `string-to-int' by
20582 `string-to-number'.
20583
20584 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20585 `find-file-not-found-hooks'; use `add-hook'.
20586 (uncompress-while-visiting): Set `write-file-functions', not
20587 `write-file-hooks'; use `add-hook'.
20588
20589 2005-05-09 Kim F. Storm <storm@cua.dk>
20590
20591 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20592 (cua-paste): Handle clipboard action.
20593 (cua--init-keymaps): Remap clipboard-kill-region and
20594 clipboard-kill-ring-save.
20595
20596 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20597
20598 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20599 Improve commentary.
20600
20601 * simple.el (next-error-overlay-arrow-position): Revert the change
20602 made on 2005-04-30.
20603
20604 2005-05-07 Jay Belanger <belanger@truman.edu>
20605
20606 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20607 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20608 `calc-sel-reselect'.
20609
20610 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20611 Calc is in embedded mode.
20612
20613 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20614
20615 * progmodes/compile.el (compilation-setup):
20616 Set overlay-arrow-string to an empty string on text terminals.
20617
20618 * textmodes/ispell.el (ispell-program-name): Try looking for
20619 "aspell" along exec-path, and if found, use it as the default
20620 speller program.
20621
20622 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20623
20624 * international/mule.el (sgml-xml-auto-coding-function):
20625 Recognize encoding='FOO' in single quotes as well as in double quotes.
20626
20627 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20628
20629 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20630 as well as `interactive', so that defmacro* would recognize
20631 `declare' forms.
20632
20633 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20634
20635 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20636 Explain more about the LIGHTER arg's usage in the doc string.
20637 Add commentary to clarify what the code does. Fix the regexp that
20638 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20639 since it could have characters special to regular expressions.
20640
20641 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20642
20643 * replace.el (occur-1): Bind inhibit-read-only so that
20644 erase-buffer doesn't barf on read-only text properties (likewise
20645 for add-text-properties in occur-engine). Mark buffer as unmodified.
20646 (occur-engine): Don't set buffer-read-only here.
20647
20648 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20649
20650 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20651 list-buffers-directory. This caused the *cvs-commit* buffer to be
20652 sometimes mistakenly reused as a *cvs* buffer.
20653
20654 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20655
20656 * tooltip.el: Move code for GUD tooltips into gud.el.
20657 (require): CL no longer needed to compile case.
20658 (tooltip-mode): Do not toggle functions for GUD tooltips.
20659 (tooltip-gud-tips-p): Remove. Replace with minor mode
20660 gud-tooltip-mode in gud.el.
20661 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20662 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20663 tooltip-gud prefix with gud-tooltip and obsolete.
20664 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20665 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20666 (tooltip-mouse-motion): Mouse movement functions/variable.
20667 Rename in gud.el by adding gud prefix.
20668 (tooltip-gud-original-filter, tooltip-gud-dereference)
20669 (tooltip-gud-event, tooltip-toggle-gud-tips)
20670 (tooltip-gud-process-output, tooltip-gud-print-command)
20671 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20672 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20673 (gdb-tooltip-print): Move to gdb-ui.el.
20674
20675 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20676 (require): CL needed to compile case.
20677 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20678 tooltip-gud-tips-p. Make it a minor-mode.
20679 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20680 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20681 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20682 (gud-tooltip-change-major-mode)
20683 (gud-tooltip-activate-mouse-motions-if-enabled)
20684 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20685 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20686 (gud-tooltip-original-filter, gud-tooltip-dereference)
20687 (gud-tooltip-event, tooltip-toggle-gud-tips)
20688 (gud-tooltip-process-output, gud-tooltip-print-command)
20689 (gud-tooltip-tips): Move from tooltip.el.
20690
20691 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20692 (gdb-cpp-define-alist-flags): Doc fix.
20693 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20694 gud-tooltip-mode is t.
20695
20696 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20697
20698 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20699 evaporate if their text is deleted.
20700 (goto-address-at-point): Make it work as a mouse binding as well.
20701 (goto-address-at-mouse): Obsolete it. Update users.
20702
20703 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20704
20705 * calendar/appt.el (top-level): No longer activate on load.
20706
20707 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20708
20709 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20710 * net/webjump.el (webjump):
20711 * progmodes/idlw-help.el (idlwave-do-context-help1)
20712 (idlwave-highlight-linked-completions):
20713 * textmodes/po.el (po-find-file-coding-system-guts):
20714 Replace `assoc-ignore-case' by `assoc-string'.
20715
20716 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20717
20718 * files.el (locate-file): Doc fix.
20719
20720 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20721 Remove the redundant test for ms-dos.
20722
20723 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20724 look for the preprocessor with exec-suffixes. If not found in
20725 standard places, look in exec-path. Remove most of the tests that
20726 used system-type.
20727
20728 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20729
20730 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20731
20732 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20733 file-name clash with jka-compr.el on 8+3 filesystems.
20734
20735 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20736
20737 * term/mac-win.el: Don't define or bind scroll bar functions if
20738 x-toolkit-scroll-bars is t.
20739 (x-select-text, x-get-selection-value): Clear
20740 x-last-selected-text-clipboard if x-select-enable-clipboard is
20741 nil.
20742 (PRIMARY): Put mac-scrap-name property.
20743 (mac-select-convert-to-file-url): New function.
20744 (public.file-url): New selection target type. Add to
20745 selection-converter-alist.
20746 (x-get-selection, x-selection-value): Handle it.
20747 (x-cut-buffer-or-selection-value): New alias.
20748
20749 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20750
20751 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20752 entry to avoid calling bibtex-find-entry with arg global
20753 being t. Remove arg key.
20754 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20755 (bibtex-copy-summary-as-kill): Change accordingly.
20756
20757 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20758
20759 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20760 (org-agenda-date-later): Use with-current-buffer.
20761
20762 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20763
20764 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20765 (define-obsolete-variable-alias): Doc Fixes.
20766
20767 2005-05-06 Kim F. Storm <storm@cua.dk>
20768
20769 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20770 vertical-motion when selective-display is active.
20771
20772 * ido.el (ido-setup-hook): New hook.
20773 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20774 (ido-input-stack): New var.
20775 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20776 ido-next-work-file binding to M-O.
20777 Bind M-f to ido-wide-find-file-or-pop-dir.
20778 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20779 (ido-read-internal): Run ido-setup-hook.
20780 Catch quit in read-file-name and read-string to cancel edit.
20781 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20782 Automatically pop-all when completing a directory name (RET).
20783 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20784 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20785 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20786 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20787 New functions for M-b/M-f to move among the directory components.
20788 (ido-make-merged-file-list): Catch quit to cancel merge.
20789 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20790 (ido-completion-help): No warnings for ido-completion-buffer-full.
20791
20792 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20793
20794 * font-lock.el (font-lock-negation-char-face): New face and variable.
20795 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20796 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20797 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20798 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20799
20800 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20801
20802 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20803 Fix typo in docstring.
20804
20805 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20806 (ebrowse-print-statistics-line)
20807 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20808
20809 * term/w32-win.el (image-library-alist): Add additional name for
20810 Xpm library.
20811
20812 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20813
20814 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20815 use gcc instead of cpp.
20816
20817 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20818 (gdb-create-define-alist): Use it.
20819 (gdb-cpp-define-alist-program): Update for MS-DOS.
20820
20821 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20822
20823 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20824
20825 2005-05-04 Richard M. Stallman <rms@gnu.org>
20826
20827 * help.el (describe-key): No error when UNTRANSLATED is nil.
20828
20829 * simple.el (line-move-1): Fix previous change to signal errors
20830 appropriately.
20831
20832 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20833
20834 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20835 (icalendar-duration-correction): Remove.
20836 (icalendar--get-event-properties): Split result at commas.
20837 (icalendar--decode-isoduration): New optional argument
20838 DURATION-CORRECTION.
20839 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20840 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20841 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20842 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20843 (icalendar--convert-anniversary-to-ical): New functions, extracted
20844 from icalendar-export-region, with bug fixes.
20845 (icalendar-export-region): Use the above functions.
20846 (icalendar-import-buffer): Check before saving diary file.
20847 (icalendar--convert-recurring-to-diary)
20848 (icalendar--convert-non-recurring-all-day-to-diary)
20849 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20850 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20851 (icalendar--convert-ical-to-diary): Use the above functions.
20852
20853 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20854
20855 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20856 Remove these recent additions.
20857 (c-mode): Restore to before 2005-04-28.
20858
20859 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20860 recent addition.
20861
20862 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20863 (gdb-define-alist): New variables.
20864 (gdb-create-define-alist): New function.
20865 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20866 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20867 with string-to-number.
20868 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20869
20870 * progmodes/gud.el: Replace string-to-int with string-to-number.
20871 (gud-find-file): Handle gdb-define-alist.
20872
20873 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20874
20875 2005-05-02 Jay Belanger <belanger@truman.edu>
20876
20877 * calc/calc-aent.el (math-read-token):
20878 * calc/calc-bin.el (calc-word-size):
20879 * calc/calc-ext.el (calc-read-number-fancy):
20880 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20881 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20882 * calc/calc-frac.el (calc-over-notation):
20883 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20884 (calc-graph-num-points, calc-graph-init):
20885 * calc/calc-prog.el (calc-read-parse-table-part)
20886 (calc-edit-macro-repeats):
20887 * calc/calc-yank.el (calc-do-grab-rectangle):
20888 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20889 Replace `string-to-int' by `string-to-number'.
20890
20891 2005-05-02 Kim F. Storm <storm@cua.dk>
20892
20893 * kmacro.el: Use executing-kbd-macro-index variable.
20894
20895 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
20896
20897 * net/rlogin.el (rlogin-parse-words): Delete func.
20898 (rlogin): Use split-string, not rlogin-parse-words.
20899 Also, if there are option-like elements in the parsed args,
20900 take the host to be the first arg immediately following them.
20901 Suggested by Michael Mauger.
20902
20903 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20904
20905 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20906
20907 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20908
20909 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20910 (cc-mode-cpp-program): Rename to cc-define-list-program and
20911 move to cc-vars.el.
20912
20913 * progmodes/cc-vars.el (cc-define-list-program):
20914 Change to "gcc -E -dM -". Make customizable.
20915
20916 2005-05-02 Kim F. Storm <storm@cua.dk>
20917
20918 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20919
20920 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20921
20922 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20923
20924 * international/mule-util.el (truncate-string): Remove alias and
20925 obsolete declaration.
20926
20927 * international/mule-cmds.el (update-iso-coding-systems):
20928 Remove alias and obsolete declaration.
20929
20930 * international/mule.el (coding-system-parent): Remove alias and
20931 obsolete declaration.
20932
20933 * subr.el (define-function, sref): Remove aliases and obsolete
20934 declarations.
20935 (chars-in-region): Remove obsolete declaration.
20936
20937 2005-05-01 Richard M. Stallman <rms@gnu.org>
20938
20939 * info.el (Info-mode): Set widen-automatically to nil, locally.
20940
20941 * simple.el (widen-automatically): New variable.
20942 (pop-global-mark): Obey widen-automatically.
20943
20944 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
20945
20946 * term/xterm.el (function-key-map): Call substitute-key-definition
20947 before the keymap size is increased by a lot of define-key calls.
20948
20949 2005-05-01 Richard M. Stallman <rms@gnu.org>
20950
20951 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20952 Rename ARG to ELEMENT. Doc fix.
20953
20954 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20955
20956 * allout.el (allout-exposure): Remove macro and obsolete declaration.
20957 Remove references to allout-exposure/change to allout-new-exposure.
20958
20959 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20960 bytecode symbols.
20961
20962 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20963 (compiled-function-p, focus-frame, unfocus-frame):
20964 Remove aliases and obsolete declarations.
20965 Back out inadvertent changes from previous commit.
20966
20967 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20968
20969 * files.el (require-final-newline): Make Custom tags consistent
20970 with mode-require-final-newline.
20971 (mode-require-final-newline): Doc fix.
20972
20973 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
20974
20975 * international/latexenc.el (latexenc-find-file-coding-system):
20976 Fix regular expressions.
20977
20978 2005-05-01 David Kastrup <dak@gnu.org>
20979
20980 * international/latexenc.el (latexenc-find-file-coding-system):
20981 Fix regular expressions.
20982
20983 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20984
20985 * subr.el (string-to-int): Make obsolete.
20986
20987 2005-04-30 Richard M. Stallman <rms@gnu.org>
20988
20989 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20990
20991 * loadup.el: load jka-comp-hook.
20992
20993 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20994 (jka-compr-handler): Add autoload. `put' calls moved
20995 to jka-comp-hook.el.
20996 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20997 (jka-compr-inhibit): Autoload.
20998
20999 * jka-comp-hook.el: New file.
21000 Enable the mode by default.
21001
21002 * files.el (backup-buffer-copy): Use copy-file instead
21003 of write-region, and put back the 'excl.
21004
21005 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21006
21007 * progmodes/flymake.el (flymake-split-string)
21008 (flymake-split-string, flymake-log, flymake-pid-to-names)
21009 (flymake-reg-names, flymake-get-source-buffer-name)
21010 (flymake-unreg-names, flymake-add-line-err-info)
21011 (flymake-add-err-info): Clarify docstrings.
21012 (flymake-popup-menu, flymake-make-emacs-menu)
21013 (flymake-make-xemacs-menu): Add docstrings.
21014 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21015 Set variables directly throughout.
21016
21017 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21018
21019 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21020 exists. Initialize cc-define-alist.
21021 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21022 If there is no file (Macroexpansion) don't create an alist.
21023
21024 2005-04-29 Sam Steingold <sds@gnu.org>
21025
21026 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21027 (cc-create-define-alist): Use it instead of the hard-coded string.
21028
21029 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21030
21031 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21032 for latexenc.
21033
21034 2005-04-29 Lute Kamstra <lute@gnu.org>
21035
21036 * emacs-lisp/generic.el: Improve commentary section.
21037 (define-generic-mode): Improve docstring.
21038
21039 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21040
21041 * textmodes/org.el (many places): Change to quiet the byte compiler.
21042 (org-prefix-format-compiled): New variable.
21043 (org-compile-prefix-format): New function.
21044 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21045 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21046 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21047 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21048 consistency with entries from `org-mode' files.
21049 (org-get-time-of-day): Fix bug with partial matches early in a line.
21050 (org-non-link-chars): New constant.
21051 (org-link-regexp): Respect `org-non-link-chars'.
21052 (org-agenda-day-view): Remove command.
21053 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21054 (org-follow-bbdb-link, org-store-link): Search also company field.
21055 (org-highlight-overlay): New variable.
21056 (org-highlight, org-unhighlight): New functions.
21057 (org-agenda-mode): Add pre-command-hook to remove highlight.
21058 (org-evaluate-time-range): Behavior depends upon whether time stamp
21059 contains a time or not.
21060 (org-show-subtree, org-show-entry): New functions.
21061 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21062
21063 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21064
21065 * comint.el (comint-output-filter-functions): Add autoload cookie.
21066
21067 2005-04-28 Kim F. Storm <storm@cua.dk>
21068
21069 * ido.el (ido-everywhere): Fix last change.
21070
21071 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21072
21073 * international/latexenc.el: New file.
21074 * international/mule-conf.el (file-coding-system-alist): For .tex,
21075 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21076
21077 2005-04-28 Lute Kamstra <lute@gnu.org>
21078
21079 * font-lock.el (font-lock-add-keywords)
21080 (font-lock-remove-keywords): Clarify docstring.
21081 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21082 Don't start docstrings with a `*'.
21083 (font-lock-update-removed-keyword-alist): Give it a docstring.
21084
21085 * generic-x.el: Update commentary section.
21086 Only require font-lock when compiling.
21087 Define all modes conditionally.
21088 Place all generic modes in the generic-x-modes customization group.
21089 (generic-x-modes): New customization group.
21090 (generic-default-modes, generic-mswindows-modes)
21091 (generic-unix-modes, generic-other-modes): New constants.
21092 (generic-define-mswindows-modes, generic-define-unix-modes):
21093 Update docstrings. Make them obsolete.
21094 (generic-extras-enable-list): New default value. Update docstring.
21095 Improve :type. Change :set function.
21096 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21097 Fix docstring.
21098
21099 * emacs-lisp/generic.el (generic-mode-internal):
21100 Simplify font-lock-defaults.
21101 (define-generic-mode): Fix docstring.
21102
21103 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21104
21105 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21106 font-lock-face property to highlight matches.
21107
21108 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21109
21110 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21111 (cc-define-alist): New variable.
21112 (c-mode): Make it local and initialize it.
21113
21114 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21115 (gdb-exited): New function.
21116 (gdb-annotation-rules): Use it.
21117 (gdb-starting): Set gdb-active-process to t.
21118 (gdb-stopping): Amend doc string.
21119 (gdb-reset): Set gdb-active-process to nil.
21120
21121 * tooltip.el (tooltip-gud-tips): Show the associated #define
21122 directives when a C program under GDB is not executing.
21123
21124 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21125
21126 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21127 font-lock-fontify-syntactic-keywords.
21128
21129 * font-lock.el (font-lock-default-fontify-region): Don't force
21130 parse-sexp-lookup-properties to nil.
21131
21132 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21133
21134 * man.el (man-mode-syntax-table): Set up `:' to have
21135 word-constituent syntax.
21136
21137 2005-04-27 Lute Kamstra <lute@gnu.org>
21138
21139 * novice.el (disable-command): Don't add spurious newlines to the
21140 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21141
21142 2005-04-26 Jay Belanger <belanger@truman.edu>
21143
21144 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21145 than one window before deleting window.
21146
21147 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21148
21149 * shell.el (shell-prompt-pattern): Doc fix.
21150 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21151
21152 * comint.el (comint-prompt-regexp, comint-get-old-input)
21153 (comint-use-prompt-regexp)
21154 (comint-use-prompt-regexp-instead-of-fields)
21155 (comint-replace-by-expanded-history, comint-send-input)
21156 (comint-output-filter, comint-get-old-input-default)
21157 (comint-line-beginning-position, comint-bol, comint-show-output)
21158 (comint-backward-matching-input, comint-forward-matching-input)
21159 (comint-next-prompt, comint-previous-prompt):
21160 Rename `comint-use-prompt-regexp-instead-of-fields' to
21161 `comint-use-prompt-regexp'. Keep old name as alias and declare
21162 obsolete.
21163 (comint-use-prompt-regexp): Shorten first line of doc string.
21164
21165 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21166 Set paragraph-separate buffer locally to "\\'".
21167
21168 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21169 Adapt to above name change.
21170
21171 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21172 (smbclient-prompt-regexp): Ditto.
21173
21174 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21175
21176 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21177
21178 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21179 gdb-location-list.
21180 Break lines that are over 80 characters wide.
21181
21182 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21183
21184 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21185 New fun and var, to preserve compatibility.
21186
21187 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21188
21189 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21190
21191 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21192 name to file-newer-than-file-p.
21193
21194 2005-04-26 Richard M. Stallman <rms@gnu.org>
21195
21196 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21197
21198 * progmodes/python.el (python-mode):
21199 Use new name eldoc-documentation-function.
21200
21201 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21202
21203 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21204 (eldoc-documentation-function):
21205 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21206
21207 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21208
21209 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21210
21211 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21212
21213 * term/xterm.el (function-key-map): Fix strings for
21214 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21215 {C,S,A,C-S}-{f1-f12}.
21216
21217 2005-04-26 Kenichi Handa <handa@m17n.org>
21218
21219 * international/mule-cmds.el (select-safe-coding-system):
21220 Fix previous change.
21221
21222 2005-04-26 Lute Kamstra <lute@gnu.org>
21223
21224 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21225
21226 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21227 (font-lock-comment-delimiter-face): Ditto.
21228
21229 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21230
21231 2005-04-25 Jay Belanger <belanger@truman.edu>
21232
21233 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21234 to t while inserting information; use help-mode.
21235
21236 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21237
21238 * term.el (ansi-term-color-vector): Use the xterm colors.
21239 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21240
21241 2005-04-25 Lute Kamstra <lute@gnu.org>
21242
21243 * font-core.el (font-lock-defaults): Fix docstring.
21244
21245 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21246
21247 2005-04-25 Kenichi Handa <handa@m17n.org>
21248
21249 * international/mule-cmds.el (select-safe-coding-system):
21250 Don't check consistency with coding: spec, etc if raw-text or
21251 no-conversion was found to be safe.
21252
21253 2005-04-24 Richard M. Stallman <rms@gnu.org>
21254
21255 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21256 citation markers at start of each line.
21257
21258 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21259 citation markers at start of each line.
21260
21261 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21262
21263 * files.el (mode-require-final-newline): Fix previous change.
21264 (require-final-newline): Fix type label.
21265
21266 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21267
21268 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21269 statement in buffer (broken by 2004-11-24 change).
21270
21271 2005-04-24 Kim F. Storm <storm@cua.dk>
21272
21273 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21274 and read-file-name-function values. Don't overwrite existing
21275 non-nil values if ido-mode is enabled without ido-everywhere.
21276
21277 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21278
21279 * files.el (mode-require-final-newline): Minor doc fix.
21280
21281 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21282
21283 * subr.el (syntax-after): Doc fix.
21284 (syntax-class): If argument is nil, return nil. Mask off upper 16
21285 bits, not 8 bits.
21286
21287 * files.el (mode-require-final-newline): Doc fix.
21288 (backup-buffer-copy): Fix last change.
21289
21290 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21291
21292 * term/mac-win.el: Require select. Set selection-coding-system to
21293 mac-system-coding-system. Call menu-bar-enable-clipboard.
21294 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21295 (x-select-enable-clipboard): New variables.
21296 (x-select-text, x-get-selection, x-selection-value)
21297 (x-get-selection-value, mac-select-convert-to-string)
21298 (mac-services-open-file, mac-services-open-selection)
21299 (mac-services-insert-text): New functions.
21300 (CLIPBOARD, FIND): Put mac-scrap-name property.
21301 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21302 (public.tiff): Put mac-ostype property.
21303 (selection-converter-alist): Add entries for them.
21304 (mac-application-menu-map): New keymap.
21305 (interprogram-cut-function, interprogram-paste-function): Set to
21306 x-select-text and x-get-selection-value, respectively.
21307 (split-window-keep-point): Set to t.
21308
21309 2005-04-23 Richard M. Stallman <rms@gnu.org>
21310
21311 * files.el (read-directory-name): Always pass non-nil
21312 DEFAULT-FILENAME arg to read-file-name.
21313 (backup-buffer-copy, basic-save-buffer-2): Take care against
21314 writing thru an unexpected existing symlink.
21315 (revert-buffer): In indirect buffer, revert the base buffer.
21316 (magic-mode-alist): Doc fix.
21317 (buffer-stale-function): Doc fix.
21318 (minibuffer-with-setup-hook): Avoid warning.
21319 (mode-require-final-newline): Doc and custom fix.
21320
21321 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21322
21323 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21324 use the default appearance.
21325 (font-lock-comment-delimiter-face): New face, new variable.
21326
21327 * imenu.el (imenu--generic-function): The official position of a
21328 definition is the start of the line that BEG is in.
21329
21330 * midnight.el (midnight-timer): Move defvar up.
21331
21332 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21333
21334 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21335
21336 * startup.el (command-line): Use with-no-warnings.
21337
21338 * window.el (window-size-fixed): New defvar.
21339
21340 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21341
21342 * mail/rmail.el (rmail-font-lock-keywords):
21343 Use font-lock-comment-delimiter-face.
21344
21345 * mail/sendmail.el (mail-font-lock-keywords):
21346 Use font-lock-comment-delimiter-face.
21347
21348 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21349
21350 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21351
21352 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21353 Specify t for LAXMATCH when matching directories.
21354 Save match data around compilation-compat-error-properties form.
21355
21356 2005-04-23 David Kastrup <dak@gnu.org>
21357
21358 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21359 Mention that the autoloaded aliases should be kept for AUCTeX.
21360
21361 2005-04-23 Andreas Schwab <schwab@suse.de>
21362
21363 * isearch.el (isearch-forward): Doc fix.
21364
21365 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21366
21367 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21368 (jit-lock-stealth-nice): Change default value to 0.5.
21369
21370 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21371
21372 * abbrev.el (write-abbrev-file): Write table entries in
21373 alphabetical order by table name.
21374
21375 2005-04-22 Kim F. Storm <storm@cua.dk>
21376
21377 * ido.el (ido-read-internal): Fix `list' completion.
21378
21379 2005-04-22 Kenichi Handa <handa@m17n.org>
21380
21381 * recentf.el (recentf-save-file-coding-system): New variable.
21382 (recentf-save-list): Encode the file by
21383 recentf-save-file-coding-system and add coding: tag.
21384
21385 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21386
21387 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21388
21389 2005-04-21 Lute Kamstra <lute@gnu.org>
21390
21391 * loadhist.el (unload-feature): Don't remove a function from hooks
21392 if it is about to be restored to an autoload . Remove functions
21393 that will become unbound from auto-mode-alist. Simplify the code.
21394
21395 * subr.el (assq-delete-all): New implementation that is linear,
21396 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21397 (rassq-delete-all): New function.
21398
21399 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21400 Add size-indication-mode.
21401
21402 2005-04-21 Kenichi Handa <handa@m17n.org>
21403
21404 * international/mule-cmds.el: Add autoload for widget-value in
21405 eval-when-compile.
21406
21407 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21408
21409 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21410 Add tooltip-mode.
21411
21412 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21413
21414 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21415
21416 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21417 (inferior-lisp-filter-regexp, inferior-lisp-program)
21418 (inferior-lisp-load-command, inferior-lisp-prompt)
21419 (inferior-lisp-mode-hook, lisp-source-modes)
21420 (inferior-lisp-load-hook): defvar->defcustom.
21421 (inferior-lisp-program, inferior-lisp-prompt)
21422 (inferior-lisp-load-hook): Doc fixes.
21423 (inferior-lisp-install-letter-bindings): Small change in
21424 introductory comment.
21425
21426 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21427
21428 * vc.el (vc-annotate-color-map): Change some colors so that text
21429 using them as foreground is readable on both white and black
21430 backgrounds.
21431
21432 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21433
21434 * international/mule-conf.el (translation-table-for-input):
21435 Remove redundant declaration.
21436
21437 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21438
21439 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21440
21441 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21442 (tooltip-toggle-gud-tips): New function.
21443
21444 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21445
21446 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21447 right angle brackets.
21448
21449 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21450
21451 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21452
21453 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21454
21455 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21456 Remove. Update callers to use expand-file-name instead.
21457
21458 * subr.el (syntax-class): New function.
21459
21460 * simple.el (blink-matching-open): Use it.
21461
21462 * paren.el (show-paren-function): Use it to recognize parens that are
21463 also used in 2-char comment markers.
21464
21465 2005-04-19 Lute Kamstra <lute@gnu.org>
21466
21467 * loadhist.el (unload-feature): Update for new format of
21468 load-history. Simplify the code.
21469
21470 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21471
21472 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21473 (mac-add-charset-info): New function. Initialize variable
21474 mac-charset-info-alist using it.
21475 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21476 for translation.
21477 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21478 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21479 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21480 New CCL programs.
21481
21482 2005-04-19 Kim F. Storm <storm@cua.dk>
21483
21484 * simple.el (next-buffer, prev-buffer, next-error)
21485 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21486 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21487
21488 * bindings.el (next-buffer, prev-buffer, next-error)
21489 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21490 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21491 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21492 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21493
21494 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21495
21496 * isearch.el (isearch-edit-string): Make the search-ring available for
21497 minibuffer history commands.
21498 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21499 the default history commands now work just as well.
21500 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21501
21502 2005-04-18 Kim F. Storm <storm@cua.dk>
21503
21504 * emulation/cua-base.el (cua--pre-command-handler): Add more
21505 elaborate check for shift modifier on non-window systems.
21506
21507 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21508
21509 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21510
21511 2005-04-18 Kim F. Storm <storm@cua.dk>
21512
21513 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21514 and make it optional. Don't test tooltip-gud-echo-area here.
21515 (tooltip-gud-process-output, gdb-tooltip-print):
21516 Pass tooltip-gud-echo-area to tooltip-show.
21517 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21518
21519 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21520
21521 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21522 `display-graphic-p' may not be bound yet.
21523
21524 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21525
21526 * startup.el (command-line): No longer enable Xterm Mouse mode by
21527 default in terminals compatible with xterm.
21528
21529 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21530
21531 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21532
21533 * tooltip.el (tooltip-gud-echo-area): Rename from
21534 tooltip-use-echo-area.
21535 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21536 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21537 area independently of where help tooltips are displayed.
21538
21539 2005-04-17 David Kastrup <dak@gnu.org>
21540
21541 * cus-theme.el (custom-theme-write-variables): Quote variables
21542 where necessary.
21543
21544 2005-04-17 Richard M. Stallman <rms@gnu.org>
21545
21546 * simple.el (yank-excluded-properties): Add follow-link to value.
21547
21548 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21549
21550 * startup.el (fancy-splash-max-time): Just 30 seconds.
21551 (fancy-splash-delay): Just 7.
21552 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21553
21554 * loadhist.el (unload-feature): Update for new format of load-history.
21555 Simplify the code.
21556
21557 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21558 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21559
21560 * mail/sendmail.el (mail-font-lock-keywords):
21561 Don't fontify subject text.
21562 Don't fontify the text of a citation.
21563
21564 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21565
21566 * comint.el (comint-output-filter): Run comint-output-filter-functions
21567 with point where the user had it.
21568
21569 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21570
21571 * international/ucs-tables.el (ucs-set-table-for-input):
21572 Disable when using unify-on-decoding.
21573
21574 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21575
21576 * emulation/cua-base.el (cua-global-mark-face): Add special case
21577 for displays supporting a high number of colors.
21578
21579 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21580
21581 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21582
21583 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21584
21585 * filesets.el (filesets-add-buffer): If user supplies a name of a
21586 non-existing fileset, create a new fileset.
21587
21588 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21589
21590 * textmodes/org.el (org-up-heading-all): Fix bug with
21591 `outline-up-heading-all'.
21592
21593 2005-04-16 Andreas Schwab <schwab@suse.de>
21594
21595 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21596 /etc/permissions.d/* and /etc/aliases.d/*.
21597
21598 2005-04-16 Kenichi Handa <handa@m17n.org>
21599
21600 * international/code-pages.el (cp-make-coding-system):
21601 Set `translation-table-for-input' property value to the symbol
21602 ucs-mule-to-mule-unicode, not to that value.
21603 (pt154): Escape guillemet by `\'.
21604
21605 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21606
21607 * loadup.el: Load tooltip if x-show-tip is fboundp.
21608
21609 * startup.el (command-line): Add comment.
21610
21611 * tooltip.el (tooltip-mode): Specify correct standard value for
21612 Custom in init-value.
21613
21614 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21615
21616 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21617 possible.
21618
21619 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21620
21621 * textmodes/org.el (org-agenda-date-prompt): Rename from
21622 `org-agenda-date-today'.
21623 (org-evaluate-time-range): Insert at point instead of directly
21624 after time range.
21625 (org-first-headline-recenter, org-subtree-end-visible-p)
21626 (org-optimize-window-after-visibility-change): New functions
21627 (org-agenda-post-command-hook): Don't allow point at end of line,
21628 to make sure it always hits the text properties.
21629 (org-agenda-next-date-line, org-agenda-previous-date-line):
21630 New commands.
21631 (org-set-regexps-and-options): Category may contain white space.
21632 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21633 Improve marker positions.
21634 (org-agenda-new-marker): Argument POS made optional.
21635 (org-agenda-get-timestamps): Deadlines which are done are listed
21636 in org-done-face now.
21637 (org-agenda-get-todos, org-agenda-get-timestamps)
21638 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21639 Set `undone-face' and `done-face' properties.
21640 (org-last-todo-state-is-todo): New variable.
21641 (org-todo): Set `org-last-todo-state-is-todo'.
21642 (org-agenda-todo): Change face according to
21643 `org-last-todo-state-is-todo'. And change other lines referring to
21644 the same entry.
21645 (org-calendar-goto-agenda): New command.
21646 (org-calendar-to-agenda-key): New option.
21647 (org-startup-folded): New allowed value `content'.
21648 (org-set-regexps-and-options): Accept new value `content' for
21649 `org-startup-folded'.
21650 (org-get-current-options): Handle new value `content' for
21651 `org-startup-folded'.
21652 (org-insert-todo-heading): New command.
21653 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21654 interactively in empty file and option
21655 `org-insert-mode-line-in-empty-file' has been set.
21656 (org-agenda-todo, org-agenda-priority): Modify to use
21657 `org-agenda-change-all-lines'.
21658 (org-warning-face): Change color on dark background
21659
21660 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21661
21662 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21663 use preferences AppleLocale and AppleLanguages, and variable
21664 mac-system-locale for default locale. On Mac OS Classic, use
21665 mac-system-coding-system for default coding systems.
21666
21667 * term/mac-win.el: Don't set file-name-coding-system.
21668 Decode variables system-name, emacs-build-system, user-login-name, and
21669 user-full-name by mac-system-coding-system on Mac OS Classic.
21670 (mac-system-coding-system): New variable.
21671
21672 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21673
21674 * startup.el (command-line): Handle `xterm-mouse-mode' before
21675 reading init file.
21676
21677 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21678
21679 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21680
21681 * progmodes/sh-script.el (sh-here-document-word): Make it a
21682 defcustom. Doc fix.
21683 (sh-add): Bash uses $(( )) for arithmetic.
21684 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21685 (sh-maybe-here-document): Remove quotes and leading whitespace
21686 from heredoc word when closing. Indent heredoc with tabs if word
21687 starts with "-".
21688
21689 2005-04-13 Richard M. Stallman <rms@gnu.org>
21690
21691 * simple.el (undo): Fix previous change.
21692
21693 * custom.el (defface): Doc fix.
21694
21695 2005-04-13 Lute Kamstra <lute@gnu.org>
21696
21697 * Makefile.in (DONTCOMPILE): Remove list.
21698 (compile, compile-always): Don't use DONTCOMPILE.
21699 (update-authors): Load the library in which batch-update-authors
21700 is defined.
21701 * makefile.w32-in (DONTCOMPILE): Remove list.
21702 (compile, compile-always): Fix comments.
21703 (update-authors): Load the library in which batch-update-authors
21704 is defined.
21705
21706 * generic-x.el (generic-mode-ini-file-find-file-hook):
21707 Rename to ini-generic-mode-find-file-hook.
21708 Keep generic-mode-ini-file-find-file-hook as an alias.
21709 (ini-generic-mode-find-file-hook): Rename from
21710 generic-mode-ini-file-find-file-hook. Fix docstring.
21711 (ini-generic-mode): Docstring change.
21712 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21713
21714 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21715 called from lisp.
21716
21717 * generic.el: Move to the emacs-lisp subdir.
21718
21719 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21720
21721 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21722 and C-S- function and cursor motion keys.
21723
21724 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21725
21726 * startup.el (command-line): Enable Xterm Mouse mode by default.
21727 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21728 for Custom. No longer show "Mouse" in mode line when enabled.
21729 Doc fix.
21730
21731 2005-04-12 Kim F. Storm <storm@cua.dk>
21732
21733 * emulation/cua-base.el (cua-rectangle-face)
21734 (cua-rectangle-noselect-face): Define face attributes here.
21735
21736 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21737
21738 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21739
21740 * startup.el (command-line): Turn off blinking cursor if
21741 cursorBlink in resources is off or false.
21742
21743 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21744
21745 * term/mac-win.el (dnd): Require dnd.
21746 (mac-drag-n-drop): Call dnd-handle-one-url.
21747 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21748 (kTextEncodingISOLatin2): Remove constants.
21749 (mac-script-code-coding-systems): New constant.
21750 (mac-handle-language-change): New function.
21751 (special-event-map): Bind it to `language-change' event.
21752 (mac-centraleurroman, mac-cyrillic): New coding systems.
21753 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21754 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21755 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21756 encode-mac-cyrillic, respectively.
21757
21758 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21759
21760 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21761 Don't set overlay-arrow-string to "=>" as this is done
21762 globally in C now.
21763
21764 2005-04-12 Lute Kamstra <lute@gnu.org>
21765
21766 * generic-x.el (rc-generic-mode, rul-generic-mode):
21767 Fix auto-mode-alist entries.
21768 (etc-fstab-generic-mode): Tweak fontification.
21769
21770 * generic.el (generic-make-keywords-list): Fix docstring.
21771 (generic-mode-internal): Simplify generic-font-lock-keywords.
21772
21773 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21774
21775 * whitespace.el (whitespace-buffer-leading)
21776 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21777 However, fix the highlight area for the leading and
21778 trailing whitespaces to show space.
21779
21780 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21781
21782 * whitespace.el (whitespace-version): Bump to 3.5
21783
21784 (whitespace-buffer-leading, whitespace-buffer-trailing):
21785 Invert sense of the test to highlight the whitespace.
21786
21787 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21788
21789 * progmodes/gud.el (gud-display-line): GUD uses its own
21790 overlay arrow now so don't set overlay-arrow-string.
21791 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21792
21793 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21794
21795 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21796 (term-ansi-current-reverse, term-ansi-current-invisible)
21797 (term-ansi-face-already-done): Change to boolean.
21798 (term-reset-terminal, term-handle-colors-array): Handle the above
21799 vars accordingly.
21800 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21801 (term-emulate-terminal): Use the new name.
21802
21803 * faces.el (secondary-selection): Use yellow1, not yellow.
21804 (trailing-whitespace): Use red1, not red.
21805
21806 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21807
21808 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21809 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21810 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21811
21812 * cus-edit.el (dnd): New group.
21813
21814 * term/w32-win.el (dnd): Require dnd
21815 (w32-drag-n-drop): Call dnd-handle-one-url.
21816
21817 * x-dnd.el: Require dnd.
21818 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21819 Call dnd-handle-one-url.
21820 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21821 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21822 to dnd-insert-text.
21823 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21824 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21825 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21826 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21827
21828 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21829
21830 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21831
21832 * wdired.el: Doc fixes.
21833 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21834 (wdired-use-dired-vertical-movement): Rename from
21835 wdired-always-move-to-filename-beginning.
21836 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21837 (wdired-change-to-wdired-mode): Change mode name.
21838 (wdired-newline): Delete.
21839
21840 2005-04-11 Richard M. Stallman <rms@gnu.org>
21841
21842 * whitespace.el (whitespace-highlight-the-space):
21843 Don't call whitespace-unhighlight-the-space here.
21844
21845 * simple.el (undo): Record t in undo-equiv-table
21846 for the redo record made by an undo-in-region.
21847
21848 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21849
21850 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21851 (gdb-frame-inferior-io-buffer): New Functions to control
21852 display of separate IO buffer.
21853 (menu): Add them to menu-bar.
21854 (gdb-display-buffer): Check for buffer another frame.
21855 Protect GUD buffer.
21856 (gdb-setup-windows): Create IO buffer if not already there.
21857 (gdb-memory-mode): Remove purecopy noops.
21858
21859 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21860
21861 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21862 and pass to self-insert-command.
21863
21864 2005-04-11 Lute Kamstra <lute@gnu.org>
21865
21866 * generic.el: Commentary section cleanup.
21867 (generic): Delete.
21868 (generic-use-find-file-hook, generic-lines-to-scan)
21869 (generic-find-file-regexp, generic-ignore-files-regexp)
21870 (default-generic-mode, generic-mode-find-file-hook)
21871 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21872 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21873 (generic-use-find-file-hook, generic-lines-to-scan)
21874 (generic-find-file-regexp, generic-ignore-files-regexp)
21875 (default-generic-mode, generic-mode-find-file-hook)
21876 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21877
21878 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21879
21880 * bookmark.el (bookmark-write-file): Catch errors writing file.
21881 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21882
21883 2005-04-10 Richard M. Stallman <rms@gnu.org>
21884
21885 * startup.el (fancy-splash-tail): Update copyright year.
21886 (command-line): Split part of -Q into -D.
21887 (emacs-basic-display): New defvar.
21888 (fancy-splash-text): Correct name of menu item.
21889
21890 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21891
21892 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21893 lines in one node.
21894
21895 * comint.el (comint-send-input): New arg ARTIFICIAL.
21896 Callers in this file changed.
21897
21898 * abbrev.el (define-abbrevs): Read system abbrevs properly.
21899
21900 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21901
21902 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
21903
21904 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
21905 `ldap-search-internal'.
21906
21907 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21908
21909 * files.el (set-auto-mode-1): Use line-end-position.
21910
21911 * international/latin-1.el:
21912 * international/latin-2.el:
21913 * international/latin-3.el:
21914 * international/latin-4.el:
21915 * international/latin-5.el:
21916 * international/latin-8.el:
21917 * international/latin-9.el: Give punctuation syntax to NBSP.
21918
21919 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21920 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21921 Use char-classes to accept non-ascii letters, accepted in some recent
21922 bibtex implementations.
21923
21924 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
21925
21926 * custom.el (custom-set-minor-mode): Any non-nil value for the
21927 variable should enable the mode when set through Custom.
21928
21929 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21930
21931 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21932 TAB binding so tab-always-indent is obeyed.
21933 (vhdl-minibuffer-local-map): Move initialization into declaration.
21934 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21935 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21936 (vhdl-hooked-abbrev): Avoid test for XEmacs.
21937 (vhdl-current-line): Use line-beginning-position.
21938 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21939 with-output-to-temp-buffer, so the current position can be recorded.
21940
21941 2005-04-10 Masatake YAMATO <jet@gyve.org>
21942
21943 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21944 Add regexp for gcov.
21945
21946 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21947
21948 * calendar/time-date.el (time-to-seconds, seconds-to-time)
21949 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21950 syntax which Emacs 20 doesn't support.
21951
21952 2005-04-09 Richard M. Stallman <rms@gnu.org>
21953
21954 * help.el (describe-key-briefly, describe-key):
21955 Replace strings as event types with "(any string)".
21956
21957 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
21958
21959 * arc-mode.el (archive-mode-map): Move initialization into
21960 the declaration. Override *all* bindings of `undo'.
21961 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21962
21963 2005-04-09 Jay Belanger <belanger@truman.edu>
21964
21965 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21966
21967 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
21968
21969 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21970 (xterm-register-default-colors): Update color values computation
21971 to match xterm-200.
21972
21973 2005-04-09 Kenichi Handa <handa@m17n.org>
21974
21975 * international/code-pages.el (iso-latin-7): Fix the map.
21976
21977 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
21978
21979 * emacs-lisp/lisp.el (defun-prompt-regexp)
21980 (parens-require-spaces, buffer-end, end-of-defun)
21981 (insert-parentheses): Doc fixes.
21982
21983 2005-04-08 Kim F. Storm <storm@cua.dk>
21984
21985 * comint.el (comint-highlight-prompt): Fix face spec.
21986 * hi-lock.el (hi-green): Likewise.
21987
21988 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21989
21990 * cus-edit.el (custom-modified-face):
21991 * comint.el (comint-highlight-input): Fix previous changes.
21992 * term.el (term-handle-ansi-escape): Add a comment.
21993
21994 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21995
21996 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21997 in the buffer and in whitespace-highlighted-space.
21998 (whitespace-unhighlight-the-space): Simplify.
21999 (whitespace-buffer): Simplify.
22000
22001 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22002
22003 * textmodes/table.el (table-cell-face): Add special case for
22004 displays supporting a high number of colors.
22005 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22006 (vhdl-font-lock-reserved-words-face)
22007 (vhdl-speedbar-architecture-face)
22008 (vhdl-speedbar-instantiation-face)
22009 (vhdl-speedbar-architecture-selected-face)
22010 (vhdl-speedbar-instantiation-selected-face): Likewise.
22011 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22012 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22013 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22014 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22015 (ebrowse-progress-face): Likewise.
22016 * progmodes/compile.el (compilation-info-face): Likewise.
22017 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22018 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22019 * calendar/calendar.el (diary-face): Likewise.
22020 * woman.el (woman-italic-face, woman-bold-face)
22021 (woman-unknown-face): Likewise.
22022 * wid-edit.el (widget-button-pressed-face): Likewise.
22023 * whitespace.el (whitespace-highlight-face): Likewise.
22024 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22025 * pcvs-info.el (cvs-marked-face): Likewise.
22026 * info.el (info-xref): Likewise.
22027 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22028 * hilit-chg.el (highlight-changes-face)
22029 (highlight-changes-delete-face): Likewise.
22030 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22031 (hi-red-b): Likewise.
22032 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22033 * font-lock.el (font-lock-keyword-face)
22034 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22035 * cus-edit.el (custom-invalid-face, custom-modified-face)
22036 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22037 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22038 * comint.el (comint-highlight-prompt): Likewise.
22039
22040 2005-04-08 Lute Kamstra <lute@gnu.org>
22041
22042 * font-lock.el (font-lock-keywords): Docstring fixes.
22043
22044 2005-04-08 Kenichi Handa <handa@m17n.org>
22045
22046 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22047 chars are more than a limit, print " and more..." at the tail.
22048
22049 2005-04-08 Kim F. Storm <storm@cua.dk>
22050
22051 * emacs-lisp/authors.el (authors-aliases): Update list.
22052 (authors-ignored-files): New list.
22053 (authors-fixed-entries): Fix typo.
22054 (authors-renamed-files-alist): Update list.
22055 (authors-add): Check authors-ignored-files.
22056
22057 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22058
22059 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22060 optional, to ensure backward compatibility.
22061
22062 2005-04-08 Stephen Eglen <stephen@gnu.org>
22063
22064 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22065
22066 2005-04-08 Kim F. Storm <storm@cua.dk>
22067
22068 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22069
22070 * mouse.el (mouse-on-link-p): Doc fix.
22071
22072 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22073
22074 * ielm.el (ielm-prompt-read-only): Doc fix.
22075
22076 * comint.el (comint-prompt-read-only): Doc fix.
22077
22078 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22079
22080 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22081 ensure dired always handles wildcards passed to ffap.
22082 (find-file-at-point): Use it.
22083 (ffap-dired-wildcards): Doc fix.
22084
22085 2005-04-07 Juri Linkov <juri@jurta.org>
22086
22087 * simple.el (next-error-overlay-arrow-position): New defvar.
22088 Put "=>" on its property `overlay-arrow-string'. Add it to
22089 `overlay-arrow-variable-list'.
22090
22091 * progmodes/compile.el (compilation-setup):
22092 Set `next-error-overlay-arrow-position' to nil. Also set it to
22093 nil in the local hook `kill-buffer-hook'. Make local variable
22094 `overlay-arrow-string' and set it to "=>".
22095 (compilation-goto-locus): Set BOL position to
22096 `next-error-overlay-arrow-position' instead of
22097 `overlay-arrow-position'.
22098
22099 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22100 locally instead of adding it to the global hook.
22101 (Info-kill-buffer): Move up.
22102
22103 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22104
22105 * term/xterm.el (xterm-standard-colors): Update color values from
22106 xterm-200.
22107
22108 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22109
22110 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22111
22112 * fast-lock.el:
22113 * lazy-lock.el: Move them to the obsolete subdir.
22114
22115 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22116
22117 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22118 (wdired-add-replace-advice): Remove.
22119 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22120
22121 2005-04-06 Kim F. Storm <storm@cua.dk>
22122
22123 * startup.el (command-line): Add --bare-bones alias for -Q.
22124
22125 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22126
22127 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22128 create the startup fontset if a font specification ends with
22129 `mac-roman'.
22130
22131 2005-04-06 Lute Kamstra <lute@gnu.org>
22132
22133 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22134 change.
22135
22136 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22137 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22138
22139 2005-04-05 Lute Kamstra <lute@gnu.org>
22140
22141 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22142 (define-generic-mode): Ditto. Fix debug declaration.
22143
22144 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22145 Put them in the generic-x group.
22146
22147 * calendar/timeclock.el (timeclock): Doc fix.
22148
22149 * generic.el (define-generic-mode): Don't use custom-current-group.
22150 Document default :group value.
22151 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22152 (define-global-minor-mode): Don't use custom-current-group.
22153
22154 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22155
22156 * startup.el (command-line-1): Display startup-echo-area-message
22157 when fancy splash screen is in use.
22158
22159 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22160 (sh-escaped-newline): New face.
22161 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22162 newline, and use sh-escaped-newline face.
22163
22164 * progmodes/tcl.el (tcl-escaped-newline): New face.
22165 (tcl-builtin-list): New variable.
22166 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22167 newlines. Fix keywords subexpression number.
22168
22169 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22170
22171 * textmodes/org.el (org-diary-default-entry): Fix call to
22172 `add-to-diary-entry'.
22173
22174 2005-04-05 Kim F. Storm <storm@cua.dk>
22175
22176 * ediff-init.el: Use (featurep 'xemacs).
22177
22178 2005-04-05 David Ponce <david@dponce.com>
22179
22180 * cus-edit.el (face): Derive from symbol widget. Display sample
22181 of the current face on the fly.
22182 (widget-face-sample-face-get, widget-face-notify): New functions.
22183 (widget-face-value-create): Remove.
22184
22185 * wid-edit.el (widget-field-end): Temporarily remove field
22186 narrowing before to call `get-char-property'.
22187
22188 2005-04-04 Jay Belanger <belanger@truman.edu>
22189
22190 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22191 (math-read-subscripts): New variable.
22192 (math-read-preprocess-string): Process subscripts.
22193
22194 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22195
22196 * comint.el (comint-prompt-read-only): Doc fix.
22197
22198 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22199 `-1'. Doc fix.
22200
22201 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22202
22203 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22204 Change default value to nil.
22205
22206 2005-04-04 Lute Kamstra <lute@gnu.org>
22207
22208 * autorevert.el (auto-revert-mode): Specify :group.
22209 * battery.el (display-battery-mode): Specify :group.
22210 * diff-mode.el (diff-minor-mode): Specify :group.
22211 * font-core.el (font-lock-mode): Specify :group.
22212 * hl-line.el (hl-line-mode): Specify :group.
22213 * iimage.el (iimage): New customization group.
22214 (iimage-mode): Specify :group.
22215 * longlines.el (longlines-mode): Specify :group.
22216 * master.el: Don't require easy-mmode.
22217 (master): New customization group.
22218 (master-mode): Specify :group.
22219 * msb.el (msb-mode): Specify :group.
22220 * reveal.el (reveal-mode): Specify :group.
22221 * simple.el (next-error-follow-minor-mode): Specify :group.
22222 * smerge-mode.el (smerge-mode): Specify :group.
22223 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22224 * emulation/cua-base.el (cua-mode): Specify :group.
22225 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22226 * language/thai-util.el (thai-auto-composition-mode)
22227 (thai-word-mode): Specify :group.
22228 * mail/supercite.el (sc-minor-mode): Specify :group.
22229 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22230 * progmodes/flymake.el (flymake-mode): Specify :group.
22231 * progmodes/glasses.el (glasses-mode): Specify :group.
22232 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22233 * textmodes/enriched.el (enriched-mode): Specify :group.
22234 * textmodes/refill.el (refill-mode): Specify :group.
22235
22236 * add-log.el (change-log-font-lock-keywords): Names in
22237 parenthesized lists can contain spaces.
22238
22239 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22240
22241 * startup.el (fancy-splash-text): Shorten default text of
22242 "Emacs Tutorial" line. Also, if the current language env
22243 indicates an available tutorial file other than TUTORIAL,
22244 extract its title and append it to the line in parentheses.
22245 (fancy-splash-insert): If arg is a thunk, funcall it.
22246
22247 2005-04-04 Jay Belanger <belanger@truman.edu>
22248
22249 * calc.el (calc-language-alist): Add tags to customization type.
22250
22251 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22252
22253 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22254 Doc fix.
22255
22256 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22257
22258 * add-log.el (change-log-font-lock-keywords): The manual
22259 describing a Change Log entry, says: (...) "Aside from these
22260 header lines, every line in the change log starts with a space or
22261 a tab.". The font-lock was not highlighting lines started with
22262 spaces, added support for it.
22263
22264 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22265
22266 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22267 (bibtex-generate-url-list): Update docstring accordingly. Put the
22268 complex example in the docstring.
22269 (bibtex-font-lock-url): Use pop.
22270
22271 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22272
22273 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22274
22275 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22276
22277 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22278
22279 * filesets.el (filesets-set-default): Doc fix.
22280
22281 2005-04-03 Lute Kamstra <lute@gnu.org>
22282
22283 * generic.el (define-generic-mode): Add argument to specify
22284 keywords for defcustom.
22285 (default-generic-mode): Specify :group.
22286
22287 * generic-x.el: Specify :group for all generic modes.
22288
22289 * desktop.el (desktop-no-desktop-file-hook)
22290 (desktop-after-read-hook): Doc fix.
22291
22292 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22293
22294 * simple.el (visible-mode): Use explicit :group keyword.
22295 This changes the group of `visible-mode-hook' from paren-blinking
22296 to editing-basics.
22297
22298 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22299
22300 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22301 mailbox specifications as well as URLs.
22302 (rmail-insert-inbox-text): Remove unused conditional branches.
22303
22304 2005-04-01 Jay Belanger <belanger@truman.edu>
22305
22306 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22307 (calc-gnuplot-print-command): Move definitions to calc.el.
22308
22309 * calc/calc-embed.el (calc-embedded-announce-formula)
22310 (calc-embedded-open-formula, calc-embedded-close-formula)
22311 (calc-embedded-open-word, calc-embedded-close-word)
22312 (calc-embedded-open-plain, calc-embedded-close-plain)
22313 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22314 (calc-embedded-open-mode, calc-embedded-close-mode):
22315 Move definitions to calc.el.
22316
22317 * calc/calc.el (calc-settings-file, calc-language-alist):
22318 Make customizable.
22319 (calc-embedded-announce-formula, calc-embedded-open-formula)
22320 (calc-embedded-close-formula, calc-embedded-open-word)
22321 (calc-embedded-close-word, calc-embedded-open-plain)
22322 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22323 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22324 (calc-embedded-close-mode, calc-gnuplot-name)
22325 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22326 from other files and make customizable.
22327
22328 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22329
22330 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22331 Use buffer-live-p.
22332 (cvs-mode-run): Don't call cvs-update-header here.
22333 (cvs-run-process): Call cvs-update-header.
22334 Use process properties for cvs-postprocess and cvs-buffer so that
22335 the sentinel can behave better if the temp buffer is killed.
22336 Use a pipe rather than a tty, to better handle unexpected prompts.
22337 (cvs-sentinel): Rewrite. Call cvs-update-header.
22338
22339 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22340
22341 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22342 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22343
22344 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22345
22346 * generic.el (define-generic-mode): Add indentation rule.
22347
22348 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22349
22350 * files.el (mode-require-final-newline): Make Custom correctly
22351 report a nil value and allow to set it to nil via Custom.
22352 Doc fix.
22353
22354 2005-04-01 Kenichi Handa <handa@m17n.org>
22355
22356 * international/characters.el: Enable the correct case setting for
22357 dotless-i and dotted-I.
22358
22359 2005-04-01 Kim F. Storm <storm@cua.dk>
22360
22361 * ido.el (ido-file-internal): Fall back to non-ido command if
22362 initial directory is on slow ftp (or tramp) host.
22363
22364 2005-03-31 Richard M. Stallman <rms@gnu.org>
22365
22366 * emacs-lisp/autoload.el (make-autoload):
22367 Handle define-global-minor-mode.
22368
22369 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22370 Rename from easy-mmode-define-global-mode.
22371 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22372
22373 * progmodes/scheme.el (scheme-mode-syntax-table):
22374 Update syntax of | and # for two-character comment syntax.
22375
22376 2005-03-31 Lute Kamstra <lute@gnu.org>
22377
22378 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22379 (define-minor-mode): Call custom-current-group at load-time.
22380
22381 * generic.el (define-generic-mode): Add debug declaration.
22382 Add defcustom for the mode hook.
22383 (generic-mode-internal): Use run-mode-hooks.
22384
22385 2005-03-31 Kim F. Storm <storm@cua.dk>
22386
22387 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22388 (mouse-fixup-help-message): New defun called by show_help_echo
22389 to fixup mouse-2 prefix in help messages when applicable.
22390
22391 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22392
22393 2005-03-31 Kenichi Handa <handa@m17n.org>
22394
22395 * language/thai-word.el (thai-find-word-ends): Pay attention to
22396 the case that we reach the end of buffer.
22397
22398 * textmodes/fill.el (fill-text-properties-at): New function.
22399 (fill-newline): Use fill-text-properties-at instead of
22400 text-properties-at.
22401
22402 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22403
22404 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22405 not comint-quote-filename.
22406
22407 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22408
22409 * help-fns.el (help-with-tutorial): Revert last change.
22410
22411 2005-03-31 Kim F. Storm <storm@cua.dk>
22412
22413 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22414
22415 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22416
22417 * calendar/cal-china.el: Update reference to "Calendrical
22418 Calculations" book; there's a new edition.
22419 * calendar/cal-coptic.el: Likewise.
22420 * calendar/cal-french.el: Likewise.
22421 * calendar/cal-hebrew.el: Likewise.
22422 * calendar/cal-islam.el: Likewise.
22423 * calendar/cal-iso.el: Likewise.
22424 * calendar/cal-julian.el: Likewise.
22425 * calendar/cal-mayan.el: Likewise.
22426 * calendar/cal-persia.el: Likewise.
22427 * calendar/calendar.el: Likewise.
22428 * calendar/holidays.el: Likewise.
22429 * calendar/lunar.el: Likewise.
22430 * calendar/solar.el: Likewise.
22431
22432 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22433 white space from doc string.
22434
22435 2005-03-30 Jay Belanger <belanger@truman.edu>
22436
22437 * calc/calc-help.el (calc-full-help): Remove email address.
22438
22439 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22440
22441 * help-fns.el (help-with-tutorial): Delete title line.
22442
22443 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22444
22445 * calendar/cal-x.el (calendar-one-frame-setup)
22446 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22447 rather than `symbol' for set-window-dedicated-p.
22448
22449 * calendar/appt.el (appt-buffer-name): Make it a constant.
22450 (appt-add): Doc fix.
22451
22452 * filesets.el (filesets-menu-path, filesets-menu-before)
22453 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22454 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22455 (filesets-add-submenu): Delete and use add-submenu instead.
22456
22457 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22458
22459 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22460 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22461 (org-diary-default-entry): New function.
22462 (org-get-entries-from-diary): Better parsing of diary entries.
22463 (org-agenda-check-no-diary): New function.
22464 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22465 linking to diary entries.
22466 (org-agenda-execute-calendar-command): New function.
22467 (org-agenda): Improve visible section in window.
22468 Use `org-fit-agenda-window'.
22469 (org-fit-agenda-window): New option.
22470 (org-move-subtree-down): Better handling of empty lines
22471 at end of subtree.
22472 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22473 levels up.
22474 (org-fontify-done-headline): New option.
22475 (org-headline-done-face): New face.
22476 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22477 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22478 When current field is non-empty, it is copied to next row.
22479 (org-table-copy-from-above): Fix bug which made it
22480 impossible to copy fields containing only a single non-white character.
22481
22482 2005-03-30 Kim F. Storm <storm@cua.dk>
22483
22484 * kmacro.el (kmacro-end-macro): Isearch may store this command
22485 into the macro -- so ignore it when executing keyboard macro.
22486
22487 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22488
22489 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22490
22491 2005-03-29 Kenichi Handa <handa@m17n.org>
22492
22493 * language/thai.el ("Thai"): Set setup-function and exit-function
22494 for Thai language environment.
22495
22496 * language/thai-util.el: Require thai-word.
22497 (thai-word-mode-map): New variable.
22498 (thai-word-mode): New minor mode.
22499 (setup-thai-language-environment-internal): New function.
22500 (exit-thai-language-environment-internal): New function.
22501
22502 * language/thai-word.el (thai-word-table): Declare it by defvar,
22503 use dolist to initialize it.
22504 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22505 (thai-fill-find-break-point): New functions.
22506
22507 2005-03-29 Richard M. Stallman <rms@gnu.org>
22508
22509 * simple.el (idle-update-delay): Move definition up.
22510 (set-mark): Doc fix.
22511
22512 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22513
22514 * longlines.el: New file.
22515
22516 * simple.el (buffer-substring-filters): New variable.
22517 (filter-buffer-substring): New function.
22518 (kill-region, copy-region-as-kill): Use it.
22519
22520 * register.el (copy-to-register, append-to-register)
22521 (prepend-to-register): Use filter-buffer-substring.
22522
22523 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22524
22525 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22526 (gud-filter-pending-text): Move in front of gdb.
22527 (gud-overlay-arrow-position): New variable.
22528 (gud-sentinel, gud-display-line): Use it in place of
22529 overlay-arrow-position.
22530
22531 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22532
22533 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22534 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22535 (fortran-font-lock-keywords-4): New variable.
22536 (fortran-blocks-re, fortran-end-block-re)
22537 (fortran-start-block-re): New constants, for hideshow.
22538 (hs-special-modes-alist): Add a Fortran entry.
22539 (fortran-mode-map): Bind fortran-end-of-block,
22540 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22541 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22542 (fortran-looking-at-if-then, fortran-end-of-block)
22543 (fortran-beginning-of-block): New functions, for hideshow.
22544
22545 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22546 Doc fix. Tweak regexp.
22547 (f90-beginning-of-block): Push mark first.
22548
22549 2005-03-29 Jay Belanger <belanger@truman.edu>
22550
22551 * calc/calc.el: Update copyright date.
22552 (calc-version): Increase to 2.1.
22553 (calc-version-date): Remove.
22554
22555 * calc/calc-help.el: Update copyright date.
22556 (calc-full-help): Remove reference to calc-version-date.
22557 Update copyright date.
22558
22559 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22560
22561 * vc.el (vc-do-command): Use a pipe for async processes, so password
22562 prompts don't show up at places where the user can't reply.
22563
22564 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22565
22566 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22567 on the file name we pass to the inferior shell.
22568
22569 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22570
22571 * progmodes/which-func.el (which-function): Be robust in the face of an
22572 imenu--make-index-alist failure.
22573
22574 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22575
22576 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22577
22578 * progmodes/python.el (python-preoutput-filter): Fix last change.
22579
22580 2005-03-29 Lute Kamstra <lute@gnu.org>
22581
22582 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22583 functions and compiled macros.
22584 (debug-convert-byte-code): Handle macros too.
22585 (debug-on-entry-1): Don't signal an error when trying to clear a
22586 function that is not set to debug on entry.
22587
22588 2005-03-29 Jay Belanger <belanger@truman.edu>
22589
22590 * calc/calc-lang.el: Add functions to math-function-table
22591 properties of tex and math.
22592
22593 2005-03-29 Kenichi Handa <handa@m17n.org>
22594
22595 * ps-mule.el (ps-mule-plot-string): Translate characters by
22596 ps-print-translation-table.
22597 (ps-mule-begin-job): Call find-charset-region/string with
22598 ps-print-translation-table.
22599 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22600
22601 * ps-print.el (ps-print-translation-table): New variable.
22602 (ps-plot-region): Translate characters by ps-print-translation-table.
22603
22604 2005-03-29 Juri Linkov <juri@jurta.org>
22605
22606 * simple.el (next-error-highlight-timer): New variable.
22607
22608 * progmodes/compile.el (compilation-goto-locus):
22609 Use `next-error-highlight-timer' instead of `sit-for'.
22610
22611 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22612
22613 * mail/supercite.el (sc-mail-field): Use assoc-string.
22614 (sc-get-address): Simplify regexps.
22615
22616 * files.el (minibuffer-with-setup-hook): New macro.
22617 (find-file-read-args): Use it to avoid let-binding
22618 minibuffer-with-setup-hook (which breaks turning on/off
22619 file-name-shadow-mode while in the prompt).
22620
22621 * complete.el (PC-read-include-file-name-internal):
22622 Use test-completion.
22623
22624 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22625
22626 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22627
22628 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22629
22630 * window.el (window-buffer-height): Use count-screen-lines.
22631
22632 * progmodes/python.el (python-preoutput-leftover): New var.
22633 (python-preoutput-filter): Use it.
22634 (python-send-receive): Loop until all the result has been received.
22635
22636 2005-03-28 Juri Linkov <juri@jurta.org>
22637
22638 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22639
22640 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22641 "Recover Crashed Session".
22642 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22643 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22644 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22645 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22646 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22647 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22648 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22649 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22650
22651 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22652 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22653 Ediff Sessions", "Toggle use of separate control buffer frame",
22654 "Use separate frame for Ediff control buffer".
22655
22656 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22657 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22658 "Rename Bookmark", "Delete Bookmark".
22659
22660 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22661 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22662 Add `:active Info-index-alternatives' to "Next Matching Item".
22663
22664 * wdired.el (wdired-change-to-wdired-mode):
22665 Mention `wdired-abort-changes' key in the initial message.
22666
22667 * international/mule.el (auto-coding-alist): Associate non-ascii
22668 image filename extensions with `no-conversion'.
22669
22670 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22671
22672 * international/iso-acc.el:
22673 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22674
22675 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22676
22677 * textmodes/sgml-mode.el (html-mode): Doc update.
22678
22679 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22680
22681 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22682
22683 * term.el (term-move-columns): Fix face after extending a line.
22684 (term-insert-spaces): Likewise.
22685 (term-reset-terminal): Fix off by one error.
22686
22687 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22688
22689 * international/mule.el (auto-coding-alist): Add .xpi files.
22690
22691 * files.el (auto-mode-alist): Add .xpi files.
22692
22693 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22694
22695 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22696
22697 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22698
22699 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22700
22701 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22702
22703 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22704 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22705
22706 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22707 cursor to Jan 1 when needed.
22708 (calendar-end-of-year): Fix -/+ typo.
22709 Reported by Chong Yidong <cyd@stupidchicken.com>.
22710
22711 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22712
22713 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22714
22715 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22716 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22717
22718 2005-03-25 Richard M. Stallman <rms@gnu.org>
22719
22720 * filesets.el (filesets-init): Add autoload.
22721
22722 * mail/mailalias.el (mail-directory): Doc fix.
22723
22724 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22725
22726 * mail/mailalias.el (mail-directory-process): Do nothing if
22727 mail-directory-process is an atom.
22728 (mail-get-names): Ignore mail-directory-names if it is an atom.
22729 (mail-directory-process defvar): Doc fix.
22730 (mail-names): Doc fix.
22731
22732 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22733
22734 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22735
22736 2005-03-26 Kenichi Handa <handa@m17n.org>
22737
22738 * international/mule-util.el (detect-coding-with-priority):
22739 Call update-coding-systems-internal before detect-coding-region.
22740
22741 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22742
22743 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22744 (gdb-frames-mode-map): Add follow-link property.
22745
22746 2005-03-25 Jay Belanger <belanger@truman.edu>
22747
22748 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22749 for variables.
22750
22751 2005-03-25 Juri Linkov <juri@jurta.org>
22752
22753 * image-mode.el: Optimize image filename extension regexps in
22754 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22755 in `auto-mode-alist'.
22756 (image-mode): Add `image-toggle-display-text' to local hook
22757 `change-major-mode-hook'. Display the image as an image by
22758 default. Set `cursor-type' and `truncate-lines' if the image
22759 is already displayed. Take into account the current mode (image
22760 or text) in message.
22761 (image-minor-mode): New minor mode.
22762 (image-mode-maybe, image-toggle-display-text): New functions.
22763 (image-toggle-display): Use called-interactively-p.
22764 Let-bind `inhibit-read-only' to t.
22765
22766 * image-mode.el (image-minor-mode): Set `cursor-type' and
22767 `truncate-lines' if the image is already displayed. Add turning
22768 image-minor-mode off to `change-major-mode-hook'. Add message.
22769 Call `image-toggle-display-text' after turning image-minor-mode off.
22770
22771 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22772
22773 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22774 Terminal.app, use utf-8.
22775 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22776 (set-locale-environment): Use it.
22777
22778 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22779
22780 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22781
22782 * progmodes/python.el (python-close-block-statement-p)
22783 (python-outdent-p, python-current-defun): Use symbol-end.
22784
22785 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22786
22787 * files.el (save-some-buffers): Doc fix.
22788
22789 2005-03-25 Werner Lemberg <wl@gnu.org>
22790
22791 * complete.el, thumbs.el: Replace `legal' with `valid'.
22792 * calendar/calendar.el: Replace `legal' with `valid'.
22793 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22794 * mail/supercite.el: Replace `legal' with `valid'.
22795 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22796 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22797 Replace `legal' with `valid'.
22798 * textmodes/reftex-vars.el, textmodes/reftex.el:
22799 Replace `legal' with `valid'.
22800
22801 2005-03-25 Werner Lemberg <wl@gnu.org>
22802
22803 * calc/calc-forms.el, calc/calc-sel.el
22804 * midnight.el, vc-cvs.el
22805 * emacs-lisp/cl-macs.el
22806 * emulation/vip.el
22807 * eshell/esh-io.el, eshell/esh-var.el
22808 * mail/supercite.el
22809 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22810 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22811 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22812 * progmodes/sh-script.el, progmodes/xscheme.el
22813 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22814 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22815 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22816 * textmodes/reftex.el, textmodes/org.el:
22817 Replace `illegal' with `invalid'.
22818
22819 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22820
22821 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22822 (flymake-find-buildfile, flymake-find-possible-master-files)
22823 (flymake-check-include, flymake-parse-line): Replace loops over the
22824 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22825
22826 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22827 Substitute file-name-as-directory in the rest of the file.
22828 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22829 (flymake-replace-region): Remove unused arg `buffer'.
22830 (flymake-check-patch-master-file-buffer): Update calls to it.
22831 (flymake-add-err-info): Remove unused var `count'.
22832 (flymake-mode): Use define-minor-mode.
22833
22834 * progmodes/flymake.el: Use with-current-buffer.
22835 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22836 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22837 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22838 Avoid testing for `xemacs'.
22839 (flymake-nop): Move.
22840 (flymake-region-has-flymake-overlays): Return the computed value.
22841 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22842 Remove unused var `endline'.
22843 (flymake-get-line-count): Remove unused function.
22844 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22845
22846 * emulation/vi.el:
22847 * generic.el:
22848 * hilit-chg.el (global-highlight-changes):
22849 * hi-lock.el (hi-lock-mode):
22850 * follow.el: find-file-hooks -> find-file-hook.
22851
22852 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22853
22854 2005-03-24 Juri Linkov <juri@jurta.org>
22855
22856 * dired.el (dired-mode-map): Add menu item "Compare directories"
22857 for dired-compare-directories.
22858
22859 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22860 Doc fix. Replace `read-file-name' with `read-directory-name'.
22861
22862 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22863
22864 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22865
22866 2005-03-24 Jay Belanger <belanger@truman.edu>
22867
22868 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22869 relevant mode settings in calc-embedded-original-modes when modes
22870 are permanently changed.
22871
22872 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22873
22874 * autoinsert.el: find-file-hooks -> find-file-hook.
22875
22876 2005-03-24 Lute Kamstra <lute@gnu.org>
22877
22878 * generic.el (generic-font-lock-defaults): Make it obsolete.
22879 (generic-font-lock-keywords): New variable to replace
22880 generic-font-lock-defaults.
22881 (generic-mode-set-font-lock): Delete it.
22882 (generic-mode-internal): Don't call generic-mode-set-font-lock.
22883 (generic-bracket-support): Add docstring.
22884
22885 * generic-x.el: Rename generic-font-lock-defaults to
22886 generic-font-lock-keywords throughout.
22887 (mailagent-rules-setup-function): Delete it.
22888 (mailagent-rules-generic-mode): Use anonymous function instead.
22889 (show-tabs-generic-mode-font-lock-defaults-1)
22890 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22891 Quote faces.
22892 (show-tabs-tab-face, show-tabs-space-face): Specify background,
22893 not foreground.
22894
22895 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22896 Recognize define-generic-mode.
22897
22898 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
22899
22900 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22901 if there's no completion table.
22902
22903 2005-03-23 Miles Bader <miles@gnu.org>
22904
22905 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22906 Remove tty-specific variants, as they're no longer needed.
22907
22908 2005-03-23 Lute Kamstra <lute@gnu.org>
22909
22910 * generic-x.el: Code cleanup: make args constant whenever possible.
22911 (installshield-statement-keyword-list)
22912 (installshield-system-functions-list)
22913 (installshield-system-variables-list, installshield-types-list)
22914 (installshield-funarg-constants-list): Make them constants.
22915
22916 * generic.el (generic-make-keywords-list): Add autoload cookie.
22917
22918 * calendar/time-date.el: Add comment on time value formats.
22919 Don't require parse-time.
22920 (with-decoded-time-value): New macro.
22921 (encode-time-value): New function.
22922 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22923 (days-to-time): Return a valid time value when arg is huge.
22924 (time-since): Use time-subtract.
22925 (time-to-number-of-days): Use time-to-seconds.
22926
22927 2005-03-23 David Ponce <david@dponce.com>
22928
22929 * recentf.el (recentf-keep): New option.
22930 (recentf-menu-action): Default to `find-file'.
22931 (recentf-keep-non-readable-files-flag)
22932 (recentf-keep-non-readable-files-p)
22933 (recentf-file-readable-p, recentf-find-file)
22934 (recentf-cleanup-remote): Remove.
22935 (recentf-include-p): More robust.
22936 (recentf-keep-p): New function.
22937 (recentf-remove-if-non-kept): Rename from
22938 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
22939 All callers updated.
22940 (recentf-menu-items-for-commands): Fix help string.
22941 (recentf-track-closed-file): Update. Doc fix.
22942 (recentf-cleanup): Update. Count removed files. Doc fix.
22943
22944 2005-03-23 Kim F. Storm <storm@cua.dk>
22945
22946 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22947 Don't inherit from fringe face (now happens automatically).
22948
22949 2005-03-22 Kim F. Storm <storm@cua.dk>
22950
22951 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22952 position values.
22953
22954 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
22955
22956 * menu-bar.el (showhide-date-time): Remove.
22957 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22958 (menu-bar-make-mm-toggle): Simplify.
22959
22960 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22961
22962 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22963 Accept qualified variable and function names.
22964
22965 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
22966
22967 * bindings.el (completion-ignored-extensions):
22968 Remove ".lis" for `vax-vms'.
22969
22970 2005-03-22 Andreas Schwab <schwab@suse.de>
22971
22972 * generic-x.el: Revert last change.
22973 * ldefs-boot.el: Update.
22974
22975 2005-03-22 Jay Belanger <belanger@truman.edu>
22976
22977 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22978 (calc-embedded-save-original-modes)
22979 (calc-embedded-restore-original-modes): New functions.
22980 (calc-do-embedded): Save original modes when entering embedded mode
22981 and restore when leaving embedded mode.
22982 (calc-embedded-modes-change): Change the value of
22983 calc-embedded-original-modes to reflect permanent changes.
22984
22985 2005-03-22 Lute Kamstra <lute@gnu.org>
22986
22987 * generic-x.el: Require generic again.
22988
22989 2005-03-22 Miles Bader <miles@gnu.org>
22990
22991 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22992 Tweak details to look good on both ttys and bitmap displays, light
22993 or dark background, etc.
22994
22995 2005-03-21 Kim F. Storm <storm@cua.dk>
22996
22997 * tooltip.el (tooltip-show-help-function): Check car and cdr of
22998 mouse position.
22999
23000 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23001
23002 * icomplete.el: Don't forcibly turn on the mode upon load.
23003 (icomplete-mode): Use define-minor-mode.
23004 (icomplete-eoinput): Default to nil.
23005 (icomplete-minibuffer-setup): Remove autoload.
23006 (icomplete-tidy): Simplify.
23007 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23008 in the initial state or if the user has modified the field.
23009 Fix handling of icomplete-max-delay-chars.
23010 Remove code that handles the oddball case where
23011 minibuffer-completion-table is an integer.
23012 Wrap icomplete-completions in while-no-input in case building
23013 completions takes more time than expected.
23014 (icomplete-completions): Simplify.
23015
23016 2005-03-21 Richard M. Stallman <rms@gnu.org>
23017
23018 * jka-compr.el (jka-compr-really-do-compress):
23019 Make variable buffer-local.
23020
23021 * image-mode.el: Handle .xpm files too.
23022 (image-toggle-display): Preserve modification flag.
23023
23024 * help.el (where-is): Don't mention aliases with no key bindings.
23025
23026 2005-03-21 Lute Kamstra <lute@gnu.org>
23027
23028 * generic.el: Fix commentary section. Don't require cl for
23029 compilation.
23030 (generic-mode-list): Add autoload cookie.
23031 (generic-use-find-file-hook, generic-lines-to-scan)
23032 (generic-find-file-regexp, generic-ignore-files-regexp)
23033 (generic-mode, generic-mode-find-file-hook)
23034 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23035 (define-generic-mode): Make it a defmacro. Fix docstring.
23036 (generic-mode-internal): Code cleanup. Add autoload cookie.
23037 (generic-mode-set-comments): Code cleanup.
23038 * generic-x.el: Don't prevent compilation. Don't require generic.
23039 Follow coding conventions. Minor code cleanup.
23040 (etc-fstab-generic-mode): Add some keywords.
23041 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23042 define-generic-mode like a function declaration.
23043
23044 2005-03-21 Jay Belanger <belanger@truman.edu>
23045
23046 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23047 changing modes.
23048
23049 2005-03-21 Sam Steingold <sds@gnu.org>
23050
23051 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23052
23053 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23054
23055 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23056 Add underscore to "f$ lexicals" regexp.
23057
23058 2005-03-20 Juri Linkov <juri@jurta.org>
23059
23060 * subr.el (progress-reporter-do-update): When `min-value' is equal
23061 to `max-value', set `percentage' to 0 and prevent division by zero.
23062
23063 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23064
23065 Sync with Tramp 2.0.48.
23066
23067 * net/tramp.el (all): Change all addresses to .gnu.org.
23068 (tramp-append-tramp-buffers): New defun.
23069 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23070 Catch `dont-send' signal.
23071 (tramp-set-auto-save-file-modes): Set always permissions, because
23072 there might be an old auto-saved file belonging to another
23073 original file. This could be a security threat. Reported by
23074 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23075 Check for Emacs 21.3.50 removed.
23076
23077 * net/tramp-smb.el (all): Remove debug construct for
23078 `with-parsed-tramp-file-name'.
23079 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23080 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23081 No error message if DIRECTORY or FILENAME doesn't exist.
23082 (tramp-smb-open-connection): Check existence of
23083 `tramp-smb-program'.
23084
23085 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23086
23087 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23088 Properly handle the case where the `m' or `s' command's argument is not
23089 yet terminated.
23090 (perl-indent-new-calculate): New function.
23091 (perl-indent-line): Use it.
23092
23093 2005-03-20 Miles Bader <miles@gnu.org>
23094
23095 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23096 in text-mode too. Change to new face names.
23097 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23098 Add `:weight bold' attribute.
23099 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23100
23101 2005-03-19 Juri Linkov <juri@jurta.org>
23102
23103 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23104
23105 * international/mule.el (auto-coding-alist): Sync with
23106 `auto-mode-alist' by adding upper case archive file extensions
23107 and adding ear/war to jar extension.
23108
23109 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23110
23111 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23112 running, restart it.
23113
23114 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23115
23116 * finder.el (finder-current-item): Throw an error on an empty line.
23117
23118 * man.el (Man-follow-manual-reference): If current-word returns
23119 nil, use "".
23120
23121 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23122
23123 * simple.el (goto-line): Doc fix.
23124
23125 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23126
23127 * files.el (save-buffer): Doc fix.
23128
23129 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23130
23131 * recentf.el (recentf-cleanup-remote): New variable.
23132 (recentf-cleanup): Use it to conditionally check availability of
23133 remote files.
23134
23135 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23136
23137 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23138 function names.
23139
23140 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23141
23142 * language/thai-word.el: New file.
23143
23144 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23145
23146 * files.el (backup-buffer): If the file's directory is not
23147 writable, use copy instead of move to backup the file.
23148
23149 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23150
23151 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23152
23153 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23154
23155 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23156 Use functionp instead of symbolp and fboundp. Reported by Drkm
23157 <darkman_spam@yahoo.fr>.
23158 (ps-print-version): New version 6.6.6.
23159
23160 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23161
23162 * textmodes/table.el (table--line-column-position): New idiom.
23163 (table--row-column-insertion-point-p): New function to test
23164 validity of row and column insertion operation at a location.
23165 (table-global-menu, table-cell-menu): Use above functions for
23166 deterministic test operation.
23167 (table--editable-cell-p): Behave in deterministic fashion.
23168
23169 2005-03-18 Juri Linkov <juri@jurta.org>
23170
23171 * isearch.el (isearch-lazy-highlight-new-loop):
23172 Make arguments beg and end optional.
23173 (isearch-update): Remove optional arguments nil from
23174 isearch-lazy-highlight-new-loop.
23175 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23176 isearch-lazy-highlight-case-fold-search instead of
23177 isearch-case-fold-search, and let-bind isearch-regexp to
23178 isearch-lazy-highlight-regexp.
23179 Use isearch-lazy-highlight-last-string instead of isearch-string.
23180
23181 * replace.el (perform-replace): Remove bindings of global
23182 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23183 Add three new arguments to `replace-highlight'.
23184 (replace-highlight): Add arguments string, regexp, case-fold.
23185 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23186 to allow isearch-lazy-highlight-new-loop to use these values
23187 to set corresponding isearch-lazy-highlight-* internal
23188 variables whose values lazy highlighting will use regardless of
23189 changes to global variables isearch-string, isearch-regexp,
23190 isearch-case-fold-search during lazy highlighting loop.
23191 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23192 to `lazy-highlight-cleanup'.
23193
23194 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23195 (ispell-highlight-face): Set default face to `isearch' when
23196 lazy highlighting is enabled.
23197 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23198 priority to 1. Add lazy highlighting.
23199 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23200 from `isearch-dehighlight'.
23201
23202 2005-03-18 David Ponce <david@dponce.com>
23203
23204 * files.el (hack-local-variables): Do a case-insensitive search
23205 for End.
23206
23207 2005-03-18 Juri Linkov <juri@jurta.org>
23208
23209 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23210 `isearch-lazy-highlight-cleanup', add alias to old name and
23211 declare obsolete. Add release numbers to other obsolete vars.
23212 (isearch-done, isearch-lazy-highlight-new-loop):
23213 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23214 (lazy-highlight-cleanup) <variable>: Doc fix.
23215 (isearch-lazy-highlight-update): Rename obsolete
23216 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23217
23218 2005-03-18 Kenichi Handa <handa@m17n.org>
23219
23220 * language/thai-util.el: Fix categorization of Thai characters in
23221 thai-category-table.
23222 (thai-composition-pattern): Adjust it for the above change.
23223 (thai-self-insert-command, thai-compose-syllable): New functions.
23224 (thai-compose-region): Use thai-compose-syllable.
23225 (thai-compose-string): Likewise.
23226 (thai-composition-function): Likewise.
23227 (thai-auto-composition): New function.
23228 (thai-auto-composition-mode): New minor mode.
23229
23230 * language/thai.el: Fix patterns to be registered in
23231 composition-function-table.
23232
23233 * international/quail.el (quail-input-method): Locally bind
23234 inhibit-modification-hooks to t.
23235
23236 2005-03-17 Richard M. Stallman <rms@gnu.org>
23237
23238 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23239 (perl-mode): Use run-mode-hooks.
23240
23241 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23242 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23243 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23244
23245 * mail/sendmail.el (sendmail-send-it): Reenable the code
23246 to compute resend-to-address and use it.
23247
23248 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23249
23250 * image-mode.el: New file.
23251
23252 * image.el (insert-sliced-image): Add autoload cookie.
23253
23254 * font-lock.el (font-lock-lines-before): New user option.
23255 (font-lock-after-change-function): Obey it.
23256
23257 * bindings.el (esc-map): Make M-g a prefix.
23258 Bind M-g g and M-g M-g to goto-line.
23259
23260 * faces.el (face-id): Doc fix.
23261
23262 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23263
23264 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23265 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23266 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23267
23268 * mail/sendmail.el (mail-yank-ignored-headers)
23269 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23270 Add Mail-Followup-To and Mail-Reply-To headers.
23271 (mail-citation-hook): Add autoload cookie.
23272 (mail-mode): Doc fix.
23273 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23274 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23275 (mail-mode-fill-paragraph): Handle those headers.
23276 (mail-mailing-lists): New variable.
23277 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23278
23279 2005-03-17 Juri Linkov <juri@jurta.org>
23280
23281 * isearch.el (isearch-fallback): Check for `(car previous)'
23282 before calling `isearch-other-end-state'.
23283
23284 2005-03-17 Kim F. Storm <storm@cua.dk>
23285
23286 * simple.el (move-beginning-of-line): Move to beginning of buffer
23287 line, as well as beginning of screen line.
23288
23289 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23290
23291 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23292 argument REDRAW rather than calendar-redrawing variable.
23293 * calendar/calendar.el (calendar-redrawing): Delete.
23294 (redraw-calendar): Do not bind calendar-redrawing.
23295
23296 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23297
23298 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23299 diary-file buffer.
23300
23301 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23302
23303 * help.el (describe-mode): Allow a :minor-mode-function property to
23304 specify a different minor mode toggle function than the variable.
23305 * simple.el (auto-fill-function):
23306 * subr.el (add-minor-mode): Use it.
23307
23308 2005-03-16 Kenichi Handa <handa@m17n.org>
23309
23310 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23311 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23312 (ethio-fidel-to-sera-buffer): Likewise.
23313
23314 2005-03-16 Juri Linkov <juri@jurta.org>
23315
23316 * emacs-lisp/find-func.el (find-function-regexp):
23317 Add defun-emitting macro `menu-bar-make-toggle'.
23318
23319 * isearch.el: Put `isearch-scroll' property to
23320 `split-window-horizontally'.
23321
23322 * info.el: Update error messages for `debug-ignored-errors'.
23323 (Info-isearch-search): Doc fix.
23324 (Info-find-node): Move up code to go into info buffer before
23325 recording the node to the history.
23326 (Info-fontify-node): Fontify titles only if the next line
23327 has two or more `*', `=', `-', `.'.
23328 Display "go to this node" for empty (match-string 3).
23329
23330 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23331
23332 * term/mac-win.el: Add mouse pointer shape constants.
23333
23334 2005-03-15 Kim F. Storm <storm@cua.dk>
23335
23336 * simple.el (move-beginning-of-line): Use vertical-motion.
23337
23338 2005-03-15 Juri Linkov <juri@jurta.org>
23339
23340 * isearch.el (isearch-error): New variable.
23341 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23342 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23343 (isearch-within-brackets-state): Remove.
23344 (isearch-case-fold-search-state, isearch-pop-fun-state):
23345 Decrease frame index.
23346 (isearch-mode, isearch-top-state, isearch-push-state)
23347 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23348 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23349 (isearch-search, isearch-lazy-highlight-new-loop):
23350 Replace `isearch-invalid-regexp' with `isearch-error'.
23351 Remove `isearch-within-brackets'.
23352 (isearch-search): Add `search-failed' handler to `condition-case'.
23353 (isearch-lazy-highlight-search): Add `condition-case' to catch
23354 errors and allow `isearch-lazy-highlight-update' to try
23355 highlighting from the beginning of the window.
23356 (isearch-repeat): Move up code to set isearch-wrapped to t
23357 before calling isearch-wrap-function.
23358
23359 * info.el (Info-isearch-initial-node): New internal variable.
23360 (Info-search): Signal an error in isearch mode when search leaves
23361 the initial node. Signal an error when `bound' is non-nil and
23362 nothing was found in the current subfile.
23363 (Info-isearch-search): Remove `condition-case'.
23364 (Info-isearch-wrap): Don't wrap when search failed during leaving
23365 the initial node. If `Info-isearch-search' is nil, wrap around
23366 the current node.
23367 (Info-isearch-start): New fun.
23368 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23369 `isearch-mode-hook'.
23370
23371 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23372
23373 * simple.el (normal-erase-is-backspace): Set default to t if
23374 running on Mac.
23375
23376 * term/mac-win.el (function-key-map): Sync with x-win.el.
23377
23378 2005-03-15 Kenichi Handa <handa@m17n.org>
23379
23380 * international/mule-cmds.el (locale-language-names): Modify the
23381 format of elements and add more entries.
23382 (locale-preferred-coding-systems): Add more entries.
23383 (set-locale-environment): Adjust for the change of
23384 locale-language-names.
23385
23386 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23387
23388 * pcvs.el (smerge-ediff): Remove bogus autoload.
23389
23390 2005-03-14 Lute Kamstra <lute@gnu.org>
23391
23392 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23393 Ignore a `*' at the beginning of a line.
23394
23395 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23396 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23397 subr.el.
23398 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23399 to specify indentation.
23400
23401 * generic.el (define-generic-mode): Let generic-mode-list be a
23402 list of strings; test membership with equal.
23403
23404 2005-03-14 Kim F. Storm <storm@cua.dk>
23405
23406 * simple.el (next-line, previous-line): Add optional try-vscroll
23407 arg to recognize interactive use. Pass it on to line-move.
23408 (line-move): Don't perform auto-window-vscroll when defining or
23409 executing keyboard macro to ensure consistent behavior.
23410
23411 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23412
23413 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23414
23415 2005-03-13 Lute Kamstra <lute@gnu.org>
23416
23417 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23418 debugger-setup-buffer so that backtrace marks the frames set to
23419 debug-on-exit and we don't have to do it manually. Set an extra
23420 debug-on-exit for macro's.
23421 (debugger-setup-buffer): Don't mark the top frame manually.
23422
23423 2005-03-12 Lute Kamstra <lute@gnu.org>
23424
23425 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23426 lisp-indent-function throughout.
23427 (with-no-warnings): Set lisp-indent-function property.
23428
23429 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23430
23431 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23432 Add entry for backslash.
23433
23434 2005-03-12 Juri Linkov <juri@jurta.org>
23435
23436 * info.el (Info-search): Four fixes for backward search.
23437
23438 2005-03-11 Jay Belanger <belanger@truman.edu>
23439
23440 * calc/calc.el (calc-language-alist): New variable.
23441 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23442 (calc-embedded-find-modes): Use calc-language-alist instead of
23443 calc-embedded-language-alist.
23444
23445 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23446
23447 * calendar/calendar.el (calendar-redrawing): New internal
23448 variable.
23449 (redraw-calendar): Remove bogus save-excursion from previous
23450 change. Bind calendar-redrawing to t for mark-diary-entries.
23451 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23452 calendar if that is why we were called.
23453
23454 2005-03-11 Kenichi Handa <handa@m17n.org>
23455
23456 * international/mule.el (make-coding-system): Set property
23457 coding-system-define-form to nil.
23458 (define-coding-system-alias): Likewise.
23459
23460 2005-03-11 Kenichi Handa <handa@m17n.org>
23461
23462 These changes are suggested by Dave Love <fx@gnu.org>.
23463
23464 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23465 coding: tag.
23466 (adaptive-fill-regexp): Add more bullets.
23467 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23468 regexps.
23469
23470 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23471
23472 * help.el (describe-mode): Properly handle non-trivial lighters.
23473 Don't ignore minor modes that are not listed in minor-mode-list.
23474
23475 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23476 feature ON when the user requests to turn it OFF.
23477
23478 2005-03-10 Lute Kamstra <lute@gnu.org>
23479
23480 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23481 (implement-debug-on-entry): New function to replace debug-entry-code.
23482 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23483 second argument as the 2005-03-07 change makes it obsolete.
23484 (debug-on-entry, cancel-debug-on-entry): Update call to
23485 debug-on-entry-1.
23486 (debug, debugger-setup-buffer): Comment update.
23487 (debugger-frame-number): Update to work with implement-debug-on-entry.
23488
23489 2005-03-10 Jay Belanger <belanger@truman.edu>
23490
23491 * calc/calc-embed.el (math-ms-args): Declare it.
23492 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23493 math-ms-args.
23494 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23495 variables.
23496
23497 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23498
23499 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23500 Use message-box.
23501
23502 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23503 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23504 (tooltip-gud-tips): Simplify.
23505 (tooltip-gud-tips-p): Remove superfluous :set.
23506 (tooltip-gud-modes): Add fortran-mode.
23507 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23508
23509 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23510
23511 2005-03-09 Kim F. Storm <storm@cua.dk>
23512
23513 * play/animate.el (animate-place-char): Use forward-line instead
23514 of next-line to improve performance.
23515
23516 2005-03-09 Simon Josefsson <jas@extundo.com>
23517
23518 * net/browse-url.el (browse-url-default-browser): Doc fix.
23519
23520 2005-03-09 Miles Bader <miles@gnu.org>
23521
23522 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23523 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23524
23525 2005-03-09 Kenichi Handa <handa@m17n.org>
23526
23527 * international/latin-1.el: Set case and syntax for 255 only if
23528 set-case-syntax-set-multibyte is nil.
23529
23530 * textmodes/ispell.el (ispell-insert-word): New function.
23531 (ispell-word): Use ispell-insert-word to insert a new word.
23532 (ispell-process-line): Likewise.
23533 (ispell-complete-word): Likewise.
23534
23535 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23536
23537 * calendar/calendar.el (redraw-calendar): Preserve point.
23538 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23539 (calendar-week-start-day): Move after definition of
23540 redraw-calendar. Delete buffer test, since redraw-calendar has
23541 that now.
23542
23543 * calendar/diary-lib.el (mark-diary-entries): Only call
23544 redraw-calendar in the first of any recursive calls.
23545 Reported by Alan Shutko <ats@acm.org>.
23546
23547 2005-03-08 Juri Linkov <juri@jurta.org>
23548
23549 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23550 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23551 (html-radio-buttons): Add a space before the trailing `/>' where
23552 sgml-xml-mode is non-nil.
23553 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23554 the subsequent tag of the empty XML tag.
23555 (html-href-anchor): Don't set initial input to "http:".
23556 (html-image): Ask for the image URL and set point inside alt="".
23557 (html-name-anchor): Duplicate the name in the `id' attribute when
23558 sgml-xml-mode is non-nil.
23559 (html-paragraph): Remove \n before <p>.
23560 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23561 instead of `checked' when sgml-xml-mode is non-nil.
23562
23563 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23564 Remove 1 space before #RRGGBB to not truncate it on terminal
23565 windows w/o fringes. Remove 1 space between bg and fg examples
23566 to get more space.
23567 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23568 avoid byte-compile warnings.
23569
23570 * image-file.el (image-file-handler): Put `safe-magic' property to
23571 `image-file-handler'.
23572
23573 * info.el (Info-isearch-search): Emulate word search in
23574 isearching through multiple Info nodes with Info-search.
23575 (Info-isearch-wrap): Allow isearch-word.
23576
23577 2005-03-08 Lute Kamstra <lute@gnu.org>
23578
23579 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23580 stepping into the debugger's code is not possible.
23581 (debugger-jumping-flag): Docstring update.
23582
23583 2005-03-08 Jay Belanger <belanger@truman.edu>
23584
23585 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23586 embedded mode begins.
23587 (calc-embedded-language-alist): New variable.
23588 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23589 set default language mode.
23590
23591 2005-03-08 Kenichi Handa <handa@m17n.org>
23592
23593 * international/ccl.el (define-ccl-program): Fix docstring about
23594 extra 256 bytes assured for the output buffer.
23595
23596 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23597 Fix BUFFER_MAGNIFICATION to 2.
23598 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23599
23600 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23601
23602 * align.el (align-rules-list): Added an alignment rule for CSS
23603 declarations (applies to css-mode and html-mode buffers).
23604
23605 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23606
23607 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23608
23609 2005-03-07 Kim F. Storm <storm@cua.dk>
23610
23611 * simple.el (move-beginning-of-line): New command.
23612
23613 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23614
23615 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23616
23617 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23618 and move-beginning-of-line.
23619
23620 * apropos.el (apropos-print): Omit command from M-x ... RET.
23621
23622 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23623
23624 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23625 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23626
23627 2005-03-06 Richard M. Stallman <rms@gnu.org>
23628
23629 * bindings.el (esc-map): Bind M-g to goto-line.
23630
23631 * facemenu.el (global-map): Bind M-o, not M-g.
23632
23633 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23634
23635 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23636 "Open Directory" as for "Open File".
23637
23638 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23639
23640 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23641 (push-mark-command): Run activate-mark-hook.
23642
23643 2005-03-06 Richard M. Stallman <rms@gnu.org>
23644
23645 * help-mode.el (help-mode-finish): Don't alter the element
23646 in view-return-to-alist if there already is one.
23647
23648 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23649 make sure the current buffer is the expected one.
23650
23651 * novice.el (disabled-command-function): Output in *Disabled Command*.
23652 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23653
23654 * textmodes/flyspell.el (flyspell-large-region):
23655 Pass args differently for aspell.
23656
23657 * files.el (mode-require-final-newline): Doc fix.
23658
23659 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23660
23661 * progmodes/which-func.el (which-function):
23662 Specify NOERROR when calling imenu--make-index-alist.
23663
23664 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23665
23666 * simple.el (normal-erase-is-backspace): Define default value.
23667
23668 * custom.el (custom-theme-set-variables): Remove unused var
23669 `immediate'.
23670 (custom-reevaluate-setting): Simple function to handle variables
23671 that are defined before their default value can really be
23672 computed.
23673
23674 * startup.el (command-line): Use it for temporary-file-directory,
23675 small-emporary-file-directory, auto-save-file-name-transforms,
23676 blink-cursor-mode, and normal-erase-is-backspace.
23677
23678 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23679 progress, even with buggy anchored keywords.
23680
23681 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23682
23683 * simple.el (goto-line): Remove unbalanced final parenthesis.
23684
23685 2005-03-05 Richard M. Stallman <rms@gnu.org>
23686
23687 * simple.el (goto-line): Use a number at point as the default.
23688 With C-u as arg, switch buffers.
23689
23690 2005-03-05 Juri Linkov <juri@jurta.org>
23691
23692 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23693 with `no-blinking-cursor'.
23694
23695 * startup.el (no-blinking-cursor): New defvar.
23696 (command-line): Add `--no-blinking-cursor' to longopts.
23697 Set `no-blinking-cursor' to t for command line arguments
23698 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23699 with `no-blinking-cursor' in the condition for calling
23700 `blink-cursor-mode'.
23701
23702 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23703
23704 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23705 (menu-bar-options-save): Add blink-cursor-mode.
23706 (menu-bar-options-menu): Add blink-cursor-mode.
23707
23708 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23709
23710 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23711 (icalendar-export-file, icalendar-export-region)
23712 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23713 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23714
23715 2005-03-04 Lute Kamstra <lute@gnu.org>
23716
23717 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23718 (debug-function-list): Ditto.
23719
23720 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23721
23722 * textmodes/texinfmt.el (texinfo-append-refill):
23723 Redefine the types of line to which @refill
23724 is not appended by replacing a search for `@refill\\|@bye' with
23725 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23726 itemize@refill' bug and the unfilled long lines bug.
23727 (texinfmt-version): Update number and date.
23728
23729 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23730
23731 * international/code-pages.el (windows-1250, windows-125[2-8])
23732 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23733
23734 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23735
23736 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23737 bound yet.
23738
23739 2005-03-02 Romain Francoise <romain@orebokech.com>
23740
23741 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23742 buffer after removing limits.
23743 (ibuffer-pop-filter): Ditto.
23744 Update copyright.
23745
23746 2005-03-02 Miles Bader <miles@gnu.org>
23747
23748 * button.el (make-text-button): If the user doesn't specify a
23749 type, use the default. Rewrite to use `add-text-properties' and
23750 plist functions.
23751
23752 2005-03-01 Lute Kamstra <lute@gnu.org>
23753
23754 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23755 (debugger-jumping-flag): New var.
23756 (debug-entry-code): Use it.
23757 (debugger-jump): Use debugger-jumping-flag and add
23758 debugger-reenable to post-command-hook.
23759 (debugger-reenable): Use debugger-jumping-flag and remove itself
23760 from post-command-hook.
23761 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23762 debugger-reenable.
23763
23764 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23765
23766 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23767 inclusion of "itemize\\|", which may be unnecessary, is certainly
23768 inelegant, and stops refilling in itemize lists when formatting
23769 Japanese Texinfo files to Info.
23770 Update copyright to 2005.
23771
23772 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23773
23774 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23775 of an error if GDB can't find the source file.
23776
23777 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23778
23779 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23780 not just the calendar.
23781
23782 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23783 first.
23784 (diary-redraw-calendar): New function.
23785 (make-diary-entry): Add diary-redraw-calendar to local
23786 write-contents-functions. Turn off selective display before
23787 inserting in diary.
23788
23789 2005-03-01 Kim F. Storm <storm@cua.dk>
23790
23791 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23792
23793 2005-03-01 Lute Kamstra <lute@gnu.org>
23794
23795 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23796 that debug-entry-code can be safely removed from a function while
23797 this code is being evaluated. Revert the 2005-02-27 change as the
23798 new implementation no longer requires it. Make sure that a
23799 function body containing just a string is not mistaken for a docstring.
23800 (debug): Skip one more frame in case of debug on entry.
23801 (debugger-setup-buffer): Delete one more frame line in case of
23802 debug on entry.
23803 (debugger-frame-number): Update to use the new text introduced by
23804 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23805
23806 2005-02-28 Kim F. Storm <storm@cua.dk>
23807
23808 * double.el (double-translate-key): Call force-window-update after
23809 read-event to avoid crash in redisplay.
23810
23811 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23812
23813 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23814 (debug): Use it. Move the inhibit-trace earlier.
23815 (debug-entry-code): New const.
23816 (debug-on-entry-1): Use it.
23817
23818 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23819
23820 * international/utf-16.el (ccl-encode-mule-utf-16le):
23821 Fix BUFFER_MAGNIFICATION to 2.
23822 (ccl-encode-mule-utf-16be): Likewise.
23823
23824 2005-02-28 Kenichi Handa <handa@m17n.org>
23825
23826 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23827 Fix BUFFER_MAGNIFICATION to 4.
23828 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23829
23830 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23831
23832 * speedbar.el (speedbar-update-flag): Doc fix.
23833 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23834 argument.
23835
23836 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23837
23838 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23839 have a non-nil `invisible' property but are actually visible.
23840
23841 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23842 for perldoc sections.
23843 (perl-outline-regexp, perl-outline-level): New var and function.
23844 (perl-mode): Use them.
23845
23846 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23847
23848 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23849 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23850
23851 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23852
23853 * cus-edit.el: Comment change.
23854 (custom-buffer-create-internal): Slightly reword text at top of
23855 Custom buffers. Mention there that saving an option edits the
23856 init file. Add link to Emacs manual node on `custom-file'.
23857 (custom-magic-alist): Rewrite individual State messages to use
23858 capitalized keywords. Doc fix.
23859
23860 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23861
23862 * calendar/calendar.el (calendar-buffer): Move above
23863 calendar-week-start-day.
23864 (calendar-week-start-day): Doc fix. Add :set function.
23865 (calendar-minimum-window-height): New variable.
23866 (generate-calendar-window): Only resize window if selected-window
23867 is displaying the calendar buffer. Use new variable
23868 calendar-minimum-window-height.
23869 (generate-calendar): Reword error message.
23870 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23871
23872 2005-02-27 Andreas Schwab <schwab@suse.de>
23873
23874 * vc.el (vc-do-command): Don't run command asynchronously when
23875 operating in a remote directory.
23876
23877 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23878 change from sync with Tramp 2.0.47.
23879
23880 2005-02-27 Richard M. Stallman <rms@gnu.org>
23881
23882 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23883
23884 * textmodes/flyspell.el (flyspell-mode-on):
23885 Call ispell-change-dictionary only if necessary.
23886
23887 * emacs-lisp/re-builder.el (regexp-builder): New function.
23888
23889 * register.el (describe-register-1): Explicitly handle
23890 yank-excluded-properties = t.
23891
23892 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23893 (custom-magic-alist): Change the status descriptions again.
23894 (face widget-type): Total rewrite based on `restricted-sexp'
23895 to eliminate the confusing double hiding levels.
23896
23897 * emacs-lisp/debug.el (debug-on-entry-1):
23898 If function body is empty, add nil as body form.
23899
23900 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
23901
23902 * emacs-lisp/trace.el (inhibit-trace): New var.
23903 (trace-make-advice): Use it.
23904
23905 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23906
23907 2005-02-26 Kim F. Storm <storm@cua.dk>
23908
23909 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23910 (mouse-on-link-p, mouse-drag-region-1): Use it.
23911
23912 2005-02-25 Lute Kamstra <lute@gnu.org>
23913
23914 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23915
23916 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
23917
23918 * frame.el (blink-cursor-mode): Add :group keyword.
23919
23920 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
23921
23922 * calendar/icalendar.el (icalendar--decode-isodatetime):
23923 New optional argument DAY-SHIFT.
23924 (icalendar-export-region): Fix coding-system-for-write.
23925 (icalendar--convert-ical-to-diary): Shift end-day of all-day
23926 events by one.
23927
23928 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
23929
23930 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23931
23932 2005-02-24 Kim F. Storm <storm@cua.dk>
23933
23934 * international/iso-acc.el (iso-accents-compose): Fix crash
23935 during redisplay. Call force-window-update after read-event
23936 and delete-region to signal that window is not accurate.
23937
23938 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
23939
23940 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23941 Remove unused and inexistent var `inhibit-trace'.
23942 (debugger-mode): Use run-mode-hooks.
23943 (debugger-list-functions): Add buttons; setup xref stack.
23944
23945 2005-02-23 Richard M. Stallman <rms@gnu.org>
23946
23947 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23948 appointment says it was explicitly made.
23949 (appt-add): Set the 3rd element.
23950 (appt-make-list): Preserve explicit appointments.
23951
23952 * subr.el (find-tag-default): Catch errors in forward-sexp.
23953
23954 2005-02-23 Juri Linkov <juri@jurta.org>
23955
23956 * info.el (Info-isearch-search): New defcustom.
23957 (Info-isearch-search): Call the default isearch function
23958 when Info-isearch-search is nil.
23959 (Info-isearch-wrap): Use variable Info-isearch-search.
23960
23961 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
23962
23963 * cus-edit.el: Comment change.
23964
23965 2005-02-22 Kim F. Storm <storm@cua.dk>
23966
23967 * progmodes/hideif.el (hide-ifdef-use-define-alist):
23968 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
23969
23970 2005-02-22 Simon Josefsson <jas@extundo.com>
23971
23972 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23973 New variable.
23974 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
23975 Oskarsson" <myrkraverk@users.sourceforget.net>.
23976
23977 2005-02-22 Kim F. Storm <storm@cua.dk>
23978
23979 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23980 check that window of that event is the selected window.
23981 (mouse-drag-region-1): Compare mouse event window to selected
23982 window before setting point.
23983
23984 * tooltip.el (tooltip-show-help-function): Pass event to
23985 mouse-on-link-p so it can check selected window.
23986
23987 2005-02-22 Kenichi Handa <handa@m17n.org>
23988
23989 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23990 (ps-mule-show-warning): New function.
23991 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23992 characters are found.
23993
23994 * ps-print.el (ps-header-footer-string): Return a list of header
23995 and footer strings.
23996
23997 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23998
23999 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24000
24001 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24002
24003 * frame.el (blink-cursor-mode): Use define-minor-mode.
24004
24005 * term/mac-win.el (function-key-map): Use char-names more consistently.
24006 (file-name-coding-system): Only set it for MacOS-9. The other case is
24007 already handled in mule-cmds.el (where it also works when mac-win.el
24008 is not used).
24009
24010 2005-02-21 Kenichi Handa <handa@m17n.org>
24011
24012 * international/mule.el (ctext-pre-write-conversion): Always use
24013 " *code-converting-work*" buffer for work.
24014
24015 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24016
24017 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24018
24019 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24020
24021 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24022
24023 * ses.el (undo-more): Restore defadvice, but only the part that
24024 allows changes outside the restricted area of the buffer.
24025
24026 2005-02-20 Kim F. Storm <storm@cua.dk>
24027
24028 * simple.el (line-move): Add fourth optional arg try-vscroll which
24029 must be set to perform auto-window-vscroll.
24030 When moving backwards and doing auto-window-vscroll, automatically
24031 vscroll to the last part of lines which are taller than the window.
24032 (next-line, previous-line): Set try-vscroll arg on line-move.
24033
24034 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24035
24036 * replace.el (query-replace, query-replace-regexp)
24037 (replace-string, replace-regexp): When operating on region, make
24038 the minibuffer prompt say so.
24039
24040 * isearch.el (isearch-forward): Document isearch-query-replace and
24041 isearch-query-replace-regexp keybindings.
24042
24043 2005-02-19 Jay Belanger <belanger@truman.edu>
24044
24045 * calc/calc-aent.el (math-read-token): Add local variable.
24046
24047 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24048 (calc-edit-top): Move declaration to earlier in file.
24049 (calc-edit-macro-repeats): Add local variables.
24050
24051 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24052 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24053 calcFunc-tanh.
24054 Adjust integration rule for calcFunc-tan.
24055
24056 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24057
24058 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24059 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24060 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24061 (viper-skip-separators): Bug fix.
24062 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24063 particular major mode.
24064 (viper-del-backward-char-in-replace): Don't put deleted char on the
24065 kill ring.
24066
24067 * viper-ex.el (viper-color-display-p): New function.
24068 (viper-has-face-support-p): Use viper-color-display-p.
24069
24070 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24071
24072 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24073
24074 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24075 (viper-file-remote-p): Make equivalent to file-remote-p.
24076
24077 * viper.el (viper-major-mode-modifier-list):
24078 Use viper-gnus-modifier-map.
24079
24080 2005-02-19 David Kastrup <dak@gnu.org>
24081
24082 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24083 quoting.
24084
24085 2005-02-19 Jay Belanger <belanger@truman.edu>
24086
24087 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24088 Remove extra definitions.
24089 (calc-coth): New function.
24090 (calcFunc-cot): Fix `let'.
24091
24092 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24093
24094 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24095 the reasons we use "type pc" in these faces.
24096
24097 * button.el (button): Ditto.
24098
24099 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24100
24101 * replace.el (query-replace-read-from): Set the value of
24102 query-replace-from-history-variable to handle the case of an empty
24103 string entered to accept the suggested default.
24104
24105 * net/tramp.el (tramp-file-name-for-operation):
24106 Use dired-call-process instead of dired-call-process-command.
24107
24108 2005-02-19 Jay Belanger <belanger@truman.edu>
24109
24110 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24111 (math-div-non-trig): New variables.
24112 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24113 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24114 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24115 trig expressions.
24116
24117 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24118
24119 * progmodes/gdb-ui.el (gdb-var-update-handler)
24120 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24121 for watch expressions,
24122 (gdb-var-create-handler): Don't set speedbar-update-flag.
24123 (gdb-post-prompt): Simplify test for speedbar.
24124
24125 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24126
24127 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24128 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24129 we use the syntax table of the correct buffer.
24130 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24131 Felix Gatzemeier.
24132
24133 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24134 (ediff-file-remote-p): Make synonymous with file-remote-p.
24135 In all deffaces ediff-*-face-*, use min-colors.
24136
24137 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24138 ediff-recurse-to-subdirectories.
24139 (ediff-mark-if-equal): Check that the arguments are strings, use
24140 ediff-same-contents (after to Felix Gatzemeier).
24141
24142 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24143 nil.
24144
24145 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24146
24147 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24148
24149 2005-02-18 David Kastrup <dak@gnu.org>
24150
24151 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24152 use `mark-active' when defined.
24153
24154 2005-02-18 Kenichi Handa <handa@m17n.org>
24155
24156 * ps-print.el (ps-font-info-database): New entry
24157 ZapfChancery-MediumItalic with correct font name. Fix font name
24158 of the entry Zapf-Chancery-MediumItalic.
24159
24160 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24161
24162 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24163
24164 2005-02-16 Kim F. Storm <storm@cua.dk>
24165
24166 * ido.el (ido-fallback-command): Pass user input to fallback command.
24167
24168 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24169
24170 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24171 (gdb-find-file-hook): Add server prefix.
24172
24173 2005-02-16 Richard M. Stallman <rms@gnu.org>
24174
24175 * replace.el (perform-replace): Pass new args to replace-highlight.
24176 (replace-highlight): Take region args,
24177 and pass them to isearch-lazy-highlight-new-loop.
24178
24179 * novice.el (disabled-command-hook): Autoload the defalias
24180 and the make-obsolete-variable call.
24181
24182 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24183
24184 * isearch.el (isearch-lazy-highlight-start-limit)
24185 (isearch-lazy-highlight-end-limit): New variables limit
24186 the region for highlighting.
24187 (isearch-lazy-highlight-new-loop): New args BEG and END.
24188 (isearch-lazy-highlight-search): Use the new vars.
24189 (isearch-lazy-highlight-update): Likewise.
24190
24191 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24192
24193 * cus-start.el (all): Use default-boundp.
24194
24195 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24196
24197 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24198
24199 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24200
24201 * autorevert.el (auto-revert-stop-on-user-input)
24202 (auto-revert-verbose): Doc fixes.
24203
24204 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24205
24206 * international/mule-cmds.el (set-locale-environment): Remove call
24207 to set-selection-coding-system on Windows.
24208
24209 2005-02-15 Jay Belanger <belanger@truman.edu>
24210
24211 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24212 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24213 calcFunc-coth.
24214 (math-simplify-sqrt): Add simplifications.
24215
24216 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24217 to list.
24218
24219 * calc/calc-ext.el: Add functions to autoloads.
24220
24221 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24222 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24223 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24224 (math-csc-raw, math-cot-raw): New functions.
24225
24226 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24227
24228 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24229 the variable name in a message.
24230
24231 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24232 calcFunc-csc, calcFunc-cot.
24233
24234 * calc/calcalg2.el: Add derivative and integration rules for
24235 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24236 calcFunc-csch, calcFunc-coth.
24237 (math-do-integral-methods): Add to checks for when to use
24238 substitutions.
24239
24240 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24241
24242 2005-02-15 Lute Kamstra <lute@gnu.org>
24243
24244 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24245 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24246 <monnier@iro.umontreal.ca>
24247 (lisp-outline-level): Improve efficiency. Suggested by David
24248 Kastrup <dak@gnu.org>.
24249
24250 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24251
24252 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24253 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24254 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24255 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24256 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24257
24258 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24259
24260 * cus-start.el (all): Comment change.
24261
24262 2005-02-14 Lute Kamstra <lute@gnu.org>
24263
24264 * cus-start.el (all): Check if symbol is void.
24265
24266 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24267
24268 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24269 optional argument to \cite.
24270
24271 2005-02-14 Richard M. Stallman <rms@gnu.org>
24272
24273 * cus-edit.el (custom-buffer-create-internal): Update help message.
24274 (custom-magic-alist): Update help messages.
24275
24276 * cus-start.el (all): Allow a var to specify a standard value.
24277
24278 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24279
24280 * custom.el (custom-theme-set-variables): Handle variable aliases.
24281
24282 * frame.el (blink-cursor-timer): Doc fix.
24283 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24284 declare obsolete.
24285 (blink-cursor-mode): Define with defcustom and use correct
24286 standard expression in that defcustom.
24287 * startup.el (command-line): Adapt to above changes in frame.el.
24288
24289 2005-02-11 Lute Kamstra <lute@gnu.org>
24290
24291 * apropos.el (apropos-score-doc): Prevent division by zero.
24292
24293 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24294
24295 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24296 (icalendar--get-event-property-attributes)
24297 (icalendar--get-event-properties)
24298 (icalendar--datetime-to-diary-date): New functions.
24299 (icalendar--split-value): Doc fix.
24300 (icalendar--datetime-to-noneuropean-date)
24301 (icalendar--datetime-to-european-date): New optional argument
24302 SEPARATOR. Return result as a string instead of a list.
24303 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24304 (icalendar--convert-string-for-export): Rename arg S to STRING.
24305 (icalendar-export-region): Doc fix. Change name of error buffer.
24306 Save output buffer.
24307 (icalendar-import-file): Add blank at end of prompt.
24308 (icalendar-import-buffer): Doc fix. Do not switch to error
24309 buffer. Indicate status in return value.
24310 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24311 buffer. Save output buffer. Handle exception from recurrence
24312 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24313 events. Fix problems with weekly all-day events.
24314
24315 2005-02-10 Richard M. Stallman <rms@gnu.org>
24316
24317 * simple.el (eval-expression-print-format):
24318 Avoid warning about edebug-active.
24319
24320 * help.el (help-for-help-internal): Rename from help-for-help.
24321 (help-for-help): Define with defalias.
24322
24323 * font-core.el (font-lock-default-function): Use with-no-warnings.
24324
24325 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24326
24327 * custom.el (defface): Doc fix.
24328
24329 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24330
24331 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24332 width 0" to prevent word wrapping problems.
24333
24334 2005-02-09 Kim F. Storm <storm@cua.dk>
24335
24336 * ido.el (ido-file-extensions-order): New defcustom.
24337 (ido-file-extension-lessp, ido-file-extension-aux)
24338 (ido-file-extension-order): New advanced file ordering.
24339 (ido-file-lessp): New simple file ordering.
24340 (ido-sort-list): Remove.
24341 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24342 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24343
24344 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24345
24346 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24347 that some versions of grep produce.
24348 (grep-mode-font-lock-keywords): Likewise.
24349
24350 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24351
24352 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24353 (gdb-cdir): Delete.
24354 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24355 (gdb-source-info): Treat case when source file is in another
24356 directory properly.
24357 (gdb-get-location): New function.
24358
24359 2005-02-07 Jay Belanger <belanger@truman.edu>
24360
24361 * calc/calc-prog.el (calc-write-parse-table-part)
24362 (calc-fix-token-name): Fix a check for language type.
24363
24364 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24365
24366 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24367
24368 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24369 as directory not writable.
24370
24371 2005-02-07 Kim F. Storm <storm@cua.dk>
24372
24373 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24374 (cua--standard-movement-commands): Remove list.
24375 Instead, set CUA property value to move for movement commands.
24376 (cua-movement-commands): Remove. Users must set CUA prop instead.
24377 (cua--pre-command-handler): Check CUA property.
24378 (cua--init-keymaps): Don't remap undo commands.
24379 (cua-mode): Don't call cua--rectangle-on-off.
24380
24381 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24382 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24383 (cua--rect-undo-set-point): New var.
24384 (cua--rectangle-undo-boundary): Setup undo apply entry.
24385 (cua--rect-undo-handler): New function for rectangle undo.
24386 (cua--rect-start-position, cua--rect-end-position): Add.
24387 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24388 for restored rectangle. Set point if cua--rect-undo-set-point.
24389
24390 2005-02-06 Jay Belanger <belanger@truman.edu>
24391
24392 * calc/calc-lang.el (calc-tex-language): Display more information
24393 in messages.
24394
24395 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24396 in TeX mode.
24397
24398 2005-02-06 Richard M. Stallman <rms@gnu.org>
24399
24400 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24401
24402 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24403
24404 * net/ldap.el (ldap-search-internal): Support attributes with
24405 optional descriptions separated by a semi-colon, as in
24406 "userCertificate;binary".
24407
24408 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24409
24410 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24411 isn't a cons (i.e. the version is 0).
24412
24413 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24414
24415 * help.el (help-for-help): Doc fix.
24416
24417 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24418
24419 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24420 GDB-Windows on the menu-bar as this works better.
24421
24422 2005-02-04 Jay Belanger <belanger@truman.edu>
24423
24424 * calc/calc-embed.el (calc-embedded-update): Don't put in
24425 unnecessary newlines. Adjust the end of formula marker.
24426
24427 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24428 (math-latex-parse-two-args): New function.
24429
24430 2005-02-03 Lute Kamstra <lute@gnu.org>
24431
24432 * help-fns.el (help-with-tutorial): Make sure that users cannot
24433 remove the entire text of the tutorial by means of `undo'.
24434
24435 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24436
24437 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24438 in recent changes, where the ispell process was repeatedly
24439 killed & restarted.
24440
24441 * international/mule-cmds.el (set-locale-environment): Set file-name
24442 coding system to utf-8 on Darwin systems.
24443 (set-default-coding-systems): Don't set default-file-name-coding-system
24444 on Darwin systems.
24445
24446 2005-02-03 Richard M. Stallman <rms@gnu.org>
24447
24448 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24449
24450 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24451
24452 * faces.el (list-faces-display): Add optional argument.
24453
24454 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24455
24456 * font-core.el (font-lock-default-function): Handle the rare case where
24457 only font-lock-keywords is set.
24458
24459 2005-02-02 Kenichi Handa <handa@m17n.org>
24460
24461 * international/characters.el: Cancel previous change for
24462 I-WITH-DOT-ABOVE and DOTLESS-i.
24463
24464 * international/latin-5.el: Cancel previous change.
24465
24466 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24467
24468 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24469
24470 2005-02-02 Kenichi Handa <handa@m17n.org>
24471
24472 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24473 DOTLESS-i.
24474
24475 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24476 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24477
24478 * case-table.el (get-upcase-table): New function.
24479 (copy-case-table): Copy upcaes table too if non-nil.
24480 (set-case-syntax-delims): Maintain upcase table too.
24481 (set-case-syntax-pair): Likewise.
24482 (set-upcase-syntax, set-downcase-syntax): New functions.
24483 (set-case-syntax): Maintain upcase table too.
24484
24485 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24486
24487 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24488
24489 * progmodes/gud.el (gud-goto-info): New function.
24490 (gud-tool-bar-map): Use correct icon.
24491
24492 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24493
24494 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24495 When delegating, order args in the funcall correctly.
24496
24497 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24498
24499 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24500
24501 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24502
24503 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24504 buffer not visiting a file.
24505
24506 2005-01-31 Jay Belanger <belanger@truman.edu>
24507
24508 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24509 bound on the line with the formula.
24510
24511 2005-01-31 Kim F. Storm <storm@cua.dk>
24512
24513 * ses.el (ses-create-cell-variable-range)
24514 (ses-destroy-cell-variable-range, ses-reset-header-string)
24515 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24516 (ses-insert-row): Fix format of apply undo entries.
24517
24518 2005-01-31 Jay Belanger <belanger@truman.edu>
24519
24520 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24521 parts.
24522
24523 * calc/calc-embed.el (calc-embedded-open-formula)
24524 (calc-embedded-close-formula): Ignore matrix environments.
24525
24526 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24527 TeX mode.
24528
24529 * calc/calc-lang.el (math-function-table, math-oper-table)
24530 (math-variable-table): Adjust the LaTeX portions.
24531
24532 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24533 (math-latex-ignore-words): New constant.
24534
24535 2005-01-31 Richard M. Stallman <rms@gnu.org>
24536
24537 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24538 (ispell-local-dictionary): Doc fix.
24539 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24540 Don't reinitialize at run time. Don't defcustom.
24541 All uses changed to append ispell-local-dictionary-alist,
24542 or check it first.
24543 (ispell-current-dictionary): New variable for dictionary in use.
24544 (ispell-dictionary): Now used only for global default.
24545 (ispell-start-process): Set ispell-current-dictionary,
24546 not ispell-dictionary.
24547 (ispell-change-dictionary): Use this only for setting
24548 user preferences.
24549 (ispell-internal-change-dictionary): New function
24550 to change the current dictionary in use.
24551 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24552 Use ispell-current-dictionary.
24553 Handle ispell-local-dictionary-overridden.
24554 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24555
24556 2005-01-31 Jay Belanger <belanger@truman.edu>
24557
24558 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24559
24560 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24561 (calc-mode-map): Add calc-latex-language.
24562
24563 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24564 (math-latex-print-frac): New functions.
24565 (math-oper-table, math-function-table, math-variable-table)
24566 (math-complex-format, math-input-filter): Add latex properties.
24567 (calc-set-language): Set math-expr-special-function-mapping.
24568
24569 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24570 (calc-write-parse-table-part): Add LaTeX support.
24571
24572 * calc/calc.el (calc-language): Adjust docstring.
24573 (calc-set-mode-line): Add LaTeX support.
24574 (math-expr-special-function-mapping): New variable.
24575 (math-tex-ignore-words): Add to list.
24576
24577 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24578 Add LaTeX support.
24579 (math-compose-expr): Add support for special functions.
24580
24581 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24582
24583 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24584
24585 * progmodes/gdb-ui.el (gdb-memory-address)
24586 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24587 (gdb-memory-mode-map, gdb-memory-format-keymap)
24588 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24589 (gdb-memory-unit-menu): New variables for a buffer
24590 that lets the user examine program memory.
24591 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24592 (gdb-memory-format-binary, gdb-memory-format-octal)
24593 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24594 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24595 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24596 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24597 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24598 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24599 (gdb-memory-mode, gdb-memory-buffer-name)
24600 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24601 New functions for above buffer.
24602
24603 2005-01-30 Richard M. Stallman <rms@gnu.org>
24604
24605 * cus-edit.el (custom-bury-buffer): Function deleted.
24606 (custom-buffer-done-function): Option deleted.
24607 (custom-buffer-done-kill): New replacement option.
24608 (Custom-buffer-done): Call quit-window.
24609 (custom-buffer-create-internal): Update for above changes.
24610
24611 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24612
24613 * simple.el (undo-ask-before-discard): New var.
24614 (undo-outer-limit-truncate): Implement it.
24615 (undo-extra-outer-limit): Doc update.
24616
24617 2005-01-29 Richard M. Stallman <rms@gnu.org>
24618
24619 * ses.el (undo-more): Delete defadvice.
24620 (ses-begin-change): Doc fix.
24621
24622 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24623 instead of rebinding C-x u and C-_.
24624
24625 * files.el (normal-backup-enable-predicate): Return nil for files
24626 in /tmp, regardless of temporary-file-directory.
24627
24628 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24629
24630 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24631 (open-rectangle, delete-whitespace-rectangle-line)
24632 (clear-rectangle-line): If FILL, pass t instead of FILL
24633 for move-to-column's 2nd arg.
24634
24635 * simple.el (undo): Fix the test for continuing a series of undos.
24636 (undo-more): Set pending-undo-list to t when we reach end.
24637 (pending-undo-list): Move up defvar.
24638
24639 * wid-edit.el (widget-button-click):
24640 Shorten the range of the track-mouse binding.
24641
24642 * comint.el (comint-insert-input): Undo previous changes;
24643 use last-input-event in interactive spec.
24644
24645 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24646
24647 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24648 to nil before invoking call-process. Reset buffer's modified flag
24649 after fontifying it in the no-async branch.
24650
24651 * wid-edit.el (widget-specify-button): If mouse pointer shape
24652 cannot be changed, use mouse face instead.
24653
24654 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24655
24656 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24657 (gdb-goto-breakpoint): Make breakpoint handling work on template
24658 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24659 (gdb-assembler-custom): Update to recognize breakpoint information
24660 added on 2005-01-19.
24661
24662 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24663
24664 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24665 (dsssl-mode): Use define-derived-mode.
24666 (scheme-mode-initialize): Remove.
24667 (scheme-mode): Use run-mode-hooks.
24668
24669 * cus-edit.el (customize-group-other-window)
24670 (custom-buffer-create-other-window): Don't override special-display-*.
24671 (custom-mode-map): Make it dense.
24672
24673 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24674 sets the default value.
24675
24676 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24677
24678 * descr-text.el: Add more keywords.
24679
24680 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24681
24682 * speedbar.el: Avoid unnecessary use of locate-library.
24683
24684 * international/mule-cmds.el (standard-display-european-internal):
24685 Don't fiddle with latin-1 non-break space any more since it's now
24686 special cased in the C code.
24687 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24688
24689 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24690
24691 * cus-start.el (all): Add `undo-outer-limit'.
24692
24693 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24694
24695 * textmodes/bibtex.el (bibtex-format-entry):
24696 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24697 field lines.
24698 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24699 not on part of a buffer.
24700
24701 2005-01-25 Lute Kamstra <lute@gnu.org>
24702
24703 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24704 nonempty field text strings like "{letters\\macro{}more letters}".
24705 Clarify docstring.
24706 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24707 (bibtex-entry-offset, bibtex-parse-association)
24708 (bibtex-parse-field-name): Fix typos in docstrings.
24709 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24710
24711 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24712
24713 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24714 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24715 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24716 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24717
24718 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24719 isearch minor mode.
24720
24721 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24722
24723 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24724
24725 2005-01-24 Lute Kamstra <lute@gnu.org>
24726
24727 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24728 CASECHARS and NOT-CASECHARS regular expressions of the
24729 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24730 striding over charsets" error.
24731
24732 2005-01-24 Jay Belanger <belanger@truman.edu>
24733
24734 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24735 display variable name.
24736
24737 2005-01-24 Kenichi Handa <handa@m17n.org>
24738
24739 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24740 Fix setting of the element of encoded-kbd-iso2022-invocations.
24741
24742 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24743
24744 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24745 (gdb-threads-select): Change to also accept mouse events.
24746 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24747 (gdb-threads-mouse-select): Delete.
24748
24749 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24750
24751 * files.el (insert-directory): Take care of empty directory,
24752 listed without -a switch.
24753
24754 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24755
24756 * textmodes/refill.el (refill-post-command-function):
24757 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24758 to the list of functions that we should be careful not to undo.
24759 (refill-late-fill-paragraph-function): Remove.
24760 (refill-saved-state): New var.
24761 (refill-mode): Use it to save fill-paragraph-function.
24762 Save also the value of auto-fill-function.
24763
24764 * term/w32-win.el: Simplify code.
24765
24766 2005-01-23 Kim F. Storm <storm@cua.dk>
24767
24768 * simple.el (line-move): Adapt to new return value from
24769 pos-visible-in-window-p.
24770
24771 * simple.el (line-move): Fix last change. Check partial
24772 visibility at point rather than at window-start.
24773
24774 2005-01-22 Jason Rumney <jasonr@gnu.org>
24775
24776 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24777
24778 2005-01-22 David Kastrup <dak@gnu.org>
24779
24780 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24781
24782 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24783
24784 * type-break.el (type-break-mode): Add a test for
24785 type-break-file-name being non-nil.
24786
24787 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24788
24789 * net/eudc.el (top level): Call (message "") via progn, so that
24790 eudc-options-file is loaded.
24791
24792 2005-01-22 Kim F. Storm <storm@cua.dk>
24793
24794 * simple.el (line-move-1): Rename from line-move.
24795 (line-move): New function that adjusts vscroll for partially
24796 visible rows, and calls line-move-1 otherwise.
24797
24798 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24799
24800 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24801 since it's not a complete read-event implementation
24802
24803 2005-01-20 Jay Belanger <belanger@truman.edu>
24804
24805 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24806 for called function.
24807
24808 2005-01-20 Steven Tamm <steventamm@mac.com>
24809
24810 * term/mac-win.el (process-connection-type): Remove.
24811 Controlled now by s/darwin.h:PTY_ITERATION.
24812
24813 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24814
24815 * window.el (handle-select-window): Don't switch window when we're
24816 in the minibuffer.
24817
24818 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24819
24820 * subr.el (dotimes-with-progress-reporter): New macro.
24821
24822 * ses.el (ses-dotimes-msg): Remove macro.
24823 Use `dotimes-with-progress-reporter' instead.
24824
24825 2005-01-19 Steven Tamm <steventamm@mac.com>
24826
24827 * term/mac-win.el (process-connection-type): Use new
24828 operating-system-release variable to use ptys on Darwin 7 (OS X
24829 10.3) when using carbon build.
24830
24831 2005-01-19 Jay Belanger <belanger@truman.edu>
24832
24833 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24834 flags if the last command was a tab or M-tab.
24835
24836 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24837 in formula editing buffer.
24838
24839 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24840
24841 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24842 breakpoint image symbol in margin.
24843
24844 2005-01-19 Jay Belanger <belanger@truman.edu>
24845
24846 * calc/calc-prog.el (calc-execute-kbd-macro):
24847 Ignore calc-keep-arg-flag.
24848
24849 2005-01-19 Kenichi Handa <handa@m17n.org>
24850
24851 * textmodes/ispell.el (ispell-looking-at): New function.
24852 (ispell-process-line): Use ispell-looking-at to compare the ispell
24853 output and the buffer contents.
24854
24855 2005-01-18 Jay Belanger <belanger@truman.edu>
24856
24857 * calc/calc.el (calc-display-raw): Fix docstring.
24858
24859 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24860
24861 * simple.el (blink-matching-open): Strip extra info from syntax.
24862
24863 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24864 funny chars in the end-of-here-doc marker.
24865
24866 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24867
24868 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24869 that enable/disabled state of breakpoints is shown correctly in
24870 fringe and on ttys.
24871 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24872 Add breakpoint information as text properties.
24873 (gdb-mouse-toggle-breakpoint):
24874 Rename to gdb-mouse-set-clear-breakpoint.
24875 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24876 breakpoints in the margin.
24877 (gdb-remove-strings): Simplify.
24878
24879 2005-01-17 Jay Belanger <belanger@truman.edu>
24880
24881 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24882 erasing buffer.
24883
24884 2005-01-17 Richard M. Stallman <rms@gnu.org>
24885
24886 * progmodes/grep.el (grep-find): Copy from `grep' the condition
24887 for calling grep-compute-defaults.
24888
24889 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24890 if buffer is empty.
24891
24892 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24893
24894 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
24895
24896 * hilit-chg.el (highlight-changes-mode): Don't autoload.
24897
24898 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24899 non-preloaded variables.
24900
24901 2005-01-17 Steven Tamm <steventamm@mac.com>
24902
24903 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24904 tex-shell cause to force interactivity when using pipes.
24905
24906 2005-01-17 Kim F. Storm <storm@cua.dk>
24907
24908 * simple.el (just-one-space): Make arg optional.
24909
24910 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
24911
24912 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24913 posn-at-x-y to t to access left-margin.
24914
24915 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
24916
24917 Sync with Tramp 2.0.47.
24918
24919 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24920 catching keep-date problems in cp/scp operations.
24921 (tramp-handle-copy-file): Don't call `set-file-modes'
24922 unconditionally. Specialized functions should know better what is
24923 necessary. This improves performance a little bit, and the
24924 functions could catch errors with `cp -p' and `scp -p'.
24925 (tramp-do-copy-or-rename-file-via-buffer)
24926 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24927 when appropriate.
24928 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24929 Call `set-file-modes' when appropriate.
24930 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
24931 Johnsson <isak@hypergene.com>
24932 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24933 of both Tramp buffer and debug buffer. Reported by Joakim Verona
24934 <joakim@verona.se>
24935 (tramp-file-name-for-operation): Mark `shell-command' as magic for
24936 Emacs only.
24937
24938 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
24939 `find-file-hooks' and `dired-mode-hook'.
24940 (tramp-minor-mode-map): Respective map. Add remapping for
24941 `compile' and `recompile'.
24942 (tramp-remap-command, tramp-recompile): New defuns.
24943 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24944 in buffer "*Compilation*". Call the commands asynchronously.
24945
24946 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24947 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24948 `shell-command', because it isn't magic in XEmacs. Reported by
24949 Adrian Aichner <adrian@xemacs.org>.
24950
24951 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24952 `substitute-in-file-name.
24953 (tramp-smb-handle-substitute-in-file-name): New defun.
24954 (tramp-smb-advice-PC-do-completion): Delete advice.
24955
24956 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
24957
24958 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24959 Fix error in deleting region.
24960
24961 2005-01-15 Richard M. Stallman <rms@gnu.org>
24962
24963 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24964 In non-temp buffer, switch syntax table temporarily.
24965
24966 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24967
24968 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24969
24970 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24971
24972 * imenu.el (imenu--split-menu): Copy menulist before sorting.
24973 (imenu--generic-function): Use START, not BEG, as pos of definition.
24974
24975 * simple.el (just-one-space): Argument specifies number of spaces.
24976
24977 * simple.el (eval-expression-print-format): Avoid warning
24978 about edebug-active.
24979
24980 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
24981
24982 * progmodes/sh-script.el: Code copied from make-mode.el
24983 with small changes,
24984 (sh-mode-map): Bind C-c C-\.
24985 (sh-backslash-column, sh-backslash-align): New variables.
24986 (sh-backslash-region, sh-append-backslash): New functions.
24987
24988 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
24989
24990 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24991 (rmail-pop-password, rmail-pop-password-required): Move to
24992 rmail-obsolete group.
24993 (rmail-set-pop-password): Rename to rmail-set-remote-password.
24994 All callers updated.
24995 (rmail-get-pop-password): Rename to rmail-get-remote-password.
24996 Take an argument specifying whether it is POP or IMAP mailbox we
24997 are using. All callers updated.
24998 (rmail-pop-password-error): Rename to
24999 rmail-remote-password-error. Added mailutils-specific error message.
25000 (rmail-movemail-search-path)
25001 (rmail-movemail-variant-in-use): New variables.
25002 (rmail-remote-password, rmail-remote-password-required):
25003 New customization variables.
25004 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25005 (rmail-parse-url): New function.
25006 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25007 with GNU mailutils movemail.
25008
25009 2005-01-15 Kevin Ryde <user42@zip.com.au>
25010
25011 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25012 suffix to space, $ or '$, to correctly position point when going
25013 to @table style constants like DBL_MAX.
25014
25015 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25016
25017 * type-break.el (type-break-mode, type-break-file-time)
25018 (type-break-file-keystroke-count, type-break-choose-file):
25019 Don't store data in or load data from the file if type-break-file-name
25020 is nil.
25021 (type-break-file-name): Doc update as per the above.
25022
25023 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25024
25025 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25026 lookup-key might return nil; handle that.
25027
25028 2005-01-15 Alan Mackenzie <acm@muc.de>
25029
25030 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25031 rather than the element found, thus enabling the tree to be setcar'd.
25032
25033 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25034
25035 * textmodes/org.el (org-show-following-heading): New option.
25036 (org-show-hierarchy-above): Use `org-show-following-heading'.
25037 (org-cycle): Documentation fix.
25038
25039 * textmodes/org.el (orgtbl-optimized): New option
25040 (orgtbl-mode): New command, a minor mode.
25041 (orgtbl-mode-map): New variable.
25042 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25043 (orgtbl-error, orgtbl-self-insert-command)
25044 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25045
25046 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25047 a local variable in each org-mode buffer.
25048
25049 * textmodes/org.el (org-set-regexps-and-options): Rename from
25050 `org-set-regexps'. Added checking for STARTUP keyword.
25051 (org-get-current-options): Add STARTUP options.
25052 (org-table-insert-row): Make mode intelligent about when
25053 realignment is needed.
25054 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25055 New commands.
25056 (org-enable-table-editor): New default value `optimized'.
25057 (org-table-blank-field): Support blanking regions if active.
25058
25059 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25060
25061 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25062 if the year is not given.
25063
25064 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25065 Add new escapes %m and %M, fixed bug with %F by adding
25066 save-match-data.
25067 (reftex-reference): Remove ?. from list of spaces.
25068 (reftex-label-info): Add automatic label prefix recognition.
25069
25070 * textmodes/reftex-index.el (reftex-index-next-phrase):
25071 Add slave parameter to call of `reftex-index-this-phrase'.
25072 (reftex-index-this-phrase): New optional argument.
25073 (reftex-index-region-phrases): Add slave parameter to call of
25074 `reftex-index-this-phrase'.
25075 (reftex-display-index): New argument redo.
25076 (reftex-index-rescan): Add `redo' to arguments of
25077 `reftex-display-index'.
25078 (reftex-index-Rescan, reftex-index-revert)
25079 (reftex-index-switch-index-tag): Add `redo' to arguments of
25080 `reftex-display-index'.
25081 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25082 indexing. Fix bug with matching is there is a quote before or
25083 after the word.
25084
25085 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25086 Fix bug when collecting citation keys in lines with comments.
25087 (reftex-citation): Prefix argument no longer rescans the document,
25088 but forces prompting for optional arguments of cite macros.
25089 (reftex-do-citation): Prompting for optional arguments implemented.
25090
25091 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25092 Add optional arguments to most cite commands.
25093 (reftex-cite-cleanup-optional-args): New option
25094 (reftex-cite-prompt-optional-args): New option.
25095 (reftex-trust-label-prefix): New option.
25096
25097 * textmodes/reftex-toc.el (reftex-toc-find-section):
25098 Add push-mark before changing the position in the buffer.
25099
25100 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25101 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25102
25103 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25104
25105 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25106 more carefully.
25107
25108 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25109
25110 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25111 (sgml-mode): Use it.
25112 (sgml-get-context): Better keep track of implicitly closed tags.
25113
25114 2005-01-13 Kenichi Handa <handa@m17n.org>
25115
25116 * textmodes/ispell.el: These changes are to fix misalignment error
25117 caused by equivalent characters of different Emacs charsets.
25118 (ispell-unified-chars-table): New variable.
25119 (ispell-get-decoded-string): New function.
25120 (ispell-get-casechars, ispell-get-not-casechars)
25121 (ispell-get-otherchars): Call ispell-get-decoded-string.
25122
25123 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25124
25125 * custom.el (custom-declare-variable): Just put symbol instead
25126 of (defvar . symbol) in `current-load-list'.
25127
25128 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25129
25130 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25131
25132 2005-01-12 Jay Belanger <belanger@truman.edu>
25133
25134 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25135 to create a Calc summary.
25136
25137 2005-01-12 Kim F. Storm <storm@cua.dk>
25138
25139 * mouse.el (mouse-on-link-p): Change functionality and doc
25140 string to comply with latest description in lisp ref.
25141
25142 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25143
25144 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25145 Enable mouse clicks on mode-line, header-line and margin.
25146 (event-type): Give mouse event symbols an `event-kind' property
25147 with value `mouse-click'.
25148
25149 2005-01-12 Juri Linkov <juri@jurta.org>
25150
25151 * facemenu.el (list-colors-display): Add new arg buffer-name.
25152 Use it. Fix docstring. Replace code for identifying duplicate
25153 colors by the name with call to `list-colors-duplicates' which
25154 identifies duplicate colors by the value unless the color
25155 is one of special Windows colors. Set truncate-lines to t.
25156 Print sorted duplicate color names on each line. Indent to 22
25157 \(the longest color name in rgb.txt) instead of 20. Optimize.
25158 (list-colors-duplicates): New function.
25159 (facemenu-color-name-equal): Delete function.
25160
25161 * facemenu.el (list-colors-print): New function created from code
25162 in list-colors-display. Print #RRGGBB at the window right edge.
25163 (list-colors-display): When temp-buffer-show-function is not
25164 defined, call list-colors-print from temp-buffer-show-hook
25165 to get the right value of window-width in list-colors-print
25166 after the buffer is displayed.
25167
25168 * simple.el (pop-mark): Move deactivate-mark out of conditional
25169 part to deactivate the active mark regardless of the state of the
25170 mark ring.
25171
25172 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25173 variables line in desktop files.
25174
25175 2005-01-12 Juri Linkov <juri@jurta.org>
25176
25177 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25178 Bring together isearch highlight related options.
25179 (lazy-highlight): Replace group `replace' by `matching'.
25180 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25181 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25182 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25183 and declare them obsolete.
25184 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25185 (isearch-faces): Remove defgroup.
25186 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25187 Move isearch highlighting code closer to lazy highlighting code.
25188
25189 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25190 (query-replace-highlight, query-replace-lazy-highlight)
25191 (query-replace): Move definitions to the beginning of the file.
25192
25193 2005-01-11 Juri Linkov <juri@jurta.org>
25194
25195 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25196 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25197 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25198
25199 * info.el (Info-history-forward): New variable.
25200 (Info-select-node): Reset Info-history-forward to nil.
25201 (Info-last): Turn into defalias.
25202 (Info-history-back): Rename from Info-last.
25203 Add current node to Info-history-forward.
25204 (Info-history-forward): New fun.
25205 (Info-mode-map): Replace Info-last by Info-history-back.
25206 Bind Info-history-forward to "r".
25207 (Info-mode-menu): Replace Info-last by Info-history-back.
25208 Fix menu item text. Add menu item for Info-history-forward.
25209 (info-tool-bar-map): Replace Info-last by Info-history-back.
25210 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25211 for Info-history-forward.
25212 (Info-mode): Replace Info-last by Info-history-back in docstring.
25213 Add local variable Info-history-forward.
25214 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25215
25216 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25217
25218 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25219 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25220 Ignore select-window events rather than fiddle with
25221 mouse-autoselect-window.
25222
25223 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25224
25225 * type-break.el (type-break-mode): Fix previous change.
25226
25227 2005-01-10 Jay Belanger <belanger@truman.edu>
25228
25229 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25230 calculator; only reset when point is inside a calculator.
25231 Don't adjust the window height if the window takes up the whole height
25232 of the frame.
25233
25234 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25235
25236 * ebuff-menu.el (Electric-buffer-menu-mode):
25237 Preserve value of buffer-local var header-line-format.
25238
25239 2005-01-09 Jay Belanger <belanger@truman.edu>
25240
25241 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25242 Make sure settings file exists before accessing it.
25243
25244 * calc/calc-embed.el (calc-embedded-subst):
25245 Replace math-multi-subst-rec, which is only supposed to be called
25246 by math-multi-subst, by math-multi-subst.
25247
25248 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25249
25250 * vc.el (vc-allow-async-revert): New user option.
25251 (vc-disable-async-diff): New internal variable.
25252 (vc-revert-buffer): Use them to disable asynchronous diff.
25253
25254 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25255 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25256 asynchronously if vc-disable-async-diff is t.
25257
25258 2005-01-09 Jay Belanger <belanger@truman.edu>
25259
25260 * calc/calc.el (defcalcmodevar): New macro.
25261 (calc-mode-var-list-restore-default-values)
25262 (calc-mode-var-list-restore-saved-values): New functions.
25263 (calc-mode-var-list): Use defcalcmodevar to define it.
25264 (calc-always-load-extensions, calc-line-numbering)
25265 (calc-line-breaking, calc-display-just, calc-display-origin)
25266 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25267 (calc-group-char, calc-point-char, calc-frac-format)
25268 (calc-prefer-frac, calc-hms-format, calc-date-format)
25269 (calc-float-format, calc-full-float-format, calc-complex-format)
25270 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25271 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25272 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25273 (calc-matrix-brackets, calc-language, calc-language-option)
25274 (calc-left-label, calc-right-label, calc-word-size)
25275 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25276 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25277 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25278 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25279 (calc-window-height, calc-display-trail, calc-show-selections)
25280 (calc-use-selections, calc-assoc-selections)
25281 (calc-display-working-message, calc-auto-why, calc-timing)
25282 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25283 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25284 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25285 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25286 (calc-gnuplot-geometry, calc-graph-default-resolution)
25287 (calc-graph-default-resolution-3d, calc-invocation-macro)
25288 (calc-show-banner): Use defcalcmodevar to declare them and set
25289 their default values.
25290
25291 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25292 instead of default values (but restore default values if there is
25293 an argument of 0).
25294
25295 2005-01-09 David Kastrup <dak@gnu.org>
25296
25297 * desktop.el (desktop-restore-eager): Fix typo in type.
25298
25299 2005-01-08 Richard M. Stallman <rms@gnu.org>
25300
25301 * cus-edit.el (customize): Delete :link.
25302
25303 2005-01-08 Jay Belanger <belanger@truman.edu>
25304
25305 * calc/calc.el (calc-mode): Remove the extension from the
25306 `calc-settings-file' file name when loading it.
25307
25308 2005-01-08 Kim F. Storm <storm@cua.dk>
25309
25310 * info.el (Info-mode-map, Info-next-link-keymap)
25311 (Info-prev-link-keymap, Info-up-link-keymap):
25312 Map follow-link to mouse-face.
25313 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25314
25315 2005-01-08 Jay Belanger <belanger@truman.edu>
25316
25317 * calc/calc.el (calc-settings-file): Change default value.
25318 Suggested by cgw in a comment in calc-mode.el.
25319
25320 * calc/calc-mode.el (calc-settings-file-name):
25321 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25322 Replace ~/.emacs in a prompt by calc-settings-file.
25323
25324 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25325
25326 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25327 (desktop-lazy-idle-delay): New customizable variables.
25328 (desktop-buffer-args-list): New variable.
25329 (desktop-append-buffer-args): New function.
25330 (desktop-save): Call desktop-append-buffer-args for some buffers.
25331 (desktop-lazy-create-buffer): New function.
25332 (desktop-idle-create-buffers): New function.
25333 (desktop-read): Add message about buffers to restore lazily.
25334 (desktop-lazy-abort): New command.
25335 (desktop-clear): Call desktop-lazy-abort.
25336 (desktop-lazy-complete): New command.
25337
25338 2005-01-06 Richard M. Stallman <rms@gnu.org>
25339
25340 * emacs-lisp/find-func.el (find-face-definition):
25341 Rename from find-face.
25342
25343 2005-01-06 Kim F. Storm <storm@cua.dk>
25344
25345 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25346
25347 * man.el (Man-xref-man-page, Man-xref-header-file)
25348 (Man-xref-normal-file): Add follow-link property.
25349
25350 2005-01-06 Jay Belanger <belanger@truman.edu>
25351
25352 * calc/calc-units.el: Make sure the proper macro definitions are
25353 available when compiling.
25354
25355 2005-01-06 Juri Linkov <juri@jurta.org>
25356
25357 * isearch.el (isearch-lazy-highlight-update):
25358 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25359
25360 2005-01-06 Miles Bader <miles@gnu.org>
25361
25362 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25363 (isearch-lazy-highlight-face): Use new name.
25364
25365 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25366
25367 * uniquify.el (uniquify-rationalize-file-buffer-names):
25368 Re-add an interactive spec.
25369 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25370 to the same name.
25371
25372 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25373 (isearch-update, isearch-done): Adjust calls accordingly.
25374
25375 2005-01-05 Richard M. Stallman <rms@gnu.org>
25376
25377 * custom.el (custom-set-variables, custom-theme-set-variables):
25378 Clarify documentation.
25379
25380 * emacs-lisp/find-func.el (find-variable)
25381 (find-variable-other-window, find-variable-other-frame):
25382 Fix the TYPE args to find-function-read and find-function-do-it.
25383 (find-function): Doc fix.
25384 (find-function-at-point): Replace function-at-point alias.
25385
25386 2005-01-04 Richard M. Stallman <rms@gnu.org>
25387
25388 * cus-face.el (custom-declare-face):
25389 Record defface in current-load-list.
25390
25391 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25392
25393 * emacs-lisp/find-func.el: Doc fixes.
25394 (find-face-regexp): New variable.
25395 (find-function-regexp-alist): New variable.
25396 (find-function-C-source): Third arg is now TYPE.
25397 (find-function-search-for-symbol): Handle general TYPE.
25398 (find-function-read, find-function-do-it): Handle general TYPE.
25399 (find-definition-noselect, find-face): New functions.
25400 (function-at-point): Alias deleted.
25401
25402 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25403
25404 * battery.el (display-battery-mode): Rename from display-battery.
25405 Handle the case where it gets turned off.
25406
25407 2005-01-04 Richard M. Stallman <rms@gnu.org>
25408
25409 * cus-edit.el (customize): Make :link point to user doc.
25410
25411 * man.el (Man-fontify-manpage): Turn off undo generation.
25412
25413 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25414
25415 2005-01-04 Andreas Schwab <schwab@suse.de>
25416
25417 * files.el (insert-directory): Only look for error lines in
25418 inserted text. Don't move too far after processing --dired markers.
25419
25420 2005-01-04 Richard M. Stallman <rms@gnu.org>
25421
25422 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25423 Don't expand if the character is @, period, dash, etc.
25424 (define-mail-abbrev): Quote names that contain problem characters.
25425
25426 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25427
25428 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25429
25430 2005-01-03 Richard M. Stallman <rms@gnu.org>
25431
25432 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25433 (query-replace-highlight, query-replace-lazy-highlight)
25434 (query-replace): Definitions moved up. Doc fix.
25435
25436 2005-01-03 Richard M. Stallman <rms@gnu.org>
25437
25438 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25439 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25440 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25441 (lazy-highlight-face): Rename from isearch-lazy-...
25442 Change all references to them.
25443
25444 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25445
25446 * cus-edit.el (custom-file): Doc fix for defcustom.
25447 (custom-file): The function no longer sets the variable
25448 `custom-file' to its return value.
25449
25450 * startup.el (command-line): No longer load `custom-file'.
25451
25452 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25453
25454 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25455
25456 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25457 Don't confuse module-prefixed identifiers for labels.
25458 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25459
25460 2005-01-02 Richard M. Stallman <rms@gnu.org>
25461
25462 * files.el (basic-save-buffer-1): Fix previous change.
25463
25464 * loadhist.el (file-loadhist-lookup): New function.
25465 (file-provides, file-requires): Use it.
25466
25467 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25468 instead of calculating the right size.
25469
25470 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25471
25472 * vc-svn.el (vc-svn-diff): Stay local if possible.
25473
25474 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25475
25476 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25477
25478 * files.el (hack-local-variables): Fix last change.
25479
25480 2005-01-02 Jay Belanger <belanger@truman.edu>
25481
25482 * calc/calc-yank.el (calc-edit-top): New variable.
25483 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25484 object. Change header properties.
25485 (calc-edit-finish, calc-edit-finish-stack-object)
25486 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25487 edited object.
25488 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25489 for the beginning of the edited object.
25490 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25491 for the beginning of the edited object.
25492 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25493 (calc-finish-formula-edit, calc-macro-repeats)
25494 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25495 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25496 beginning of the edited object.
25497 (calc-user-define-edit): Change the header for editing macros.
25498 Remove unnecessary variable.
25499
25500 2005-01-01 Jay Belanger <belanger@truman.edu>
25501
25502 * calc/calc-yank.el (calc-edit-mode): Change default header.
25503 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25504 * calc/calc-store.el (calc-edit-variable): Change title to match new
25505 header.
25506 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25507 mode to match new header.
25508 (calc-user-define-edit): Change titles to include names of commands.
25509 (calc-finish-formula-edit): Adjust to handle new header.
25510 (calc-finish-macro-edit): Remove.
25511 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25512 (calc-edit-macro-command, calc-edit-macro-command-type)
25513 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25514 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25515 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25516 (calc-edit-macro-finish-edit): New functions.
25517 (calc-user-define-edit): Use new functions to edit named calc macros.
25518
25519 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25520
25521 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25522
25523 * ses.el (copy-region-as-kill): Deactivate mark.
25524
25525 2005-01-01 Richard M. Stallman <rms@gnu.org>
25526
25527 * replace.el (occur-1): If the output buffer is also an input,
25528 don't kill it, rename it.
25529
25530 * faces.el (set-face-background, set-face-foreground): Doc fix.
25531
25532 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25533 for :foreground and :background.
25534
25535 * dired.el (dired-view-command-alist): Variable deleted.
25536 (dired-view-file, dired-mouse-find-file-other-window):
25537 Delete the code to use it.
25538
25539 2005-01-01 Kim F. Storm <storm@cua.dk>
25540
25541 * image.el (insert-sliced-image): Use t for line-height property.
25542
25543 See ChangeLog.11 for earlier changes.
25544
25545 ;; Local Variables:
25546 ;; coding: iso-2022-7bit
25547 ;; End:
25548
25549 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25550 Copying and distribution of this file, with or without modification,
25551 are permitted provided the copyright notice and this notice are preserved.
25552
25553 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1