]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-07-19 mathias <mathias@mattis>
2
3 * tumme.el (tumme-display-thumbnail-original-image): Make sure
4 image display buffer is displayed before call to
5 `tumme-display-image.
6 (tumme-dired-display-image): Make sure image display buffer is
7 displayed before call to `tumme-display-image.
8 (tumme-mouse-display-image): Make sure image display buffer is
9 displayed before call to `tumme-display-image.
10
11 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
14
15 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
16
17 * progmodes/sh-script.el (sh-font-lock-keywords-1):
18 Revert inadvertently installed patch hunk.
19
20 * progmodes/compile.el (compilation-find-file): Handle the
21 cases where the user selects a non-existent file.
22
23 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
26
27 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
28
29 * subr.el (sit-for): Just sleep-for if noninteractive.
30
31 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
32
33 * emacs-lisp/autoload.el (make-autoload): Use new arg.
34
35 * custom.el (custom-autoload): Add `noset' argument.
36 (custom-push-theme): Don't autoload the variable, let callers do it.
37 (custom-theme-set-variables): Autoload the variable if necessary.
38
39 * cus-edit.el (custom-variable-state-set): If the variable was
40 originally set outside custom, but to the same value as the default,
41 consider it to be standard.
42
43 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
44 file *before* telling Emacs to add the autoloads, in case it fails.
45
46 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
47 Use `cond', push', and `dolist'.
48
49 2006-07-17 Richard Stallman <rms@gnu.org>
50
51 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
52 Add defvars to silence warnings.
53
54 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
55
56 * progmodes/compile.el (compilation-mode-font-lock-keywords):
57 Don't highlight "Compiling file" messages as error.
58
59 * dired-aux.el (dired-compress-file): Confirm again if gzipped
60 file already exists.
61
62 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
63
64 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
65 entry, don't assign to free var; simply return the extracted filename.
66 (ff-treat-as-special): Incorporate common preamble from callers.
67 (ff-other-file-name, ff-find-the-other-file):
68 Update call to ff-treat-as-special.
69
70 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
71
72 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
73
74 * tumme.el (tumme-get-comment): Fix bug.
75
76 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
77
78 * files.el: Remove spurious * in docstrings.
79
80 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
81
82 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
83 grammar.
84 (allout-beginning-of-current-line): Beware beginning of buffer.
85 Also, a comment is simplified.
86 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
87 when appropriate. (This fix enables use for other than
88 bullet-hotspot operation.)
89 (allout-hide-current-subtree): While escalating to sibling-close,
90 make sure to situate on a topic.
91
92 2006-07-14 Kim F. Storm <storm@cua.dk>
93
94 * emulation/cua-base.el (cua-delete-selection)
95 (cua-toggle-set-mark): New defcustoms.
96 (cua-rectangle-modifier-key): Add `alt' modifier.
97 (cua-replace-region): Don't delete if cua-delete-selection is nil.
98 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
99 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
100
101 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
102
103 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
104
105 * allout.el: Require 'cl during byte-compilation/interactive load,
106 for the `assert' macro.
107 (allout-mode-deactivate-hook): New hook, run when allout mode
108 deactivates.
109 (allout-developer): New allout customization subgroup.
110 (allout-run-unit-tests-on-load): New allout-developer
111 customization variable, when true allout unit tests are run towards
112 end of file load/eval.
113 (allout-inhibit-auto-fill): Disable auto-fill activity even during
114 auto-fill-mode.
115 (allout-resumptions): Remove, to be replaced by...
116 (allout-add-resumptions): Register variable settings to be
117 reinstated by `allout-do-resumptions'. The settings are made
118 buffer-local, but the locality/globality of the suspended setting
119 is restored on resumption.
120 (allout-do-resumptions): Reinstate all settings suspended using
121 `allout-add-resumptions'.
122 (allout-test-resumptions): Unit tests (and intermediate variables)
123 for resumptions.
124 (allout-tests-globally-unbound, allout-tests-globally-true)
125 (allout-tests-locally-true): Intermediate variables for
126 resumptions unit tests.
127 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
128 (allout-exposure-category): Replaces 'allout-overlay-category variable.
129 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
130 instead of retired `allout-resumptions'. For hook functions, use
131 `local' parameter so hook settings are created and removed as
132 buffer-local settings. Revise (resumptions) setting
133 auto-fill-function so it is set only if already active. (The
134 related fill-function settings are all made in either case, so
135 that activating auto-fill-mode activity will have the custom
136 allout-mode behaviors (hanging indent on topics, if configured for it).
137 Remove all allout-exposure-category overlays on mode deactivation.
138 (allout-hotspot-key-handler): New function extracted from
139 `allout-pre-command-business', so the functionality can be used
140 for other purposes, eg as a binding in an overlay.
141 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
142 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
143 customization variable.
144 (allout-run-unit-tests): Run the (currently quite small)
145 repertoire of unit tests. Called just before the provide iff user
146 has customized `allout-run-unit-tests-on-load' non-nil.
147
148 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
149
150 * emacs-lisp/authors.el (authors-aliases): Update.
151
152 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
153
154 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
155 gdb-source-window. Add dedicated argument.
156 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
157 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
158 (gdb-display-threads-buffer, gdb-display-memory-buffer)
159 (gdb-display-locals-buffer): Use it.
160
161 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
162 Set gdb-source-window.
163
164 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
165
166 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
167 minor modes, redundant with the custom-autoload line above.
168
169 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
170
171 * longlines.el (longlines-post-command-function): Handle open-line too.
172
173 2006-07-12 Richard Stallman <rms@gnu.org>
174
175 * progmodes/grep.el (grep-last-buffer): Doc fix.
176
177 * info.el (Info-try-follow-nearest-node): Doc fix.
178
179 * emacs-lisp/edebug.el (edebug-instrument-function):
180 Err if find-function-noselect gives no position.
181
182 * emacs-lisp/find-func.el (find-function-search-for-symbol):
183 If can't find definition, return nil for position.
184 (find-function-do-it): Handle new return value
185 of find-definition-noselect.
186 (find-definition-noselect, find-variable-noselect): Doc fix.
187 (find-function-noselect): Doc fix.
188
189 * help-mode.el (help-variable-def): Handle find-variable-noselect
190 returning no position.
191 (help-function-def): Likewise for find-function-search-for-symbol.
192 (help-face-def): Likewise.
193
194 * help-fns.el (describe-variable): Handle find-variable-noselect
195 returning no position.
196
197 * files.el (locate-file-completion): Avoid duplicates in result.
198
199 * cus-edit.el (custom-no-edit): New command.
200 (custom-mode-map): Remap to custom-no-edit instead of
201 using suppress-keymap.
202
203 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
204
205 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
206 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
207 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
208
209 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
210
211 2006-07-11 Kim F. Storm <storm@cua.dk>
212
213 * ido.el (ido-copy-current-file-name): Use buffer-name if
214 buffer-file-name is nil.
215
216 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
217
218 * simple.el (undo-ask-before-discard): Set to nil.
219
220 * vc.el (vc-exec-after): Don't delete process manually.
221 (vc-print-log): Run log-view-mode in process sentinel inside
222 inhibit-read-only. Don't shrink window due to timing issues.
223
224 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
225 Avoid using with-output-to-temp-buffer, which clobbers local vars.
226
227 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
228
229 * progmodes/compile.el (compilation-error-regexp-alist-alist):
230 Fix ambiguity introduced by last change.
231 (compilation-find-file): Move save-excursion to where it may
232 make sense. Fix a left over `find-file'.
233
234 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
235
236 * textmodes/texinfmt.el (texinfo-format-separate-node):
237 Insert a string before point, which fits documentation, not after.
238 (texinfo-multitable-item): In a multitable row, insert any
239 additional needed @tabs and spaces.
240
241 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
242
243 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
244 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
245 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
246 instead of shell-command.
247 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
248 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
249 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
250 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
251 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
252 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
253
254 2006-07-11 Kim F. Storm <storm@cua.dk>
255
256 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
257 Remove special case for seconds < 0. Use (redisplay t) instead.
258
259 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
260
261 * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
262 compilation error.
263
264 * subr.el (sit-for): New function.
265
266 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
267
268 2006-07-10 Richard Stallman <rms@gnu.org>
269
270 * ldefs-boot.el (edebug): Update page.
271
272 2006-07-10 Kim F. Storm <storm@cua.dk>
273
274 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
275 to FOR-RELEASE and TODO.
276
277 2006-07-10 Romain Francoise <romain@orebokech.com>
278
279 * emacs-lisp/authors.el (authors-aliases): Update.
280
281 2006-07-10 Alan Mackenzie <acm@muc.de>
282
283 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
284 * cc-mode.el: Changes to eradicate eval-after-load.
285
286 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
287
288 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
289 on non-char events.
290
291 2006-07-09 Romain Francoise <romain@orebokech.com>
292
293 * progmodes/compile.el (compilation-mode-font-lock-keywords):
294 Don't highlight start/end markers as compilation messages.
295
296 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
297 to t.
298
299 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
302
303 2006-07-08 Richard Stallman <rms@gnu.org>
304
305 * term/x-win.el (x-handle-display): Add doc string.
306
307 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
308
309 * subr.el (def-edebug-spec): Move here.
310 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
311
312 * imenu.el (imenu-choose-buffer-index): Doc fix.
313
314 2006-07-08 Romain Francoise <romain@orebokech.com>
315
316 * term/x-win.el (x-display-name): Fix typo.
317
318 2006-07-08 Eli Zaretskii <eliz@gnu.org>
319
320 * hexl.el (hexl-find-file): Doc fix.
321
322 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
323
324 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
325
326 * term/x-win.el (x-display-name): Doc fix.
327
328 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
329
330 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
331 long prefixes.
332 (fill-region-as-paragraph): Don't round up to a whole line.
333 (fill-comment-paragraph): Don't include the code-before-the-comment
334 when calling fill-region-as-paragraph.
335
336 * international/mule.el (make-char): Remove redundancy.
337
338 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
339 property may contain an anonymous function rather than a symbol.
340
341 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
342
343 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
344 Use shy regexp. Fix incorrect backref to potentially unmatched group.
345
346 * dirtrack.el (dirtrack-default-directory-function): Remove.
347 (dirtrack-directory-function): Use file-name-as-directory.
348 (dirtrack-windows-directory-function): Simplify.
349 (dirtrack-forward-slash, dirtrack-backward-slash)
350 (dirtrack-replace-slash): Remove.
351 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
352 (dirtrack): Fix wrong parenthesizing; use match-string.
353
354 * progmodes/octave-inf.el: Remove spurious * in docstrings.
355 (inferior-octave-mode): Only change the buffer-local value of
356 comint-dynamic-complete-functions.
357 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
358 Move the initialization to the declaration.
359 (inferior-octave-complete): Remove unused var `filter'.
360
361 * shell.el (shell-mode): Only change the buffer-local value of
362 comint-dynamic-complete-functions.
363
364 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
365
366 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
367 entry is skipped because it has been scheduled.
368 (org-prepare-agenda-buffers): Don't mark buffers as modified when
369 changing `:org-archived' and `:org-comment' properties.
370
371 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
372
373 * server.el (server-select-display): Don't make the temp frame
374 minibuffer-only, in case it's not a temp frame.
375 (server-process-filter): Don't delete the temp frame if it's the
376 only one we have on that display.
377
378 * files.el (find-alternate-file): Doc fix.
379
380 2006-07-05 Richard Stallman <rms@gnu.org>
381
382 * files.el (abbreviate-file-name): Add save-match-data.
383
384 2006-07-03 Richard Stallman <rms@gnu.org>
385
386 * faces.el (read-face-name): Doc fix.
387
388 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
389
390 * net/goto-addr.el (goto-address): Mark as safe for local evals.
391
392 2006-07-05 Andre Spiegel <spiegel@gnu.org>
393
394 * vc.el (vc-diff-internal): Fix prev change.
395
396 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
397
398 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
399 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
400
401 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
404 fails if the symbol contains chars like ( or '.
405 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
406 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
407 `short'.
408
409 2006-07-04 Kenichi Handa <handa@m17n.org>
410
411 * international/mule-cmds.el (set-language-info): If LANG-ENV is
412 the current one, don't call set-language-environment, but call one
413 of set-language-environment-XXX to make INFO effective now.
414 (set-language-environment): Call set-language-environment-XXX
415 functions instead of doing the various setups directly.
416 (set-language-environment-coding-systems): Delete argument eol-type.
417 (set-language-environment-input-method)
418 (set-language-environment-nonascii-translation)
419 (set-language-environment-charset)
420 (set-language-environment-fontset)
421 (set-language-environment-unibyte): New functions.
422
423 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
424
425 * locate.el (locate-update-when-revert): New option.
426 (locate-update-path): New option (suggested by Michael Albinus).
427 (locate-prompt-for-command): Whitespace change.
428 (locate-update): No longer offer to update the locate database by
429 default. Implement the two new options.
430
431 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
432
433 * tooltip.el: Move comment about track-mouse...
434
435 * progmodes/gud.el: ...to here.
436
437 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
438
439 * facemenu.el (facemenu-listed-faces): New var.
440 (facemenu-unlisted-faces): Variable deleted.
441 (facemenu-add-new-face): Use facemenu-listed-faces.
442
443 * emulation/viper-init.el, calendar/calendar.el:
444 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
445
446 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
447
448 * textmodes/org.el (org-mode): Remove no invalid settings for
449 calc embedded mode.
450 (org-mode-p): New defsubst.
451 (org-save-all-org-buffers): New function.
452 (org-first-headline-recenter): Enclose outline-regexp in group
453 delimiters.
454 (org-set-tags): Keep single space after stars.
455
456 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
457
458 * window.el (set-window-text-height): Only set window-min-height to
459 1 if that's the requested size.
460
461 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
462 (diff-unified->context, diff-context->unified)
463 (diff-reverse-direction): Make sure the end marker stays at the end.
464 (diff-mode): Add the keymap table at the end of docstring.
465 Use lexical-let rather than constructing a closure manually.
466
467 * files.el (find-file-noselect-1): Remove unused var assignment.
468 (hack-local-variables-confirm): Print lists of strings as lists of
469 strings rather than lists of symbols.
470 (abbreviate-file-name, hack-local-variables-prop-line):
471 Use match-string.
472 (hack-one-local-variable): Move `make-local-variable' nearer its use.
473 (recover-session-finish): Use line-end-position.
474
475 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
476
477 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
478
479 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
480
481 * progmodes/make-mode.el (makefile-macroassign-regex):
482 Accept preceding keyword.
483 (makefile-gmake-statements): Reorganize, now that makepp has
484 "override" and also handle forgotten "override define".
485 (makefile-makepp-statements): Add new "global", "override export"
486 and "override global".
487
488 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
489
490 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
491 (ada-compile-mouse-goto-error, ada-deactivate-properties)
492 (ada-no-auto-case): Fix typos in docstrings.
493
494 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
495
496 * info.el (Info-find-node-2): Search for makeinfo version more
497 carefully.
498
499 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
500
501 * textmodes/org.el (org-prepare-agenda-buffers):
502 Use `invisible-OK' argument for `org-end-of-subtree'.
503 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
504 (org-beginning-of-item): Fix bug in regular expression for white line.
505 (org-export-as-html): Enforce space after bullet in plain list items.
506 (org-set-autofill-regexps): Require space after plain list bullet
507 for paragraph-start.
508 (org-ts-regexp3): New constant.
509 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
510 (org-timestamp-up-day, org-timestamp-down-day)
511 (org-timestamp-change): Work with inactive timestamps.
512 (org-ts-regexp1): Don't allow brackets in time stamps.
513
514 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
515
516 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
517 for ignoring links.
518
519 * faces.el (read-face-name): Use it.
520
521 2006-06-28 Juri Linkov <juri@jurta.org>
522
523 * buff-menu.el (list-buffers-noselect): Compare Info file
524 with the string "dir" to detect Info directory.
525
526 * complete.el (partial-completion-mode): In lambda for
527 `choose-completion-string-functions' use full function signature
528 with 4 args, and move point to the end of the minibuffer only if arg
529 `mini-p' is non-nil.
530
531 2006-06-28 John Paul Wallington <jpw@pobox.com>
532
533 * ibuffer.el (ibuffer-mode): Doc fix.
534
535 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
536
537 * textmodes/org.el (org-context): New contexts :item-bullet,
538 :latex-fragment, :latex-preview.
539 (org-overlays-at, org-overlay-start, org-overlay-end):
540 New compatibility functions.
541 (org-inside-LaTeX-fragment-p): More accurate matching, using the
542 exact regexp that will be used during export.
543 (org-latex-regexps): New variable.
544 (org-cdlatex-mode): Improve advice for `texmathp'.
545 (turn-on-org-cdlatex): New function.
546
547 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
548
549 * term/mac-win.el (mac-handle-font-selection): Change keys of
550 mac-atsu-font-table from strings to numbers.
551 (mac-ts-caret-position): Use also when cursor-type is nil.
552 (mac-ts-update-active-input-area): Add Mac OS Classic support.
553 Relax condition for using overlay strings.
554 Use mac-ts-caret-position face when cursor-type is nil.
555
556 2006-06-26 Kim F. Storm <storm@cua.dk>
557
558 * help.el (view-emacs-news): Declare `res' in the right let* form.
559
560 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
561
562 * net/rcompile.el (remote-compile): Replace ange-ftp based
563 implementation by Tramp functions.
564 Suggested by Marc Abramowitz <msabramo@gmail.com>.
565
566 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
567
568 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
569
570 * international/fontset.el (setup-default-fontset): Fix a typo in
571 the "Oriya-Akruti" registry name.
572
573 2006-06-23 Lars Hansen <larsh@soem.dk>
574
575 * desktop.el (desktop-full-file-name): New function.
576 (desktop-kill, desktop-save, desktop-remove, desktop-read)
577 (desktop-revert): Use it.
578 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
579 (desktop-after-read-hook): Add option list-buffers.
580 (desktop-locals-to-save): Add tab-width.
581 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
582 Fix docstring.
583
584 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
585
586 * textmodes/org.el (org-cdlatex-mode-map)
587 (org-cdlatex-texmathp-advice-is-done): New variables.
588 (org-cdlatex-mode): New minor mode.
589 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
590 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
591 (org-export-with-archived-trees): New option.
592 (org-open-file): Remove the call to `convert-standard-filename'.
593 (org-archive-tag, org-agenda-skip-archived-trees)
594 (org-cycle-open-archived-trees)
595 (org-sparse-tree-open-archived-trees): New options.
596 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
597 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
598 New functions.
599 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
600 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
601 (org-mode-map): Add binding for `org-toggle-archive-tag'.
602 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
603 Call `org-prepare-agenda-buffers'.
604 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
605 (org-file-apps, org-file-apps-defaults-gnu)
606 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
607 Handle remote files by forcing them to be opened in Emacs.
608
609 2006-06-23 Andre Spiegel <spiegel@gnu.org>
610
611 * vc.el (vc-diff-knows-L): New variable.
612 (vc-diff-internal): Use it to handle "diff" programs that don't
613 understand -L. This works automatically, no user action is necessary.
614
615 2006-06-23 Daniel Brockman <daniel@brockman.se>
616
617 * net/rcirc.el (rcirc-default-user-full-name): Default to
618 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
619 longer exists).
620 (rcirc-process-list): Check `buffer-live-p' before attempting to
621 switch to a buffer.
622
623 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
624
625 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
626 based on rcirc-coding-system-alist.
627
628 2006-06-23 Martin Rudalics <rudalics@gmx.at>
629
630 * cus-edit.el (customize-apropos): A better error message.
631 (top level) <debug-ignored-errors>: Extend and update the list of
632 ignored error messages.
633
634 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
635
636 * complete.el (PC-do-completion): Retain capitalization of user
637 input, when possible, even if completion-ignore-case is set.
638
639 2006-06-23 Eli Zaretskii <eliz@gnu.org>
640
641 * generic-x.el (bat-generic-mode): Support .cmd files.
642
643 * dos-w32.el (top level): Use find-file-not-found-functions
644 instead of the obsolete find-file-not-found-hooks.
645
646 2006-06-22 Kim F. Storm <storm@cua.dk>
647
648 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
649 to recognize mode name containing submodes, such as Grep/lw.
650
651 2006-06-21 Kim F. Storm <storm@cua.dk>
652
653 * simple.el (line-move-1): Check for move-end-of-line instead of
654 end-of-line when setting temporary-goal-column.
655
656 2006-06-21 Miles Bader <miles@gnu.org>
657
658 * play/cookie1.el (cookie): Work properly when there's only one entry.
659
660 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
661
662 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
663 (gdb-frame-handler): Generalize frame regexp for templates.
664
665 2006-06-20 Glenn Morris <rgm@gnu.org>
666
667 * calendar/appt.el (appt-display-format): Default value must be
668 one of the customize options.
669
670 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
671
672 * term/xterm.el (terminal-init-xterm): Update key availability info.
673 Bind C-return.
674
675 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
676
677 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
678
679 * files.el (hack-local-variables): Run `hack-local-variables-hook'
680 whether or not a local variables list is defined.
681
682 * msb.el (msb): Move `sit-for' hack here to handle both
683 "mouse-down and drag" and "mouse-up and select" situations.
684 (mouse-select-buffer): Move `sit-for' hack to `msb'.
685
686 2006-06-20 Kenichi Handa <handa@m17n.org>
687
688 * international/characters.el (word-combining-categories):
689 Add entries for 2-byte Han characters.
690
691 2006-06-19 Richard Stallman <rms@gnu.org>
692
693 * bindings.el (mode-line-format): Save some mode line space.
694
695 * files.el (find-file-noselect): Improve the question wording.
696 (basic-save-buffer-2): Mask UMASK against 666.
697
698 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
699 (mouse-drag-vertical-line): Call it.
700
701 * cus-edit.el (customize-option, customize-option-other-window):
702 Error if SYMBOL is nil.
703
704 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
705
706 * textmodes/org.el: Require noutline, also on XEmacs.
707 (org-end-of-subtree): Return point.
708 (org-dblock-start-re, org-dblock-end-re): New constants.
709 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
710 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
711 (org-update-all-dblocks, org-find-dblock): New functions.
712 (org-collect-clock-time-entries): New function.
713 (org-html-handle-time-stamps): Never export CLOCK timeranges.
714 (org-fixup-indentation): Modify to deal correctly with lines
715 starting with TAB. Only one argument DIFF now.
716 (org-demote, org-promote): Call `org-fixup-indentation' with just
717 one argument, DIFF.
718 (org-mode): Don't mark buffer as modified when aligning tables.
719 (org-clock-sum): Don't mark buffer modified when adding time sum
720 properties.
721 (org-export-as-html): Add support for a link validation function.
722 (org-archive-all-done): New function.
723 (org-archive-subtree): New prefix argument. When set, archive all
724 done subtrees in this buffer.
725 (org-remove-clock-overlays)
726 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
727 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
728 (org-put-clock-overlay): Don't swallow last headline character
729 when displaying overlay.
730 (org-store-link): Link to `image-mode' with just the file name.
731
732 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
733
734 * viper-cmd.el (viper-special-read-and-insert-char):
735 Use read-key-sequence.
736 (viper-after-change-undo-hook): Misc enhancements.
737 (viper-after-change-undo-hook): New hook.
738 (viper-undo): Use viper-after-change-undo-hook.
739 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
740 (viper-next-line-at-bol): If point is on a widget or a button, simulate
741 clicking on that widget/button.
742
743 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
744
745 * ediff-diff (ediff-test-patch-utility): Catch errors.
746 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
747 (ediff-set-actual-diff-options): New function.
748 (ediff-reset-diff-options, ediff-toggle-ignore-case):
749 Use ediff-set-actual-diff-options.
750 (ediff-extract-diffs): Catch errors.
751 (ediff-whitespace): Add non-breakable space.
752 (ediff-same-file-contents): Catch errors.
753
754 * ediff-mult.el (ediff-collect-custom-diffs):
755 Save coding-system-for-read.
756
757 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
758 (ediff-vc-internal, ediff-vc-merge-internal):
759 Use ediff-delete-version-file.
760 (ediff-delete-version-file): New function.
761
762 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
763
764 * ediff.el (ediff-directories, ediff-directory-revisions)
765 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
766 (ediff-directories-internal, ediff-merge-directory-revisions)
767 (ediff-merge-directory-revisions-with-ancestor)
768 (ediff-directories3): Use read-directory-name.
769
770 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
771
772 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
773 Remove superfluous part of regexp for brace matching which is handled
774 by `scan-lists' call.
775
776 2006-06-16 Richard Stallman <rms@gnu.org>
777
778 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
779
780 * files.el (basic-save-buffer-2): For a new precious file,
781 use the default modes in the return value.
782
783 * facemenu.el (facemenu-color-alist): Doc fix.
784
785 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
786
787 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
788
789 * cus-start.el (all): Add mac-ts-script-language-on-focus.
790
791 * term/mac-win.el (mac-text-encoding-ascii): New constant.
792 (mac-utxt-to-string): Use it.
793 (mac-ts-update-active-input-area): Use mac-ae-number.
794
795 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
796
797 * term.el (term-handle-scroll, term-delete-lines)
798 (term-insert-lines): Fix off by one errors.
799
800 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
801
802 * net/tramp.el (tramp-touch): Use UTC to express time.
803
804 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
805
806 * mail/sendmail.el (mail-send): Search explicitly for
807 mail-header-separator when checking for corrupted header lines.
808
809 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
810
811 * progmodes/gdb-ui.el (gdb-same-frame): New option.
812 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
813 (gdb-init-1): Initialise them.
814 (gdb-starting): Reset gdb-printing
815 (gdb-starting): Save value of gud-overlay-arrow-position.
816 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
817 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
818 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
819 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
820
821 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
822
823 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
824
825 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
826
827 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
828 (ldap-search-internal): Keep error messages, and a regexp fix.
829
830 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
831
832 * files.el (hack-local-variables-confirm):
833 Display string value using its printed representation.
834
835 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
836
837 * server.el (server-edit): No-op if no server buffers exist.
838
839 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
840
841 * textmodes/page-ext.el (pages-directory-for-addresses):
842 Including `pages-directory-address-mode' in the function results
843 in the message "Buffer in which pages were found is deleted".
844
845 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
846
847 * textmodes/org.el (org-agenda-mode-map): Add bindings for
848 clocking functions.
849
850 (org-agenda-clock-in, org-check-running-clock)
851 (org-clock-out-if-current, org-remove-clock-overlays)
852 (org-put-clock-overlay): New functions.
853 (org-clock-marker, org-clock-file-total-minutes)
854 (org-clock-overlays): New variables.
855 (org-clock-display, org-clock-sum, org-clock-cancel)
856 (org-clock-out, org-clock-in): New commands.
857 (org-export): New function.
858 (org-emph-re): New constant.
859 (org-set-emph-re, org-do-emphasis-faces): New functions.
860 (org-emphasis-regexp-components, org-emphasis-alist): New options.
861 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
862 (org-export-html-convert-emphasize): Use the configurable emphasis.
863 (org-cleaned-string-for-export): Make multiline emphasis visible
864 to the exporter. New optional argument PARAMETERS.
865 (org-export-as-html): Specify :emph-multiline parameter to
866 `org-cleaned-string-for-export'.
867
868 2006-06-10 Richard Stallman <rms@gnu.org>
869
870 * help.el (help-for-help-internal): Clean up help text.
871
872 2006-06-10 Andreas Schwab <schwab@suse.de>
873
874 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
875 in doc string.
876
877 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
878
879 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
880
881 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
882 spaces after the comment start.
883
884 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
885
886 * play/pong.el (pong-init-buffer):
887 Fill buffer with spaces instead of ^A.
888
889 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
890 launched asynchronously, delete its process instead of being cool.
891 (ispell-async-processp): Check for `delete-process' existence
892 instead of `kill-process' one for consistency.
893
894 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
895
896 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
897 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
898 in mode line at startup.
899
900 2006-06-08 Kim F. Storm <storm@cua.dk>
901
902 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
903 (ido-init-completion-maps): Bind them to M-SPC and M-v.
904 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
905 (ido-file-internal): Pass full file name to write-file.
906 (ido-read-internal): Only pop stack elements automatically if they
907 actually match an existing directory or file name.
908
909 2006-06-07 Kenichi Handa <handa@m17n.org>
910
911 * international/mule.el (find-auto-coding): Don't handle the short
912 name `char-trans'.
913
914 * files.el (hack-local-variables-prop-line)
915 (hack-local-variables): Cancel the previous change.
916
917 2006-06-06 Jesper Harder <harder@phys.au.dk>
918
919 * ediff-diff.el (ediff-test-utility): Protect against file-error.
920
921 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
922
923 * diff-mode.el (diff-mode): Set buffer-read-only to t when
924 diff-default-read-only is non-nil.
925 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
926 (diff-refine-hunk): Set inhibit-read-only to t.
927
928 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
929 modifying the *Diff* buffer.
930 (diff-process-filter): New filter function for diff process that
931 sets inhibit-read-only to t when modifying the *Diff* buffer.
932
933 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
934
935 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
936 insertion point and control the number of empty lines.
937 (org-paste-subtree): Limit the number of empty lines at the end of
938 the inserted tree.
939 (org-agenda): Use buffer name of current file for narrowing.
940 (org-export-as-xml): Command removed.
941 (org-export-xml-type): Option removed.
942 (org-mode-map): Call `org-export-as-xoxo' directly.
943 (org-get-indentation): New optional argument LINE.
944 (org-fix-indentation, org-remove-tabs): New functions.
945 (org-export-as-ascii, org-ascii-level-start): Determine and apply
946 correct indentation for headlines that are converted it items.
947 (org-skip-comments): Remove table lines that contain narrowing
948 cookies but no other non-empty fields.
949 (org-set-tags): Allow groups of mutually exclusive tags.
950 (org-cmp-time): Sort 24:21 before items without time.
951 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
952 (org-open-at-point): Require double colon also for numbers.
953
954 2006-06-06 Kim F. Storm <storm@cua.dk>
955
956 * ido.el (ido-default-file-method, ido-default-buffer-method):
957 Make choice values consistent with corresponding command names.
958 (ido-visit-buffer): Update accordingly. Default to selected-window.
959
960 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
961
962 * progmodes/gud.el (gud-running): Fix doc string.
963 (gud-menu-map): Use :visible instead fo :enable for debugger test.
964 (gud-tooltip-modes): Add python-mode.
965 (gud-tooltip-print-command): Add pdb. Remove perldb.
966
967 2006-06-05 Eli Zaretskii <eliz@gnu.org>
968
969 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
970 Quote $(EMACS).
971
972 2006-06-05 Richard Stallman <rms@gnu.org>
973
974 * faces.el (defined-colors): Doc fix.
975
976 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
977
978 * vc.el (vc-process-filter): Inhibit undo info collection around
979 call to insert.
980 (vc-setup-buffer): Likewise for call to erase-buffer.
981 (vc-do-command): Likewise for call to process-file.
982
983 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
984
985 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
986 for gud-go.
987 (gud-common-init): Other debuggers may trigger error.
988
989 2006-06-05 Kenichi Handa <handa@m17n.org>
990
991 * international/mule.el (find-auto-coding):
992 Handle enable-character-translation in file header.
993
994 2006-06-04 Kim F. Storm <storm@cua.dk>
995
996 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
997 (authors-fixed-entries): Fix spelling.
998 (authors-canonical-file-name): Don't report error for wildcards.
999
1000 * help.el (view-emacs-news): Rewrite to support new NEWS,
1001 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1002 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1003 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1004
1005 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1006
1007 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1008 exec constructs like `foo bar`.
1009 (sh-quoted-subshell): New helper function to search for a possibly
1010 nested subshell (like `` or $()) within a "" quoted string.
1011 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1012 (sh-apply-quoted-subshell): Flag quote characters inside a
1013 subshell, which is itself already in a quoted region, as
1014 punctuation, since this is the closest to what they actually are.
1015 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1016 sh-apply-quoted-subshell.
1017 (sh-font-lock-syntactic-face-function): Apply the new face for
1018 text inside `` instead of the old font-lock-string-face.
1019
1020 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1021
1022 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1023 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1024 (mac-bytes-to-text-range, mac-ae-text-range-array)
1025 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1026 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1027 (mac-ts-unicode-for-key-event): New functions.
1028 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1029 (mac-handle-font-selection): Use mac-ae-number.
1030 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1031 New variables.
1032 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1033 (mac-ts-converted-text, mac-ts-selected-converted-text)
1034 (mac-ts-block-fill-text, mac-ts-outline-text)
1035 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1036 (mac-ts-hilite-style-faces): New constant.
1037 (mac-apple-event-map): Bind text input events.
1038 (mac-dispatch-apple-event): Use command-execute instead of
1039 call-interactively.
1040 (global-map): Don't bind mac-apple-event.
1041 (special-event-map): Bind mac-apple-event.
1042
1043 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1044
1045 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1046 file name.
1047 (emacs): Enclose the value of $(EMACS) in quotes.
1048
1049 2006-06-02 Juri Linkov <juri@jurta.org>
1050
1051 * international/mule.el (sgml-html-meta-auto-coding-function):
1052 Remove the condition `(search-forward "<html" size t)'.
1053 Replace `\"' with `[\"']?' in `re-search-forward'.
1054
1055 2006-06-02 Kenichi Handa <handa@m17n.org>
1056
1057 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1058 as well as `coding'.
1059 (hack-local-variables): Likewise.
1060
1061 * international/mule.el (enable-character-translation):
1062 Put permanent-local and safe-local-variable properties.
1063 (find-auto-coding): Handle char-trans: tag.
1064
1065 2006-06-02 Juri Linkov <juri@jurta.org>
1066
1067 * international/mule.el (sgml-html-meta-auto-coding-function):
1068 Limit the search by the end of the HTML header (if any).
1069
1070 2006-06-01 Richard Stallman <rms@gnu.org>
1071
1072 * subr.el (with-current-buffer): Doc fix.
1073
1074 2006-06-02 Masatake YAMATO <jet@gyve.org>
1075
1076 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1077 Almost rewrite. Underlines over all lines of gcov output are too
1078 uncomfortable to read. Suggested by Dan Nicolaescu.
1079
1080 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1081
1082 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1083
1084 * shell.el (shell-mode): Use shell-mode-map in docstring.
1085
1086 * comint.el (comint-send-input): Do not add help-echo and
1087 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1088
1089 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1090
1091 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1092
1093 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1094
1095 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1096 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1097 look up the stack and pop up GUD buffer if necessary.
1098 (gdb-frames-select): Remove redundant call to gud-display-frame.
1099 (gdb-info-threads-custom): Keep point at start of buffer.
1100 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1101
1102 2006-05-31 Juri Linkov <juri@jurta.org>
1103
1104 * replace.el (query-replace-read-from, query-replace-read-to):
1105 Bind `history-add-new-input' to nil. Call `add-to-history'.
1106
1107 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1108
1109 * textmodes/table.el: Convert all HTML tags to lower case for
1110 XHTML compatibility.
1111
1112 2006-05-31 Masatake YAMATO <jet@gyve.org>
1113
1114 * progmodes/compile.el:
1115 (compilation-error-regexp-alist-alist::gcov-called-line):
1116 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1117
1118 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1119
1120 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1121 Revert inadvertent changes made with last commit.
1122
1123 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1124
1125 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1126 New functions.
1127
1128 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1129
1130 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1131
1132 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1133 only matches in the right place.
1134 (org-upcoming-deadline): New face.
1135 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1136 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1137 and make it an option.
1138 (org-export-ascii-bullets): New option.
1139 (org-export-as-html): Many changes to emit valid XHTML.
1140 (org-par-open): New variable.
1141 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1142 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1143 (org-timeline): Pass `org-timeline-show-empty-dates' to
1144 `org-get-all-dates'. Interpret empty dates returned by
1145 `org-get-all-dates'.
1146 (org-get-all-dates): New argument EMPTY. Add dates without
1147 entries to the list, mark large ranges of empty dates.
1148 (org-point-in-group, org-context): New functions.
1149
1150 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1151
1152 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1153
1154 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1155 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1156 to C-mouse-3 (for 2 button mice).
1157 (gdb-send): Do the right thing for C-d.
1158
1159 * speedbar.el (speedbar-detach): Delete.
1160 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1161 it breaks things.
1162 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1163
1164 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1165
1166 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1167 Makeppfile.
1168
1169 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1170 Add makepp diagnostic.
1171
1172 2006-05-29 Richard Stallman <rms@gnu.org>
1173
1174 * window.el (fit-window-to-buffer): Doc fix.
1175
1176 * help.el (temp-buffer-max-height): Doc fix.
1177
1178 * subr.el (with-current-buffer): Doc fix.
1179
1180 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1181
1182 * term/x-win.el: Bind F10 to menu-bar-start if available.
1183
1184 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1185
1186 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1187 uses with a simple test.
1188 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1189 (term-send-raw-string, term-send-raw, term-mouse-paste)
1190 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1191 (term-handle-exit, term-read-input-ring)
1192 (term-previous-matching-input-string)
1193 (term-previous-matching-input-string-position)
1194 (term-previous-matching-input-from-input)
1195 (term-replace-by-expanded-history, term-send-input)
1196 (term-skip-prompt, term-bol, term-send-invisible)
1197 (term-kill-input, term-delchar-or-maybe-eof)
1198 (term-backward-matching-input, term-check-source)
1199 (term-proc-query, term-emulate-terminal)
1200 (term-handle-colors-array, term-process-pager, term-pager-line)
1201 (term-pager-bob, term-unwrap-line, term-word)
1202 (term-dynamic-complete-filename)
1203 (term-dynamic-complete-as-filename)
1204 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1205 unlesses.
1206
1207 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1208
1209 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1210 during bootstrapping.
1211
1212 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1213 Basically undo the change of 2006-05-26: use extra arguments instead of
1214 dynamic scoping.
1215 (ewoc-locate): Remove unused var `footer'.
1216
1217 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1218
1219 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1220
1221 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1222 (generate-file-autoloads): Obey it. Return whether autoloads were
1223 added at point or not.
1224 (update-file-autoloads): Use this new return value.
1225 Remove redundant test for the presence of an autoload cookie.
1226
1227 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1228 This one calls hack-local-variables.
1229 (generate-file-autoloads, update-file-autoloads): Use it.
1230
1231 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1232 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1233 (bibtex-sort-entry-class-alist): Don't set the global value.
1234 (bibtex-init-sort-entry-class-alist): New fun.
1235 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1236 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1237 of bibtex-init-sort-entry-class.
1238
1239 2006-05-28 Richard Stallman <rms@gnu.org>
1240
1241 * subr.el (load-history-regexp): If FILE is relative, insist
1242 entire last name component must match it.
1243 (load-history-filename-element, load-history-regexp): Doc fixes.
1244
1245 2006-05-29 Kim F. Storm <storm@cua.dk>
1246
1247 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1248 `pos' and `raw-data' for clarity, as eval forms may access these.
1249
1250 2006-05-28 Kim F. Storm <storm@cua.dk>
1251
1252 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1253
1254 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1255
1256 * progmodes/make-mode.el (makefile-browser-map)
1257 (makefile-mode-syntax-table): Move initialization inside declaration.
1258 (makefile-fill-paragraph): Use the default comment-filling code.
1259
1260 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1261
1262 * replace.el (query-replace-defaults): New variable.
1263 (query-replace-read-from): Use `query-replace-defaults' for
1264 default value, instead of history list.
1265 (query-replace-read-to): Update `query-replace-defaults'.
1266
1267 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1268
1269 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1270 with no X toolkit.
1271
1272 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1273
1274 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1275 (tumme-show-all-from-dir): Add autoload.
1276
1277 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1278
1279 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1280 (tumme-remove-tag): Fix bug.
1281
1282 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1283
1284 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1285 FOOTER args. Update unique caller.
1286 (ewoc-delete): Compute last node once before looping.
1287 (ewoc--node-branch): Merge into unique caller.
1288 (ewoc--node): Don't define constructor make-ewoc--node for this
1289 structure.
1290 (ewoc): Add member `hf-pp' to this structure.
1291 (ewoc--wrap): New func.
1292 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1293 header/footer pretty-printers. Save header/footer pretty-printer.
1294 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1295
1296 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1297
1298 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1299
1300 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1301 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1302 Tag'. Change "Compare directories..." to "Change Directories...".
1303 Move tumme commands to Operate, Regexp and Immediate menus.
1304 Change "Add Comment" to "Add Image Comment". Change "Add Image
1305 Tag" to "Add Image Tags".
1306
1307 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1308 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1309 `tumme-delete-tag'.
1310
1311 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1312
1313 * shell.el (shell-mode): Call shell-dirtrack-mode after
1314 list-buffers-directory is made a local variable, to avoid setting
1315 the default value.
1316
1317 2006-05-26 Kevin Ryde <user42@zip.com.au>
1318
1319 * info.el (Info-index-next): Use where-is-internal to report
1320 actual binding of Info-index-next, rather than hard-coded `,'.
1321
1322 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1323
1324 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1325 and "Find Command in Manual" to here.
1326
1327 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1328 Info-current-file as the file name.
1329
1330 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1331
1332 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1333 overrides will now be done a different way.
1334 (ses-set-parameter): Reapply this function for undo.
1335 (ses-set-header-row): Reconstruct header row during undo.
1336 (ses-widen): New function.
1337 (ses-goto-data, ses-reconstruct-all): Use new function.
1338 (ses-command-hook): Widen buffer during undo, before unupdating
1339 the cells.
1340 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1341 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1342 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1343 formula hasn't been executed yet.
1344
1345 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1346
1347 * comint.el (comint-kill-whole-line): Rename arg to count.
1348 Fix doc string.
1349
1350 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1351
1352 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1353 to copy-file.
1354
1355 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1356
1357 * simple.el (toggle-truncate-lines): Make arg optional for
1358 backward compatibility.
1359
1360 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1361
1362 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1363 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1364 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1365 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1366 (ewoc--adjust): Use ewoc--current-dll.
1367 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1368
1369 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1370
1371 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1372 compact error message.
1373 (org-tags-view): Refresh category table in each file.
1374 (org-table-justify-field-maybe): Remove superfluous arguments to
1375 `format'.
1376 (org-export-as-html): Insert "<p>" before postamble.
1377 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1378
1379 2006-05-26 Kenichi Handa <handa@m17n.org>
1380
1381 * textmodes/po.el (po-find-charset): Pay attention to the case
1382 FILENAME is a cons (NAME . BUFFER).
1383 (po-find-file-coding-system-guts): Likewise.
1384
1385 * arc-mode.el (archive-set-buffer-as-visiting-file):
1386 Call find-operation-coding-system with (FILENAME . BUFFER).
1387
1388 * tar-mode.el (tar-extract): Call find-operation-coding-system
1389 with (FILENAME . BUFFER).
1390
1391 * international/mule.el (decode-coding-inserted-region):
1392 Call find-operation-coding-system with (FILENAME . BUFFER).
1393
1394 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1395
1396 * image-mode.el (image-toggle-display): Use buffer contents to
1397 generate image for a remote file.
1398
1399 2006-05-25 Juri Linkov <juri@jurta.org>
1400
1401 * replace.el (query-replace-read-from, query-replace-read-to):
1402 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1403
1404 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1405
1406 * whitespace.el (whitespace-cleanup): Change to cleanup
1407 region if one is active.
1408 * whitespace.el (whitespace-cleanup-internal): New internal method.
1409
1410 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1411
1412 * dired.el (dired-mode-map): Add help-echo strings to tumme
1413 commands. Bind `tumme-dired-display-image' to C-t i.
1414
1415 * tumme.el (tumme-display-image): Change documentation string slightly.
1416 (tumme-dired-display-image): Add call to `display-buffer'.
1417
1418 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1419
1420 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1421 Signal error if RAW-DATA is a multibyte string.
1422
1423 2006-05-24 Richard Stallman <rms@gnu.org>
1424
1425 * subr.el (with-local-quit): When handling `quit' signal,
1426 make a chance for quit-flag to cause a quit.
1427
1428 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1429 (ad-disable-advice): Add autoloads.
1430
1431 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1432
1433 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1434
1435 * dired.el (dired-mode-map): Change menu items for tumme as per
1436 suggestions in emacs-devel.
1437
1438 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1439
1440 * dired.el (dired-mode-map): Fix breakage.
1441
1442 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1443
1444 * tumme.el (tumme-display-dired-image): Rename to...
1445 (tumme-dired-display-image): ...this.
1446 (tumme-track-movement): Change default value to t.
1447 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1448 used from `tumme-next-line-and-display' and similar commands.
1449
1450 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1451 Immediate menu. Add some tumme commands there.
1452
1453 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1454
1455 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1456
1457 2006-05-24 Chong Yidong <cyd@mit.edu>
1458
1459 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1460 menu entries that open submenus.
1461
1462 2006-05-24 Alan Mackenzie <acm@muc.de>
1463
1464 * startup.el (command-line): For names of preloaded files, don't
1465 append ".elc" (now done in Fload), and call file-truename on the
1466 lisp directory.
1467
1468 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1469 match ANY loaded file with the right name, not just those in
1470 load-path. Put a regexp matching the file name into
1471 after-load-alist, rather than the name itself.
1472
1473 * subr.el: New functions load-history-regexp,
1474 load-history-filename-element, do-after-load-evaluation.
1475
1476 * international/mule.el (load-with-code-conversion): Do the
1477 eval-after-load stuff by calling do-after-load-evaluation.
1478
1479 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1480
1481 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1482 has not been killed.
1483
1484 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1485
1486 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1487 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1488 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1489 Optionally set error message in reply.
1490
1491 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1492
1493 * textmodes/org.el (org-open-at-point): Use renamed variable
1494 `org-confirm-shell-link-function'.
1495 (org-confirm-shell-link-function): Rename from
1496 `org-confirm-shell-links'.
1497 (org-export-directory): New function.
1498 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1499 (org-export-icalendar): Use `org-export-directory'.
1500 (org-indent-item): Keep cursor position.
1501 (org-link-file-path-type): New option.
1502 (org-export-as-html): Fix bug with plain lists starting in
1503 column 0.
1504 (org-export-as-html): Remove deadline formatting, this happens
1505 now already in `org-html-handle-time-stamps'.
1506 (org-export-html-style): Deadline class removed.
1507 (org-insert-labeled-timestamps-at-point): New option.
1508 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1509 of `hide-sublevels 1', in case the first headline is not level 1.
1510 (org-overview, org-content): New fuction.
1511 (org-cycle-global-status, org-cycle-subtree-status): Make these
1512 variables buffer-local.
1513 (org-global-cycle): New command.
1514 (org-shifttab): Use `org-global-cycle'.
1515 (org-insert-heading, org-insert-item): Go to end of new
1516 headline/item after creating it.
1517 (org-export-visible): Rename from `org-export-copy-visible'.
1518 Now creates a temporary org-file and applies an exporting command
1519 to it.
1520 (org-table-eval-formula): Support for lisp forms.
1521 (org-agenda-todo-ignore-scheduled): New option.
1522 (org-agenda-get-todos): Use new option
1523 `org-agenda-todo-ignore-scheduled'.
1524 (org-export-html-inline-images): New value `maybe'.
1525 (org-export-as-html): Inlining of images dependent on link description.
1526 (org-archive-subtree): Check for end-of-buffer before trying
1527 `kill-line'.
1528 (org-agenda-follow-mode): New option.
1529 (org-export-with-tags, org-export-with-timestamps): New options.
1530 (org-html-handle-time-stamps): New function.
1531 (org-keyword-time-regexp): New variable.
1532 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1533 (org-agenda-todo-list-sublevels): New option.
1534 (org-html-level-start): When TITLE is nil, just close all levels.
1535 (org-parse-key-lines, org-parse-export-options): Remove functions,
1536 replaced by `org-infile-export-plist'.
1537 (org-combine-plists, org-infile-export-plist)
1538 (org-default-export-plist): New functions.
1539 (org-export-html-preamble, org-export-html-postamble)
1540 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1541 New variables.
1542 (org-export-publishing-directory): New option.
1543 (org-export-as-html, org-export-as-ascii): Use the new property
1544 lists for settings.
1545 (org-export-copy-visible, org-export-as-xoxo):
1546 Respect `org-export-publishing-directory'.
1547 (org-link-search, org-store-link, org-file-apps): Support for
1548 links to BibTeX database entries..
1549 (org-get-current-options, org-set-regexps-and-options):
1550 Implement logging as a startup option.
1551 (org-store-link): Make sure context string is never empty
1552 (org-insert-link): Use relative path when possible.
1553 (org-at-item-checklet-p): New function.
1554 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1555 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1556 (org-metaright, org-metaup, org-metadown, org-shiftup)
1557 (org-shiftdown, org-shiftright, org-shiftleft)
1558 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1559 Dispatch using `call-interactively'.
1560 (org-call-with-arg): New defsubst.
1561 (org-tag-alist, org-use-fast-tag-selection): New options.
1562 (org-complete): Use `org-tag-alist'.
1563 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1564 (org-next-item, org-previous-item): New commands.
1565 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1566 make command.
1567 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1568
1569 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1570
1571 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1572 (ewoc-filter): Use `ewoc-delete'.
1573
1574 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1575
1576 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1577
1578 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1579 Signal more user-friendly error messages.
1580
1581 * complete.el (PC-do-completion): Undo the addition of implicit
1582 wildcards if they did not lead to finding any match.
1583 (read-file-name-internal): Don't add the final > if the completion is
1584 not finished.
1585
1586 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1587
1588 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1589 Quote safe-local-variable predicate.
1590
1591 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1592
1593 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1594
1595 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1596
1597 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1598
1599 * progmodes/make-mode.el (makefile-special-targets-list)
1600 (makefile-macro-table, makefile-target-table): Mark as risky.
1601 (makefile-query-one-target-method): Make this the alias for the
1602 following variable.
1603 (makefile-query-one-target-method-function): Make this the real name.
1604
1605 * textmodes/artist.el (artist-text-renderer): Make this the alias
1606 for the following variable.
1607 (artist-text-renderer-function): Make this the real name.
1608
1609 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1610 the alias for the following variable.
1611 (flyspell-generic-check-word-predicate): Make this the real name.
1612
1613 * textmodes/ispell.el (ispell-format-word): Make this the alias
1614 for the following variable.
1615 (ispell-format-word-function): Make this the real name.
1616 (ispell-message-text-end): Mark as risky.
1617
1618 * skeleton.el (skeleton-transformation, skeleton-filter)
1619 (skeleton-pair-filter): Make these the aliases for the following
1620 variables.
1621 (skeleton-transformation-function, skeleton-filter-function)
1622 (skeleton-pair-filter-function): Make these the real names.
1623
1624 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1625 and skeleton-pair-filter-function.
1626
1627 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1628 alias for the following variable.
1629 (sgml-transformation-function): Make this the real name.
1630 (sgml-tag-alist): Mark as risky.
1631
1632 2006-05-21 Richard Stallman <rms@gnu.org>
1633
1634 * simple.el (kill-region): Interactively, pass point, then mark.
1635
1636 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1637
1638 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1639
1640 2006-05-21 Romain Francoise <romain@orebokech.com>
1641
1642 * dired-x.el (dired-mode-map): Don't bind M-g.
1643
1644 2006-05-20 Richard Stallman <rms@gnu.org>
1645
1646 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1647 (dired-goto-file): Doc fix.
1648
1649 2006-05-21 Kim F. Storm <storm@cua.dk>
1650
1651 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1652 way to enable built-in cua-mode if user loads older CUA-mode package.
1653
1654 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1655 if default-filename is specified.
1656
1657 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1658
1659 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1660
1661 * info.el (info-apropos): Make sure current-file and current-node
1662 have non-nil values. Speed up by using add-to-list instead of
1663 manual consing.
1664
1665 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1666
1667 * progmodes/make-mode.el (makefile-mode): Doc fix.
1668
1669 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1670
1671 * dired-aux.el (dired-do-shell-command): Doc fix.
1672
1673 2006-05-20 Kevin Ryde <user42@zip.com.au>
1674
1675 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1676 ``(custom-manual :tag "Foo" "(foo)Node")''.
1677
1678 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1679
1680 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1681 value is an integer.
1682
1683 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1684
1685 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1686 "format".
1687 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1688
1689 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1690
1691 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1692 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1693
1694 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1695
1696 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1697 regexp for keywords.
1698
1699 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1700
1701 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1702 replace-regexp-in-string.
1703
1704 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1705 encode, and escape file name on conversion to URL.
1706
1707 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1708
1709 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1710 Don't unescape URL.
1711 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1712
1713 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1714 on conversion to URLs.
1715
1716 * net/browse-url.el (browse-url-file-url): Encode file name on
1717 conversion to URL.
1718
1719 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1720 conversion to URL.
1721
1722 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1723
1724 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1725
1726 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1727
1728 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1729 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1730
1731 2006-05-19 Glenn Morris <rgm@gnu.org>
1732
1733 * calendar/diary-lib.el (diary-bahai-date)
1734 (list-bahai-diary-entries, mark-bahai-diary-entries)
1735 (mark-bahai-calendar-date-pattern): Not interactive.
1736 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1737 (diary-entries-list): Change format of 4th element in each entry.
1738 (diary-list-entries): Use add-to-diary-list.
1739 (diary-goto-entry): Handle the case where the buffer visiting the
1740 diary has been killed.
1741 (fancy-diary-display): Add 'locator to button rather than 'marker.
1742 Only generate temp-face when there are marks to apply.
1743 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1744 (diary-fancy-date-pattern): New variable.
1745 (diary-time-regexp): Doc fix.
1746 (diary-anniversary, diary-time): New faces.
1747 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1748 diary-time-regexp. Add font-lock-multiline property where needed.
1749 Use new faces diary-anniversary and diary-time.
1750 (diary-fancy-font-lock-fontify-region-function): New function, to
1751 handle multiline font-lock pattern in fancy diary.
1752 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1753 (diary-font-lock-keywords): Tweak time regexp. Use new face
1754 diary-time.
1755
1756 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1757
1758 * international/code-pages.el (mik): Table corrected.
1759
1760 2006-05-18 Kim F. Storm <storm@cua.dk>
1761
1762 * progmodes/grep.el (grep-find): Don't check grep-find-command
1763 before running command (breaks non-interactive usage).
1764
1765 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1766
1767 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1768 (ewoc--insert-new-node): Don't insert trailing newline.
1769 Instead, adjust successor nodes's start markers.
1770 (ewoc--refresh-node): Delete all text from current node's start
1771 marker to the next one's; adjust successor nodes's start markers.
1772 (ewoc--create): Doc fixes.
1773 (ewoc--refresh): Don't insert newline.
1774 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1775 * pcvs.el (cvs-make-cvs-buffer):
1776 Specify extra newline for ewoc's header and footer.
1777 (cvs-update-header): Update initial header recognition.
1778 Append newline to final header and footer values.
1779 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1780
1781 2006-05-17 Richard Stallman <rms@gnu.org>
1782
1783 * files.el (file-name-extension): Doc fix.
1784
1785 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1786
1787 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1788 we can explicitly enable/disable rather than toggle.
1789 (shell-mode): Use it.
1790 (shell-cd): Don't try to reproduce what `cd' does.
1791
1792 2006-05-17 Kim F. Storm <storm@cua.dk>
1793
1794 * ido.el (ido-read-internal): Use only nondirectory part of
1795 default item.
1796
1797 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
1798
1799 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1800 (ewoc-nth): Doc fix.
1801
1802 (ewoc-map, ewoc-invalidate): Compute PP before looping.
1803
1804 2006-05-16 Eli Zaretskii <eliz@gnu.org>
1805
1806 * international/mule.el (auto-coding-alist): Add .lha to files
1807 read with no-conversion.
1808
1809 * files.el (auto-mode-alist): Add .lha files to archive file
1810 extensions.
1811
1812 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1813 Convert csize to integer when computing offsets within the
1814 compressed archive file.
1815
1816 2006-05-16 Kim F. Storm <storm@cua.dk>
1817
1818 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1819 with read-from-minibuffer.
1820
1821 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1822
1823 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1824 (byte-compile-warnings): Fix safe-local-variable property.
1825
1826 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
1827
1828 * allout.el (allout-show-bodies, allout-old-style-prefixes)
1829 (allout-stylish-prefixes, allout-numbered-bullet)
1830 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1831 predicates to qualify `safe-local-variable' property, when
1832 available, else use equivalent lambda.
1833 (allout-current-topic-collapsed-p): Do the right thing regarding
1834 trailing blank lines.
1835
1836 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1837
1838 * server.el (server-start): Only create a directory if needed.
1839 (server-edit, server-unload-hook): server-start => server-mode.
1840 (kill-emacs-hook): Cleanup upon exit.
1841
1842 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1843
1844 * hexl.el (hexlify-buffer): Encode process arguments manually.
1845
1846 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
1847
1848 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1849 call to gdb-tooltip-print.
1850
1851 2006-05-15 Romain Francoise <romain@orebokech.com>
1852
1853 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1854 systems, default to "tar" since those systems probably have GNU tar.
1855
1856 2006-05-14 Lars Hansen <larsh@soem.dk>
1857
1858 * desktop.el (desktop-missing-file-warning): Fix docstring.
1859 (desktop-restore-file-buffer): Correct question asked on missing file.
1860
1861 2006-05-14 Kim F. Storm <storm@cua.dk>
1862
1863 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1864 Add CUA move property.
1865
1866 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
1867
1868 * custom.el (custom-push-theme): Load the variable before checking
1869 its `standard-value'.
1870
1871 2006-05-13 Lars Hansen <larsh@soem.dk>
1872
1873 * desktop.el (desktop-save): Use with-temp-buffer.
1874
1875 2006-05-12 Glenn Morris <rgm@gnu.org>
1876
1877 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1878 * calendar/calendar.el (calendar-mode-map):
1879 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1880 * calendar/appt.el (appt-check, appt-make-list): Refer to
1881 diary-view-entries, diary-list-entries, diary-show-all-entries
1882 rather than obsolete aliases.
1883
1884 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1885
1886 * simple.el (line-move-finish): Avoid calling point motion hooks
1887 while processing intangibility.
1888
1889 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1890
1891 * term/xterm.el (terminal-init-xterm): Fix typo.
1892
1893 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
1894
1895 * allout.el (allout-view-change-hook): Mark as being deprecated,
1896 to be replaced by `allout-exposure-change-hook'.
1897 (allout-exposure-change-hook): New, replacing
1898 `allout-view-change-hook'.
1899 (allout-flag-region): Run new hook `allout-exposure-change-hook',
1900 in addition to `allout-view-change-hook'.
1901 (allout-show-bodies, allout-old-style-prefixes)
1902 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1903 lambda forms to prevent their showing up in variable help
1904 presentations as inscrutable byte-compiled code.
1905 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1906 Use string-or-null-p to qualify safe-local-variable values.
1907 (allout-reindent-bodies): Use memq to qualify matches against
1908 valid safe-local-variable values. Also, quote the lambda as above.
1909 (allout-use-mode-specific-leader): Add missing candidate-value
1910 symbols, use memq, and quote the lambda.
1911 (allout-overlay-interior-modification-handler): Remove unused
1912 variables `msg' and 'opened'.
1913 (allout-hidden-p): Constrain invisibility consideration to allout's
1914 invisibility spec, disregarding invisibility for other reasons.
1915
1916 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1917
1918 * files.el (version-control): Correct safe values.
1919
1920 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
1921
1922 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1923
1924 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1925 (ewoc--insert-new-node): New func.
1926 Update callers of deleted funcs to use it, instead.
1927
1928 2006-05-11 Glenn Morris <rgm@gnu.org>
1929
1930 * calendar/calendar.el (diary-show-all-entries): Do not refer to
1931 obsolete alias `show-all-diary-entries'.
1932 (make-diary-entry): Not interactive.
1933 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1934 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1935 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1936 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1937 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1938 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1939
1940 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1941
1942 * calendar/calendar.el (calendar-french-date-string)
1943 (calendar-mayan-date-string, calendar-chinese-date-string)
1944 (calendar-astro-date-string, calendar-iso-date-string)
1945 (calendar-islamic-date-string, calendar-bahai-date-string)
1946 (calendar-hebrew-date-string, calendar-coptic-date-string)
1947 (calendar-ethiopic-date-string, calendar-persian-date-string):
1948 These functions are not interactive.
1949
1950 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
1951
1952 * files.el: Balance parentheses.
1953
1954 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1955
1956 * files.el, newcomment.el, outline.el, simple.el,
1957 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1958 progmodes/cc-vars.el, progmodes/compile.el:
1959 Move `safe-local-variable' declarations to the respective files.
1960
1961 * help-fns.el (describe-variable): Don't print safe-var if it is
1962 byte-code. Improve wording as suggested by Luc Teirlinck.
1963
1964 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1965
1966 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1967 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1968 Use a token for pending-triggers to ensure gdb-var-update
1969 gets called once per user input again for pre-GDB 6.4.
1970 (gdb-var-delete): Match on more complex expressions.
1971 (gdb-var-list-children-handler, gdb-var-create-handler):
1972 Use a token for consistency.
1973
1974 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
1975
1976 * textmodes/org.el (org-read-date, org-goto-calendar)
1977 (org-agenda-goto-calendar):
1978 Bind `view-calendar-holidays-initially' to nil.
1979
1980 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1981
1982 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1983 Update all callers to do it there, instead.
1984
1985 2006-05-10 Glenn Morris <rgm@gnu.org>
1986
1987 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1988 prefix arg case, to avoid view-diary-entries-initially error.
1989 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1990 (calendar-date-is-legal-p): Handle dates with no day part.
1991
1992 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1993
1994 * comint.el (comint-insert-input): Just make it when
1995 comint-use-prompt regexp is nil (default) and with the mouse.
1996 (comint-copy-old-input): Reinstate from 2004-06-23.
1997 (comint-mode-map): Bind C-c C-m to it.
1998
1999 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2000
2001 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2002 Remove spurious move to point-max (new comint behavior fixes).
2003
2004 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2005 compatibility function (Emacs 18/19).
2006 (idlwave-is-continuation-line): Always return point at start of
2007 previous non-blank continuation line.
2008 `keyword-parameters': Fix continued comment font-lock matcher.
2009 (idlwave-font-lock-fontify-region): Written, use as
2010 font-lock-fontify-region-function, to fix continued keyword
2011 fontification issues.
2012
2013 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2014
2015 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2016 (mac-service-selection, mac-service-open-file)
2017 (mac-service-open-selection, mac-service-mail-selection)
2018 (mac-service-mail-to, mac-service-insert-text): Rename from
2019 mac-services-*. All uses changed.
2020 (mac-apple-event-map): Rename event symbol `services' to `service'.
2021
2022 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2023
2024 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2025 (ewoc--node-enter-first, ewoc--node-enter-last)
2026 (ewoc--delete-node-internal): Merge funcs into unique callers.
2027
2028 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2029
2030 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2031 return value of read-from-minibuffer for empty input.
2032
2033 2006-05-09 Miles Bader <miles@gnu.org>
2034
2035 * comint.el (comint-insert-input): Remove redundant calls to setq
2036 and goto-char.
2037
2038 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2039
2040 * comint.el (comint-insert-input): Make it work when
2041 comint-use-prompt-regexp is t.
2042
2043 2006-05-10 Miles Bader <miles@gnu.org>
2044
2045 * subr.el (field-at-pos): New function.
2046
2047 * comint.el (comint-insert-input): Use it.
2048
2049 2006-05-09 Juri Linkov <juri@jurta.org>
2050
2051 * battery.el (battery-linux-proc-acpi): Also try
2052 `/proc/acpi/thermal_zone/THR2/temperature'.
2053
2054 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2055 for now unused lambda `string-or-null'.
2056
2057 * add-log.el (change-log-default-name): Put `string-or-null-p'
2058 instead of lambda on `safe-local-variable' property.
2059
2060 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2061 `region-end' instead of `mark' and `point'.
2062 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2063 Operate on region in Transient Mark mode when the mark is active.
2064 Use `region-beginning' and `region-end' instead of `mark' and
2065 `point'.
2066 (diff-hunk-text, diff-goto-source): Doc fix.
2067
2068 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2069 face `mode-line-buffer-id' for mode-line buffer face instead of
2070 hard-coded `(:weight bold)'.
2071
2072 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2073 buffer-undo-list to t (undo-ask is reproducible by visiting
2074 nested archives).
2075
2076 2006-05-09 Kim F. Storm <storm@cua.dk>
2077
2078 * progmodes/grep.el (rgrep): Set default directory of *grep*
2079 buffer if we start M-x rgrep in the *grep* buffer and choose
2080 a different base directory.
2081
2082 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2083
2084 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2085 completion also when ido is loaded.
2086
2087 2006-05-09 Masatake YAMATO <jet@gyve.org>
2088
2089 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2090 "warning" and "import".
2091 (cpp-font-lock-keywords): Added "warning".
2092
2093 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2094
2095 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2096
2097 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2098
2099 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2100 pages at a time, if we signal the end, we should indeed reach that end.
2101
2102 2006-05-08 David Reitter <david.reitter@gmail.com>
2103
2104 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2105 output during execution of the body.
2106
2107 2006-05-08 Kim F. Storm <storm@cua.dk>
2108
2109 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2110
2111 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2112
2113 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2114 Use with-current-buffer.
2115
2116 2006-05-07 Kim F. Storm <storm@cua.dk>
2117
2118 * subr.el (add-to-history): Remove keep-dups arg.
2119
2120 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2121 to nil around call to add-to-history.
2122
2123 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2124
2125 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2126 than after a buffer modification.
2127
2128 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2129
2130 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2131 call to...
2132 (gud-watch): ...here so speedbar is raised for already watched
2133 expressions.
2134 (gdb-speedbar-refresh): Delete function.
2135 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2136 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2137 earlier change).
2138 (gdb-var-evaluate-expression-handler)
2139 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2140
2141 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2142 Update localized contents for all buffers except ignored modes.
2143
2144 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2145
2146 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2147 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2148 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2149 (mac-handle-font-panel-closed, mac-handle-font-selection):
2150 New functions.
2151 (mac-font-panel-mode): New minor mode.
2152 (mac-apple-event-map): Add bindings for toolbar toggle button and
2153 font panel.
2154 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2155
2156 2006-05-07 John Paul Wallington <jpw@pobox.com>
2157
2158 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2159 Avoid `regexp-opt'; simplify regexp for readability.
2160
2161 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2162
2163 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2164 * files.el (buffer-stale-function):
2165 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2166 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2167 links to the main manual, not to emacs-xtra.
2168
2169 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2170
2171 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2172 MacJapanese if text is ASCII-only.
2173
2174 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2175
2176 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2177 unless so nil isn't returned.
2178 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2179
2180 2006-05-06 Kim F. Storm <storm@cua.dk>
2181
2182 * subr.el (add-to-history): New function.
2183
2184 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2185 (ediff-merge-files-with-ancestor):
2186 * env.el (setenv):
2187 * isearch.el (isearch-update-ring):
2188 * server.el (server-visit-files):
2189 * progmodes/grep.el (lgrep, rgrep):
2190 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2191 * progmodes/xscheme.el (xscheme-insert-expression):
2192 Use add-to-history.
2193
2194 * kmacro.el (kmacro-push-ring): Use add-to-history.
2195 (kmacro-ring-length): Remove unused defun.
2196 (kmacro-start-macro): Use kmacro-push-ring.
2197
2198 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2199
2200 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2201 directly instead of a lambda expression that calls it.
2202
2203 2006-05-06 Kim F. Storm <storm@cua.dk>
2204
2205 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2206 instead of compute-motion.
2207
2208 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2209
2210 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2211 change.
2212
2213 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2214
2215 * startup.el (command-line-1): Refer to "Pure Storage" on
2216 pure-space-overflow.
2217
2218 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2219
2220 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2221 provided faces once they all have been used up.
2222
2223 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2224
2225 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2226 reference to the Lisp manual to the warning about pure space
2227 overflow.
2228
2229 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2230
2231 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2232 argument to avoid the call to `ispell-internal-change-dictionary'
2233 when not needed.
2234 (ispell-change-dictionary): Use this argument and call
2235 `ispell-internal-change-dictionary' after the possible change
2236 to `ispell-local-dictionary'.
2237 (ispell-internal-change-dictionary): Check for a change in
2238 personal dictionary use too.
2239
2240 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2241
2242 * startup.el (command-line): On MS-Windows, probe "~", not
2243 "~USER", for warning about non-existent home directory
2244
2245 * arc-mode.el (archive-l-e): New optional argument `float' means
2246 generate a float value.
2247 (archive-arc-summarize, archive-lzh-summarize)
2248 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2249 with 3rd argument non-nil when file's size is being computed.
2250 Format the file sizes with %8.0f instead of %8d.
2251
2252 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2253
2254 * cus-start.el (all): Add mac-dnd-known-types.
2255
2256 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2257 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2258 (mac-TIFF-to-string): New functions.
2259 (x-get-selection, x-selection-value)
2260 (mac-select-convert-to-string): Use them.
2261 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2262 (mac-dnd-types-alist): New customization variable.
2263 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2264 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2265 (mac-dnd-handle-drag-n-drop-event): New functions.
2266 (mac-drag-n-drop): Remove function.
2267 (global-map): Bind drag-n-drop and M-drag-n-drop to
2268 mac-dnd-handle-drag-n-drop-event.
2269
2270 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2271
2272 * progmodes/perl-mode.el (perl-beginning-of-function):
2273 Skip anonymous subs.
2274
2275 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2276
2277 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2278 regexp-opt at run time.
2279
2280 * term.el (term-handle-ansi-escape): Fix off by one error.
2281
2282 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2283
2284 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2285 (gdb-init-1, gdb-post-prompt): ...and references to it.
2286 (gdb-frame-handler): Strip directory name from filename if present.
2287
2288 * progmodes/gud.el (gdb-force-update): Delete defvar
2289 (gud-speedbar-buttons): ...and references to it. Use window-start
2290 to try to keep positon in watch expression.
2291
2292 2006-05-03 Richard Stallman <rms@gnu.org>
2293
2294 * simple.el (next-history-element, previous-history-element): Doc fix.
2295
2296 * isearch.el (isearch-update-ring): Doc fix.
2297
2298 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2299
2300 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2301 into consideration. Replace one arm ifs with whens.
2302
2303 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2304
2305 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2306 (menu): Fix typo.
2307
2308 2006-05-02 Miles Bader <miles@gnu.org>
2309
2310 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2311
2312 2006-05-02 Jay Belanger <belanger@truman.edu>
2313
2314 * calc/calc-embed.el (calc-override-minor-modes-map)
2315 (calc-override-minor-modes): New variables.
2316 (calc-do-embedded): Make sure that Calc keystrokes aren't
2317 overwritten by minor modes.
2318
2319 2006-05-02 Chong Yidong <cyd@mit.edu>
2320
2321 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2322
2323 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2324
2325 * startup.el (command-line-1): Refer to Lisp manual when
2326 pure-space-overflow occurs.
2327
2328 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2329 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2330 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2331 (version-control): Don't use `t' for safe-local-variable declarations.
2332
2333 2006-05-01 Richard Stallman <rms@gnu.org>
2334
2335 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2336 M-r, M-R, M-A, M-SPC or M-DEL.
2337 (diff-mode-map): diff-refine-hunk now on C-c C-w
2338 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2339
2340 * help-mode.el (help-mode): view-exit-action calls delete-window
2341 only when it is safe and possible.
2342
2343 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2344 in messages.
2345
2346 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2347
2348 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2349 in the default tool-bar-map.
2350
2351 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2352
2353 * net/tramp.el (tramp-completion-file-name-handler-alist)
2354 (tramp-run-real-handler, tramp-completion-run-real-handler)
2355 (tramp-completion-handle-file-name-all-completions)
2356 (tramp-completion-handle-file-name-completion): Autoload them.
2357 (tramp-completion-handle-file-exists-p)
2358 (tramp-completion-handle-file-name-directory)
2359 (tramp-completion-handle-file-name-nondirectory)
2360 (tramp-completion-handle-expand-file-name): Remove them.
2361 (tramp-handle-file-name-directory): Return the real directory name.
2362 Returning "/" only doesn't need to be necessary any longer.
2363 (tramp-file-name-handler): Make special attention when in hostname
2364 completion mode.
2365 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2366 (tramp-register-file-name-handlers):
2367 Register `tramp-completion-file-name-handler' only when
2368 `partial-completion-mode' is enabled.
2369 (tramp-completion-handle-file-name-all-completions):
2370 Delete directory part from results.
2371 (tramp-get-completion-methods, tramp-get-completion-user-host):
2372 Discard deleting "/", it doesn't work after the change of
2373 `tramp-handle-file-name-directory' above.
2374
2375 2006-05-01 Kim F. Storm <storm@cua.dk>
2376
2377 * progmodes/grep.el (grep-expand-template): Use save-match-data
2378 and symbol-value.
2379
2380 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2381
2382 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2383 Use select-frame-set-input-focus instead of raise-frame.
2384 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2385
2386 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2387
2388 * progmodes/gud.el (gud-def): Add %c case.
2389 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2390 (gud-format-command): Make match case sensitive. Match on %F.
2391
2392 2006-04-30 Glenn Morris <rgm@gnu.org>
2393
2394 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2395 (cal-tex-preamble): Use cal-tex-preamble-extra.
2396 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2397 than alias `list-diary-entries'.
2398
2399 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2400
2401 * help-fns.el (describe-variable): Add info about safe local variables.
2402
2403 2006-04-29 Richard Stallman <rms@gnu.org>
2404
2405 * bindings.el (mode-line-format): help-echo doc fixes.
2406
2407 * net/tramp.el (tramp-file-name-handler-alist): Delete
2408 expand-file-name and other operations that can cause spurious loading.
2409
2410 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2411
2412 * files.el (safe-local-variable-p): Remove support for the special
2413 value t.
2414
2415 * textmodes/paragraphs.el (sentence-end-without-space):
2416 Fix safety predicate.
2417 (sentence-end-double-space, sentence-end-without-period)
2418 (paragraph-ignore-fill-prefix):
2419 * textmodes/fill.el (colon-double-space):
2420 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2421
2422 * subr.el (booleanp): New fun.
2423
2424 * textmodes/reftex-vars.el (reftex-guess-label-type):
2425 Tighten the safety predicate.
2426
2427 2006-04-28 Kim F. Storm <storm@cua.dk>
2428
2429 * progmodes/grep.el (defgroup grep): Doc fix.
2430 (grep-auto-highlight): Remove.
2431 (grep-template): New defcustom.
2432 (grep-find-template): Rename from grep-tree-template.
2433 (grep-files-aliases): Rename from grep-tree-files-aliases.
2434 Remove "all" alias, add "l" alias.
2435 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2436 (grep-find-ignored-directories): New defcustom to replace
2437 grep-tree-ignore-CVS-directories, to facilitate ignoring
2438 subdirectories for multiple version control systems.
2439 (grep-mode-map): Add Recursive grep item to GREP menu.
2440 (grep-regexp-history, grep-files-history): New defvars.
2441 (grep-probe): New helper function.
2442 (grep-compute-defaults): Use it to simplify code.
2443 Adapt to name changes.
2444 Use `.' as base in grep-find-template rather than <D>.
2445 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2446 Call grep-compute-defaults unconditionally.
2447 (grep-expand-keywords): New defconst.
2448 (grep-expand-template): Rename from grep-expand-command-macros.
2449 Simplify via grep-expand-keywords. Look at case-fold-search instead
2450 of grep-tree-ignore-case to add -i option.
2451 Bind case-fold-search to nil while matching keywords.
2452 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2453 (grep-read-regexp, grep-read-files): New helper functions.
2454 (rgrep): Rename from grep-tree. Rework to use proper histories.
2455 Adapt to changes in defcustoms and functions above.
2456 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2457
2458 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2459
2460 * net/tramp.el (tramp-completion-file-name-handler):
2461 Disable Tramp's functionality while loading Tramp itself.
2462 (tramp-register-file-name-handlers): That's a defsubst now.
2463 Code from `tramp-repair-jka-compr' moved here. Apply it via
2464 `after-init-hook'.
2465 (tramp-repair-jka-compr): Remove.
2466
2467 2006-04-27 Jay Belanger <belanger@truman.edu>
2468
2469 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2470 read expression when `math-read-big-expr' doesn't work.
2471
2472 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2473
2474 * startup.el (command-line-1): Display warning when
2475 pure-space-overflow is non-nil.
2476
2477 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2478
2479 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2480 risky.
2481
2482 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2483
2484 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2485 Return the URL or nil if none can be generated.
2486
2487 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2488
2489 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2490 byte compiler warnings.
2491 (gud-basic-call, gud-find-expr): Let user select an expression
2492 for printing. Print expression as well as value in GUD buffer.
2493
2494 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2495
2496 * allout.el: Remove local autoload declaration for
2497 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2498 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2499 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2500 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2501 (allout-stylish-prefixes, allout-numbered-bullet)
2502 (allout-file-xref-bullet, allout-presentation-padding)
2503 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2504 safe-local-variable with suitable value spec, and add autoload
2505 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2506 (move-beginning-of-line, move-end-of-line): Repair so these compat
2507 functions now actually resituate the point, when appropriate.
2508
2509 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2510
2511 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2512
2513 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2514 (add-log-iso8601-time-string): Fix call to format-time-string.
2515
2516 2006-04-26 Kim F. Storm <storm@cua.dk>
2517
2518 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2519
2520 2006-04-26 Masatake YAMATO <jet@gyve.org>
2521
2522 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2523 Add support for "//" style comments. Remove `b' flag
2524 from ?* in `asm-mode-syntax-table'.
2525
2526 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2527
2528 * follow.el: Use (featurep 'xemacs) everywhere.
2529 (follow-mode): Use define-minor-mode.
2530 (follow-mode-map): Move initialization into the declaration.
2531 Use command remapping.
2532 (follow-emacs-version-xemacs-p): Remove.
2533 (follow-submit-feedback): Remove.
2534
2535 * allout.el (allout-layout, allout-passphrase-verifier-string)
2536 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2537
2538 * textmodes/reftex-vars.el (reftex-vref-is-default)
2539 (reftex-fref-is-default, reftex-guess-label-type):
2540 Tighten up a bit the safety predicate.
2541
2542 * textmodes/paragraphs.el (sentence-end-double-space)
2543 (sentence-end-without-period, sentence-end-without-space)
2544 (page-delimiter, paragraph-ignore-fill-prefix):
2545 Tighten up a bit the safety predicate.
2546
2547 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2548
2549 * progmodes/python.el (python-continuation-line-p)
2550 (python-beginning-of-statement): syntax-ppss may return
2551 a negative depth.
2552 (python-mode): Don't forcefully enable font-lock.
2553
2554 * time-stamp.el (time-stamp-start, time-stamp-end)
2555 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2556
2557 * add-log.el: Remove spurious * in docstrings.
2558 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2559 (add-change-log-entry): Use it here, since it's not specific
2560 to iso8601.
2561 (add-log-iso8601-time-string): Don't use it here any more.
2562 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2563
2564 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2565
2566 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2567
2568 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2569 (rcirc-toggle-low-priority): Doc fix.
2570 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2571 ChanServ regexp.
2572 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2573 #emacs.
2574 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2575 (rcirc-decode-coding-system): Use utf-8 as the default.
2576 (rcirc-multiline-minor-mode): Set the fill-column.
2577 (rcirc-format-response-string): Display bright and dim nicks.
2578 (rcirc-browse-url): Update interactive spec to fill ARG.
2579 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2580 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2581
2582 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2583
2584 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2585 case for @Article, etc.
2586
2587 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2588
2589 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2590 Added with autoload cookie.
2591 (tramp-unload-file-name-handlers): Rename from
2592 `tramp-unload-file-name-handler-alist'.
2593
2594 2006-04-23 Romain Francoise <romain@orebokech.com>
2595
2596 * comint.el (comint-match-partial-filename): Doc fix.
2597
2598 2006-04-21 Glenn Morris <rgm@gnu.org>
2599
2600 * calendar/cal-menu.el (calendar-mode-map): Refer to
2601 `diary-view-entries' rather than alias `view-diary-entries'.
2602 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2603
2604 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2605
2606 * progmodes/antlr-mode.el (antlr-default):
2607 * cus-edit.el (custom-documentation):
2608 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2609 in defface.
2610
2611 2006-04-21 Kim F. Storm <storm@cua.dk>
2612
2613 * image.el (image-type): New defun split out of create-image.
2614 (create-image): Use it.
2615
2616 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2617
2618 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2619 (org-open-at-point): Remove the "...done" message to keep output
2620 in the echo area visible.
2621 (org-export-as-xoxo): Fix call to `indent-region'.
2622
2623 2006-04-21 Kevin Ryde <user42@zip.com.au>
2624
2625 * international/mule.el (keyboard-coding-system): defcustom
2626 info-link fixes: "Specify Coding" has been split, keyboard now in
2627 "Terminal Coding", and "Single-Byte Character Support" is now
2628 "Unibyte Mode".
2629
2630 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2631
2632 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2633 Use font-lock-warning-face for any errors e.g. no stack.
2634 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2635
2636 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2637
2638 * progmodes/sh-script.el (sh-shell): Mark as safe.
2639
2640 * newcomment.el (comment-start, comment-start-skip)
2641 (comment-end-skip, comment-end): Mark as safe.
2642
2643 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2644
2645 * textmodes/org.el (org-deadline-announce): Face removed.
2646 (org-level-faces, org-n-levels): Convert to constant.
2647 (org-compatible-face): New function.
2648 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2649 (org-level-5, org-level-6, org-level-7, org-level-8)
2650 (org-special-keyword, org-warning, org-headline-done, org-link)
2651 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2652 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2653 Face definition revised for better color tty support.
2654 (org-bold-re, org-italic-re, org-underline-re): New constants.
2655 (org-set-font-lock-defaults): Use the new constants.
2656 (org-agenda-highlight-todo): New function.
2657 (org-agenda-todo): Fix bug with point at end of line.
2658 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2659 Fontify TODO keywords.
2660 (org-insert-link): Preserve relative path in ../ links.
2661 (org-export-as-html): Convert links pointing to .org files into
2662 links that will work beteen the exported HTML files.
2663 (org-todo-list): Fix bug when arg=0.
2664 (org-insert-heading): More fine-tuning.
2665
2666 2006-04-19 Romain Francoise <romain@orebokech.com>
2667
2668 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2669 from `rmail-mime-charset-pattern'.
2670
2671 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2672
2673 * progmodes/python.el (python-mode): Fix typo.
2674
2675 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2676
2677 * comint.el (comint-previous-input): Don't clobber input line
2678 when moving off either end of the input history ring.
2679 (comint-delete-input): New function, used by
2680 `comint-previous-input' and others.
2681 (comint-previous-matching-input):
2682 Use `coming-delete-input'. Save the partial input if leaving the
2683 edit line. Goto point-max before deleting input to avoid
2684 partial input fragments hanging around.
2685 (comint-restore-input): New function, used by `comint-previous-input'.
2686
2687 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2688
2689 * imenu.el (imenu--index-alist): Balance parentheses.
2690
2691 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2692
2693 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2694
2695 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2696
2697 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2698 file is nil.
2699
2700 2006-04-18 Richard Stallman <rms@gnu.org>
2701
2702 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2703
2704 * imenu.el (imenu-create-index-function, imenu--index-alist)
2705 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2706 (imenu-default-create-index-function, imenu--generic-function):
2707 Doc fixes.
2708
2709 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2710
2711 * help-mode.el (help-mode): Set view-exit-action to delete window.
2712
2713 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2714 now works by passing nil as arg.
2715
2716 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2717
2718 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2719 (read-abbrev-file): Provide default when reading filename.
2720
2721 * files.el (enable-local-variables): Allow :all as value.
2722 (hack-local-variables): Implement that value.
2723 (safe-local-variable-values, safe-local-eval-forms)
2724 (enable-local-variables): Mark as risky.
2725 (find-file-visit-truename, kept-old-versions): Mark safe.
2726
2727 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2728 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2729 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2730
2731 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2734 Use forward-line so as to get to BOL even in the presence of fields.
2735 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2736 in return.
2737 (inferior-tcl): Tell tclsh to work in interactive mode.
2738
2739 * complete.el (partial-completion-mode):
2740 Use 'choose-completion-string-functions to make sure that
2741 choose-completion fills the minibuffer properly.
2742
2743 * complete.el (PC-old-read-file-name-internal): Remove.
2744 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2745 of read-file-name-internal.
2746 (partial-completion-mode): Enable/disable this advice.
2747
2748 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2749
2750 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2751 of 2006-04-17.
2752
2753 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2754
2755 * textmodes/org.el (org-insert-heading): Insert heading before
2756 current if at beginning of line.
2757 (org-todo, org-date): New faces.
2758 (org-table-align): Make sure tooltip window contains full text.
2759 (org-no-properties): New defsubst.
2760 (org-set-font-lock-defaults): Use new faces.
2761
2762 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2763
2764 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2765 for root variables.
2766
2767 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2768 (gdb-frame-address): Re-use to identify frame for watch expression.
2769 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2770 variables.
2771 (gdb-init-1, gdb-source, gdb-post-prompt)
2772 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2773 (gdb-frame-handler): Get gdb-frame-address.
2774
2775 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2776
2777 Sync with Tramp 2.0.53.
2778
2779 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2780 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2781 (tramp-completion-file-name-handler): Add autoload cookie for
2782 adding to `file-name-handler-alist'.
2783
2784 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2785 the prompt. If it returns earlier (when detecting an error
2786 message), the rest of the output will merge accidently with the
2787 output of the next command. Reported by M Jared Finder
2788 <jared@hpalace.com>.
2789
2790 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2791 for `process-file', in order to let it work for older Emacsen too.
2792
2793 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
2794
2795 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2796 (tex-font-lock-keywords-3): Use it.
2797
2798 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2799
2800 * newcomment.el (comment-add): New function.
2801 (comment-region-default, comment-dwim): Use it.
2802
2803 2006-04-15 Michael Olson <mwolson@gnu.org>
2804
2805 * emacs-lisp/tq.el: Improve comments.
2806 (tq-queue-head-question): New accessor function.
2807 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2808 Update for modified queue structure.
2809 (tq-queue-add): Accept `question' argument.
2810 (tq-queue-pop): If a question is pending, send it.
2811 (tq-enqueue): Accept new optional argument `delay-question'.
2812 If this is non-nil, and at least one other question is pending a
2813 response, queue the question rather than sending it immediately.
2814
2815 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2816
2817 * calendar/appt.el (appt-add): Check whether an appointment is
2818 already present in appt-time-msg-list. Simplify code.
2819
2820 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2821
2822 * progmodes/cc-langs.el (c-mode-menu):
2823 Don't presume c-subword-mode is bound.
2824
2825 2006-04-13 Bill Wohler <wohler@newt.com>
2826
2827 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2828 (customize-package-emacs-version): Use cdr instead of cadr now
2829 that alists use dotted pairs.
2830
2831 * custom.el (defcustom): Fix docstring for :package-version.
2832
2833 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
2834
2835 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2836 (tramp-handle-shell-command): Display output buffer only when
2837 `tramp-display-shell-command-buffer' is true.
2838 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2839
2840 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2841
2842 * textmodes/org.el (org-set-autofill-regexps): Set only the local
2843 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2844
2845 2006-04-13 Romain Francoise <romain@orebokech.com>
2846
2847 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2848 leaving temporary .cvsignore buffers behind.
2849
2850 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2851
2852 * textmodes/org.el (org-set-regexps-and-options)
2853 (org-get-current-options): Better names for the startup folding
2854 options.
2855
2856 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
2857
2858 * vc.el (vc-annotate): Arrange for point to end up at the same
2859 line number as in the original, but only when using a new buffer.
2860
2861 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
2862
2863 * files.el (hack-one-local-variable-eval-safep):
2864 Recognize `edebug-form-spec' for `put', but only if it passes
2865 `edebug-basic-spec'. Generalize `put' handling.
2866
2867 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2868 vetting file-local form specs.
2869
2870 * allout.el (allout-layout): Autoload its `safe-local-variable'
2871 property.
2872
2873 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2874
2875 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2876 (org-agenda-mouse-1-follows-link)
2877 (org-mouse-1-follows-link): New options.
2878 (org-format-agenda-item): Fix bug if TAGS is nil.
2879 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2880
2881 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2882
2883 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2884 GDB 6.1+ gives full filename for "info sources" so use
2885 file-name-nondirectory.
2886
2887 2006-04-12 Romain Francoise <romain@orebokech.com>
2888
2889 * subr.el (read-passwd): Bind `message-log-max' to nil.
2890
2891 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * progmodes/perl-mode.el (perl-indent-new-calculate):
2894 Recompute parse-start after jumping backward by a whole sexp.
2895
2896 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2897
2898 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2899 window configuration.
2900 (vc-annotate-display-select): Select the buffer so that current-buffer
2901 (and selected-window) is the output buffer at the end of vc-annotate.
2902
2903 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2904
2905 * vc.el (vc-annotate-color-map): Add custom TTY color map for
2906 8-color terminals, to use all of the colors in a sensible order.
2907 256-color terminals work well with the standard map.
2908 (vc-annotate-lines): Only strip the first color character if it
2909 is "#", to allow for terminal-style named colors.
2910 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2911 the correct buffer is scrolled.
2912
2913 2006-04-11 Richard Stallman <rms@gnu.org>
2914
2915 * emacs-lisp/bytecomp.el (byte-compile-file):
2916 Bind enable-local-variables to :safe, and make normal-mode obey it.
2917
2918 * files.el (enable-local-variables): Allow value :safe.
2919 (normal-mode): Doc fix.
2920 (hack-local-variables): Implement enable-local-variables = :safe.
2921 (hack-local-variables-confirm): Don't prevent quitting.
2922
2923 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2924
2925 * loadhist.el (unload-feature): A bit of sanity check of
2926 load-history entries. Cancel timer-vars before unbinding them.
2927
2928 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2929 quote special chars, and make the trick work on the hex part of the
2930 buffer as well.
2931 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2932 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2933
2934 * startup.el (normal-splash-screen): Fix last change so we don't wait
2935 2 minutes if we don't show the splash screen.
2936
2937 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2938
2939 * textmodes/org.el (org-export-plain-list-max-depth)
2940 (org-table-spaces-around-separators)
2941 (org-radio-targets, org-activate-camels)
2942 (org-table-spaces-around-invisible-separators): Options removed.
2943 (org-time-stamp-rounding-minutes, org-remember-templates)
2944 (org-ellipsis, org-activate-links, org-descriptive-links):
2945 New options.
2946 (org-remember-apply-template, org-current-time)
2947 (org-finish-edit-table-field)
2948 (org-link-unescape, org-link-escape)
2949 (org-string-width, org-table-clean-line, org-html-do-expand)
2950 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2951 (org-read-agenda-file-list): New functions.
2952 (org-table-edit-field)
2953 (org-table-create-or-convert-from-region): New commands
2954 (org-table-toggle-vline-visibility): Command removed.
2955 (org-table-convert-region): Made a command.
2956 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2957 Replace with the normal org- functions.
2958 (org-self-insert-command): Don't trigger realign unnecessarily
2959 when blanking a field that is not full.
2960 (org-mode): `Set buffer-invisibility-spec' for links.
2961 (org-activate-links2): Hide link part and only show descriptive
2962 part of the link.
2963 (org-insert-link): Modify for new linking system.
2964 (org-store-link): Store description separately, for use by
2965 `org-insert-link'.
2966 (org-table-align): Use `org-string-width'.
2967 (defgroup): Completely new group structure for custom variables.
2968 (org-agenda-files): Option: Single file name allowed. Function:
2969 Optional argument unrestrited means ignore any restricitons.
2970 (org-install-agenda-files-menu): Find a buffer in Org-mode before
2971 trying to modify the menu. Use generalized access to
2972 `org-agenda-files.'
2973 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2974 (org-agenda-file-to-front, org-remove-file, org-diary)
2975 (org-tags-view, org-export-icalendar-all-agenda-files)
2976 (org-export-icalendar-combine-agenda-files): Use generalized
2977 access to `org-agenda-files'.
2978 (org-remember-handler): Correctly preserve heading if present.
2979 (org-table-insert-row, org-table-insert-hline): Deal with
2980 invisible characters.
2981
2982 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
2983
2984 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2985 (vc-annotate-color-map): New 18 element constant
2986 value/saturation, rotating hue colormap, from red->blue.
2987 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2988 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2989 (vc-annotate): To avoid killing the required local variables,
2990 set them before the end of `with-output-to-temp-buffer', and
2991 after first switching to annotate-mode.
2992 (vc-annotate-warp-version): Add buffer argument in goto-line to
2993 ensure annotation, not source, is scrolled.
2994
2995 2006-04-10 Bill Wohler <wohler@newt.com>
2996
2997 * custom.el (defcustom, custom-handle-keyword):
2998 Add :package-version keyword.
2999 (custom-add-package-version): New function. Sets value of new
3000 property 'custom-package-version from :package-version keyword.
3001 (defcustom): Create Common Keywords section in docstring.
3002 (defface, defgroup): Replace definitions of a select few keywords
3003 with a reference to the Common Keywords in defcustom.
3004 (defcustom, defface, defgroup): Replace reference to Customization
3005 chapter in manual with hyperlink.
3006
3007 * cus-edit.el (customize-package-emacs-version-alist):
3008 New variable.
3009 (customize-changed-options): Add check for custom-package-version.
3010 (customize-package-emacs-version): New function to look up Emacs
3011 version corresponding to the given package version.
3012
3013 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3014 defun name, in similar fashion to find-variable-regexp.
3015
3016 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3017
3018 * international/mule-cmds.el (set-locale-environment): Fix last
3019 change for when the locale's preferences don't specify any encoding.
3020
3021 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3022
3023 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3024 so the defined var/fun doesn't need to be quoted.
3025
3026 2006-04-10 Richard Stallman <rms@gnu.org>
3027
3028 * finder.el (finder-mode-map): Add n and p bindings.
3029
3030 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3031
3032 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3033 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3034 (gdb-setup-windows): Put something in source window if we can't find
3035 the source file.
3036 (gdb-frame-handler): Make it work again with just assembly.
3037 (gdb-data-list-register-values-handler): Make it work when there is
3038 no stack.
3039
3040 2006-04-09 Richard Stallman <rms@gnu.org>
3041
3042 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3043 specs while looking for charset.
3044
3045 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3046
3047 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3048 Make them faces.
3049 (lm-font-lock-keywords): Update appropriately.
3050
3051 2006-04-10 Kim F. Storm <storm@cua.dk>
3052
3053 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3054 it can also replace buffer-substring-no-properties.
3055
3056 * emulation/cua-base.el (cua-delete-region, cua-paste)
3057 (cua-repeat-replace-region): Use filter-buffer-substring.
3058
3059 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3060 (cua-cut-region-to-global-mark): Likewise.
3061
3062 * emulation/cua-rect.el (cua--extract-rectangle)
3063 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3064
3065 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3066
3067 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3068 entry-type. Add field delimiters to numerical fields if they are
3069 not present.
3070
3071 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3072
3073 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3074 string-const to return value.
3075 (bibtex-remove-delimiters): Use it.
3076
3077 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3078
3079 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3080 cl-byte-compile-compiler-macro unless it exists.
3081
3082 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3083
3084 * files.el (hack-local-variables-confirm) <offer-save>:
3085 Clarify message text. Suggested by Ralf Angeli.
3086
3087 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3088
3089 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3090 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3091 instead of `buffer-substring' and `delete-region'. (Most of the
3092 code actually copied from `kill-region'.)
3093
3094 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3095
3096 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3097 (rcirc-default-port): Rename from rcirc-port.
3098 (rcirc-default-nick): Rename from rcirc-nick.
3099 (rcirc-default-user-name): Rename from rcirc-user-name.
3100 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3101 (rcirc-low-priority-flag): New variable.
3102 (rcirc-decode-coding-system): New defcustom.
3103 (rcirc-encode-coding-system): New defcustom.
3104 (rcirc-coding-system-alist): New defcustom.
3105 (rcirc-multiline-major-mode): New defcustom.
3106 (rcirc-nick): New internal variable.
3107 (rcirc-process): Remove variable.
3108 (rcirc-server-buffer): New variable.
3109 (rcirc): Update to use rcirc-default-* variables above.
3110 (rcirc-connect): Do not add window-configuration-hook-here.
3111 (rcirc-server): New internal variable.
3112 (rcirc-connect): Do not send keepalive pings if
3113 rcirc-keepalive-seconds is nil.
3114 (with-rcirc-server-buffer): New macro.
3115 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3116 (rcirc-server-name): Rename from rcirc-server.
3117 (rcirc-buffer-process): New function.
3118 (rcirc-buffer-nick): New function.
3119 (rcirc-buffer-target): Remove function.
3120 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3121 New commands.
3122 (rcirc-mode-map): Change binding of C-c C-l to
3123 rcirc-toggle-low-priority.
3124 (rcirc-mode): Initialize coding system based on
3125 rcirc-coding-system-alist. New change-major-mode-hook to part the
3126 channel on a mode change. Make kill-buffer-hook buffer-local.
3127 (rcirc-change-major-mode-hook): New function.
3128 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3129 (rcirc-last-post-time): New variable.
3130 (rcirc-process-message): Store the last time user posted a message
3131 to this target.
3132 (rcirc-multiline-minor-mode): New mode.
3133 (rcirc-multiline-minor-mode-map): New mode map.
3134 (rcirc-edit-multiline): Put multiline-edit buffer in
3135 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3136 (rcirc-print): Ignore any line starting with an ignored nick.
3137 (rcirc-print): Decode using rcirc-decode-coding-system.
3138 (rcirc-track-minor-mode): Update global-mode-string when disabling
3139 this mode.
3140 (minor-mode-alist): Add LowPri indicator.
3141 (rcirc-toggle-low-priority): New function.
3142 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3143 next lowpriority buffer with activity.
3144 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3145 last time the user posted a message in to the target.
3146 (rcirc-update-activity-string): New formatting for low priority
3147 buffers.
3148 (rcirc-split-activity): New function.
3149 (rcirc-handler-PART, rcirc-handler-KICK)
3150 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3151 (rcirc-nick-away-alist): New variable.
3152 (rcirc-handler-301): New handler. Away messages are printed once
3153 per change.
3154
3155 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3156
3157 * info.el (Info-follow-nearest-node): Doc fix.
3158
3159 * international/mule-cmds.el (set-locale-environment): Make sure
3160 the coding-system preferred by the locale's language has the same
3161 EOL conversion type as the original buffer-file-coding-system.
3162 (locale-language-names): Add a few MS Windows language codes.
3163
3164 2006-04-07 Richard Stallman <rms@gnu.org>
3165
3166 * simple.el (eval-expression): Doc fix.
3167
3168 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3169 (eval-defun): Doc fixes.
3170
3171 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3172
3173 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3174
3175 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3176
3177 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3178 GDB list command without argument for greater generality.
3179
3180 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3181
3182 * subr.el (string-or-null-p): New function.
3183
3184 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3185
3186 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3187
3188 * files.el: Update comment about safe-local-variable declarations.
3189
3190 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3191
3192 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3193 See idlwave.org.
3194
3195 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3196 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3197
3198 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3199 See idlwave.org.
3200
3201 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3202 version 6.0 (minimal changes). See idlwave.org.
3203
3204 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3205 6.0 (minimal changes). See idlwave.org.
3206
3207 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3208
3209 2006-04-06 Romain Francoise <romain@orebokech.com>
3210
3211 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3212 symmetric encryption features and a new asynchronous interface to
3213 GnuPG. This new version is version 1.4, plus whitespace changes.
3214
3215 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3216
3217 * files.el: Move some `safe-local-variable' declarations to the
3218 respective files.
3219
3220 * textmodes/ispell.el (ispell-check-comments)
3221 (ispell-local-dictionary): Mark as safe.
3222
3223 * abbrev.el (abbrev-mode): Mark as safe.
3224
3225 * add-log.el (change-log-default-name): Mark as safe.
3226
3227 * textmodes/reftex-vars.el (reftex-vref-is-default)
3228 (reftex-fref-is-default, reftex-level-indent)
3229 (reftex-guess-label-type): Mark as safe.
3230
3231 * textmodes/fill.el (colon-double-space): Mark as safe.
3232
3233 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3234 (sentence-end-double-space, sentence-end-without-period)
3235 (sentence-end-without-space, sentence-end, sentence-end-base)
3236 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3237
3238 2006-04-06 Kim F. Storm <storm@cua.dk>
3239
3240 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3241 the :set-after list.
3242 (ido-downcase-unc-hosts): New user option. Default on.
3243 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3244 when it is set, as regexps are now applied on the fly.
3245 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3246 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3247 on the fly, but only when ido-process-ignore-lists is set.
3248 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3249 Only downcase names if ido-downcase-unc-hosts is set.
3250
3251 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3252
3253 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3254
3255 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3256
3257 2006-04-05 Kim F. Storm <storm@cua.dk>
3258
3259 * ido.el (ido-mode): Set after ido-unc-hosts and
3260 ido-ignore-unc-host-regexps.
3261 (ido-save-history): Save ido-unc-hosts-cache.
3262 (ido-load-history): Load ido-unc-hosts-cache.
3263 (ido-reread-directory): Refresh unc hosts cache in // dir.
3264
3265 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3266 to nil while displaying slash screen.
3267
3268 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3269
3270 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3271 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3272
3273 2006-04-05 Kenichi Handa <handa@m17n.org>
3274
3275 * international/characters.el: Setup cases of Latin, Greek, and
3276 Cyrillic characters in CJK charsets.
3277
3278 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3279
3280 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3281 default-enable-multibyte-characters. This reverts the change from
3282 revision 6.17 which is no longer necessary because the passphrase
3283 is sent separately now. GnuPG messages are unreadable under
3284 multibyte locales with default-enable-multibyte-characters set to nil.
3285
3286 2006-04-04 Andreas Schwab <schwab@suse.de>
3287
3288 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3289 and `byte-compile-warnings' as `safe-local-variable'.
3290
3291 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3292
3293 * man.el (Man-mode-map): Restore the \r binding.
3294 (Man-abstract-xref-man-page): If Man-target-string is a function,
3295 call it.
3296 (Man-highlight-references): Use Man-default-man-entry to get the
3297 target. Deal with xrefs too.
3298 (Man-highlight-references0): Don't call the target function.
3299
3300 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3301 cannot deal with it.
3302
3303 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3304
3305 * pgg-gpg.el: Clean up process buffers every time gpg processes
3306 complete.
3307
3308 2006-04-04 Kenichi Handa <handa@m17n.org>
3309
3310 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3311 here.
3312 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3313 Temporarily bind inhibit-field-text-motion to t.
3314
3315 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3316
3317 * startup.el (normal-splash-screen): Only set mode-line-format in the
3318 splash buffer, so as not to interfere when debugging the code.
3319 Ignore errors when switching buffer.
3320
3321 2006-04-03 Romain Francoise <romain@orebokech.com>
3322
3323 * dired.el (dired-dnd-protocol-alist): Fix typo.
3324
3325 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3326
3327 * savehist.el (savehist): Add :version.
3328 (savehist-ignored-variables): New variable.
3329 (savehist-minibuffer-hook): Don't save variables listed in
3330 `savehist-ignored-variables'.
3331
3332 * dired.el (dired-dnd-protocol-alist): Mention that change does
3333 only apply to new buffers in doc string.
3334
3335 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3336
3337 * recentf.el (recentf-open-files-item): Include newline in button
3338 field, so opening a file will work, when the point is at the end
3339 of the file name. Allow, for example, to [i]search a file by
3340 extension and just push RET to open it.
3341
3342 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3343
3344 * pgg-gpg.el (pgg-gpg-process-filter)
3345 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3346
3347 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3348 lines, temporary fix.
3349
3350 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3351
3352 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3353
3354 2006-04-02 Richard Stallman <rms@gnu.org>
3355
3356 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3357
3358 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3359
3360 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3361 header-mouse-map.
3362
3363 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3364 (ibuffer-mode-header-map): New keymaps.
3365 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3366 and keybindings for column headers.
3367 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3368 property.
3369
3370 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3371
3372 * speedbar.el (speedbar-after-create-hook): Doc fix.
3373
3374 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3375
3376 * shell.el (shell-directory-tracker)
3377 (shell-dynamic-complete-command): Doc fixes.
3378
3379 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3380
3381 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3382 terminals.
3383
3384 2006-04-01 Kim F. Storm <storm@cua.dk>
3385
3386 * ido.el (ido-unc-hosts-cache): New defvar.
3387 (ido-unc-hosts): If value of defcustom is a function, call it to
3388 get list of UNC hosts. Add function-item choices to specify
3389 ido-unc-hosts-net-view or user function.
3390 (ido-ignore-unc-host-regexps): New defcustom.
3391 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3392 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3393 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3394
3395 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3396
3397 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3398 wwidth.
3399
3400 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3401
3402 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3403 (ido-max-work-file-list, ido-switch-buffer)
3404 (ido-read-file-name-as-directory-commands):
3405 Fix typos in docstrings.
3406
3407 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3408
3409 * term/mac-win.el (mac-system-coding-system): Define and use after
3410 Mac-specific coding systems are ready.
3411
3412 2006-03-27 Romain Francoise <romain@orebokech.com>
3413
3414 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3415
3416 * ldefs-boot.el: Update.
3417
3418 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3419
3420 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3421 passphrases when it is not needed.
3422 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3423 passphrase stuff from gpg, should only be necessary when you use
3424 gpg with a smartcard.
3425
3426 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3427
3428 * comint.el (comint-dynamic-list-completions): Allow user to
3429 select *Completions* buffer.
3430
3431 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3432
3433 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3434
3435 2006-03-26 Andreas Schwab <schwab@suse.de>
3436
3437 * progmodes/gud.el (gdb): Only complain about multiple debugging
3438 when the gdb process is still running.
3439
3440 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3441
3442 * mail/rmail.el (tool-bar-map): Defvar it.
3443 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3444 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3445
3446 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3447
3448 * help.el (print-help-return-message): Suggest to use
3449 display-buffer instead of switch-to-buffer-other-window to restore
3450 the previous window without selecting it.
3451
3452 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3453
3454 * frame.el (select-frame-by-name): Call x-focus-frame also when
3455 window-system is mac.
3456
3457 * term/mac-win.el: Adjust Courier font specifications in
3458 x-fixed-font-alist.
3459 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3460 when directly encoding to UTF-16 in native byte order, no BOM.
3461
3462 2006-03-25 Kim F. Storm <storm@cua.dk>
3463
3464 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3465 (cua--init-keymaps): Use it instead of fixed C-return.
3466 (cua-mode): Set after it.
3467
3468 * emulation/cua-rect.el (cua--init-rectangles):
3469 Use cua-rectangle-mark-key instead of fixed C-return.
3470
3471 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3472
3473 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3474 "run" in .gdbinit.
3475 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3476
3477 2006-03-24 Romain Francoise <romain@orebokech.com>
3478
3479 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3480 `display-buffer-other-frame'.
3481
3482 2006-03-24 Kim F. Storm <storm@cua.dk>
3483
3484 * apropos.el (apropos-synonyms): Add selection => region.
3485
3486 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3487
3488 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3489 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3490 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3491 (gdb-data-list-register-values-regexp)
3492 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3493 Future proof against new fields being added to MI output.
3494 (gdb-send): Don't treat backslashes for program input as
3495 continuations.
3496 (gdb-assembler-handler): Don't use window-start for this handler.
3497 (gdb-frame-handler): Don't change to hollow arrow if overlay
3498 arrow doesn't move to new frame.
3499
3500 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3501
3502 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3503 prevent compiler warnings.
3504 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3505 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3506 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3507 buffer too.
3508
3509 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3510
3511 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3512 make-network-process, so we can use the same code in Gnus v5-10
3513 too and have this file fully synchronized with that release.
3514
3515 2006-03-23 Romain Francoise <romain@orebokech.com>
3516
3517 * ibuf-ext.el (ibuffer-read-filter-group-name):
3518 Use `ibuffer-generate-filter-groups' to make completion list match
3519 the filter groups that are really displayed in the Ibuffer buffer.
3520 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3521
3522 2006-03-23 Kenichi Handa <handa@m17n.org>
3523
3524 * international/mule-cmds.el (sort-coding-systems): Describe that
3525 the argument is modified in docstring.
3526
3527 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3528
3529 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3530 (pgg-gpg-update-agent): New function.
3531 (pgg-gpg-use-agent-p): New function.
3532 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3533 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3534 (pgg-gpg-sign-region): Use it.
3535
3536 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3537
3538 * cus-edit.el (custom-face-set): Call custom-push-theme before
3539 face-spec set so that `changed' theme is correctly saved.
3540 (custom-face-reset-standard): Reset to recalculated face rather
3541 than defface spec.
3542
3543 * custom.el (custom-push-theme): Only save `changed' theme if the
3544 current face does not match the defface specs.
3545
3546 2006-03-21 Simon Josefsson <jas@extundo.com>
3547
3548 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3549 <wilde@sha-bang.de>.
3550 (pgg-gpg-use-agent): New variable.
3551 (pgg-gpg-process-region): Use it.
3552 (pgg-gpg-encrypt-region): Likewise.
3553 (pgg-gpg-encrypt-symmetric-region): Likewise.
3554 (pgg-gpg-decrypt-region): Likewise.
3555 (pgg-gpg-sign-region): Likewise.
3556 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3557
3558 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3559
3560 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3561 bracket links.
3562
3563 2006-03-21 Kim F. Storm <storm@cua.dk>
3564
3565 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3566 fringe-indicator-alist instead of modifying global value.
3567 (gdb-frame-handler): Likewise.
3568
3569 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3570
3571 * diff-mode.el (diff-function): Make it inherit from diff-header
3572 instead of diff-context.
3573
3574 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3575 bitmap.
3576 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3577 change names in macro above for consistency.
3578 (gdb-frame-handler): Use hollow-right-triangle for all selected
3579 frames which except the innermost (where execution has stopped).
3580 (gdb-reset): Reset buffer-local values of overlay-arrow.
3581
3582 2006-03-20 Richard Stallman <rms@gnu.org>
3583
3584 * simple.el (set-mark-command): Doc fix.
3585
3586 * files.el (display-buffer-other-frame): New command.
3587 (ctl-x-4-map): Bind C-x 5 C-o to it.
3588
3589 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3592 rather than just defer-time, in case defer-time has been changed but
3593 the timer isn't running yet.
3594 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3595
3596 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3597
3598 * help-mode.el (help-follow-symbol): New function.
3599 Essentially identical to the old `help-follow', but do not let
3600 `push-button' do the work when on an xref.
3601 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3602
3603 2006-03-19 Richard Stallman <rms@gnu.org>
3604
3605 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3606 preceded by the word `program'.
3607 (help-follow-mouse, help-follow): Throw error if not on xref.
3608 Delete no longer used args.
3609
3610 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3611
3612 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3613 annotation ensure gud-overlay-arrow-position is redisplayed.
3614
3615 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3616
3617 * textmodes/bibtex.el (bibtex-include-OPTkey)
3618 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3619 (bibtex-autokey-name-case-convert)
3620 (bibtex-autokey-titleword-case-convert): Make these the aliases
3621 for the following two variables.
3622 (bibtex-autokey-name-case-convert-function)
3623 (bibtex-autokey-titleword-case-convert-function): Make these the
3624 real names.
3625 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3626 bibtex-font-lock-crossref sublists.
3627 (bibtex-mode): Revert 2005-12-30 change (which made
3628 completion-ignore-case buffer-local).
3629 (bibtex-url): Simplify.
3630
3631 2006-03-19 Kim F. Storm <storm@cua.dk>
3632
3633 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3634 cursor property value to 2 (to align with C level change).
3635
3636 2006-03-19 Bill Wohler <wohler@newt.com>
3637
3638 * image.el (image-load-path-for-library): Shorten first line in
3639 docstring.
3640
3641 2006-03-18 Richard Stallman <rms@gnu.org>
3642
3643 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3644
3645 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3646
3647 * isearch.el (isearch-other-meta-char): Handle user bindings for
3648 shifted control characters.
3649
3650 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3651
3652 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3653 part that matches email addresses, file names, etc.
3654
3655 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3656
3657 * term/w32-win.el (mouse-set-font):
3658 Mention w32-list-proportional-fonts in the doc string.
3659
3660 2006-03-18 Kim F. Storm <storm@cua.dk>
3661
3662 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3663 (ido-unc-hosts): New user option to explicitly define list of know
3664 UNC-style hosts for completion.
3665 (ido-cache-unc-host-shares-time): New user option.
3666 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3667 New helper functions for UNC file-name support.
3668 (ido-may-cache-directory): Check for UNC host. Simplify.
3669 (ido-wash-history): Clean out old UNC hosts.
3670 (ido-nonreadable-directory-p): UNC hosts are always readable.
3671 (ido-directory-too-big-p): UNC hosts are never too big.
3672 (ido-set-current-directory): Handle UNC root path.
3673 (ido-file-name-all-completions): Complete UNC host names from
3674 ido-unc-hosts list. Cache UNC host shares.
3675 (ido-make-file-list-1): Don't filter UNC root.
3676 (ido-exhibit): Check for // in root directory, and switch to UNC
3677 mode by setting ido-current-directory to //.
3678
3679 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3680
3681 * cus-edit.el (customize-changed-options): Mention explicit
3682 version number as default in prompt.
3683
3684 2006-03-17 Bill Wohler <wohler@newt.com>
3685
3686 * image.el (image-load-path-for-library): Minor docstring fix.
3687
3688 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3689
3690 * textmodes/org.el (org-read-date): Include subgroup 5 into
3691 replacement text.
3692 (org-popup-calendar-for-date-prompt): Fix customization type.
3693
3694 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3695
3696 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3697 (gdb-continuation): New variable.
3698 (gdb-send): Deal with continuation lines.
3699
3700 * progmodes/gud.el (gud-gdb-complete-command)
3701 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3702 expressions.
3703 (gud-tooltip-mode): Use buffer-local value.
3704
3705 2006-03-16 Kim F. Storm <storm@cua.dk>
3706
3707 * ido.el (ido-edit-input): Use selected match, if any.
3708
3709 2006-03-16 Bill Wohler <wohler@newt.com>
3710
3711 * image.el (image-load-path-for-library): Prefer user's images in
3712 image-load-path.
3713
3714 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3715
3716 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3717 when checking for attempt to drag leftmost or rightmost scrollbar.
3718
3719 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3720
3721 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3722 (gdb-force-mode-line-update): New function.
3723 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3724 (gdb-exited): Use them.
3725 (gdb-signal): New function.
3726 (gdb-annotation-rules): Provide a rule for it.
3727
3728 2006-03-16 Kenichi Handa <handa@m17n.org>
3729
3730 * international/mule.el (auto-coding-regexp-alist): Add entries
3731 for Unicode BOM.
3732
3733 * sort.el (sort-build-lists): Temporarily bind
3734 inhibit-field-text-motion to t.
3735
3736 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3737
3738 * locate.el (locate-command, locate-make-command-line)
3739 (locate-fcodes-file, locate-update-command)
3740 (locate-prompt-for-command, locate, locate-with-filter)
3741 (locate-get-file-positions): Doc fixes.
3742 (locate-buffer-name, locate-header-face): Remove leading `*' in
3743 defcustom.
3744 (locate-filter-output): Use `keep-lines' instead of its alias
3745 `delete-non-matching-lines'.
3746 (locate-get-filename, locate-get-dirname): Add introductory comment.
3747 (locate-find-directory-other-window): Give appropriate error
3748 message if used outside main listing.
3749
3750 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3751
3752 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3753 the new extend-region feature.
3754 (font-lock-after-change-function): Update correspondingly.
3755 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3756 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3757
3758 2006-03-15 Bill Wohler <wohler@newt.com>
3759
3760 * image.el (image-load-path-for-library): Fix example by not
3761 recommending that one binds image-load-path. Just defvar it to
3762 placate compiler and only use it if previously defined.
3763
3764 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3765
3766 * textmodes/org.el (org-insert-centered): Use `string-width' to
3767 make underlining work for wide characters.
3768 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3769 TAB to `org-cycle', to make sure that no binding in
3770 `outline-mode-map' can supercede it.
3771
3772 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3773
3774 * allout.el: Increment version to 2.2.1 in file commentary.
3775
3776 (allout-version): Increment to 2.2.1.
3777
3778 (allout-default-layout): New customization variable, used when the
3779 file lacks a specific allout-layout. Uses allout-layout-type for
3780 recursively nested definition.
3781
3782 (allout-layout-type): Widget defining allout layouts, necessary for
3783 self-recursive definition.
3784
3785 (allout-mode): Incorporate allout-default-layout as fallback for
3786 allout-layout.
3787
3788 (allout-layout): Mark as 'safe-local-variable', and refer mention
3789 fallback to `allout-default-layout' in absence of a specified value.
3790 (allout-passphrase-verifier-string)
3791 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3792
3793 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3794
3795 (allout-get-encryption-passphrase-verifier): Use correct name of
3796 passphrase verifier in docstring.
3797
3798 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
3799
3800 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3801 elements.
3802 (gdb-find-watch-expression): Make it work for arrays too.
3803 Follow change to gdb-var-list.
3804 (gud-watch): Allow the user to enter variable name with a prexix
3805 arg. Create keybindings.
3806 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3807 (gdb-var-list-children-handler, gdb-var-update-handler)
3808 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3809 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3810 Follow change to gdb-var-list.
3811 (gdb-starting): Don't show the overlay arrows when program is running.
3812
3813 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3814 gdb-var-list.
3815
3816 2006-03-14 Bill Wohler <wohler@newt.com>
3817
3818 * image.el (image-load-path-for-library): Pass value of path
3819 rather than symbol. Always return list of directories.
3820 Guarantee that image directory comes first.
3821
3822 2006-03-14 Alan Mackenzie <acm@muc.de>
3823
3824 * font-core.el (font-lock-extend-region\(-function\)?.):
3825 New function/variable.
3826
3827 * font-lock.el (font-lock-after-change-function):
3828 Call font-lock-extend-region. Obey font-lock-lines-before.
3829 (font-lock-default-fontify-region): Remove reference to
3830 font-lock-lines-before.
3831
3832 * jit-lock.el (jit-lock-after-change):
3833 Call font-lock-extend-region. Obey font-lock-lines-before.
3834
3835 2006-03-14 David Ponce <david@dponce.com>
3836
3837 * tree-widget.el (tree-widget-themes-load-path)
3838 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3839
3840 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
3841
3842 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3843 (rcirc-print): Mark the start of text at the end of the prompt.
3844 (rcirc-track-minor-mode): Add autoload cookie.
3845 (rcirc-update-activity-string): Add space to front of mode-line
3846 indicator.
3847
3848 2006-03-13 Miles Bader <miles@gnu.org>
3849
3850 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3851 (rcirc-abbrev-nick): Remove function.
3852 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3853
3854 2006-03-13 David Ponce <david@dponce.com>
3855
3856 * tree-widget.el: Handle themes across all occurrences of the main
3857 themes sub-directory found in tree-widget-themes-load-path.
3858 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3859 (tree-widget--locate-sub-directory): Return all occurrences.
3860 (tree-widget-themes-path): New function.
3861 Replace tree-widget-themes-directory, and return a list of directories.
3862 (tree-widget-set-parent-theme)
3863 (tree-widget-lookup-image): Use it.
3864
3865 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
3866
3867 * textmodes/org.el (org-link-search): Avoid self-matching of
3868 links, allow target text to be distributed over several lines.
3869 (org-search-not-link): New function.
3870 (org-set-regexps-and-options, org-get-current-options):
3871 New startup options.
3872 (org-export-as-html): Take odd-level setting from local variable.
3873 (org-fontify-emphasized-text): New option.
3874 (org-set-font-lock-defaults): Include emphasized text.
3875 (org-follow-mhe-link): Allow folder-only links, fix folder name.
3876 (org-font-lock): Customize group renamed from `org-faces'.
3877
3878 2006-03-13 John Paul Wallington <jpw@pobox.com>
3879
3880 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3881 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
3882
3883 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
3884
3885 * cus-start.el (all): Delete :version keyword for members of the
3886 fringe group, since the entire group is new in 22.1.
3887
3888 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
3889
3890 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3891 map if value is hexadecimal (an address).
3892 (gud-watch): Only search roots for existing watch expressions.
3893 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3894 prevent caching problems with speedbar-update-directory-contents.
3895
3896 2006-03-12 Juri Linkov <juri@jurta.org>
3897
3898 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3899 before comparing with `low' and `warn'.
3900
3901 * info.el (Info-dir-remove-duplicates): Move point to the
3902 beginning of the current line after deleting the entries from
3903 redundant heading. Use marker for `limit' and compare it with
3904 point before calling `re-search-forward'.
3905
3906 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3907
3908 * simple.el (yank): Fix typo in docstring.
3909
3910 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
3911
3912 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3913 messages, where "D" is the 6th character.
3914
3915 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3916
3917 * simple.el (yank): Fix last change.
3918
3919 2006-03-11 David Ponce <david@dponce.com>
3920
3921 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3922 merging elements from the standard ispell-dictionary-alist.
3923 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3924 alist, and return the new alist.
3925
3926 2006-03-11 Richard Stallman <rms@gnu.org>
3927
3928 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3929
3930 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3931 the way it is implemented is too unclean.
3932
3933 * simple.el (kill-region, yank): Doc fix.
3934
3935 * battery.el (battery-echo-area-format): Doc fix.
3936 (battery-mode-line-format): Likewise.
3937 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3938 (battery-linux-proc-acpi): Ignore batteries that say "charged".
3939
3940 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3941
3942 * progmodes/octave-mod.el (octave-indent-for-comment):
3943 Behave according to do string.
3944
3945 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
3946
3947 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3948 Be visible only if major mode is Mail Mode.
3949
3950 * textmodes/flyspell.el (flyspell-external-point-words)
3951 (flyspell-process-localwords): Fix last changes.
3952
3953 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3954
3955 * calendar/holidays.el (list-holidays): Doc fix.
3956
3957 * international/mule.el (auto-coding-alist): Add .odt
3958 (OpenOffice's open document) files.
3959
3960 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3961 document) files. Mention in the doc string the need to sync with
3962 auto-coding-alist.
3963
3964 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
3965
3966 * files.el (hack-local-variables-confirm): Don't prompt for ! if
3967 enable-local-variables is set to always query, or there is no
3968 savable variable.
3969
3970 2006-03-10 Bill Wohler <wohler@newt.com>
3971
3972 * image.el (image-load-path-for-library): Merge at least three
3973 functions from Gnus and MH-E into this one function that can now
3974 be shared.
3975
3976 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
3977
3978 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3979 gdb-remove-mouse-face and remove help-echo too.
3980 (gdb-enqueue-input): Correct conditional clause.
3981
3982 2006-03-10 Glenn Morris <rgm@gnu.org>
3983
3984 * calendar/calendar.el (calendar-holidays): Doc fix.
3985 * calendar/holidays.el (list-holidays): Doc fix.
3986
3987 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
3988
3989 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3990 it gets called in gdb-prompt anyway.
3991 (gdb-use-separate-io-buffer): Only restore window arrangement for
3992 gdb-many-windows.
3993 (gdb-enqueue-input): Make it harder to send GDB input when program
3994 is running.
3995 (gdb-buffer-list): New variable.
3996 (gdb-remove-mouse-face): New function.
3997 (gdb-starting): Use it when GDB input won't get sent.
3998
3999 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4000
4001 * help.el (view-lossage): Remove trailing whitespace before
4002 inserting "\n".
4003
4004 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4005
4006 * files.el (hack-local-variables-confirm):
4007 Set coding-system-for-read to nil before writing to .emacs.
4008
4009 * arc-mode.el (archive-extract): Check if an existing buffer name
4010 comes from a different archive.
4011
4012 * help.el (describe-key-briefly): If KEY is a down event, read and
4013 discard the up event.
4014
4015 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4016
4017 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4018 be edited and use font-lock-warning-face for any changes.
4019
4020 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4021 (gdb-edit-value): Use it to report any errors.
4022
4023 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4024
4025 * help.el (describe-key): Remove leftover test code.
4026
4027 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4028
4029 * textmodes/org.el: Move defvars out of eval-when-compile.
4030 Use buffer-file-name variable.
4031 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4032 arg `file'.
4033 (org-level-faces): Remove startup dependency.
4034 (org-cycle, org-map-tree, org-scan-tags)
4035 (org-remember-handler): Don't call `outline-level' directly.
4036 (org-mhe-search-all-folders): New option.
4037 (org-mhe-get-message-folder-from-index)
4038 (org-mhe-get-message-folder): Fix indexing search.
4039 (org-format-agenda-item): Handle nil TAGS argument.
4040 (org-cleaned-string-for-export, org-activate-target-links)
4041 (org-make-target-link-regexp): Deal with empty radio target list.
4042 (org-tag): New face.
4043 (org-get-level-face): New function.
4044 (org-set-font-lock-defaults): Simplify setup for headlines.
4045 (org-complete): Pass common substring to `display-completion-list'.
4046
4047 2006-03-06 David Ponce <david@dponce.com>
4048
4049 * tree-widget.el: Update Commentary header.
4050 (tree-widget-theme-name): Ignore parent themes.
4051 (tree-widget-set-parent-theme): New function.
4052 (tree-widget-set-theme): Use it.
4053 (tree-widget-set-image-properties): Move definition. Does nothing
4054 if image properties have already been set.
4055 (tree-widget-image-properties): Move definition. Receive an image
4056 name. Set the :pointer property.
4057 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4058 Don't set the :pointer image property.
4059 (tree-widget-convert-widget): New function. Handle :dynargs
4060 compatibility here.
4061 (tree-widget): Use it to :convert-widget. Add the :expander-p
4062 predicate to control when the :expander function is entered.
4063 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4064 (tree-widget-value-create): Handle :expander-p. widget-apply
4065 :expander.
4066 (tree-widget-expander-p): New function. Default value of the
4067 :expander-p property.
4068
4069 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4070
4071 * help.el (describe-key): Properly handle the return value of
4072 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4073 remaps. Handle string and vector `follow-link' values.
4074
4075 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4076
4077 * complete.el (PC-expand-many-files): Try be more careful when parsing
4078 the shell's output.
4079
4080 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4081
4082 * outline.el (hide-sublevels): Provide better interactive default.
4083
4084 2006-03-06 Kenichi Handa <handa@m17n.org>
4085
4086 * international/fontset.el (create-fontset-from-fontset-spec):
4087 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4088
4089 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4090
4091 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4092 backslashes instead of one in regexp.
4093 (gud-tooltip-dereference): Add missing optional argument.
4094
4095 2006-03-04 John Paul Wallington <jpw@pobox.com>
4096
4097 * wdired.el (toplevel): Require `cl' at compile-time.
4098
4099 2006-03-04 Andreas Schwab <schwab@suse.de>
4100
4101 * server.el (server-process-filter): Handle errors during
4102 evaluation of the argument.
4103
4104 2006-03-03 John Paul Wallington <jpw@pobox.com>
4105
4106 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4107 escape parentheses at beginning of line.
4108 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4109 (t-mouse-mode): Remove period from end of error message.
4110
4111 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4112
4113 * textmodes/flyspell.el (flyspell-process-localwords):
4114 Be case-sensitive.
4115
4116 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4117
4118 * cus-edit.el (custom-quote): Remove function, since it has been
4119 moved to custom.el.
4120
4121 * font-lock.el (lisp-font-lock-keywords-2)
4122 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4123 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4124 they have no special meaning.
4125
4126 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4127 indirect buffer gets killed before indirect buffer. Use dolist.
4128
4129 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4130
4131 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4132 value instead of a literal constant (1) on more pauses.
4133
4134 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4135
4136 * textmodes/flyspell.el (flyspell-external-point-words):
4137 Be case-sensitive.
4138
4139 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4140
4141 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4142 with "www".
4143
4144 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4145
4146 * allout.el: Restablish intermediate missing comment header to
4147 preserve outline structure.
4148 (allout-beginning-of-current-entry): Skip invisible text.
4149 (allout-open-topic): Fix opening a topic at end-of-buffer.
4150 (allout-minor-mode): Move nearer to allout-mode function.
4151
4152 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4153
4154 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4155
4156 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4157
4158 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4159 is nil.
4160
4161 * progmodes/gud.el (gud-speedbar-menu-items):
4162 Use buffer-local-value and add missing :visible keyword.
4163
4164 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4165
4166 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4167
4168 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4169 must be `follow-link'.
4170
4171 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4172
4173 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4174 formatting: No nested anchors.
4175 (org-all-targets): Fix bug with XEmacs compatibility.
4176 (org-read-date): Add (require 'parse-time).
4177 (org-set-tags): Fix bug with extra inserted space.
4178 (org-export-html-style): Define a style class for targets.
4179 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4180 (org-hide-leading-stars): New option.
4181 (org-hide): New face.
4182 (org-set-font-lock-defaults): Allow to hide leading stars.
4183 (org-get-legal-level, org-tr-level): New functions.
4184 (org-odd-levels-only): New option.
4185 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4186 (org-demote, org-promote): Deal with double-star levels.
4187 (org-convert-to-odd-levels): New command.
4188
4189 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4190
4191 * speedbar.el (speedbar-update-localized-contents): Try to
4192 preserve window-start.
4193 (speedbar-update-directory-contents): Try to preserve window-start
4194 and window-point.
4195 (speedbar-update-special-contents): Don't move back to start of window.
4196
4197 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4198 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4199 speedbar-timer-fn.
4200 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4201 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4202 instead of gdb-speedbar-timer-fn.
4203
4204 2006-02-28 Jay Belanger <belanger@truman.edu>
4205
4206 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4207 (math-compose-expr): Use latex option when calling
4208 `math-compose-tex-matrix' for latex mode.
4209
4210 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4211
4212 * speedbar.el: Re-instate comments about developing for speedbar
4213 [this is what info and gdb-ui use even if better methods exist now].
4214
4215 * t-mouse.el: New file.
4216 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4217 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4218 (t-mouse-make-event-element): Use posn-at-x-y instead.
4219 (t-mouse-make-event): Deal with Fedora Core 3.
4220 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4221 (t-mouse-mouse-position-function): New function. Use it instead
4222 of advising mouse-position.
4223 (t-mouse-mode): New minor mode.
4224 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4225
4226 2006-02-27 Glenn Morris <rgm@gnu.org>
4227
4228 * calendar/calendar.el (calendar-holidays): Doc fix.
4229
4230 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4231
4232 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4233 Re-introduce the concept of a source window.
4234 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4235 consistency with get-buffer-create.
4236 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4237 (gdb-data-list-register-values-handler)
4238 (gdb-stack-list-locals-handler): Try to preserve window-start as
4239 well as window-point.
4240 (gdb-display-source-buffer): New function (old concept).
4241 (gdb-goto-breakpoint): Use it.
4242
4243 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4244 for gdb-ui/gdb-mi (old concept).
4245
4246 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4247
4248 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4249 binding.
4250
4251 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4252
4253 * textmodes/reftex-sel.el (reftex-select-label-map)
4254 (reftex-select-bib-map): Add `follow-mouse' binding.
4255
4256 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4257
4258 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4259 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4260 Give :set functions to provide automatic updating.
4261 Update docstring. Give compiler defvars early in the file
4262 and move the defcustoms to a later spot where all called functions
4263 are defined.
4264 (jka-compr-file-name-handler-entry): Doc fix.
4265 (jka-compr-compression-info-list--internal)
4266 (jka-compr-mode-alist-additions--internal)
4267 (jka-compr-load-suffixes--internal): New variables.
4268 (jka-compr-install): Set the three above variables.
4269 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4270 (jka-compr-update, jka-compr-set): New functions.
4271 (auto-compression-mode): Doc fix.
4272
4273 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4274 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4275 Use jka-compr-compression-info-list--internal,
4276 jka-compr-mode-alist-additions--internal and
4277 jka-compr-load-suffixes--internal.
4278
4279 * files.el (load-library):
4280 * loadhist.el (file-loadhist-lookup):
4281 * startup.el (command-line):
4282 * subr.el (locate-library):
4283 * emacs-lisp/autoload.el (update-directory-autoloads):
4284 * emacs-lisp/find-func.el (find-library-suffixes):
4285 Use `get-load-suffixes' instead of `load-suffixes'.
4286
4287 * subr.el (locate-library):
4288 * emacs-lisp/find-func.el (find-library-name):
4289 Use `load-file-rep-suffixes' instead of '("").
4290
4291 2006-02-26 Kim F. Storm <storm@cua.dk>
4292
4293 * ido.el (ido-save-history, ido-load-history): Simplify.
4294 Don't use find-file-noselect to avoid interference from other modes.
4295
4296 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4297
4298 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4299 to use the default shell if filename is not available.
4300 Reported by Giorgos Keramidas.
4301
4302 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4303
4304 * progmodes/etags.el (tags-completion-table): Do completion from
4305 all the tables in the current list, as documented in the manual.
4306
4307 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4308
4309 * CC Mode Update to 5.31.3.
4310
4311 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4312
4313 * progmodes/cc-mode.el (c-postprocess-file-styles):
4314 Bind inhibit-read-only to t, around the call to
4315 c-remove-any-local-eval-or-mode-variables, so that it works on a
4316 RO file.
4317
4318 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4319
4320 * progmodes/cc-awk.el: Correct a typo.
4321
4322 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4323
4324 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4325 c-hungry-delete-backwards, at the request of RMS. Leave the old
4326 name as an alias.
4327
4328 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4329
4330 * progmodes/cc-mode.el: Correct a typo.
4331
4332 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4333
4334 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4335
4336 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4337
4338 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4339 brace-else-brace (error due to mbeg, mend being undefined).
4340
4341 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4342
4343 * progmodes/cc-mode.el: File Local variables: Solve the problem
4344 where both `mode' and c-file-offsets are specified: `mode' will
4345 overwrite c-f-o's settings:
4346 (c-remove-any-local-eval-or-mode-variables): New function.
4347 (c-postprocess-file-styles): Call the above new function, within
4348 c-tentative-buffer-change, to splat `mode' and `eval' before the
4349 second hack-local-variables.
4350
4351 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4352
4353 * progmodes/cc-mode.el:
4354 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4355 (c-after-change): Protect the match data with save-match-data.
4356 It was getting corrupted by c-after-change-check-<>-operators.
4357
4358 * cc-defs.el: [Supersedes patch V1.38]:
4359 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4360 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4361
4362 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4363 with save-match-data. It was being corrupted when Font Lock was
4364 not enabled.
4365
4366 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4367
4368 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4369 Mode and Subword Mode.
4370
4371 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4372 real labels ("case 1:" or "foo:") from non-labels ("public:").
4373 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4374 coding; c-f-t-2 doesn't move over a token at EOB.
4375
4376 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4377
4378 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4379 (c-update-modeline): Concatenate the minor mode indicators
4380 directly onto mode-name, removing c-submode-indicators.
4381 Sometimes, c-s-i got separated from the mode name on the mode line.
4382
4383 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4384 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4385
4386 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4387
4388 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4389 error message when there's an evaluation error to show whether
4390 it's loaded from source or not.
4391 (c-filter-ops): Make it available at runtime too to work when
4392 `c-make-init-lang-vars-fun' needs to evaluate from source.
4393
4394 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4395
4396 * help.el (help): Revert last part of 2006-02-23 change (deletion
4397 of the `provide' call).
4398
4399 2006-02-23 Juri Linkov <juri@jurta.org>
4400
4401 * compare-w.el (compare-windows-highlight): Add new value
4402 `persistent' and change :type from `boolean' to `choice'.
4403 (compare-windows-overlays1, compare-windows-overlays2):
4404 New internal variables.
4405 (compare-windows-highlight): If compare-windows-highlight is
4406 `persistent', add current overlays to compare-windows-overlays[12]
4407 instead of adding compare-windows-dehighlight to pre-command-hook.
4408 (compare-windows-dehighlight): Delete all overlays from
4409 compare-windows-overlays[12].
4410
4411 * info.el (Info-search): Don't bind search-spaces-regexp to
4412 Info-search-whitespace-regexp in non-regexp isearch mode.
4413
4414 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4417
4418 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4419
4420 * textmodes/org.el (org-xemacs-p)
4421 (org-export-html-show-new-buffer, org-table-may-need-update)
4422 (org-insert-item, org-mhe-get-message-real-folder)
4423 (org-mhe-get-message-folder-from-index)
4424 (org-mhe-get-message-folder, org-mhe-get-message-num)
4425 (org-mhe-get-header, org-make-org-heading-search-string)
4426 (org-make-org-heading-camel, org-table-sort-lines)
4427 (org-format-org-table-html, org-format-table-table-html):
4428 Fix typos in docstrings.
4429
4430 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4431
4432 * textmodes/org.el (org-cleaned-string-for-export)
4433 (org-solidify-link-text): New function.
4434 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4435 XEmacs, just to silence the compiler.
4436 (org-export-as-ascii, org-export-as-html-and-open):
4437 Use `org-cleaned-string-for-export' and create internal links.
4438 (org-follow-mhe-link): Require mh-e, use folder.
4439
4440 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4441
4442 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4443
4444 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4445 gdb-debug-log-length.
4446 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4447 it a real ring but...
4448 (gud-gdba-marker-filter): ...make it work like mark-ring.
4449 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4450 (gdb-mouse-jump): New function. Add bindings.
4451
4452 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4453
4454 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4455 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4456 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4457 (gdb-debug-log-length): Customize it's length.
4458 (gud-watch, gdb-var-create-handler): Display function::var format
4459 but don't use to create variable object.
4460 (gdb-var-create-handler): Use message-box in place of message.
4461 (gdb-stopped): Call gdb-exited if signalled.
4462
4463 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4464
4465 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4466
4467 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4468
4469 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4470 if `reftex-try-all-extensions' is set.
4471
4472 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4473 fail silently when there is no valid argument at point.
4474 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4475 `fail-silently' argument. From a patch by David Reiter.
4476
4477 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4478 New commands.
4479 (org-mark-ring): New variable.
4480 (org-mark-ring-length): New option.
4481 (org-open-at-point, org-goto, org-open-file): Push old position
4482 onto the mark ring.
4483 (org-add-hook): New function.
4484 (org-export-table-remove-special-lines): New option.
4485 (org-skip-comments, org-format-org-table-html): Respect new
4486 option `org-export-table-remove-special-lines'.
4487 (org-open-file): Allow special command configuration for
4488 directory link.
4489 (org-file-apps): Fix bugs in customize type, added setting
4490 for directories.
4491 (org-activate-tags, org-format-agenda-item, org-complete)
4492 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4493 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4494 (org-link-search, org-make-org-heading-search-string)
4495 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4496 (org-radio-targets, org-file-link-context-use-camel-case)
4497 (org-activate-camels): New options.
4498 (org-update-radio-target-regexp, org-all-targets)
4499 (org-make-target-link-regexp, org-activate-target-links):
4500 New functions.
4501 (org-make-org-heading-search-string): New function.
4502 (org-store-link, org-insert-link): Use new option
4503 `org-file-link-context-use-camel-case'.
4504 (org-activate-camels): Use new option `org-activate-camels'.
4505 (org-link-regexp): Add mhe prefix.
4506 (org-open-at-point, org-store-link): Support for mhe links.
4507 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4508 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4509 (org-mhe-get-header, org-follow-mhe-link): New functions.
4510 (org-remove-angle-brackets, org-add-angle-brackets):
4511 New functions.
4512 (org-bracket-link-regexp): New constant.
4513 (org-read-date): Fix bug that was rejecting all typed dates.
4514 (org-link-search): Make hierarchy above visible after a match.
4515 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4516 (org-store-link): Fix bug with link creation when cursor is in
4517 an empty line.
4518 (org-open-at-point): Fix bug with matching a link.
4519 Fixed buggy argument sequence in call to `org-view-tags'.
4520 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4521 (org-prefix-has-tag): New variable.
4522 (org-format-agenda-item): Remove tags from headline
4523 if appropriate.
4524 (org-agenda-remove-tags-when-in-prefix): New option.
4525
4526 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4527
4528 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4529 Fix the regular expressions.
4530
4531 2006-02-21 Richard M. Stallman <rms@gnu.org>
4532
4533 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4534 if there's no other specific basis.
4535
4536 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4537 as variables at all.
4538 (unsafep-variable): Rename arg; doc fix.
4539
4540 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4541
4542 * calendar/appt.el (diary-selective-display): Add defvar.
4543
4544 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4545
4546 * isearch.el (search-whitespace-regexp): Fix custom type.
4547
4548 * help.el (describe-key-briefly): Compute interactive args
4549 in same was as before previous change.
4550
4551 * files.el (enable-local-variables): Doc fix.
4552
4553 2006-02-21 Kim F. Storm <storm@cua.dk>
4554
4555 * fringe.el: Cleanup as file is now pre-loaded.
4556 (fringe-bitmaps): Initialize unconditionally.
4557 (fringe-mode, set-fringe-style): Remove autoload cookies.
4558
4559 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4560
4561 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4562 `horizontal-bar'.
4563 (fringe-cursor-alist): Use `horizontal-bar'.
4564
4565 2006-02-20 Kim F. Storm <storm@cua.dk>
4566
4567 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4568 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4569
4570 * loadup.el: Load "fringe" on window systems.
4571
4572 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4573
4574 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4575 out of scope components.
4576
4577 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4578 default.
4579
4580 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4581
4582 * custom.el (customize-mark-to-save, customize-mark-as-set):
4583 Load the symbol first.
4584
4585 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4586
4587 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4588 strech spec so it doesn't display as "^J" on the header line
4589 when `Buffer-menu-use-header-line' is t.
4590
4591 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4592
4593 * speedbar.el (speedbar-make-button): Keep text properties
4594 of string arguments if desired.
4595
4596 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4597 expessions.
4598
4599 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4600 of speedbar.
4601
4602 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4603
4604 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4605 to value of `read-file-name-completion-ignore-case'.
4606
4607 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4608
4609 * custom.el (customize-mark-as-set): Push to `user' theme.
4610
4611 * cus-edit.el (custom-save-variables): Allow unthemed values.
4612 (customize-set-variable): Push setting to `user' theme.
4613
4614 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4615
4616 * progmodes/gud.el: Don't require font-lock as it's now
4617 automatically loaded.
4618 (gud-speedbar-buttons): Replace gdb-var-changed with
4619 gdb-force-update.
4620
4621 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4622 gdb-var-changed.
4623 (gdb-post-prompt): Use it.
4624 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4625 (gdb-var-update-handler, gdb-var-delete)
4626 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4627 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4628 gdb-force-update in gdb-post-prompt.
4629 (gdb-reset): Clear watch expressions from speedbar when quitting.
4630
4631 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4632
4633 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4634 (viper-change-state-to-vi, viper-change-state-to-emacs):
4635 Make aware of cursor coloring in the Emacs state.
4636 (viper-special-read-and-insert-char): Use read-char-exclusive.
4637 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4638
4639 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4640
4641 * viper-util.el (viper-save-cursor-color)
4642 (viper-get-saved-cursor-color-in-replace-mode)
4643 (viper-get-saved-cursor-color-in-insert-mode)
4644 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4645 state.
4646 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4647
4648 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4649 (ediff-ignore-case-option3, ediff-actual-diff-options)
4650 (ediff-actual-diff3-options): New variables to control case sensitivity.
4651 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4652 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4653 (ediff-toggle-ignore-case): New function.
4654 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4655
4656 * ediff-help.el (ediff-long-help-message-narrow2)
4657 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4658 (ediff-long-help-message-word-mode): Add ignore-case command.
4659 (ediff-help-for-quick-help): Add ignore-case command.
4660
4661 * ediff-merg.el: Move provide to the end.
4662
4663 * ediff-ptch.el: Move provide to the end.
4664
4665 * ediff-wind.el: Move provide to the end.
4666
4667 * ediff-mult.el: Move provide to the end.
4668 (ediff-set-meta-overlay): Enable follow-link.
4669
4670 * ediff.el: Move provide to the end.
4671 Break recursive load cycle in eval-when-compile.
4672 (ediff-patch-buffer): Better heuristics.
4673
4674 * ediff-util.el: Move provide to the end.
4675 Break recursive load cycle in eval-when-compile.
4676 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4677 defuns.
4678 (ediff-submit-report): Pass the values of ediff-diff3-program,
4679 ediff-diff3-options.
4680
4681 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4682
4683 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4684 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4685 `' (for example, in the docstring of `windmove-default-keybindings').
4686
4687 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4688
4689 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4690 shadow face. Don't provide binding to edit variable when it is
4691 out of scope.
4692
4693 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4694 (gdb-var-update-handler): Detect out of scope variables with pre
4695 GDB 6.4 too.
4696 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4697 Reset status of variable objects to nil in update handlers.
4698 (gdb-var-update-handler-1): Detect when a variable object comes
4699 in scope. setcar on var changes gdb-var-list directly.
4700
4701 2006-02-17 Juri Linkov <juri@jurta.org>
4702
4703 * ffap.el (ffap) <defface>: Add explicit face declaration.
4704 (ffap-highlight): Use face `ffap' directly instead of checking
4705 for its existence.
4706
4707 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4708 `visible-ok' of `other-buffer' to find the right original buffer.
4709
4710 * info.el (Info-search): Skip `Local Variables' node.
4711
4712 2006-02-17 Juri Linkov <juri@jurta.org>
4713
4714 * info.el (Info-find-file): Check for symbols `apropos', `history',
4715 `toc' in the input filename, and return these symbols as is.
4716 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4717 `history', `toc' instead of strings.
4718 (Info-set-mode-line): For non-string Info-current-file use the
4719 symbol's name inside **.
4720 (Info-isearch-push-state): Add quote before Info-current-file and
4721 Info-current-node.
4722 (Info-isearch-pop-state): Use `equal' instead of `string='.
4723 (Info-extract-pointer, Info-following-node-name): Use
4724 `match-string-no-properties' instead of `match-string'.
4725 (Info-up): Check `old-file' for `stringp'.
4726 (Info-history): Use `equal' instead of `string-equal'.
4727 Check `file' for `stringp'.
4728 (Info-history): Use symbol `history' instead of string as first arg
4729 of `Info-find-node'.
4730 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4731 `toc' instead of string.
4732 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4733 instead of `buffer-substring', and `match-string-no-properties'
4734 instead of `match-string'.
4735 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4736 instead of strings.
4737 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4738 Use symbol `apropos' instead of string.
4739 (Info-copy-current-node-name): Check `Info-current-file' for
4740 `stringp' and construct a command with `Info-find-node' from it.
4741 (Info-fontify-node): Use `match-string-no-properties' instead of
4742 `match-string' and check file names for `stringp'.
4743 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4744 `history', `toc' instead of strings.
4745
4746 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4747
4748 * files.el: Rearrange functions and variables in the file local
4749 variables section.
4750
4751 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4752
4753 * files.el: Add truncate-lines, ispell-check-comments and
4754 ispell-local-dictionary as safe local variables.
4755
4756 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4757
4758 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4759 out of scope variables.
4760 (gud-speedbar-buttons): Use unless.
4761
4762 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4763 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4764 (gdb-show-changed-values): Also use for out of scope variables.
4765 (gdb-var-update-handler-1): Note if variable goes out of scope.
4766
4767 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4768
4769 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4770 default to global variable values for unsupplied args.
4771 (rcirc-get-buffer-create): Fix bug with setting the target.
4772 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4773 test for rcirc-always-use-server-buffer-flag here.
4774 (rcirc-response-formats): Add %N, which is a facified nick. %n
4775 uses the default face. Change the ACTION format string. If the
4776 "nick" is the server, don't print anything for that field.
4777 Comment fixes.
4778 (rcirc-target-buffer): Don't test
4779 rcirc-always-use-server-buffer-flag here.
4780 (rcirc-print): Squeeze extra spaces out of the text before message.
4781 (rcirc-put-nick-channel): Strip potential "@" char from nick
4782 before adding them to nick table.
4783 (rcirc-url-regexp): Improve to match address like "foo.com".
4784
4785 2006-02-17 Eli Zaretskii <eliz@gnu.org>
4786
4787 * allout.el (allout-hidden-p): Move this defsubst before
4788 allout-overlay-interior-modification-handler, where it is first
4789 used.
4790
4791 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
4792
4793 * allout.el: Use allout invisible-text overlays instead of
4794 selective display for concealed text. Also, lots of general
4795 cleanup, and improved compatibility code.
4796
4797 (allout-version) Incremented, corrected, revised, and refined
4798 module commentary.
4799
4800 (provide 'allout): Moved to the bottom, added a require of overlay.
4801
4802 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4803 `except-current'.
4804 (allout-write-file-hook-handler): Minimize delay.
4805 (count-trailing-whitespace-region): New function so
4806 auto-encryption of current topic can resituate cursor exactly.
4807 PGP/GPG encryption trims trailing whitespace from lines, which
4808 must be accounted for across encryption then decryption.
4809
4810 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4811 just plain "\C-c", to avoid intruding on user's keybinding space.
4812
4813 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4814 parameter, so user request to provide a new password is done.
4815
4816 (allout-outside-normal-auto-fill-function, allout-auto-fill):
4817 Refined mechanism for auto-filling behavior while in allout mode.
4818
4819 (allout-mode): Explicitly specify the mode map in the docstring.
4820 Clarify provision for various write-file hook var names.
4821 Adjusted for invisible-text overlays instead of selective-display.
4822
4823 (allout-depth): Really return 0 if not within any topic. This
4824 rectifies `allout-beginning-of-level' and sequence numbering
4825 errors that occur when cutting and pasting numbered topics.
4826 Changed from a in-line subst to a regular function, as well.
4827
4828 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4829
4830 (allout-end-of-subtree, allout-end-of-subtree)
4831 (allout-end-of-entry, allout-end-of-current-heading)
4832 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4833 (allout-show-children, allout-show-to-offshoot)
4834 (allout-hide-current-entry, allout-show-current-entry): Rectified
4835 handling of trailing blank lines between items.
4836
4837 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4838 (allout-current-depth, allout-unprotected, allout-hidden-p)
4839 (allout-on-current-heading-p, allout-listify-exposed)
4840 (allout-chart-subtree, allout-goto-prefix)
4841 (allout-back-to-current-heading, allout-get-body-text)
4842 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4843 (allout-hide-region-body, allout-toggle-subtree-encryption)
4844 (allout-encrypt-string, allout-encrypted-key-info)
4845 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4846 (allout-file-vars-section-data): Adjusted for use with
4847 invisible-text overlays instead of selective-display.
4848
4849 (allout-kill-line, allout-kill-topic, allout-yank-processing):
4850 Reworked for use with invisible text overlays.
4851
4852 (allout-current-topic-collapsed-p): New function.
4853
4854 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4855 to know when to close the containing topic.
4856
4857 (allout-pre-command-business, allout-post-command-business):
4858 Simplify undo-batching and dynamic isearch exposure.
4859
4860 (allout-set-overlay-category): New for invisible-text overlays.
4861 Sets properties of allout-overlay-category, used by
4862 allout-flag-region to set invisible-text overlay properties.
4863 (allout-get-invisibility-overlay): Get the first qualifying
4864 invisibility overlay, so we can find the extent of it.
4865 (allout-back-to-visible-text): Get to just before the beginnining
4866 of the current invisibility overlay, if any.
4867
4868 (allout-overlay-insert-in-front-handler)
4869 (allout-overlay-interior-modification-handler)
4870 (allout-before-change-handler, allout-isearch-end-handler): New
4871 functions to handle extraordinary actions affecting concealed
4872 text.
4873
4874 (allout-flag-region): Use overlays instead of selective-display
4875 for invisible text - by inheritence from the properties of
4876 allout-overlay-category in mainline Emacs, and applied
4877 property-by-property in XEmacs, some recent versions of which
4878 don't inherit the properties from the category. Provisions to
4879 respond to concealed-text edits simplified drastically.
4880
4881 (allout-isearch-rectification, allout-isearch-was-font-lock)
4882 (allout-isearch-expose, allout-enwrap-isearch)
4883 (allout-isearch-abort, allout-pre-was-isearching)
4884 (allout-isearch-prior-pos, allout-isearch-did-quit)
4885 (allout-isearch-dynamic-expose)
4886 (allout-hide-current-entry-completely): Functions deleted.
4887
4888 (allout-undo-aggregation): Explicit undo aggregation no longer
4889 necessary due to transition away from selective-display.
4890
4891 (set-allout-regexp, allout-up-current-level)
4892 (allout-next-visible-heading, allout-forward-current-level)
4893 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4894 (allout-kill-line, allout-yank-processing, allout-show-children)
4895 (allout-expose-topic, allout-old-expose-topic)
4896 (allout-listify-exposed, allout-insert-latex-header)
4897 (allout-toggle-subtree-encryption, allout-encrypt-string)
4898 (remove-from-invisibility-spec, allout-hide-current-subtree):
4899 Ditched unused variables.
4900
4901 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
4902
4903 * textmodes/ispell.el (ispell-change-dictionary): Call
4904 ispell-buffer-local-dict instead of
4905 ispell-accept-buffer-local-defs.
4906 (ispell-local-dictionary-alist): Accept as valid any coding-system
4907 supported by Emacs.
4908 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4909 changed to iso-8859-3.
4910
4911 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
4912
4913 * speedbar.el (speedbar-frame-width): Make an inline function
4914 instead of a macro. Use frame-width.
4915 (speedbar-try-completion, speedbar-update-contents)
4916 (speedbar-timer-fn): Use consp.
4917 (speedbar-update-localized-contents): Try to preserve point.
4918
4919 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4920 (menu): Re-order menu items.
4921 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4922 field.
4923 (gdb-var-update-handler-1): Use it for GDB 6.4+.
4924 (gdb-post-prompt): Speed things by not forcing update.
4925
4926 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
4927
4928 * wid-edit.el (widget-button-click): For mouse-1, cancel button
4929 press and perform default action if we get a mouse movement event.
4930
4931 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
4932
4933 * calendar/icalendar.el (icalendar--get-event-property)
4934 (icalendar--get-event-property-attributes): Fix typos in
4935 docstrings.
4936
4937 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4938 docstring.
4939
4940 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
4941
4942 * bs.el (bs-mode): Use `buffer-disable-undo'.
4943 (bs--get-file-name): Simplify.
4944 (bs-show-in-buffer): Mark the buffer as not modified.
4945
4946 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4947
4948 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4949 widget-button-click.
4950
4951 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4952 (custom-mode): Update docstring.
4953
4954 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4955 binding.
4956
4957 * files.el (hack-local-variables-confirm): Allow scrolling if the
4958 file variable list is too long. Kill temp buffer after use.
4959
4960 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4961
4962 * progmodes/gud.el (gdb): Improve doc string.
4963 (gdb-script-font-lock-keywords): Expand allowed character set.
4964
4965 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4966 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4967 (gdb-separate-io-interrupt, gdb-separate-io-quit)
4968 (gdb-separate-io-stop, gdb-separate-io-eof):
4969 Rename from gdb-inferior-* to gdb-separate-*.
4970 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4971
4972 2006-02-14 Jay Belanger <belanger@truman.edu>
4973
4974 * calc/calc-arith.el (math-check-known-scalarp): Make sure
4975 expression is a symbol before checking that it is bound.
4976
4977 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4978 test to see if equation can be solved.
4979
4980 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4981
4982 * wid-edit.el (widget-button-click): Use :pressed-face property
4983 for overlay face, if it exists.
4984
4985 * cus-edit.el (custom-manual, custom-add-see-also)
4986 (custom-add-parent-links, custom-group-link): Add :pressed-face
4987 property to links.
4988
4989 * files.el (hack-local-variables): Remove ignored variables before
4990 checking if any variables need setting.
4991
4992 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4993
4994 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4995
4996 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4997
4998 * help.el (where-is): Fix message for remapped commands.
4999
5000 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5001 Fix typos in docstrings.
5002
5003 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5004
5005 * files.el (safe-local-variable-values): New option.
5006 (hack-local-variables-prop-line): Return a list of variable-value
5007 pairs if MODE-ONLY is non-nil.
5008 (hack-local-variables): Construct list of variable-value pairs,
5009 and apply or reject them in one go. Ask for confirmation if
5010 variables are not known safe.
5011 (hack-local-variables-confirm): Complete rewrite. Support
5012 `safe-local-variable-values'.
5013 (enable-local-variables): Update docstring to reflect new
5014 behavior.
5015 (ignored-local-variables): Ignore ignored-local-variables and
5016 safe-local-variable-values.
5017 (safe-local-variable-p): New function.
5018 (risky-local-variable-p): `safe-local-variable' property check
5019 moved to safe-local-variable-p.
5020 (hack-one-local-variable): Checks moved to hack-local-variables.
5021
5022 (byte-compile-dynamic, c-basic-offset, c-file-style)
5023 (c-indent-level, comment-column, fill-column, fill-prefix)
5024 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5025 (no-update-autoloads, outline-regexp, page-delimiter)
5026 (paragraph-start, paragraph-separate, sentence-end)
5027 (sentence-end-double-space tab-width, version-control):
5028 Add `safe-local-variable' property.
5029
5030 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5031
5032 * icomplete.el, play/landmark.el: Change nonexistent
5033 `outline-layout' file variable to `allout-layout'.
5034
5035 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5036
5037 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5038 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5039 to gud-comint-buffer.
5040 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5041 gdb-ui.el for gdb-mi.el.
5042 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5043 registers buffer to gdb-get-changed-registers.
5044 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5045 deletion of catchpoints (throw and catch).
5046 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5047 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5048 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5049 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5050 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5051
5052 2006-02-13 Jay Belanger <belanger@truman.edu>
5053
5054 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5055 expression is a symbol before checking that it is bound.
5056
5057 2006-02-13 Richard M. Stallman <rms@gnu.org>
5058
5059 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5060 for the minibuffer too, but not if resize-mini-windows will interfere.
5061
5062 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5063 inside `interactive' spec.
5064 (describe-key-briefly-internal, describe-key-internal):
5065 Functions merged back into their callers.
5066
5067 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5068
5069 * info.el (info-xref-visited): Inherit from info-xref too.
5070 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5071 when propertizing Info-current-file and Info-current-node.
5072
5073 2006-02-13 Juri Linkov <juri@jurta.org>
5074
5075 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5076 (tumme-thumb-name): Fix per-directory format.
5077
5078 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5079
5080 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5081
5082 2006-02-12 Miles Bader <miles@gnu.org>
5083
5084 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5085
5086 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5087
5088 * tumme.el: Remove history section. If someone needs the it, it
5089 can always be found in CVS.
5090
5091 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5092
5093 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5094 about the Thumbnail Managing Standard option.
5095
5096 2006-02-12 Richard M. Stallman <rms@gnu.org>
5097
5098 * subr.el (substitute-key-definition): Doc fix.
5099
5100 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5101
5102 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5103
5104 * info.el (Info-mode): Doc fix.
5105
5106 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5107
5108 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5109
5110 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5111 because on Solaris a POSIX compatible "id" is needed. Reported by
5112 Magnus Henoch <mange@freemail.hu>.
5113
5114 2006-02-12 Juri Linkov <juri@jurta.org>
5115
5116 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5117 (tumme) <defgroup>: Change :group to `multimedia'.
5118 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5119 Managing Standard.
5120 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5121 Fix dostring.
5122 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5123 and %y. Fix docstring.
5124 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5125 (tumme-cmd-create-standard-thumbnail-command): New user options.
5126 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5127 is `standard'. Fix docstring.
5128 (tumme-thumb-width, tumme-thumb-height): New user options.
5129 (tumme-external-viewer): Try to find various viewers.
5130 (tumme-get-thumbnail-image): Use `create-image' instead of
5131 constructing the `image' structure.
5132 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5133 `standard'.
5134 (tumme-thumb-name): Add file name generation for standard storage.
5135 Simplify code for other storages.
5136 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5137 Add modification time %m and thumbnail-nq8 %q.
5138 Use `tumme-cmd-create-standard-thumbnail-command' if
5139 tumme-thumbnail-storage is `standard'.
5140 (tumme-dired-insert-marked-thumbs): New autoload command.
5141 (tumme-dired-after-readin-hook): New function.
5142 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5143 `tumme-thumb-size'.
5144 (tumme-display-image): Replace size-x %x and size-y %y with
5145 width %w and height %h.
5146
5147 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5148 `tumme-dired-insert-marked-thumbs'.
5149
5150 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5151
5152 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5153 include path).
5154 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5155 matching tag.
5156
5157 2006-02-12 Miles Bader <miles@gnu.org>
5158
5159 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5160 New variables.
5161 (rcirc-abbrev-nick): New function.
5162 (rcirc-format-response-string): Rewrite to use the formats in
5163 `rcirc-response-formats' and expand escape sequences therein.
5164 A text-property `rcirc-text' is added over the actual response
5165 text to make easy to find inside the returned string.
5166 (rcirc-print): When filling, just look for the `rcirc-text'
5167 text-property to find the appropriate fill prefix, instead of
5168 using hardwired patterns.
5169
5170 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5171
5172 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5173 Managing Standard.
5174
5175 2006-02-11 Kim F. Storm <storm@cua.dk>
5176
5177 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5178 Don't use insert-buffer; do insert-buffer-substring directly.
5179 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5180
5181 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5182
5183 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5184 with inhibit-read-only. Suggested by Stefan Monnier.
5185 (revert-buffer): Let insert-file-contents discard
5186 buffer-undo-list. Simplify code.
5187 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5188
5189 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5190
5191 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5192
5193 * help.el (describe-key-briefly): Now a wrapper for
5194 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5195 to t. Populate yank-menu if empty.
5196 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5197 (describe-key): Now a wrapper for describe-key-internal. Bind
5198 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5199 (describe-key-internal): Renamed from describe-key.
5200
5201 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5202
5203 * progmodes/glasses.el (glasses-separator): Doc fix.
5204 (glasses-original-separator): New defcustom.
5205 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5206
5207 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5208
5209 * mwheel.el (mouse-wheel-up-event): Doc fix.
5210
5211 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5212
5213 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5214 (tumme-dir): New function. Copied from thumbs.el.
5215
5216 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5217
5218 * desktop.el (desktop-outvar): Fix typo.
5219 (desktop-save-buffer-p): Doc fix.
5220
5221 * subr.el (substitute-key-definition): Fix typo.
5222
5223 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5224
5225 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5226 when window-system is mac.
5227
5228 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5229
5230 2006-02-10 Kim F. Storm <storm@cua.dk>
5231
5232 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5233 indirect-function instead of using condition-case.
5234
5235 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5236
5237 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5238 less `colloquial'...
5239
5240 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5241
5242 * tumme.el: Add a couple of todo items.
5243
5244 2006-02-09 Lars Hansen <larsh@soem.dk>
5245
5246 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5247 (highlight-changes-mode): Don't change desktop-locals-to-save.
5248
5249 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5250
5251 * image-mode.el (image-toggle-display): Clear image cache if using
5252 filename.
5253
5254 2006-02-09 Masatake YAMATO <jet@gyve.org>
5255
5256 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5257 a `dired-man' target.
5258
5259 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5260 boundary of symbols.
5261
5262 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5263
5264 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5265
5266 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5267
5268 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5269 `mapcar'; return nil.
5270
5271 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5272
5273 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5274 some other event.
5275
5276 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5277
5278 * net/rcirc.el (rcirc-startup-channels-alist):
5279 Add irc.freenode.net and #emacs as defaults.
5280 (rcirc-ignore-all-activity-flag): Remove variable.
5281 (rcirc-authinfo): New variable.
5282 (rcirc-authinfo-filename): Remove variable.
5283 (rcirc-always-use-server-buffer-flag): New flag.
5284 (rcirc): M-x rcirc will automatically connect without prompting.
5285 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5286 connection in lisp.
5287 (rcirc-process-server-response-1): Remove everything but the nick
5288 portion of the sender so it doesn't need to be done everywhere
5289 else. Update related code.
5290 (global-map): Remove global keybindings.
5291 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5292 (rcirc-send-input): Split into several functions.
5293 (rcirc-process-input-line, rcirc-process-message)
5294 (rcirc-process-command): New functions.
5295 (rcirc-target-buffer): New function to determine where to route
5296 messages.
5297 (rcirc-user-nick): Save match data.
5298 (rcirc-toggle-ignore-buffer-activity)
5299 (rcirc-update-activity-string): Remove global ignore functionality,
5300 which can be done now by toggling rcirc-track-minor-mode.
5301 (rcirc-track-minor-mode-map): New keymap.
5302 (rcirc-track-minor-mode): New minor-mode.
5303 (ignore): Make the ignore output nicer. Always print it when
5304 adding or removing nicks.
5305 (rcirc-url-regexp): Improve.
5306 (rcirc-mangle-text): Remove properties before using text in the
5307 modeline.
5308 (rcirc-authenticate): Authentication data comes from
5309 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5310 (rcirc-server-prefix): Inherit from rcirc-server.
5311
5312 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5313
5314 * Makefile.in (compile): Append "|| true" to the end of the `find'
5315 command, like compile-always does.
5316
5317 2006-02-08 Sam Steingold <sds@gnu.org>
5318
5319 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5320 output from a dead connection.
5321
5322 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5323
5324 * dired.el (dired-mode-map): Add more bindings for tumme.
5325
5326 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * wdired.el (wdired-mode-map): Use remap.
5329 (wdired-get-filename): Massage.
5330 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5331 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5332 `keymap' property rather than `local-map'.
5333
5334 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5335
5336 * tumme.el (tumme-get-thumbnail-image): New utility function.
5337 Suggested by from Chong Yidong.
5338 (tumme-dired-with-window-configuration): Rename from
5339 `tumme-dired'. Add code to save window configuration.
5340 (tumme-restore-window-configuration): New command to restore the
5341 window configuration that `tumme-dired-with-window-configuration'
5342 saves before it changes the window configuration.
5343 (tumme-show-all-from-dir): New command to display thumbnails for
5344 all files in a directory entered by the user, like M-x thumbs.
5345 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5346 have been created.
5347 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5348 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5349 Remove obsolete test function.
5350
5351 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5352
5353 * vc.el (small-temporary-file-directory): Remove defvar; there's
5354 a defcustom for it in files.el.
5355
5356 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5357 Fix typo in message.
5358 (tumme-gallery-generate): Fix typo in `error' message.
5359 (tumme-display-window-height-correction)
5360 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5361 (tumme-line-up-interactive): Dox fixes.
5362 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5363 (tumme-restore-window-configuration, tumme-format-properties-string)
5364 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5365 Fix typos in docstrings.
5366
5367 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5368
5369 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5370
5371 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5372
5373 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5374 User should use hook if desired.
5375
5376 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5377 buffer if necessary.
5378 (gdb-delete-frame-or-window): New function.
5379 (gdb-breakpoints-mode-map): Bind "q" to it.
5380
5381 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5382
5383 * textmodes/nroff-mode.el: Clean up name space.
5384 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5385 (nroff-mode): Obey the global setting of nroff-electric-mode.
5386 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5387
5388 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5389
5390 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5391
5392 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5393
5394 2006-02-06 Lars Hansen <larsh@soem.dk>
5395
5396 * generic-x.el (etc-fstab-generic-mode): Add file system types
5397 cifs and usbdevfs. Allow special chars in file names.
5398
5399 2006-02-05 Jay Belanger <belanger@truman.edu>
5400
5401 Update copyright notices of the files in lisp/calc.
5402
5403 2006-02-05 Romain Francoise <romain@orebokech.com>
5404
5405 Update copyright notices of all files in the lisp/play directory.
5406
5407 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5408
5409 * ldefs-boot.el: Regenerate.
5410
5411 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5412
5413 2006-02-05 Kim F. Storm <storm@cua.dk>
5414
5415 * files.el (magic-mode-regexp-match-limit): New defvar.
5416 (set-auto-mode): Use it to limit magic-mode-alist matching.
5417
5418 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5419
5420 * simple.el (display-message-or-buffer): Compare the number of
5421 characters to the frame width when determining whether a 1-line
5422 message string will fit in the echo area. Count screen lines
5423 instead of buffer lines when determining whether a multi-line
5424 message will fit in the echo area/minibuffer window.
5425
5426 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5427
5428 * info.el (Info-index, Info-mode): Improve the description of the
5429 `i' command.
5430
5431 * ldefs-boot.el: Regenerate.
5432
5433 2006-02-03 Werner Lemberg <wl@gnu.org>
5434
5435 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5436 greedy to find the closing bracket in \*[...] and similar
5437 expressions. This is a first rough fix -- many additional
5438 refinements are necessary to make nroff mode really usable with groff.
5439
5440 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5441
5442 * international/mule-cmds.el (set-locale-environment):
5443 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5444 libX11.
5445
5446 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5447
5448 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5449 archive are created in archive-tmpdir.
5450
5451 2006-02-02 John Paul Wallington <jpw@pobox.com>
5452
5453 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5454 (ibuffer-fontification-alist): Use it.
5455 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5456 to "* z" and the Ibuffer Mark menu.
5457
5458 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5459
5460 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5461
5462 * textmodes/table.el (*table--cell-describe-mode)
5463 (*table--cell-describe-bindings): Undo last change since
5464 print-help-return-message is not obsoleted by anything at all.
5465
5466 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5467
5468 * emulation/cua-base.el (cua-mode): Doc fix.
5469
5470 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5471
5472 * dframe.el (dframe-handle-make-frame-visible)
5473 (dframe-handle-iconify-frame, dframe-get-focus)
5474 (dframe-select-attached-frame, dframe-power-click)
5475 (dframe-frame-mode): Fix typos in docstrings.
5476
5477 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5478 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5479 Fix typos in docstrings.
5480
5481 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5482 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5483 (hi-lock-archaic-interface-message-used)
5484 (hi-lock-file-patterns-range): Fix typos in docstrings.
5485
5486 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5487 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5488
5489 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5490 Fix typo in docstring.
5491
5492 * net/newsticker.el (newsticker--decode-iso8601-date)
5493 (newsticker--set-customvar, newsticker--buffer-insert-item)
5494 (newsticker--do-run-auto-mark-filter)
5495 (newsticker--parse-generic-feed): Doc fixes.
5496 (newsticker--retrieval-timer-list, newsticker-url-list)
5497 (newsticker-hide-immortal-items-in-echo-area)
5498 (newsticker-hide-obsolete-items-in-echo-area)
5499 (newsticker-new-item-face, newsticker--enclosure)
5500 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5501 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5502 (newsticker--parse-generic-feed, newsticker--cache-contains)
5503 (newsticker--stat-num-items, newsticker-download-enclosures):
5504 Fix typos in docstrings.
5505
5506 * net/rcirc.el (rcirc-debug): Doc fix.
5507 (rcirc-fill-column, rcirc-receive-message-hooks)
5508 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5509 (rcirc-mode, rcirc-generate-new-buffer-name)
5510 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5511 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5512 Fix typos in docstrings.
5513 (rcirc-print): "?\ " -> "?\s".
5514 (rcirc-cmd-join): Improve argument/docstring consistency.
5515
5516 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5517
5518 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5519 before narrow-to-region.
5520
5521 2006-02-01 Richard M. Stallman <rms@gnu.org>
5522
5523 * simple.el (move-beginning-of-line): Scan properly for invis change.
5524
5525 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5526
5527 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5528
5529 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5530 change bit only when id-format is 'integer. Reported by Matt
5531 Hodges <M.P.Hodges@rl.ac.uk>.
5532
5533 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5534
5535 * hilit-chg.el (highlight-changes-initial-state)
5536 (highlight-changes-global-initial-state): Doc fixes.
5537 (highlight-changes-global-modes, global-highlight-changes):
5538 Fix typos in docstrings.
5539
5540 2006-02-01 Kim F. Storm <storm@cua.dk>
5541
5542 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5543 transient-mark-mode in doc string.
5544
5545 2006-01-31 Richard M. Stallman <rms@gnu.org>
5546
5547 * replace.el (multi-occur): Doc fix.
5548 (multi-occur-in-matching-buffers): Rename from
5549 multi-occur-by-filename-regexp. Prefix arg says match
5550 buffer names instead of file names.
5551
5552 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5553
5554 * bs.el: Allow non-default values of `bs-header-lines-length'.
5555 (bs--running-in-xemacs): Remove (not needed anymore).
5556 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5557 instead of `shrink-window', thus avoiding having to compute the
5558 height of the window.
5559 (bs--up): Wrap around even when there's no header.
5560 (bs--down): Use `forward-line' instead of `next-line'.
5561
5562 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5563
5564 * image-mode.el (image-toggle-display): Use file name if possible,
5565 instead of unnecessarily allocating a (possibly huge) lisp string.
5566
5567 2006-01-30 John Paul Wallington <jpw@pobox.com>
5568
5569 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5570 because the `assert' macro signals it at runtime.
5571
5572 * emacs-lisp/cl.el (toplevel): Remove definition of
5573 `cl-assertion-failed' condition.
5574
5575 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5576
5577 * thumbs.el (thumbs-marked-list): Make buffer-local and
5578 permanent-local.
5579 (thumbs-insert-thumb): Make help-echo non-sticky.
5580 (thumbs-file-alist): Use eolp as check for (non)-image.
5581
5582 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5583
5584 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5585 (ediff-before-session-group-setup-hooks)
5586 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5587 Fix typos in docstrings.
5588
5589 * window.el (bw-dir, bw-eqdir, balance-windows)
5590 (split-window-keep-point): Fix typos in docstrings.
5591
5592 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5593 (org-quote-string, org-calendar-to-agenda-key)
5594 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5595 (org-show-following-heading, org-tags-column)
5596 (org-use-tag-inheritance, org, org-allow-space-in-links)
5597 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5598 (org-enable-table-editor, org-calc-default-modes)
5599 (org-table-allow-automatic-line-recalculation)
5600 (org-export-html-style, org-export-with-fixed-width)
5601 (org-export-with-sub-superscripts, org-special-keyword)
5602 (org-formula, org-time-grid, org-table-may-need-update)
5603 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5604 (org-goto-quit, org-get-indentation, org-end-of-item)
5605 (org-move-item-down, org-move-item-up)
5606 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5607 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5608 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5609 (org-agenda-log-mode, org-agenda-toggle-diary)
5610 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5611 (org-agenda-file-to-end, org-agenda-no-heading-message)
5612 (org-agenda-get-closed, org-format-agenda-item)
5613 (org-cmp-priority, org-cmp-category, org-cmp-time)
5614 (org-agenda-change-all-lines, org-agenda-diary-entry)
5615 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5616 (org-link-search, org-camel-to-words, org-open-file)
5617 (org-remember-handler, org-table-convert-region)
5618 (org-table-move-row-down, org-table-move-row-up)
5619 (org-table-copy-region, org-table-wrap-region)
5620 (org-table-toggle-vline-visibility)
5621 (org-table-get-vertical-vector, org-table-modify-formulas)
5622 (org-table-get-specials, org-recalc-commands)
5623 (org-table-rotate-recalc-marks, org-table-eval-formula)
5624 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5625 (org-level-color-stars-only, org-insert-heading):
5626 Fix typos in docstrings.
5627 (last-arg): Add defvar.
5628
5629 * makefile.w32-in (WINS): Add erc.
5630 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5631
5632 2006-01-29 Bill Wohler <wohler@newt.com>
5633
5634 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5635 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5636 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5637 (mh-autoloads): Don't use comments on otherwise empty lines.
5638
5639 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5640
5641 * emulation/viper.el (viper-major-mode-modifier-list): Add
5642 insert-state and vi-state entries for erc-mode.
5643 (viper-go-away, viper-set-hooks): Add and remove
5644 viper-comint-mode-hook from erc-mode-hook as appropriate.
5645
5646 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5647
5648 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5649
5650 * bs.el (bs--format-aux): Implement `middle' alignment as
5651 described in the docstring for `bs-attributes-list'.
5652 (bs--get-name): Simplify. Don't pad the buffer name.
5653
5654 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5655
5656 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5657 English aspell dictionary is installed, use the first entry of
5658 ispell-dictionary-alist-1.
5659
5660 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5661
5662 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5663 Doc fix.
5664
5665 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5666
5667 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5668 for `process-file', in order to let it work for older Emacsen too.
5669
5670 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5671
5672 * international/latexenc.el: Add a suitable `coding:' tag.
5673 (latexenc-find-file-coding-system): Undo last change.
5674
5675 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5676
5677 * international/latexenc.el (latexenc-find-file-coding-system):
5678 Make sure latexenc-main-file is a regular file and is readable.
5679
5680 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5681
5682 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5683 Pass FILE to vc-user-login-name.
5684
5685 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5686
5687 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5688
5689 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5690 there are no more images to display.
5691 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5692 the next image.
5693
5694 2006-01-26 Richard M. Stallman <rms@gnu.org>
5695
5696 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5697
5698 * wid-edit.el (advertised-widget-backward): New alias.
5699 (widget-keymap): Use advertised-widget-backward for S-TAB.
5700
5701 * tumme.el: Correct the keywords.
5702 (tumme-dir-max-size): Use defvar.
5703 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5704
5705 * simple.el (move-beginning-of-line): Take account of fields.
5706 (clone-indirect-buffer-other-window): Take args like
5707 clone-indirect-buffer, and work like it.
5708
5709 * help-fns.el (describe-function): Don't pass `nil' as default.
5710
5711 * files.el (risky-local-variable-p): Follow var aliases.
5712
5713 * subr.el (lazy-completion-table): Doc fix.
5714
5715 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5716 global binding of `line'.
5717
5718 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5719
5720 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5721 Tramp.
5722
5723 * vc.el (vc-default-dired-state-info): Pass FILE to
5724 vc-user-login-name.
5725 (vc-default-update-changelog): Don't use vc-user-login-name, we
5726 don't need it here.
5727
5728 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5729 no longer necessary.
5730
5731 2006-01-25 Kenichi Handa <handa@m17n.org>
5732
5733 * international/mule.el (decode-char): Avoid the overhead of
5734 calling utf-lookup-subst-table-for-decode if
5735 utf-translate-cjk-mode is nil.
5736 (encode-char): Avoid the overhead of calling
5737 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5738 nil.
5739
5740 2006-01-22 Kenichi Handa <handa@m17n.org>
5741
5742 * international/mule.el (make-subsidiary-coding-system): Reset
5743 `coding-system-define-form' property of subsidiaries to nil.
5744 Avoid duplicated entry in coding-system-alist.
5745 (make-coding-system): Avoid duplicated entry in
5746 coding-system-alist.
5747 (define-coding-system-alias): Likewise.
5748
5749 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5750
5751 * completion.el: Minor fixes in introductory comment.
5752 (completion-def-wrapper): Fix alist.
5753
5754 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5755
5756 * thumbs.el (thumbs-new-image-size): New function.
5757 (thumbs-increment-image-size-element)
5758 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5759 (thumbs-decrement-image-size): Delete.
5760 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5761 temp files and use to resize.
5762 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5763 Use increment argument to enlarge/shrink. Preserve point.
5764 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5765 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5766 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5767 (thumbs-mark, thumbs-unmark): Preserve point.
5768 (thumbs-modify-image): Keep old temp files and use to modify.
5769 Cleanup old temp files at load time. Preserve point.
5770 (thumbs-view-image-mode-map): Use new command names.
5771
5772 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5773
5774 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5775
5776 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5777 the nastiest part of the cyclic dependency.
5778 (cal-menu-update): Use dotimes and calendar-increment-month.
5779
5780 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5781 (calendar-week-start-day): Add an :initializer.
5782 (calendar-mode-map): Use suppress-keymap, and command remapping.
5783 (describe-calendar-mode): Setup xref-stack info for the back button.
5784 (calendar-star-date): Insert before delete.
5785 (calendar-set-mode-line): Add file-modified info if applicable.
5786 (calendar-increment-month): New function.
5787
5788 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
5789
5790 * font-lock.el (lisp-font-lock-keywords-2):
5791 Recognize "& keywords" only at word boundaries.
5792
5793 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
5794
5795 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
5796 and permanent-local.
5797 (thumbs-max-image-number): New variable.
5798 (thumbs-do-thumbs-insertion): Use them.
5799 (thumbs-per-line): Change default to 4.
5800 (thumbs-marked-list): Rename from thumbs-markedL.
5801 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5802 (thumbs-rename-images): Use -list instead of L for internal variables.
5803 (thumbs-call-convert): Use call-process instead of shell-command.
5804 (thumbs-insert-thumb): Add filename as help-echo to each image.
5805 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5806 Give dir to thumbs-show-thumbs-list.
5807 (thumbs-show-thumbs-list): Set default-directory to that of images.
5808 (thumbs-dired-show): Rename from thumbs-dired-show-all.
5809 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5810 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5811 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5812
5813 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5814
5815 * ses.el (ses-read-cell): Provide a default value.
5816
5817 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
5818
5819 * term/w32-win.el (image-library-alist): Add additional names for
5820 GIF library.
5821
5822 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5823
5824 * international/latexenc.el (latexenc-find-file-coding-system):
5825 Add file-regular-p check.
5826
5827 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5828
5829 * simple.el (clone-buffer): Don't show the new buffer in the same
5830 window.
5831
5832 2006-01-23 Juri Linkov <juri@jurta.org>
5833
5834 * faces.el (link, link-visited): New faces based on default values
5835 of `info-xref' and `info-xref-visited'.
5836
5837 * info.el (info-xref): Inherit from `link'.
5838 (info-xref-visited): Inherit from `link-visited'.
5839
5840 * cus-edit.el (custom-buffer-create-internal): Use widget type
5841 `custom-manual' instead of `info-link' and don't set properties
5842 `button-face' and `mouse-face' explicitly.
5843 (custom-browse-group-tag, custom-browse-variable-tag)
5844 (custom-browse-face-tag): Inherit from widget class
5845 `custom-group-link' instead of `push-button'.
5846 (custom-button-unraised): Inherit from `underline' face.
5847 (custom-link): Inherit from `link' face. Fix doc and group.
5848 (custom-add-parent-links, custom-group-value-create): Don't set
5849 properties `button-face' and `mouse-face' explicitly for
5850 `custom-group-link' widget.
5851 (custom-group-link): Add properties `button-face' and `mouse-face'
5852 to widget definition.
5853 (custom-field-keymap): New variable. Put `custom-field-keymap' to
5854 editable-field's :keymap property.
5855 (custom-mode): Fix docstring: substitute keybindings for
5856 `widget-forward' and `widget-backward' from `widget-keymap',
5857 `widget-complete' from `custom-field-keymap', replace old
5858 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
5859
5860 * desktop.el (desktop-load-file): Check for `fboundp' before
5861 calling `symbol-function'.
5862
5863 * simple.el (clone-buffer, clone-indirect-buffer)
5864 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5865 `read-string'. Fix prompts.
5866
5867 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5868
5869 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
5870
5871 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5872
5873 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
5874
5875 * startup.el (inhibit-splash-screen, initial-scratch-message):
5876 Doc fixes.
5877
5878 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
5879
5880 Sync with Tramp 2.0.52.
5881
5882 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5883 net/tramp-vc.el: Add code for unloading Tramp. See comment before
5884 `tramp-unload-tramp' for checklist.
5885
5886 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5887 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
5888 (tramp-unload-file-name-handler-alist)
5889 (tramp-unload-tramp): New defuns.
5890 (tramp-advice-PC-expand-many-files): New defadvice.
5891 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5892 removed.
5893 (tramp-handle-expand-file-name): Remove double slash.
5894 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5895 It doesn't matter, because it will be converted later on.
5896 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
5897 implementation was just heuristic.
5898 (tramp-post-connection): Set uid and gid properties.
5899 (tramp-convert-file-attributes): Set file's gid change bit.
5900 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5901 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5902 in case of su(do)? methods. The home directory of the local user
5903 will be taken else.
5904 (tramp-open-connection-telnet)
5905 (tramp-open-connection-rsh, tramp-open-connection-su)
5906 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
5907 local shell prompt could hurt. Reported by Romain Francoise
5908 <romain@orebokech.com>.
5909 (tramp-let-maybe): Add `edebug-form-spec' property.
5910 (tramp-handle-expand-file-name): Bind `default-directory' locally
5911 to "/" in order to avoid problems with UNC shares or Cygwin
5912 mounts.
5913 (tramp-md5-function): Fix typo in error message.
5914
5915 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5916
5917 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5918 for byte-compiler pacification.
5919
5920 2006-01-22 Andre Spiegel <spiegel@gnu.org>
5921
5922 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5923 ID-FORMAT `string'. This allows us to get rid of
5924 `vc-user-login-name UID'.
5925
5926 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5927
5928 2006-01-22 John Paul Wallington <jpw@pobox.com>
5929
5930 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5931
5932 2006-01-21 Martin Rudalics <rudalics@gmx.at>
5933
5934 * emacs-lisp/find-func.el (find-definition-noselect)
5935 (find-variable-noselect): Search variables in C source code too.
5936 (find-function-C-source, find-function-noselect, find-function)
5937 (find-function-other-frame, find-variable-noselect, find-variable)
5938 (find-variable-other-frame, find-variable-at-point):
5939 Fix docstrings.
5940
5941 2006-01-21 Francesco Potorti` <pot@gnu.org>
5942
5943 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5944
5945 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
5946
5947 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5948 Default to disabling the "Save affix" question.
5949
5950 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
5951
5952 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5953 the first arg to run-python.
5954
5955 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5956
5957 * startup.el (command-line-1): Handle --no-desktop if desktop.el
5958 is not loaded.
5959
5960 2006-01-20 Jay Belanger <belanger@truman.edu>
5961
5962 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5963 limit is 0.
5964
5965 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5966 the correct variable.
5967
5968 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
5969
5970 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5971 link. Fixed buggy argument sequence in call to `org-view-tags'.
5972 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5973 (org-prefix-has-tag): New variable.
5974 (org-format-agenda-item): Remove tags from headline if
5975 appropriate.
5976 (org-agenda-remove-tags-when-in-prefix): New option.
5977 (org-get-tags-at): New function.
5978
5979 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
5980
5981 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
5982 (thumbs-find-image): Move image name and number from buffer name
5983 to mode name. Set thumbs-buffer. Preserve point so that large
5984 images remain visible.
5985 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5986 order.
5987 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
5988 mode name.
5989 (thumbs-next-image, thumbs-previous-image): Make them work.
5990
5991 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
5992
5993 * cus-edit.el (custom-buffer-create-internal): State in the text above
5994 the whole buffer buttons that they do not operate on hidden items.
5995 (custom-face-menu): Use `custom-face-save' instead of
5996 `custom-face-save-command'.
5997 (custom-face-save-command): Make it an alias for `custom-face-save'
5998 and declare it obsolete.
5999 (custom-face-save): Doc fix.
6000
6001 * dired.el (dired-no-confirm): Add quote.
6002 (dired-subdir-alist-pre-R): Add quote in
6003 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6004
6005 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6006
6007 * textmodes/table.el (table-mode-indicator): Typo in last change.
6008
6009 2006-01-19 Richard M. Stallman <rms@gnu.org>
6010
6011 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6012 Fixes bug reported in Nov 2005.
6013
6014 * isearch.el (isearch-forward): Doc fix.
6015
6016 * dired.el (dired-move-to-filename-regexp): Define as alias.
6017 (dired-no-confirm): Use defcustom.
6018 (dired-subdir-alist-pre-R): Put defvar at top level.
6019
6020 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6021
6022 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6023 Mark as risky.
6024
6025 * simple.el (set-mark-command): Doc fix.
6026 (clone-indirect-buffer-other-window):
6027 Read arg like clone-indirect-buffer.
6028 (move-beginning-of-line): Skip invisible newlines.
6029
6030 2006-01-19 Masatake YAMATO <jet@gyve.org>
6031
6032 * progmodes/cpp.el (cpp-edit-load): Make the order of
6033 listed conditions in a base C code buffer and its associate
6034 CPP Edit buffer the same.
6035
6036 2006-01-19 Kenichi Handa <handa@m17n.org>
6037
6038 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6039 (rmail-mime-feature): Likewise.
6040 (rmail-require-mime-maybe): Use display-warning to show a warning
6041 message.
6042
6043 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6044 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6045
6046 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6047
6048 * array.el: Move defvars out of eval-when-compile.
6049 (array-make-template): Replace undeclared global var with a local one.
6050 (array-mode): Inline initialization functions.
6051 (array-init-local-variables, array-init-max-row)
6052 (array-init-max-column, array-init-columns-per-line)
6053 (array-init-field-width, array-init-rows-numbered)
6054 (array-init-line-length, array-init-lines-per-row): Remove.
6055
6056 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6057 (doc-mode-map): Define explicitly.
6058 (doctor-txtype): Use mapc.
6059
6060 * textmodes/table.el: Move defvars out of eval-when-compile.
6061 Remove harmful code meant to avoid byte-compiler warnings.
6062 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6063 specification that checks table-fixed-width-mode directly.
6064 (table-recognize-region, table-recognize-cell):
6065 Use restore-buffer-modified-p.
6066 (table-fixed-width-mode): Remove code that refreshes
6067 table-fixed-mode-indicator.
6068 (*table--cell-describe-bindings, *table--cell-describe-mode):
6069 Avoid obsolete name print-help-return-message.
6070 (table--test-cell-list): Don't use replace-regexp from elisp.
6071 (table--point-entered-cell-function, table--point-left-cell-function):
6072 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6073
6074 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6075 that was after the end of file. Use buffer-file-name variable.
6076 (org-timestamp-change): Use with-current-buffer.
6077 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6078 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6079 `file'.
6080
6081 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6082 (fortran-break-line): Remove unused var `opoint'.
6083 (fortran-abbrev-start): Obey help-event-list.
6084
6085 2006-01-18 Jesper Harder <harder@phys.au.dk>
6086
6087 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6088
6089 2006-01-18 Masatake YAMATO <jet@gyve.org>
6090
6091 * progmodes/make-mode.el (makefile-imake-mode): New mode
6092 derived from makefile-mode.
6093 (makefile-imake-mode-syntax-table): New syntax table
6094 derived from makefile-mode-syntax-table.
6095 (makefile-mode): Write about makefile-imake-mode in doc string.
6096 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6097 (makefile-imake-font-lock-keywords): New font lock keywords.
6098
6099 * files.el (auto-mode-alist): Add Imakefile.
6100
6101 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6102
6103 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6104 loading the file rather than when turning on flyspell-mode.
6105
6106 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6107
6108 * cus-edit.el (customize-rogue): Minor doc fix.
6109
6110 2006-01-17 Juri Linkov <juri@jurta.org>
6111
6112 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6113 instead of the file at the mark as default if the file at the mark
6114 is the same as the file at point or if dired-dwim-target-directory
6115 is not the same as the current directory and the mark is not active.
6116
6117 * log-view.el (log-view-minor-wrap): Use the same logic to get
6118 revisions as `log-view-diff'.
6119
6120 * info.el (Info-revert-find-node): Check for Info-current-file
6121 before preserving new-history.
6122
6123 * man.el (Man-heading-regexp): Add `/'.
6124
6125 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6126 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6127
6128 2006-01-16 Juri Linkov <juri@jurta.org>
6129
6130 * faces.el (mode-line-faces): New defgroup.
6131 (mode-line-highlight): Move definition after new defgroup.
6132 (mode-line, mode-line-inactive, mode-line-highlight):
6133 Replace :group `modeline' with `mode-line-faces'.
6134 (mode-line-buffer-id): New face.
6135 (modeline-buffer-id): New face alias.
6136 (vertical-border): Remove :group `modeline'.
6137
6138 * bindings.el (propertized-buffer-identification): Use face
6139 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6140 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6141 (mode-line-buffer-identification-keymap): For mouse-1 replace
6142 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6143 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6144 mouse-3.
6145
6146 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6147 Buffer-menu-buffer. Doc fix.
6148 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6149 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6150 `Buffer-menu-buffer'.
6151
6152 * info.el (Info-mode-line-node-keymap): New defvar.
6153 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6154 Propertize Info-current-node with `mode-line-buffer-id' and
6155 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6156
6157 * time.el (display-time-mail-face): Replace :group `faces' with
6158 `mode-line-faces'.
6159
6160 2006-01-16 Kenichi Handa <handa@m17n.org>
6161
6162 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6163
6164 * language/european.el (cp1252): New alias for windows-1252.
6165
6166 * international/mule.el (autoload-coding-system): Prepare for EOL
6167 variants.
6168
6169 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6170
6171 * term.el (term-raw-map): Add mapping for insert.
6172 (term-send-insert): New.
6173 (term-mode): Make variables local here instead of doing it in
6174 `term-emulate-terminal'.
6175 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6176 Scroll reverse needs to take into account the scroll region.
6177 Saving and restoring the cursor should save the color attributes too.
6178 (term-reset-terminal): Reset the scroll region.
6179 (term-handle-ansi-escape): Cursor up and down should take into
6180 account the scroll region.
6181 (term-set-scroll-region): Rename from `term-scroll-region'.
6182 Move to 0,0 after setting the region.
6183 (term-handle-scroll): Handle scroll up.
6184 (term-down): Fix off by one error.
6185 (term-delete-lines): Do not delete outside the scroll region.
6186 (term-insert-lines): Take into account the scroll region.
6187
6188 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6189
6190 * textmodes/ispell.el (ispell-internal-change-dictionary)
6191 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6192 (start, end): Move declaration outside of eval-when-compile.
6193
6194 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6195 (flyspell-mode-on): Use it.
6196
6197 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6198 ispell-kill-ispell-hook.
6199
6200 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6201
6202 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6203 (Custom-reset-saved): Do not ask for confirmation in single option
6204 buffers.
6205
6206 2006-01-13 Richard M. Stallman <rms@gnu.org>
6207
6208 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6209
6210 2006-01-13 Romain Francoise <romain@orebokech.com>
6211
6212 * add-log.el (add-change-log-entry, change-log-merge):
6213 Conditionally use `hard-newline'.
6214
6215 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6216
6217 * wid-edit.el (widget-field-end): If the overlay is no longer
6218 associated with a buffer, behave as if the overlay didn't exist.
6219
6220 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6221 Make sure the links use the `custom-link' face.
6222
6223 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6224
6225 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6226 (ld-script-mode): Don't set indent-line-function since we don't
6227 have one.
6228
6229 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6230
6231 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6232 application.
6233 (org-file-apps-defaults-gnu): Use mailcap as the default for
6234 selecting an application on a UNIX system.
6235 (org-agenda-show-tags): New command.
6236 (org-table-insert-hline): Keep cursor in current table line.
6237 (org-table-convert): Offset effect of modifying
6238 `org-table-insert-hline'.
6239 (org-format-agenda-item): New optional argument TAG.
6240 (org-compile-prefix-format): Handle %T format for the tag.
6241 (org-expand-wide-chars): New function.
6242 (org-table-insert-row, org-table-insert-hline):
6243 Use `org-expand-wide-chars'.
6244 (org-open-file): Fix bug in program launch.
6245 (org-get-time-of-day): Fix bug with times before 1am.
6246 (org-agenda-menu): Add tags commands.
6247
6248 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6249
6250 * textmodes/ispell.el (ispell-init-process): Include the used
6251 dictionary in ispell process start message.
6252 (ispell-internal-change-dictionary): When flyspell-mode is active
6253 and dictionary is changed, make sure ispell process is restarted
6254 and flyspell word cache cleared out for the current buffer.
6255 (ispell-change-dictionary): Make sure flyspell word cache is
6256 cleared out in all buffers with active flyspell mode when
6257 dictionary is globally changed.
6258 Call ispell-internal-change-dictionary after dictionary change.
6259
6260 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6261
6262 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6263
6264 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6265 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6266 years. Fix small differences wrt Makefile.in.
6267 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6268 Makefile.in does.
6269
6270 2006-01-12 Bill Wohler <wohler@newt.com>
6271
6272 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6273 mh-search.el.
6274
6275 2006-01-12 Masatake YAMATO <jet@gyve.org>
6276
6277 * progmodes/ld-script.el: Update copyright year.
6278
6279 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6280
6281 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6282 Don't add widget if setting undefined.
6283
6284 2006-01-12 John Paul Wallington <jpw@pobox.com>
6285
6286 * help-fns.el (describe-variable): Remove newlines from void
6287 variable output.
6288
6289 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6290
6291 * wdired.el (wdired-mode-map): Add help echo for
6292 wdired-abort-changes.
6293
6294 * man.el (Man-file-name-regexp): Adjust for a list of files.
6295
6296 2006-01-12 Masatake YAMATO <jet@gyve.org>
6297
6298 * progmodes/ld-script.el (auto-mode-alist): Support
6299 suffix conventions used in netbsd and eCos.
6300
6301 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6302
6303 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6304 (custom-variable-menu, custom-face-menu, custom-group-menu)
6305 (Custom-mode-menu): Change names of menu items. (As discussed on
6306 emacs-devel.)
6307 (custom-face-menu): Add "Undo Edits" item.
6308
6309 * startup.el (init-file-user): defcustom -> defvar.
6310
6311 * tooltip.el (tooltip-mode): Doc fix.
6312
6313 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6314
6315 * reveal.el (reveal-post-command): window-buffer signals an error on
6316 dead windows rather than returning nil.
6317 (reveal-open-new-overlays): An overlay might die while we open others.
6318
6319 2006-01-11 Bill Wohler <wohler@newt.com>
6320
6321 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6322 phrasing in docstring.
6323
6324 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6325 can give some systems gas. Add new file mh-buffers.el.
6326
6327 2006-01-06 Masatake YAMATO <jet@gyve.org>
6328
6329 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6330 C preprocessor forward ported from GNU Emacs 21.2.
6331
6332 * progmodes/asm-mode.el (asm-font-lock-keywords):
6333 Use `cpp-font-lock-keywords'.
6334
6335 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6336
6337 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6338 of $ for "\\.ld[s]?".
6339
6340 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6341
6342 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6343 (tcl-indent-line): Return `noindent' if inside a string.
6344
6345 * progmodes/flymake.el (flymake-split-string): Remove more than one
6346 empty string at beg/end of the result.
6347 (flymake-find-buildfile, flymake-find-possible-master-files):
6348 Use expand-file-name.
6349 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6350 since expand-file-name does it for us. Use directory-file-name.
6351 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6352 (flymake-ler-get-type, flymake-ler-get-text)
6353 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6354 (flymake-current-line-no): Remove spurious interactive spec.
6355 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6356 (flymake-check-include): Remove arg inc-path merged into inc-name.
6357 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6358 Arg regexp-list replaced by a simple regexp.
6359 (flymake-master-make-header-init, flymake-master-tex-init):
6360 Correspondingly replace regexp-list with a regexp. Fix regexp.
6361
6362 2006-01-10 Simon Josefsson <jas@extundo.com>
6363
6364 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6365 describing AUTH PLAIN fix.
6366
6367 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6368
6369 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6370 (report-emacs-bug): Don't record initial prompt text.
6371 Instead, add text properties to prompting text.
6372 (report-emacs-bug-hook): Delete prompting text.
6373
6374 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6375
6376 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6377 `dirs'. Adjust callers.
6378
6379 2006-01-09 John Paul Wallington <jpw@gnu.org>
6380
6381 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6382
6383 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6384
6385 * reveal.el (reveal-open-new-overlays): New extracted fun.
6386 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6387 using them. Simplify the code.
6388 (reveal-post-command): Use them. Fix up obsolete windows in
6389 reveal-open-spots.
6390
6391 * progmodes/flymake.el: Use `require' rather than autoload for
6392 XEmacs's overlays.
6393 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6394 Delete. Use file-relative-name instead.
6395 (flymake-get-syntax-check-program-args, flymake-perl-init):
6396 Simplify the resulting code.
6397
6398 * log-view.el (log-view-file-re, log-view-message-re): Add support
6399 for DaRCS output.
6400
6401 2006-01-09 Alex Schroeder <alex@gnu.org>
6402
6403 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6404 identifiers sometimes added in square brackets at the beginning of
6405 subject lines.
6406
6407 2006-01-07 Richard M. Stallman <rms@gnu.org>
6408
6409 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6410 (Custom-reset-current, Custom-reset-saved): Change question text.
6411 (Custom-reset-standard): Likewise.
6412 (custom-variable-reset-saved): Doc fix.
6413
6414 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6415
6416 * startup.el (init-file-user): Doc fix.
6417
6418 2006-01-07 Alex Schroeder <alex@gnu.org>
6419
6420 * mail/rmail.el (rmail-current-subject): New function.
6421 (rmail-current-subject-regexp): New function.
6422 (rmail-next-same-subject): Use it.
6423
6424 * mail/rmailsum.el (rmail-summary-by-topic):
6425 Use rmail-current-subject and rmail-current-subject-regexp.
6426 (rmail-summary-next-same-subject): Ditto.
6427
6428 * net/rcirc.el (rcirc-send-input): No longer check whether the
6429 process is open, since not all commands need an open process.
6430 (rcirc-send-string): Check whether the process is open before
6431 sending anything.
6432 (rcirc-ignore-list): New option.
6433 (rcirc-ignore-list-automatic): New variable.
6434 (rcirc-print): Take rcirc-ignore-list into account.
6435 (rcirc-cmd-ignore): New command.
6436 (rcirc-ignore-update-automatic): New function.
6437 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6438 list if ignored nicks.
6439 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6440
6441 2006-01-06 David Reitter <david.reitter@gmail.com>
6442
6443 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6444 reflect the address to which the report will be sent.
6445
6446 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6447
6448 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6449 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6450
6451 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6452
6453 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6454
6455 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6456 the doc string: "functoin" => "function".
6457 * ldefs-boot.el: Likewise.
6458
6459 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6460 message text: "Duplicat" => "Duplicate".
6461
6462 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6463
6464 * files.el (basic-save-buffer-2): If backing-up failed, reset
6465 buffer-backed-up to nil.
6466
6467 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6468
6469 * progmodes/gud.el (gdb-script-skip-to-head)
6470 (gdb-script-calculate-indentation): Indent for breakpoint command
6471 lists also.
6472
6473 2006-01-05 Bill Wohler <wohler@newt.com>
6474
6475 * Makefile.in (compile-always): Add mh-autoloads dependency.
6476 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6477 provides it.
6478 (updates): Remove mh-autoloads dependency, since it probably has
6479 already run recently (via recompile).
6480
6481 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6482
6483 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6484 argument `force' to disable the flyspell-last-buffer optimization.
6485 (flyspell-mode-on): Use it.
6486
6487 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6488 flymake-simple-cleanup.
6489 (flymake-allowed-file-name-masks): Use this new default.
6490 All the functions are now called in the right buffer rather than
6491 passing the buffer as argument.
6492 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6493 (flymake-parse-err-lines): Remove redundant buffer arg.
6494 (flymake-get-program-dir): Comment out unused function.
6495 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6496 Remove redundant buffer argument.
6497 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6498 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6499
6500 2006-01-05 Richard M. Stallman <rms@gnu.org>
6501
6502 * info.el (Info-find-node): Don't record previous node if have none.
6503 (info): Go to directory only if history is empty.
6504
6505 * simple.el (mark): Doc fix.
6506
6507 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6508
6509 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6510 already of desired type.
6511 (mac-ae-list): Coerce parameter to "list" type.
6512 (mac-dispatch-apple-event): Replace cadr part of event with a
6513 dummy position so that event-start returns it.
6514
6515 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6516
6517 * textmodes/org.el (org-end-of-subtree): New function.
6518 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6519 Use `org-end-of-subtree'.
6520 (org-agenda, org-agenda-convert-date): Protect calls to
6521 `fit-window-to-buffer'.
6522 (org-tags-view): Force matching of sublevels when doing a
6523 todo-only search. Define the correct redo command, including the
6524 arguments.
6525 (org-agenda-redo): Display message.
6526 (org-check-for-org-mode): New function.
6527 (org-agenda-type): New variable.
6528 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6529 Set `org-agenda-type'.
6530 (org-agenda-check-type): New function.
6531 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6532 (org-agenda-week-view, org-agenda-day-view)
6533 (org-agenda-next-date-line, org-agenda-previous-date-line)
6534 (org-agenda-log-mode, org-agenda-toggle-diary)
6535 (org-agenda-toggle-time-grid, org-agenda-date-later)
6536 (org-agenda-date-prompt, org-agenda-diary-entry)
6537 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6538 (org-agenda-convert-date, org-agenda-menu):
6539 Use `org-agenda-check-type'.
6540 (org-make-overlay, org-delete-overlay)
6541 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6542 New compatibility functions.
6543 (org-calendar-select-mouse): New command.
6544
6545 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6546
6547 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6548 (Custom-reset-standard): Fix y-or-n-p messages.
6549 (custom-link): New face for links.
6550 (custom-buffer-create-internal, custom-manual): Use it.
6551 (custom-face-save): Push to theme-face before setting face spec.
6552
6553 * wid-edit.el (widget-default-mouse-face-get): New function.
6554 (widget-specify-button): Handle mouse-face like button-face.
6555
6556 * custom.el (load-theme): Clear old theme settings if reloading.
6557
6558 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6559
6560 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6561 "Erase Customization" button back to same position it occupies in
6562 the individual State menus.
6563
6564 2006-01-04 Kim F. Storm <storm@cua.dk>
6565
6566 * wid-edit.el (key-sequence): Rework widget to read key binding
6567 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6568 (widget-key-sequence-default-value): Default value for empty sequence.
6569 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6570 (widget-key-sequence-read-event): New command for C-q.
6571 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6572 (widget-key-sequence-value-to-external): New functions.
6573
6574 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6577 Use expand-file-name.
6578 (flymake-delete-temp-directory): Use expand-file-name,
6579 file-name-directory, and directory-file-name.
6580 (flymake-strrchr): Delete.
6581 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6582 to the init-f function.
6583 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6584 (flymake-init-find-buildfile-dir)
6585 (flymake-init-create-temp-source-and-master-buffer-copy)
6586 (flymake-simple-make-init-impl, flymake-simple-make-init)
6587 (flymake-master-make-init, flymake-master-make-header-init)
6588 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6589 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6590 (flymake-xml-init): Remove corresponding redundant buffer argument.
6591 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6592 the default anyway. Clean up regexps.
6593
6594 * progmodes/flymake.el (flymake-temp-source-file-name)
6595 (flymake-master-file-name, flymake-temp-master-file-name)
6596 (flymake-base-dir): New buffer-local vars.
6597 (flymake-buffer-data, flymake-get-buffer-value)
6598 (flymake-set-buffer-value): Replace those hash-tables by the new
6599 buffer-local vars. Update callers.
6600
6601 * progmodes/flymake.el (flymake-check-start-time)
6602 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6603 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6604 Move definition, so we can remove redundant earlier declaration.
6605 (flymake-replace-regexp-in-string, flymake-split-string)
6606 (flymake-get-temp-dir): Use defalias.
6607 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6608 (flymake-xemacs-window-edges): Remove unused function.
6609 (flymake-get-point-pixel-pos): Move.
6610 (flymake-pid-to-names, flymake-reg-names)
6611 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6612 Replace by a simple list flymake-processes and by process-buffer.
6613 Update callers. Other than simplify the code, it uses buffers rather
6614 than buffer-names so it doesn't get confused by uniquify.
6615 (flymake-buffer-data): The global value should just be nil.
6616
6617 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6618 Optimize the body of a defalias like any other code.
6619
6620 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6621 Make sure we've setup font-lock's vars. It may influence which
6622 function we then call.
6623 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6624 here since it's too late anyway.
6625
6626 2006-01-03 Romain Francoise <romain@orebokech.com>
6627
6628 * startup.el (fancy-splash-tail, normal-splash-screen):
6629 Update copyright year.
6630
6631 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6632
6633 * mouse.el (mouse-drag-track): Rename, from
6634 `mouse-drag-region-1'. Includes optional argument required to
6635 enable post-drag event processing (e.g. delete region keys).
6636 Can be used without this argument to track a mouse region and operate
6637 on it as soon as the drag completes.
6638 (mouse-drag-region): Use `mouse-drag-track'.
6639
6640 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6641
6642 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6643 Move to `custom-buffer' group.
6644
6645 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6646 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6647 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6648 (custom-theme-face-menu): New variables.
6649 (custom-theme-add-variable, custom-theme-variable-action)
6650 (custom-variable-reset-theme, custom-theme-delete-variable)
6651 (custom-face-reset-theme, custom-theme-face-action)
6652 (custom-theme-delete-face, custom-theme-merge-theme)
6653 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6654
6655 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6656
6657 * custom.el: Move Custom Themes commentary to start of theme code.
6658 (custom-known-themes): Rename `standard' theme to `changed'.
6659 (custom-push-theme): Caller no longer specifies what theme to use
6660 when doing `reset'---the setting is simply removed from the theme.
6661 Delete MODE from `theme-value' and `theme-settings' properties.
6662 (custom-declare-theme): Ignore &rest args since we don't use them.
6663
6664 (custom-loaded-themes): Delete variable.
6665 (custom-theme-load-themes, custom-theme-loaded-p)
6666 (custom-theme-value): Delete functions.
6667
6668 (custom-declare-theme): Signal error on invalid theme names.
6669 (provide-theme): custom-loaded-themes was deleted.
6670 (load-theme): Load the file unconditionally.
6671 (enable-theme): Call `load-theme' if theme is undefined.
6672 (custom-enabled-themes): Only update value for successful loads.
6673 (disable-theme): Complete from enabled themes when interactive.
6674 (custom-variable-theme-value): Calculate theme value directly.
6675
6676 (custom-theme-reset-variables, custom-reset-variables): Mark as
6677 XEmacs compatibility functions. We don't actually use these.
6678
6679 * cus-edit.el (custom-variable-state-set):
6680 Use custom-variable-theme-value instead of custom-theme-value.
6681 (custom-face-state-set): Rename `standard' theme to `changed'.
6682 (custom-save-variables, custom-save-faces): Delete unneeded
6683 references to custom-reset-variables.
6684 (custom-save-resets): Delete function.
6685 (custom-save-variables, custom-save-faces): MODE argument deleted.
6686 (custom-save-variables, custom-save-faces): Ignore theme values.
6687
6688 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6689 compatibility function.
6690
6691 2006-01-01 Richard M. Stallman <rms@gnu.org>
6692
6693 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6694 (Custom-reset-current, Custom-reset-saved): Likewise.
6695 (Custom-reset-standard): Show message if aborted.
6696 (custom-mode): Doc fix, describing those commands.
6697
6698 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6699 put on event-kind property.
6700
6701 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6702
6703 * custom.el (provide-theme): Ban `user' theme name.
6704 (custom-enabling-themes): New variable.
6705 (enable-theme): Don't enable user if custom-enabling-themes is t.
6706 (custom-enabled-themes): Make it a defcustom.
6707 (custom-theme-recalc-face): No-op if face is undefined.
6708
6709 * cus-edit.el (custom-button-mouse): New variable.
6710 (custom-button-mouse): New face.
6711 (custom-raised-buttons, custom-mode): Use it.
6712
6713 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6714
6715 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6716
6717 * progmodes/gud.el (gud-display-line): Support hl-line in the
6718 source buffer.
6719
6720 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6721
6722 * mouse.el (mouse-drag-window-above): Verify that the found window
6723 overlaps with the given window in the horizontal dimension.
6724
6725 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6726
6727 * Makefile.in (cvs-update): New target.
6728
6729 * makefile.w32-in (cvs-update): Ditto.
6730
6731 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6732
6733 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6734 (custom-new-theme-mode-map): New variable.
6735
6736 2005-12-30 Richard M. Stallman <rms@gnu.org>
6737
6738 * custom.el (custom-load-themes): Function deleted.
6739
6740 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6741 (custom-save-variables): Don't delete or add custom-load-themes call.
6742
6743 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6744
6745 * cus-start.el: Add `visible-cursor'.
6746
6747 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6748 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6749 (flymake-process-filter): Switch to buffer before calling it instead.
6750 (flymake-post-syntax-check, flymake-highlight-err-lines)
6751 (flymake-delete-own-overlays, flymake-parse-err-lines)
6752 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6753 (flymake-count-lines, flymake-parse-residual):
6754 Remove constant buffer argument.
6755 (flymake-start-syntax-check-for-current-buffer): Remove.
6756 Update callers to use flymake-start-syntax-check instead.
6757 (flymake-display-err-menu-for-current-line):
6758 Remove unused var `mouse-pos'.
6759 (flymake-restore-formatting): Comment out unused function.
6760 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6761 argument, use current-buffer instead. Update callers.
6762
6763 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6764
6765 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6766 buffer-local because choose-completion-delete-max-match requires
6767 that we set completion-ignore-case (i.e., binding via let is not
6768 sufficient).
6769 (bibtex-complete): Always set completion-ignore-case and
6770 choose-completion-string-functions. The latter is needed because
6771 choose-completion-string-functions keeps its value if we quit the
6772 *Completions* buffer without requesting a completion.
6773
6774 2005-12-30 Andreas Schwab <schwab@suse.de>
6775
6776 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6777
6778 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6779
6780 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6781
6782 2005-12-30 Juri Linkov <juri@jurta.org>
6783
6784 * locate.el (locate-fcodes-file, locate-header-face)
6785 * progmodes/delphi.el (delphi-other-face)
6786 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6787
6788 * paren.el (show-paren-match, show-paren-mismatch): Use existing
6789 group `paren-showing-faces'.
6790
6791 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6792 (goto-address): Fix docstring.
6793
6794 * net/webjump.el (webjump-sample-sites): Update URLs.
6795
6796 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6797
6798 * subr.el (cancel-change-group): Add listp around pending-undo-list.
6799
6800 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
6801
6802 * font-lock.el (font-lock-compile-keywords): Signal an error when
6803 font-lock-set-defaults hasn't been called.
6804
6805 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6806
6807 * subr.el (noreturn, 1value): Doc fixes.
6808
6809 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6810
6811 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6812 that assoc-string returns nil.
6813
6814 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6815
6816 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6817 (bibtex-entry-type-str, bibtex-empty-field-re)
6818 (bibtex-search-backward-string, bibtex-preamble-prefix)
6819 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6820 (bibtex-any-valid-entry-type): New variable.
6821 (bibtex-parse-field-name): Simplify.
6822 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6823 (bibtex-preamble-prefix): Include left delimiter.
6824 (bibtex-search-forward-field, bibtex-search-backward-field):
6825 Allow unbounded search past entry boundaries (required by bibtex-pop).
6826 (bibtex-text-in-field-bounds): Use push.
6827 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6828 (bibtex-parse-preamble, bibtex-valid-entry)
6829 (bibtex-beginning-first-field): New functions.
6830 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
6831 (bibtex-map-entries): Fix docstring.
6832 (bibtex-flash-head): New arg prompt. Simplify.
6833 (bibtex-enclosing-field): Include code of bibtex-inside-field.
6834 (bibtex-insert-kill): Simplify. Always insert text past the
6835 current field or entry.
6836 (bibtex-format-entry): Use bibtex-parse-field.
6837 (bibtex-pop): Use bibtex-beginning-of-entry and
6838 bibtex-end-of-entry to initiate the search. Insert empty field if
6839 we found ourselves.
6840 (bibtex-print-help-message): New args field and comma.
6841 Handle entry keys.
6842 (bibtex-make-field): Use bibtex-beginning-of-entry.
6843 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
6844 invalid entry.
6845 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6846 Handle preambles. Simplify code for thorough test.
6847 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6848 New arg comma. Handle entry heads.
6849 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6850 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6851 New arg comma.
6852 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6853 (bibtex-fill-field): Simplify.
6854 (bibtex-fill-entry): Use bibtex-beginning-first-field and
6855 bibtex-parse-field.
6856 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6857 (bibtex-complete): Use bibtex-parse-preamble.
6858
6859 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
6860
6861 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6862 Display name of expression instead of convenience variable.
6863 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6864
6865 * progmodes/gud.el (gud-tooltip-dereference): Rename from
6866 toggle-gud-tooltip-dereference.
6867 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6868 (gud-tooltip-tips): ...here when dereferencing.
6869
6870 2005-12-28 Bill Wohler <wohler@newt.com>
6871
6872 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6873
6874 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
6875
6876 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6877 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
6878 (vc-annotate-display-autoscale): Adjust call.
6879 (vc-annotate-display-default): Adjust call. Make arg compulsory.
6880 Fix interactive spec.
6881 (vc-annotate-time-span): Remove.
6882 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6883 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6884 (vc-annotate-display-select): Use new name.
6885
6886 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6887 (vc-annotate-mode-menu): Remove left-over redundant declaration.
6888 Correct the construction of span entries. Simplify.
6889 (vc-annotate-display-select): Fix the nil case.
6890 (vc-annotate): Remove obsolete (and now broken) code.
6891 (vc-annotate-extract-revision-at-line): Remove obsolete code.
6892 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
6893
6894 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6895
6896 * subr.el (lazy-completion-table): Correct typo in docstring.
6897
6898 * startup.el (command-line): Use `custom-reevaluate-setting' for
6899 `send-mail-function'.
6900
6901 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6902
6903 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
6904
6905 * mail/smtpmail.el (smtpmail-try-auth-methods):
6906 Send credentials together with "AUTH PLAIN" command.
6907
6908 2005-12-27 Richard M. Stallman <rms@gnu.org>
6909
6910 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6911 mouse-2, go back to previously selected window, so it's selected
6912 when mouse-2 command runs.
6913
6914 2005-12-27 Juri Linkov <juri@jurta.org>
6915
6916 * descr-text.el (describe-text-sexp): Use square brackets for
6917 button [Show] to distinguish it from the property value `show'.
6918 (describe-property-list): Use `insert-text-button' with
6919 `help-face' type instead of putting face in quotes, because button
6920 is not created automatically for a list of faces.
6921 (describe-text-properties-1): Put button-type value in quotes to
6922 distinguish from plain text "button".
6923 (describe-char): Display code point values in hex. Don't use
6924 `symbol-name' for `current-input-method' because it is a string.
6925 Use `insert-text-button' with `help-face' type instead of putting
6926 hardcoded face in quotes, because button is not created automatically.
6927
6928 2005-12-27 Richard M. Stallman <rms@gnu.org>
6929
6930 * progmodes/glasses.el (glasses-face): More specific custom type.
6931
6932 * files.el (set-visited-file-name): Doc fix.
6933
6934 * textmodes/flyspell.el (flyspell-external-point-words):
6935 Use local var buffer-scan-pos to advance scan for next misspelling.
6936 Advance it only after we find the misspelling.
6937
6938 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
6939
6940 * textmodes/flyspell.el (flyspell-external-point-words):
6941 New criteria for finding the misspelling in the buffer.
6942
6943 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
6944
6945 * help-mode.el (help-insert-string): Set help-xref-stack-item
6946 rather than call help-setup-xref.
6947
6948 * descr-text.el (describe-char): Revert previous changes for
6949 optional buffer argument.
6950
6951 2005-12-27 Juri Linkov <juri@jurta.org>
6952
6953 * help-mode.el (help-insert-string): New function. Save buffer
6954 contents in cases where it is impossible to recompute the old contents.
6955
6956 * descr-text.el (describe-char): Set help-xref-stack-item
6957 explicitly after buffer has been generated.
6958
6959 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6960
6961 * cus-start.el (all): Add x-gtk-show-hidden-files.
6962
6963 2005-12-26 Richard M. Stallman <rms@gnu.org>
6964
6965 * replace.el (perform-replace): Calculate match-again
6966 before skipping read-only matches.
6967
6968 * paren.el (paren-showing-faces): New group.
6969 (show-paren-match, show-paren-mismatch): Move to that group.
6970
6971 * button.el (button): Put into group `basic-faces'.
6972
6973 * progmodes/make-mode.el: Remove faces from group `faces'.
6974
6975 * apropos.el (apropos, apropos-value): Doc fix.
6976 (apropos-documentation): Doc fix.
6977
6978 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
6979
6980 * subr.el (lazy-completion-table): Remove argument `args'.
6981
6982 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6983 Don't use the `args' argument of lazy-completion-table.
6984
6985 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
6986
6987 * descr-text.el (describe-char): Add optional argument for buffer.
6988 Set buffer appropriately. Call help-setup-xref.
6989 Suggested by Stefan Monnier.
6990
6991 2005-12-26 Juri Linkov <juri@jurta.org>
6992
6993 * descr-text.el: Require `help-fns' at runtime. Don't require
6994 `button' for byte compilation.
6995 (describe-text-widget): Add `help-echo' for first button.
6996 Use `help-info' for second.
6997 (describe-property-list): Use `help-argument-name' instead of `italic'.
6998 (describe-text-category): Add prompt to interactive spec.
6999 Call `help-setup-xref'.
7000 (describe-char): Use `help-character-set'. Add `help-echo' for
7001 code point. Use `help-input-method'. Remove superfluous insert.
7002
7003 2005-12-25 Richard M. Stallman <rms@gnu.org>
7004
7005 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7006 at point, in case of narrowing.
7007
7008 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7009
7010 * locate.el (locate-header-face): Allow nil in type.
7011
7012 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7013
7014 2005-12-25 Romain Francoise <romain@orebokech.com>
7015
7016 * battery.el (battery-linux-proc-acpi): Also try
7017 `/proc/acpi/thermal_zone/THM0/temperature'.
7018
7019 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7020
7021 * custom.el (custom-push-theme): Fix docstring.
7022
7023 * cus-edit.el (custom-variable-set, custom-variable-save)
7024 (custom-variable-save): Custom-quote widget values.
7025 (customize-save-variable): Fix custom-push-theme call.
7026
7027 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7028
7029 * w32-fns.el (w32-batch-update-autoloads): New function.
7030
7031 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7032 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7033 from the command line.
7034
7035 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7036
7037 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7038 reset means to remove setting from theme entirely. Don't keep
7039 expanding theme-settings list; delete old entries if necessary.
7040
7041 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7042 customization" button one line up.
7043 (custom-themed): New face.
7044 (custom-magic-alist): New value, THEMED, for theme settings.
7045 (custom-variable-state-set, custom-face-state-set):
7046 Check theme-value instead of saved-value.
7047 (custom-variable-reset-standard, custom-face-reset-standard):
7048 Remove theme setting entirely. Recalculate new values.
7049 (custom-variable-set, custom-variable-set)
7050 (custom-variable-reset-saved, custom-variable-reset-backup)
7051 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7052 (custom-variable-save): Fix typos.
7053
7054 2005-12-23 Juri Linkov <juri@jurta.org>
7055
7056 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7057 Add autoload cookies.
7058 (edebug-outside-d-c-i-n-s-w): New variable.
7059 (edebug-display, edebug-outside-excursion): Use it to save the
7060 original value of default-cursor-in-non-selected-windows.
7061 Set default-cursor-in-non-selected-windows to t while Edebug
7062 is active.
7063 (edebug-mode, edebug-eval-mode): Doc fix.
7064
7065 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7066 with `buffer-substring-no-properties' to remove common substring
7067 highlighting.
7068
7069 * info.el (info-other-window, info): Rename function argument
7070 `file' to `file-or-node'.
7071 (Info-complete-menu-item): Use local variable `complete-nodes' to
7072 keep the global value of `Info-complete-nodes' unchanged for
7073 subsequent completions.
7074 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7075
7076 * simple.el (get-next-valid-buffer, last-buffer)
7077 (next-error-buffer-p, next-error-find-buffer)
7078 (minibuffer-history-sexp-flag): Doc fix.
7079
7080 * savehist.el (savehist-mode-hook): Add `:group'.
7081
7082 * log-view.el: Call autoload for vc-find-version.
7083 (log-view-current-file): Adjust subgroup numbers.
7084 (log-view-current-tag): Add `length'.
7085
7086 2005-12-23 Richard M. Stallman <rms@gnu.org>
7087
7088 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7089
7090 2005-12-23 Juri Linkov <juri@jurta.org>
7091
7092 * hi-lock.el (hi-lock-archaic-interface-message-used)
7093 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7094 (hi-lock-mode): Display "Hi" in the mode line only when
7095 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7096 (hi-lock-write-interactive-patterns):
7097 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7098 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7099 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7100 font-lock-add-keywords to t.
7101
7102 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7103
7104 * hi-lock.el (hi-lock-highlight-range): New variable.
7105 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7106 only if font-lock-fontified is non-nil. Remove overlays.
7107 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7108 font-lock-fontified is non-nil, otherwise use overlays (instead of
7109 text properties).
7110 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7111 New variables.
7112 (hi-lock-string-serialize) New function.
7113
7114 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7115
7116 * menu-bar.el (menu-find-file-existing): New function.
7117 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7118
7119 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7120
7121 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7122
7123 * vc.el: Remove unnecessary leading * in docstrings.
7124 (vc-annotate-mode-map): Move initialization into declaration.
7125 (vc-static-header-alist): Nitpick on the regexp.
7126 (vc-default-init-version): New fun.
7127 (vc-register): Use it.
7128 (vc-insert-headers): Use dolist.
7129 (vc-annotate-get-backend): Remove unused function.
7130 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7131 (vc-annotate-mode): Remove corresponding call.
7132 (vc-annotate-car-last-cons): Simplify.
7133 (vc-annotate-buffers): Remove var.
7134 (vc-annotate-backend): Make it buffer-local.
7135 (vc-annotate): Move the interaction to the interactive spec.
7136 Add a `buf' argument.
7137 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7138 killing&creating a vc-annotate buffer, which is very disruptive when
7139 the buffers are shown in dedicated frames.
7140
7141 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7142
7143 * descr-text.el: Add FSF as maintainer.
7144 (describe-text-mode, describe-text-mode-map)
7145 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7146 help-mode.
7147 (describe-text-widget, describe-text-sexp)
7148 (describe-property-list, describe-text-category)
7149 (describe-text-properties, describe-text-properties-1)
7150 (describe-char): Use help buttons instead of widgets.
7151 (describe-char-unicodedata-file): Make URL link in doc string.
7152
7153 2005-12-22 Richard M. Stallman <rms@gnu.org>
7154
7155 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7156 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7157 Don't include buttons that write a file when there's no file.
7158 (custom-variable-menu, custom-face-menu, custom-group-menu):
7159 Don't include commands that write a file when there's no file.
7160 (customize-browse): Reword the top-of-buffer help intro.
7161 (custom-buffer-create-internal): Fix previous change.
7162 (customize-changed-options-previous-release): Prev release is 21.1.
7163 (customize-changed-options): Doc fix.
7164 (customize-changed): New alias.
7165 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7166 Say "standard values".
7167 (Custom-reset-standard): Doc fix.
7168 (custom-face-reset-standard): Doc fix.
7169
7170 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7171
7172 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7173 even if font-lock-mode is non-nil since it may be t without having
7174 turned on font-lock-mode-internal.
7175 (font-lock-choose-keywords): Minor optimization.
7176 (font-lock-add-keywords, font-lock-remove-keywords)
7177 (font-lock-set-defaults): Don't call make-local-variable on a variable
7178 that we know to already be local.
7179
7180 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7181
7182 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7183 messages if in the minibuffer.
7184
7185 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7186
7187 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7188 (tex-mode-flyspell-verify, flyspell-get-word)
7189 (flyspell-external-point-words): Don't use point-min/max uselessly.
7190
7191 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7192 by Kevin Rodgers. Instead, just hide the completions buffer if we
7193 don't need to show it.
7194
7195 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7196
7197 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7198
7199 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7200
7201 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7202 delete-windows-on with an inexistent buffer.
7203
7204 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7205
7206 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7207 Delete defcustom variable :tag names.
7208
7209 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7210
7211 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7212 (log-view-font-lock-keywords): Ajust subgroup numbers.
7213 (log-view-current-tag): Don't hard code the number of subgroups.
7214
7215 2005-12-20 Juri Linkov <juri@jurta.org>
7216
7217 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7218 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7219
7220 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7221 (menu-bar-non-minibuffer-window-p): Instead of checking
7222 display-multi-frame-p, use selected-frame when menu-updating-frame
7223 is nil.
7224
7225 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7226
7227 * align.el (align-rules-list): Use [ \t] instead of \s-
7228 for column separators in text mode.
7229
7230 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7231
7232 * help-mode.el (help-customize-variable, help-customize-face):
7233 Don't pop help-xref-stack as help-follow no longer pushes
7234 anything on to it.
7235
7236 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7237
7238 * textmodes/org.el (org-agenda-custom-commands): New option.
7239 (org-agenda): Offer custom commands on splash screen.
7240 (org-make-tags-matcher): Parser for Boolean logic added.
7241 (org-agenda-set-tags): New command.
7242 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7243 (org-set-tags): Efficiency improvements.
7244 (org-auto-align-tags): New option.
7245 (org-todo, org-demote, org-promote): Realign tags.
7246 (org-tags-completion-function): Use also "&" and "|" as separators.
7247 (org-org-menu): Agenda commands simplified.
7248
7249 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7250
7251 * cus-edit.el (customize-apropos, customize-apropos-options):
7252 Docstring changes.
7253
7254 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7255
7256 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7257
7258 * longlines.el (longlines-mode): Wrap while widened.
7259 (longlines-decode-region, longlines-encode-region): Compute max
7260 just once.
7261
7262 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7263
7264 * cus-edit.el (mac): New group.
7265
7266 * cus-start.el (all): Add user options in macterm.c. Add test for
7267 Mac-related built-ins. Fix test for GTK-related built-ins.
7268
7269 * term/mac-win.el (mac-handle-language-change)
7270 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7271 (mac-services-open-selection, mac-services-mail-selection)
7272 (mac-services-mail-to, mac-services-insert-text)
7273 (mac-dispatch-apple-event): Add docstrings.
7274 (x-get-selection, mac-select-convert-to-string): Select coding
7275 system from `utf-16be' and `utf-16le' using `byteorder'.
7276
7277 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7280 a "list" (lambda ...) rather than a real completion list.
7281
7282 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7283 lexical-let when encountering ((lambda (...) ...) ...).
7284
7285 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7286
7287 * progmodes/sh-script.el (sh-mode):
7288 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7289 * textmodes/picture.el (picture-mode): Update docstrings.
7290
7291 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7292
7293 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7294 commands enclosed in $(ARGQUOTE)s should not be split between two
7295 lines, as that will break with GNU Make >3.80, when sh.exe is used
7296 and arg quoting is with '..'.
7297 (autoloads): Don't break the quoted --eval expression between
7298 several lines.
7299
7300 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7301
7302 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7303 Capture error from printing circular structures.
7304
7305 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7306
7307 * wid-edit.el (widget-checkbox-action): Clear undo info.
7308
7309 2005-12-16 Bill Wohler <wohler@newt.com>
7310
7311 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7312 bar, not menubar in comment.
7313
7314 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7315
7316 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7317 After-change-functions should not clobber the match data.
7318
7319 2005-12-16 Juri Linkov <juri@jurta.org>
7320
7321 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7322 instead of `buffer-substring'.
7323 (completion-common-substring): Doc fix.
7324 (completion-setup-function): Use minibuffer-completion-contents
7325 instead of minibuffer-contents. Don't set common-string-length
7326 initially. Remove special handling of partial-completion-mode.
7327 Move computation of completion-base-size into one cond.
7328 Call completion-base-size-function in mainbuf. In computation of
7329 completion-base-size for file name completion don't move point to
7330 the end of the minibuffer. Move computation of common-string-length
7331 into one cond. Start putting faces only when common-string-length>=0.
7332 Add condition to put completions-common-part when
7333 common-string-length>0.
7334
7335 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7336 place point at the first different character in the minibuffer
7337 even if this position is at the beginning of the minibuffer.
7338
7339 * info.el (Info-read-node-name-1): In completion-base-size-function's
7340 lambda return 1 if common-substring or minibuffer-completion-contents
7341 starts with (, and 0 otherwise.
7342
7343 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7344 Use `crm-current-element' for second arg of `display-completion-list'.
7345
7346 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7347
7348 * files.el (set-auto-mode): Look for an interpreter specified on
7349 the first line also if search for mode specification succeeded,
7350 but the mode is not known.
7351
7352 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7353
7354 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7355 (org-open-at-point): Implement tag searches as links.
7356 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7357 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7358 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7359 (org-agenda-dispatch): New commands.
7360 (org-use-tag-inheritance, org-tags-column): New options.
7361 (org-tab-follows-link, org-return-follows-link): New options.
7362 (org-tags): New customize group.
7363 (org-start-icalendar-file): Get local time zone.
7364 (org-tags-completion-function): New function.
7365 (org-set-font-lock-defaults): Make sure links will also be
7366 highlighted inside headlines.
7367
7368 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7369
7370 * term.el (term-emulate-terminal):
7371 Let term-handle-ansi-terminal-messages override what Bash says about
7372 its current directory.
7373
7374 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7375
7376 * bindings.el (last-buffer): Move to simple.el.
7377 * simple.el (last-buffer): Move here.
7378 (get-next-valid-buffer): New function.
7379 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7380 (prev-buffer): Ditto. Rename to `previous-buffer'.
7381
7382 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7383 * bindings.el (global-map): Ditto.
7384
7385 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7386
7387 * cus-edit.el: Introductory comment change.
7388 (custom-magic-alist): Change message string for the `rogue' state.
7389
7390 2005-12-15 Richard M. Stallman <rms@gnu.org>
7391
7392 * tooltip.el: Delete defcustom variable :tag names.
7393
7394 * complete.el (partial-completion-mode): Doc fix.
7395
7396 * textmodes/flyspell.el (flyspell-external-point-words):
7397 Use save-excursion to ensure we don't move backward in the
7398 search loop, not even one character.
7399 (flyspell-delete-all-overlays): Use remove-overlays directly.
7400
7401 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7402 (ispell-start-process): Set that variable.
7403 Clear ispell-buffer-local-name.
7404 (ispell-internal-change-dictionary):
7405 Set ispell-current-dictionary after killing process.
7406 (ispell-buffer-local-dict):
7407 Don't set spell-personal-dictionary after killing process.
7408 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7409 (ispell-tex-skip-alists, ispell-html-skip-alists)
7410 (ispell-skip-region-alist): Mark as risky.
7411
7412 * net/newsticker.el (newsticker--retrieval-timer-list)
7413 (newsticker--display-timer, newsticker-running-p)
7414 (newsticker-ticker-running-p): Definitions moved up.
7415
7416 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7417
7418 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7419
7420 2005-12-15 David Ponce <david@dponce.com>
7421
7422 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7423 (recentf-edit-list, recentf-open-files): Signal an error when
7424 there is no recent file.
7425
7426 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7427
7428 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7429 read-only except for texinfo-format-region evaluation.
7430
7431 2005-12-14 Richard M. Stallman <rms@gnu.org>
7432
7433 * vc.el (vc-default-previous-version, vc-default-next-version)
7434 (vc-do-command): Doc fixes.
7435
7436 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7437
7438 * textmodes/bibtex.el (bibtex-expand-strings)
7439 (bibtex-autokey-expand-string, bibtex-name-part)
7440 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7441 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7442 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7443 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7444 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7445 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7446 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7447 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7448 (bibtex-beginning-of-last-entry): Remove.
7449 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7450 message if comma is missing but buffer is read-only.
7451 (bibtex-parse-field-text): Handle whitespaces at the end of field
7452 text. Return 3-element list with beginning and end of field text
7453 and end of field.
7454 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7455 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7456 (bibtex-search-forward-field, bibtex-search-backward-field):
7457 Search always delimited by limits of entry. Use more efficient
7458 search algorithms.
7459 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7460 bibtex-end-of-name-in-field.
7461 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7462 extracting the content of a field.
7463 (bibtex-text-in-field): Use search limits.
7464 (bibtex-parse-string-prefix): Handle empty string keys based on
7465 bibtex-string-empty-key.
7466 (bibtex-parse-string): Fix docstring.
7467 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7468 (bibtex-preamble-prefix, bibtex-strings): New functions.
7469 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7470 BibTeX entries (consistent with other BibTeX functions).
7471 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7472 (bibtex-search-entry): Fix docstring. Simplify.
7473 (bibtex-flash-head, bibtex-complete-string-cleanup)
7474 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7475 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7476 (bibtex-parse-entry): New optional arg content.
7477 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7478 Use bibtex-text-in-field-bounds.
7479 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7480 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7481 bibtex-parse-string-postfix.
7482 (bibtex-find-text-internal): New function.
7483 (bibtex-remove-delimiters): Use it.
7484 (bibtex-find-text): Use it. New optional arg help.
7485 (bibtex-complete): Handle BibTeX string and preamble entries.
7486 (bibtex-Preamble): Fix order of closing delimiters.
7487
7488 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 * vc.el (vc-default-revert): New fun.
7491
7492 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7493
7494 2005-12-14 Romain Francoise <romain@orebokech.com>
7495
7496 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7497 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7498 (font-lock-remove-keywords): Likewise.
7499
7500 2005-12-14 Juri Linkov <juri@jurta.org>
7501
7502 * log-view.el (log-view-diff): Doc fix.
7503
7504 * isearch.el (isearch-query-replace): Use (mark) instead of
7505 isearch-opoint if mark is active in transient-mark-mode.
7506
7507 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7508
7509 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7510
7511 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7512
7513 * progmodes/cpp.el (cpp-face): New widget.
7514 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7515
7516 2005-12-14 Juri Linkov <juri@jurta.org>
7517
7518 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7519 around `erase-buffer' and `insert'.
7520
7521 * descr-text.el (describe-text-properties): Replace buffer name
7522 "*Help-2*" with "*Help*<2>".
7523 (describe-char): Add functions print-help-return-message,
7524 toggle-read-only. Use help-setup-xref with nil to not store
7525 describe-char in help-xref-stack. Use help-make-xrefs to
7526 make [back] button.
7527
7528 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7529
7530 * wdired.el (wdired-old-point): New internal variable.
7531 (wdired-change-to-wdired-mode): Set it buffer-locally.
7532 (wdired-abort-changes): Restore point after aborting changes.
7533
7534 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7535
7536 * vc.el (vc-do-command): Add a new value t for okstatus.
7537
7538 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7539 frame in case of errors.
7540
7541 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7542
7543 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7544 so it comes after "On the Left" in the menu.
7545
7546 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7547
7548 * cus-edit.el (customize-apropos, customize-apropos-options)
7549 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7550
7551 2005-12-12 Bill Wohler <wohler@newt.com>
7552
7553 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7554 non-writable Subversion-controlled files by saving window
7555 configuration before calling vc-do-command. vc-do-command calls
7556 pop-to-buffer on error which is unexpected during registration.
7557
7558 2005-12-12 Jay Belanger <belanger@truman.edu>
7559
7560 * calc/README: Update the summary of changes.
7561
7562 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7563
7564 * descr-text.el (describe-char): Rework last fix to solve the problem
7565 is the same way it's solved for everything else in that function
7566 (i.e. by extracting the info before setting up the *Help* buffer).
7567
7568 2005-12-12 Kim F. Storm <storm@cua.dk>
7569
7570 * subr.el (version-regexp-alist): Allow space as separator before
7571 non-numeric part, e.g. "1.0 alpha".
7572 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7573
7574 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7575
7576 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7577 Implement Logging and the keep-modes setting.
7578 (org-get-category): Make sure a string is returned.
7579 (org-log-done): New function.
7580 (org-log-done, org-closed-string): New options.
7581
7582 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7583
7584 * tooltip.el (tooltip-y-offset): Change default to 20.
7585
7586 2005-12-12 Richard M. Stallman <rms@gnu.org>
7587
7588 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7589
7590 * frame.el (display-hourglass): Doc fix.
7591
7592 * help.el (help-for-help-internal): Simplify entry for `a'.
7593
7594 * info.el (Info-on-current-buffer): Doc fix.
7595 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7596
7597 * startup.el (inhibit-splash-screen): Make this the real name.
7598 (inhibit-startup-message): Make this the alias.
7599 (command-line): Find only simple.el, and use its directory
7600 to fill in other preloaded files' names.
7601 (command-line): Deactivate the mark if deactivate-mark is set.
7602
7603 * international/mule.el (load-with-code-conversion):
7604 Bind deactivate-mark.
7605
7606 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7607
7608 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7609
7610 * cus-edit.el (customize-apropos): Avoid listing an option more
7611 than once under different aliases. No longer list user options
7612 that are not defined with defcustom (unless a prefix arg is given).
7613 Doc fix.
7614 (customize-apropos-options): Doc fix.
7615
7616 2005-12-11 Juri Linkov <juri@jurta.org>
7617
7618 * frame.el (set-background-color, set-foreground-color)
7619 (set-cursor-color, set-mouse-color, set-border-color):
7620 Add explicit prompts to read colors by `facemenu-read-color'.
7621 (show-trailing-whitespace, blink-cursor-delay)
7622 (blink-cursor-interval, display-hourglass, hourglass-delay):
7623 Remove tags.
7624 (display-hourglass, hourglass-delay): Doc fix.
7625 (cursor-in-non-selected-windows): Capitalize words in tag.
7626
7627 * faces.el (frame-background-mode): Replace `choice-item' keywords
7628 with `const' to not make [default] button. Change default value tag
7629 from `default' to `automatic'. Doc fix.
7630 (trailing-whitespace) <defface>: Change group `whitespace' to
7631 `whitespace-faces'.
7632
7633 2005-12-11 Richard M. Stallman <rms@gnu.org>
7634
7635 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7636
7637 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7638
7639 * term/mac-win.el: Create keymap for mac-apple-event-map.
7640
7641 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7642
7643 * tooltip.el (tooltip-mode): Move to start of file so that it
7644 appears at top of customize buffer.
7645
7646 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7647 Add the gud groupname.
7648 (gud-tooltip-mode): Add the tooltip groupname.
7649 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7650 avoid conflict with tooltip-use-echo-area.
7651
7652 2005-12-10 Romain Francoise <romain@orebokech.com>
7653
7654 * help.el (help-for-help-internal): Add `r' in doc string.
7655
7656 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7657
7658 * align.el (align-regexp, align-highlight-rule):
7659 Use region-beginning and region-end instead of point and mark, so that
7660 repetition (with `repeat-complex-command') recomputes the region
7661 bounds.
7662
7663 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7664
7665 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7666 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7667 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7668 (balance-windows): Rewrite using the above new functions.
7669
7670 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7671
7672 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7673 react if global-hi-lock-mode seems intended.
7674 (global-hi-lock-mode) Renamed from hi-lock-mode.
7675 (hi-lock-archaic-interface-message-used)
7676 (hi-lock-archaic-interface-deduce): New variables.
7677 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7678 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7679 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7680 Replace hi-lock-buffer-mode with hi-lock-mode.
7681
7682 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7683
7684 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7685 completion list, even after a partial completion has been
7686 inserted in the current buffer. If there are more than 1
7687 completion, redisplay the *Completions* buffer; if the
7688 completion is unique, delete the *Completions* window.
7689
7690 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7691
7692 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7693 strings and long subject lines that were broken into multiple
7694 lines at arbitrary places. Handle subjects that have "Re: " in
7695 the middle.
7696
7697 2005-12-10 John W. Eaton <jwe@octave.org>
7698
7699 * emacs/octave-mod.el (octave-electric-space): Don't indent
7700 comments or strings if octave-auto-indent is nil.
7701
7702 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7703
7704 * term/mac-win.el: Require url when compiling.
7705 Call mac-process-deferred-apple-events after loading init files.
7706 (mac-apple-event-map): New defvar. Define event handlers in it.
7707 (core-event, internet-event): New Apple event class symbols.
7708 (open-application, reopen-application, open-documents)
7709 (print-documents, open-contents, quit-application)
7710 (application-died, show-preferences, autosave-now, get-url):
7711 New Apple event ID symbols.
7712 (about): New HICommand ID symbol.
7713 (mac-event-spec, mac-event-ae): New macros.
7714 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7715 (mac-ae-selection-range, mac-ae-text-for-search)
7716 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7717 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7718 and Services menu events are now defined in mac-apple-event-map.
7719 (mac-drag-n-drop): Remove selection range handling.
7720
7721 2005-12-10 Kenichi Handa <handa@m17n.org>
7722
7723 * simple.el (zap-to-char):
7724 * isearch.el (isearch-process-search-char): Translate CHAR by
7725 translation-table-for-input.
7726
7727 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7728
7729 * foldout.el (foldout-exit-fold): Properly hide subtree.
7730
7731 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7732
7733 * files.el (save-buffer):
7734 * international/ucs-tables.el (ucs-set-table-for-input):
7735 * mail/mail-extr.el (mail-extract-address-components):
7736 * mail/sendmail.el (mail-mode): Reformat doc string.
7737
7738 2005-12-09 Juri Linkov <juri@jurta.org>
7739
7740 * isearch.el (isearch-highlight): Change main overlay priority
7741 from 1 to 1001. Simplify.
7742 (isearch-lazy-highlight-update): Change lazy overlay priority
7743 from 0 to 1000.
7744
7745 * replace.el (replace-highlight): Change overlay priority from
7746 1 to 1001.
7747
7748 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7749 Change overlay priority from 1 to 1001. Reuse existing overlay.
7750
7751 * compare-w.el (compare-windows-highlight): Change overlay
7752 priority from 1 to 1000.
7753
7754 * menu-bar.el (menu-bar-edit-menu): Add listp around
7755 pending-undo-list to disable menu item "undo" when pending
7756 undo list is empty.
7757
7758 * locate.el (locate): Disable undo in *Locate* buffer.
7759
7760 2005-12-09 Kim F. Storm <storm@cua.dk>
7761
7762 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7763
7764 2005-12-09 David Ponce <david@dponce.com>
7765
7766 * recentf.el: Improvement of the menu code.
7767 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7768 instead of menu hook.
7769 (recentf-show-menu, recentf-hide-menu): New functions.
7770 (recentf-menu-customization-changed, recentf-mode): Use them.
7771 (recentf-menu-action, recentf-max-menu-items)
7772 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7773 (recentf-arrange-by-rule-others)
7774 (recentf-arrange-by-rules-min-items)
7775 (recentf-arrange-by-rule-subfilter) : Don't use
7776 `recentf-menu-customization-changed'.
7777 (recentf-arrange-rules): Likewise. Accept functions to compute
7778 sub-menu titles.
7779 (recentf-menu-filter): Likewise. Doc fix.
7780 (recentf-menu-value-shortcut): Doc fix.
7781 (recentf-dump-variable): Quote atom value.
7782 (recentf-make-menu-items): Update to use it as a menu filter.
7783 (recentf-match-rule): New function.
7784 (recentf-arrange-by-rule): Use it.
7785 (recentf-indirect-mode-rule): New function.
7786 (recentf-build-mode-rules): Use it.
7787 (recentf-dir-rule): New function.
7788 (recentf-arrange-by-dir): Use it.
7789 (recentf-filter-changer-current): Rename from
7790 `recentf-filter-changer-state'. All references updated.
7791 (recentf-filter-changer-alist): Update filter names.
7792 (recentf-filter-changer-select): New function.
7793 (recentf-filter-changer): Use it. Make a sub-menu from filters
7794 available in `recentf-filter-changer-alist'.
7795 (recentf-data-cache, recentf-clear-data)
7796 (recentf-update-menu): Remove. All references updated.
7797 (recentf-match-rule-p, recentf-build-dir-rules)
7798 (recentf-filter-changer-goto-next)
7799 (recentf-filter-changer-get-current)
7800 (recentf-filter-changer-get-next): Remove.
7801
7802 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7803
7804 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7805 buffer "Reset" button to "Reset to Current" for consistency with
7806 the State buttons.
7807
7808 2005-12-08 John Paul Wallington <jpw@pobox.com>
7809
7810 * ibuf-ext.el (define-ibuffer-filter filename):
7811 If `dired-directory' is a list then really use its car.
7812
7813 2005-12-08 Kim F. Storm <storm@cua.dk>
7814
7815 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7816 Fix indention of text on right side of replaced rectangle.
7817
7818 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
7819
7820 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7821 No need to check gud-comint-buffer is bound.
7822 (gdb): Prevent multiple debugging when first session uses gdba.
7823
7824 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7825
7826 CC Mode update to 5.31.
7827
7828 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7829 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
7830 We might do this function properly in the future).
7831
7832 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7833 New macros c-sentence-end and c-default-value-sentence end, to cope
7834 with Emacs 22's new function `sentence-end'.
7835
7836 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7837
7838 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7839 compat issue using `c-put-overlay' and `c-delete-overlay'.
7840
7841 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7842 New compat macros to handle overlays/extents.
7843
7844 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7845
7846 * progmodes/cc-fix.el: Add definitions of the macros push and pop
7847 (for GNU Emacs 20.4)
7848
7849 * progmodes/cc-defs.el:
7850 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7851
7852 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7853 highlighting mechanism so it will work in XEmacs too.
7854
7855 * progmodes/cc-defs.el: Insert c-int-to-char.
7856
7857 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7858 call to the new macro c-int-to-char. This solves XEmacs's
7859 regarding characters as different from integers.
7860
7861 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7862
7863 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7864 New internal helper.
7865
7866 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7867 construct to make the indirect face lookup work in XEmacs.
7868
7869 (c-cpp-matchers): Append the negation char face to the existing
7870 fontification, so that the cpp face doesn't disappear.
7871 Use `c-make-syntactic-matcher' to avoid negation chars in comments
7872 and strings.
7873
7874 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7875 to map to `font-lock-negation-char-face' in emacsen where it exists.
7876
7877 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7878
7879 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7880
7881 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7882 Rename "c-subword-move-mode" as "c-subword-mode".
7883
7884 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7885 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
7886
7887 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7888
7889 * progmodes/cc-mode.el: Added autoload directive for
7890 `c-subword-move-mode' for use in older emacsen.
7891
7892 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7893
7894 * progmodes/cc-mode.el:
7895 (i) Insert a binding for C-c C-backspace into
7896 c-bind-special-erase-keys which works in TTYs.
7897 (ii) Make sure that when file styles are used, any explicitly
7898 given style variables take priority over those in the style.
7899 Do this by calling `hack-local-variables' a second time.
7900
7901 * progmodes/cc-vars.el: Add language specific customization
7902 widgets for AWK to c-doc-comment-style, c-require-final-newline
7903 and c-default-style. Add a defcustom for awk-mode-hook.
7904 Give c-syntactic-element and c-syntactic-context doc-strings by
7905 directly setting their `variable-documentation' propery.
7906 This allows Emacs 22.1 to read these with C-h v.
7907
7908 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7909
7910 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7911
7912 * progmodes/cc-fonts.el, cc-vars.el
7913 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7914 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7915 Masatake YAMATO.
7916
7917 (c-doc-comment-style): Made GtkDoc default in C mode.
7918
7919 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7920 and C-c C-<delete>.
7921
7922 (c-bind-special-erase-keys): New function for use on
7923 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7924
7925 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7926 <delete> key behavior in XEmacs according to `delete-forward-p'.
7927 C.f. `c-electric-delete'.
7928
7929 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7930
7931 * progmodes/cc-mode.el: Give c-hungry-backspace and
7932 c-hungry-delete-forward permanent key bindings.
7933
7934 * progmodes/cc-cmds.el (c-electric-semi&comma):
7935 Bind c-syntactic-context for calls to "criteria functions", for
7936 consistency with other calls to user functions.
7937
7938 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7939 `current-prefix-arg', since this might be the prefix arg to a
7940 command which calls c-indent-command as a function. Change the
7941 interactive spec from "p" to "P".
7942
7943 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7944 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7945 was difficult to understand.
7946
7947 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7948
7949 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7950 first char of an identifier.
7951
7952 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7953 +" syntax in C++.
7954
7955 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7956
7957 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7958 auto-fill doesn't split a c-comment's last word from a hanging
7959 "*/" when a space is typed between them after fill-column.
7960
7961 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7962
7963 * progmodes/cc-styles.el (c-set-style)
7964 (c-setup-paragraph-variables): Abort the command if we're not in a
7965 CC Mode buffer.
7966
7967 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7968 with blank comment-prefix, and a blank line as the comment's
7969 second line.
7970
7971 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7972
7973 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7974 Incorporate the patterns added in the Emacs development branch
7975 for the new Emacs 22 face `font-lock-negation-char-face'.
7976
7977 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7978 of "red" since it stands out better in xterms and DOS terminals.
7979
7980 * progmodes/cc-engine.el (c-literal-faces):
7981 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7982
7983 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7984
7985 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7986 forcibly enable c-electric-flag.
7987
7988 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7989 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7990 after the comment-prefix of a C-style comment will close that comment.
7991
7992 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7993
7994 * progmodes/cc-fonts.el (c-basic-matchers-before)
7995 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7996 in Pike.
7997
7998 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7999 digraphs.
8000
8001 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8002 (c-cpp-message-directives, c-cpp-include-directives)
8003 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8004 (c-cpp-expr-directives): Introduce new language constants to
8005 control cpp syntax in a cleaner way.
8006
8007 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8008
8009 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8010
8011 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8012 (c-multiline-string-start-char): New language constants and
8013 variables to specify how newlines in string literals work.
8014
8015 (c-font-lock-invalid-string): Use them.
8016
8017 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8018 unbalanced close brace is entered. Optimization by avoiding going
8019 back over arbitrarily large blocks. Removed hints that this
8020 function only would be relevant/useful in AWK.
8021
8022 (c-electric-brace): Indent syntactically after the cleanups since
8023 lineup functions might do it differently then.
8024
8025 * progmodes/cc-engine.el, cc-langs.el
8026 (c-opt-op-identifier-prefix): New language constant and variable.
8027
8028 (c-just-after-func-arglist-p, c-after-special-operator-id)
8029 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8030
8031 * progmodes/cc-align.el, cc-engine.el
8032 (c-after-special-operator-id): New helper to handle C++ operator
8033 identifiers.
8034
8035 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8036 (c-guess-basic-syntax): Handle C++ operator identifiers in
8037 declarations.
8038
8039 * progmodes/cc-langs.el (c-assignment-operators): Add the
8040 trigraph version of ^= too.
8041
8042 * progmodes/cc-langs.el (c-assignment-operators): Add the
8043 trigraph version of |= in C++.
8044
8045 * progmodes/cc-fonts.el (c-font-lock-declarators):
8046 Handle `c-decl-hangon-kwds' after the identifier name.
8047
8048 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8049 whether an arglist is "nonempty", ignore a comment after the open
8050 paren if it isn't followed by a non-comment token on the same line.
8051
8052 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8053 Enable heuristics below the point to cope with classes inside special
8054 brace lists in Pike.
8055
8056 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8057
8058 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8059
8060 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8061
8062 * progmodes/cc-guess.el (cc-guess-install): New function to
8063 install an already guessed style in another buffer.
8064
8065 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8066 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8067 anyway if the change always is undone.
8068
8069 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8070
8071 Implement togglable electricity:
8072
8073 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8074 saying when it should be used.
8075
8076 * progmodes/cc-engine.el: Add the new buffer-local variable,
8077 c-electric-flag.
8078
8079 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8080 c-toggle-auto-newline.
8081
8082 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8083 c-toggle-auto-newline. Remove the binding for
8084 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8085 c-toggle-electric-state.
8086
8087 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8088
8089 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8090 c-\(forward\|backward\)-subword.
8091 (c-update-modeline): Add the new modeline flag `l' for
8092 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8093 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8094 Make the old name an alias of the new name.
8095 (c-toggle-electric-state): New function.
8096 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8097 Adapt these functions to do electric things only when
8098 c-electric-flag is non-nil.
8099 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8100 new functions from c-electric-brace.
8101 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8102 mode, so that the tentative extra newline doesn't change the
8103 syntax of the following brace.
8104 (c-electric-brace): Restructure by extracting the above functions.
8105 Tidy up the coding somewhat.
8106 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8107 restructure a bit.
8108
8109 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8110
8111 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8112 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8113
8114 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8115 (c-submode-indicators): Change name from `c-auto-hungry-string'
8116 since it's now used to track another submode.
8117
8118 (c-update-modeline): Convert to function and extended to check
8119 `c-subword-move-mode'.
8120
8121 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8122 Convert to compat aliases for `c-forward-subword' and
8123 `c-backward-subword'.
8124
8125 * progmodes/cc-subword.el: New functions and minor mode to handle
8126 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8127
8128 (c-forward-subword, c-backward-subword, c-mark-subword)
8129 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8130 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8131 Functions corresponding to the standard word handling functions.
8132
8133 (c-subword-move-mode): Minor mode that replaces all the standard
8134 word handling functions with their subword equivalences.
8135
8136 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8137
8138 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8139 entry for one-liner-defun.
8140
8141 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8142 name in its def-edebug-spec.
8143
8144 * progmodes/cc-cmds.el (c-electric-brace): Make the
8145 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8146 compacts space before a comment, if this will make things fit on
8147 one line.
8148
8149 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8150
8151 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8152
8153 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8154 clean-up one-liner-defun.
8155
8156 * progmodes/cc-styles.el: Add the new "awk" style.
8157
8158 * progmodes/cc-vars.el: Add description of one-liner-defun to
8159 c-cleanup-list's doc-string. New user options,
8160 c-max-one-liner-length. In c-default-style, set the default style
8161 for AWK to "awk".
8162
8163 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8164
8165 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8166 macros inside labels.
8167
8168 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8169 `c-at-statement-start-p' and `c-at-expression-start-p'.
8170
8171 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8172 error if the mark isn't set.
8173
8174 * progmodes/cc-engine.el (c-guess-continued-construct)
8175 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8176 accurately detect functions inside functions.
8177
8178 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8179 like `c-at-statement-start-p' that additionally recognizes commas
8180 and expression parentheses as delimiters.
8181
8182 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8183 to avoid heuristics that doesn't work for unclosed blocks.
8184 (c-at-statement-start-p): New function.
8185
8186 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8187 Objective-C directives, e.g. directives spanning lines should work
8188 reasonably well now.
8189
8190 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8191
8192 (c-forward-objc-directive): New function to move over any ObjC
8193 directive.
8194
8195 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8196 (c-basic-matchers-before): Use it.
8197
8198 (c-font-lock-objc-iip-decl): Remove.
8199
8200 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8201 in the template arglist recognition.
8202
8203 * progmodes/cc-styles.el (c-style-alist): Fix several
8204 inconsistencies in the Whitesmith style.
8205
8206 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8207 New lineup function to get lines after Whitesmith style blocks
8208 correctly indented.
8209
8210 (c-lineup-whitesmith-in-block): Back out the compensation for
8211 opening parens since it's done using `add' lists in the style
8212 definition instead. Don't use the anchor position since it varies
8213 too much between the syntactic symbols. :P
8214
8215 * progmodes/cc-vars.el (c-valid-offset): Update.
8216
8217 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8218 lists where the offsets are combined according to several
8219 different methods: `first', `min', `max', and `add'.
8220 Report offset evaluation errors with `c-benign-error' so that some kind
8221 of reindentation still is done.
8222
8223 * progmodes/cc-engine.el (c-guess-basic-syntax):
8224 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8225 `arglist-close'.
8226
8227 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8228 situations for `arglist-cont-nonempty' and `arglist-close'.
8229
8230 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8231
8232 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8233 cc-bytecomp-boundp' in a number of places.
8234
8235 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8236 macro related issue.
8237
8238 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8239
8240 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8241 list is now [asdf], a char class [:alpha:].
8242 Include code for char classes.
8243 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8244 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8245
8246 Remove (nearly all of) the cruft associated with AWK Mode's former
8247 concept of "virtual semicolons":
8248
8249 Adapt c-beginning-of-statement, c-end-of-statement (together with
8250 subfunctions) to use the new notion of "virtual semicolon" in
8251 place of the old awkward special handling for AWK. There remains
8252 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8253 * progmodes/cc-cmds.el:
8254 (c-ascertain-adjacent-literal): In the backwards direction, now
8255 recognises AWK regexp delimiters as string delimiters.
8256 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8257 check more rigorously for "end of macro".
8258 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8259 virtual semicolons;
8260 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8261 out the code for forward movement into ...
8262 (c-end-of-statement): Now contains the code for forward movement,
8263 adapted for virtual semicolons.
8264
8265 * progmodes/cc-engine.el:
8266 (c-ws*-string-limit-regexp): New regexp.
8267 (c-forward-single-comment, c-backward-single-comment): Comment out
8268 the (now redundant) "special" AWK stuff.
8269
8270 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8271 c-string-par-start, c-string-par-separate to be more like Text
8272 Mode than Fundamental Mode.
8273
8274 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8275
8276 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8277 to the fontified region so that fontification doesn't occur
8278 outside it (could happen e.g. when fontifying a line with an
8279 unfinished declaration).
8280
8281 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8282
8283 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8284 start of the file. ^L now separate sections of the file.
8285 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8286 (c-awk-one-line-possibly-open-string-re)
8287 (c-awk-regexp-one-line-possibly-open-char-class-re)
8288 (c-awk-one-line-possibly-open-regexp-re)
8289 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8290 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8291
8292 Amend the concept of "virtual semicolons" (in the indentation
8293 engine) for languages like AWK, such that they are now
8294 conceptually attached to end of the last token of a statement, not
8295 the end of the line. (In AWK Mode, however, the pertinent text
8296 property is still physically set on the EOL.) Remove the specific
8297 tests for awk-mode, thus facilitating the introduction of other
8298 language modes where EOLs can end statements.
8299 (Note: The funtionality in cc-cmds.el, specifically
8300 c-beginning/end-of-statement has yet to be amended.)
8301
8302 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8303 New macros.
8304
8305 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8306 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8307 c-vsemi-status-unknown-p-fn (in a new page).
8308
8309 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8310 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8311 numerous awkward forms like
8312 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8313 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8314 variable before-ws-ip, the place just after char-before-ip appears.
8315
8316 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8317 a comment.
8318
8319 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8320
8321 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8322 `c-tentative-buffer-changes'.
8323
8324 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8325 convert to macro to choose between Emacs and XEmacs at compile time.
8326
8327 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8328
8329 (c-tentative-buffer-changes): New macro to handle temporary buffer
8330 changes in a convenient way.
8331
8332 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8333 for `c-tentative-buffer-changes'.
8334
8335 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8336 the checks for paren sexps between the point and the keyword, to
8337 avoid some false alarms.
8338
8339 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8340 Fixed a situation where an error could be thrown for unbalanced
8341 parens. Changed to make use of c-keyword-member' to avoid some
8342 repeated regexp matches.
8343
8344 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8345 These language variable are no longer necessary.
8346
8347 (c-block-stmt-kwds): New language constant used by
8348 c-looking-at-inexpr-block'.
8349
8350 (c-guess-basic-syntax): Remove an optional check that looked at
8351 the existence of the now removed language variables.
8352
8353 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8354 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8355 object instantiation expressions as declarations in some contexts.
8356 This bug only affected languages where the declarator can't be
8357 enclosed in parentheses.
8358
8359 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8360 insert newlines before and after substatement braces.
8361
8362 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8363 function declaration headers and the handling of C++ style member
8364 init lists.
8365
8366 (c-just-after-func-arglist-p): Rewritten to use
8367 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8368
8369 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8370
8371 (c-guess-basic-syntax): Adapt case 5B for the new
8372 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8373 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8374 covers all cases now).
8375
8376 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8377
8378 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8379
8380 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8381 c-string-par-start/separate c-sentence-end-with-esc-eol,
8382 initialised in c-setup-paragraph-variables, used in string
8383 scanning subroutines of c-beginning-of-statement.
8384
8385 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8386 which precedes the newly inserted `{'.
8387
8388 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8389
8390 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8391 function for declaration level blocks. It should now cope with
8392 templates better and also be a lot more comprehensible.
8393
8394 (c-looking-at-decl-block): The new function.
8395
8396 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8397 for compatibility.
8398
8399 (c-add-class-syntax, c-guess-continued-construct)
8400 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8401
8402 (c-decl-block-key): Change to tell apart ambiguous and
8403 unambiguous keywords. Pike specials are now handled directly in
8404 the code instead.
8405
8406 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8407 New language constants and variables to make the backward skip in
8408 `c-looking-at-decl-block' as tight as possible.
8409
8410 (c-nonsymbol-token-char-list): New language constant.
8411
8412 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8413 find balanced template arglists backwards.
8414
8415 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8416 making char classes for `c-syntactic-skip-backward'.
8417
8418 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8419 16D - can't be a class-close at that point.
8420
8421 * progmodes/cc-engine.el (c-guess-basic-syntax)
8422 (c-add-class-syntax): Don't narrow out the enclosing declaration
8423 level. This makes everything a lot easier, and it was actually
8424 only four small places that needed it to work. Some places that
8425 previously did `widen' are removed now, which has the effect that
8426 `c-guess-basic-syntax' never will look at things outside the
8427 current narrowment now. The anchor position for `topmost-intro'
8428 is affected by this, but it was so bogus it was basically useless
8429 before, and now it's equally bogus but in a slightly different way.
8430
8431 (c-narrow-out-enclosing-class): Gone.
8432
8433 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8434 the narrowed region.
8435
8436 (c-least-enclosing-brace): Remove silly optional argument.
8437
8438 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8439 the point could be left directly after an open paren when finding
8440 the beginning of the first decl in the block.
8441
8442 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8443 Specify which submatch to use.
8444
8445 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8446
8447 (c-decl-start-re): No longer any need for special treatment of
8448 ObjC due to the above.
8449
8450 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8451 presumably follows C in that regard.
8452
8453 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8454 New language constants to specify operator tokens inside
8455 identifiers in a more high level way.
8456
8457 (c-opt-identifier-prefix-key): New internal language constant.
8458
8459 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8460 (c-identifier-start, c-identifier-key): Now completely calculated
8461 from other constants.
8462
8463 (c-identifier-last-sym-match): Decommission since it's no longer used.
8464
8465 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8466
8467 * progmodes/cc-engine.el (c-forward-name): Remove the
8468 optimization when c-identifier-key is equal to c-symbol-key since
8469 it doesn't work in byte compiled files. Don't record empty
8470 regions as identifiers.
8471
8472 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8473 simplify access to `c-operators' and its likes.
8474
8475 (c-operator-list, c-all-op-syntax-tokens)
8476 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8477 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8478 (c-primary-expr-regexp, c-cast-parens): Use it.
8479
8480 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8481 an explicit language in functions.
8482
8483 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8484 variant of adornment.
8485
8486 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8487 variable.
8488
8489 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8490 the Pike value.
8491
8492 * progmodes/cc-engine.el (c-on-identifier)
8493 (c-simple-skip-symbol-backward): Small fix for handling "-"
8494 correctly in `skip-chars-backward'. Affected the operator lfun
8495 syntax in Pike.
8496
8497 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8498 diagnostic message about precompiled language vars not being used.
8499
8500 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8501 "__attribute__" is followed by a parenthesis.
8502
8503 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8504 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8505 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8506
8507 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8508 Internal cleanups to properly detect the declared identifiers in
8509 various declarations.
8510
8511 (c-decl-start-kwds): New language constant to recognize
8512 declarations that can start anywhere. Used for class declarations
8513 in Pike.
8514
8515 (c-specifier-key, c-not-decl-init-keywords)
8516 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8517 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8518
8519 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8520 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8521 handling of the compiler specific extension keywords into a new
8522 language constant `c-decl-hangon-kwds' that defines keyword
8523 clauses to be ignored in declarations.
8524
8525 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8526 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8527 Necessary to stop at the declared identifier in e.g. IDL valuetype
8528 declarations.
8529
8530 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8531 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8532 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8533 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8534 class and enum declarations as such and not as part of the type.
8535
8536 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8537 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8538
8539 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8540 declarations when there's some syntax error later on.
8541
8542 (c-complex-decl-matchers): Did away with a reference to
8543 `c-specifier-key'.
8544
8545 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8546 value - this variable is always dynamically bound.
8547
8548 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8549 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8550 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8551 functions that might do hidden buffer changes: All such internal
8552 functions are now marked instead of those that don't.
8553
8554 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8555 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8556 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8557 (c-literal-type): Allow these functions to make hidden buffer changes,
8558 so that they are free to use text property caching later on.
8559
8560 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8561 (c-electric-brace, c-electric-slash, c-electric-star)
8562 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8563 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8564 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8565 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8566 with the changed semantics of the functions above.
8567
8568 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8569 when macros occur in obscure places. Optimized the sexp movement
8570 a bit.
8571
8572 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8573
8574 Enhancements for c-beginning-of-statement to work in AWK Mode:
8575
8576 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8577 (completed statement) with `}' (statement completed by closing
8578 brace or semicolon) and `$' (statement completed by EOL).
8579
8580 (c-awk-virtual-semicolon-ends-prev-line-p)
8581 (c-awk-virtual-semicolon-ends-line-p)
8582 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8583 (c-awk-at-statement-end-p): New functions.
8584
8585 * progmodes/cc-cmds.el: Simplify the structure of functions
8586 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8587 two functions and c-beginning-of-statement to handle AWK Mode.
8588
8589 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8590 c-backward-single-comment for AWK mode. Attempt to clarify their
8591 doc-strings.
8592
8593 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8594
8595 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8596
8597 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8598 label handling. Labels are now recognized in a uniform and more
8599 robust way, regardless of context. Text properties are put on all
8600 labels to recognize the following declarations better.
8601 Multiword labels are handled both in indentation and fontification for
8602 the benefit of language extensions like Qt. For consistency, keywords
8603 in labels are now fontified with the label face instead.
8604 That also applies to "case" and "default".
8605
8606 (c-beginning-of-statement-1): Fix some bugs in the label
8607 handling. Disregard `c-nonlabel-token-key' in labels that begin
8608 with `c-label-kwds'.
8609
8610 (c-find-decl-spots): Support that the callback adds more
8611 `c-decl-end' spots to find.
8612
8613 (c-forward-decl-or-cast-1): Don't treat a list of plain
8614 identifiers followed by a colon as a declaration.
8615
8616 (c-forward-label): New function to recognize labels.
8617
8618 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8619 `c-forward-label'. Moved the label recognition cases (14 and 15)
8620 earlier since they aren't so context sensitive now. Handle labels
8621 on the top level gracefully. Moved access label recognition to
8622 the generic label case (CASE 15) - removed CASE 5E.
8623
8624 (c-font-lock-declarations): Add recognition of labels in the
8625 same round since we need to handle labels in parallell with other
8626 declarations to recognize both accurately. It should also improve
8627 speed.
8628
8629 (c-simple-decl-matchers, c-basic-matchers-after):
8630 Move `c-font-lock-labels' so that it only is used on decoration level 2
8631 since `c-font-lock-declarations' handles it otherwise.
8632
8633 (c-complex-decl-matchers): Remove the simplistic recognition of
8634 access labels.
8635
8636 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8637 with labels earlier.
8638
8639 (c-decl-start-re): New language variable to make
8640 `c-font-lock-declarations' stop for the special protection labels
8641 in Objective-C that start with `@'.
8642
8643 (c-label-key): Remove since it's no longer used.
8644
8645 (c-recognize-colon-labels, c-label-prefix-re): New language
8646 constants to support recognition of generic colon-terminated labels.
8647
8648 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8649 are colon terminated labels.
8650
8651 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8652 first argument starts with a special brace list.
8653
8654 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8655 (c-font-lock-declarations): Break out the declaration and cast
8656 recognition from `c-font-lock-declarations' to a new function, so
8657 that it can be used in the indentation engine.
8658
8659 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8660 up to the start of the literal. Fixed bug with the point on the
8661 wrong side of the search limit that could happen when the start
8662 position is inside a literal.
8663
8664 * progmodes/cc-engine.el (c-parse-state)
8665 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8666 so that it's kept a little bit back to increase the hit rate.
8667
8668 (c-parse-state): Change the macro handling and fixed some
8669 glitches. Macro context is checked more often than necessary now,
8670 but otoh less garbage conses are generated.
8671
8672 * progmodes/cc-engine.el (c-parse-state)
8673 (c-invalidate-state-cache): Cache the last position where
8674 `c-state-cache' applies. This can speed up refontification quite
8675 a bit in blocks where there are many non-brace parens before the point.
8676
8677 (c-state-cache-end): New variable for this.
8678
8679 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8680 cache variable.
8681
8682 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8683 get close initial continue positions when the start position is
8684 inside a literal or macro. Do not call the callback for spots
8685 before the start position (which can happen e.g. for `c-decl-end'
8686 spots inside comments). Optimize better in special cases when the
8687 region is a single line inside a literal or macro (typically when
8688 the current line is refontified).
8689
8690 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8691 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8692 entries from the paren state.
8693
8694 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8695 special case for "else if" clauses.
8696
8697 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8698 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8699
8700 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8701 New language variable to recognize the gcc extension with statement
8702 blocks inside expressions.
8703
8704 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8705 it somewhat more comprehensible. The argument AT-BLOCK-START is
8706 no longer used and hence removed.
8707
8708 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8709 to `c-add-stmt-syntax'.
8710
8711 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8712 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8713 This fixes bogus label recognition.
8714
8715 * progmodes/cc-engine.el (c-add-type, c-check-type)
8716 (c-forward-name, c-forward-type): Improve storage of template
8717 types in `c-found-types' so that they can be recognized better.
8718
8719 (c-syntactic-content): Add option to skip past nested parens.
8720
8721 * progmodes/cc-engine.el (c-forward-name):
8722 Set `c-last-identifier-range' all the time. It's less work that way.
8723 Handle that there might not be an identifier to store in
8724 `c-last-identifier-range'.
8725
8726 (c-forward-type): Handle that `c-last-identifier-range' might be
8727 nil from `c-forward-name'.
8728
8729 * progmodes/cc-defs.el (c-safe-scan-lists)
8730 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8731
8732 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8733 to work even if the form fails.
8734
8735 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8736 down in a large file in one go.
8737
8738 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8739
8740 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8741 function which is like `c-lineup-math' but returns nil instead of
8742 `c-basic-offset' when it doesn't match.
8743
8744 (c-lineup-math): Change to use `c-lineup-assignments'.
8745
8746 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8747
8748 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8749 c-beginning-of-statement. New subfunctions
8750 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8751
8752 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8753
8754 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8755 hardcoded char classes whereever possible. Changed a couple of
8756 places to use skip by syntax instead of skip by char class.
8757
8758 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8759 Fix a bug in the regexp that caused extreme backtracking.
8760
8761 * progmodes/cc-langs.el (c-block-comment-starter)
8762 (c-block-comment-ender): New language constants to specify in a
8763 single place how block comments look.
8764
8765 (c-comment-start-regexp, c-block-comment-start-regexp)
8766 (comment-start, comment-end, comment-start-skip)
8767 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8768 (c-syntactic-ws, c-nonempty-syntactic-ws)
8769 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8770 `c-line-comment-starter', `c-block-comment-starter' and
8771 `c-block-comment-ender'.
8772
8773 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8774 New language constants to break up things a bit.
8775
8776 (c-simple-ws): New language constant for simple whitespace.
8777
8778 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8779
8780 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8781 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8782 newlines. Allow and ignore nil elements in the list.
8783
8784 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8785
8786 * progmodes/cc-cmds.el: Comment out a (n almost certainly
8787 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8788
8789 * progmodes/cc-cmds.el: Tidy up the comments in
8790 c-beginning-of-statement and subfunctions.
8791
8792 * progmodes/cc-awk.el: Replace calls to put-text-property to the
8793 more flexible c-put-char-property and c-clear-char-properties.
8794 Add the author's email address.
8795
8796 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8797
8798 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8799 closing "*/" of a block comment.
8800
8801 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8802 subfunctions) so that it works at BOB and EOB.
8803
8804 * progmodes/cc-cmds.el, cc-vars.el: More updating of
8805 c-beginning-of-statement, including new variable
8806 c-block-comment-start-regexp.
8807
8808 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8809
8810 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8811 symbols from `*-font-lock-extra-types' so that there's no need to
8812 use `regexp-opt' on those lists.
8813
8814 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8815 `c-type-modifier-kwds' is empty.
8816
8817 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8818 there are several strings on the same line.
8819
8820 * progmodes/cc-engine.el (c-literal-limits): Remove the
8821 compatibility function for older emacsen. `c-literal-limits-fast'
8822 has now taken the place of this function.
8823
8824 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8825 with older emacsen: We now require `pps-extended-state'.
8826
8827 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8828
8829 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8830 which obviates the need to hack sentence-end. This now handles
8831 escaped newlines in strings correctly. Correct minor bugs in
8832 c-move-over-sentence and in c-beginning-of-statement.
8833
8834 * progmodes/cc-cmds.el (c-beginning-of-statement (and
8835 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8836 that movement over macros and code are rigorously separated from
8837 eachother. Correct a few incidental bugs.
8838
8839 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8840 Improve its doc-string. Improve the handling of certain specific cases.
8841
8842 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8843
8844 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8845 (c-guess-basic-syntax): Change the way class-level labels are
8846 recognized; they can now contain essentially any symbols.
8847
8848 (c-opt-extra-label-key): New language variable to cope with the
8849 special protection label syntax in Objective-C.
8850
8851 (c-opt-access-key): Remove; this is now handled better by
8852 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8853
8854 (c-complex-decl-matchers): Update to handle that
8855 `c-opt-access-key' no longer exists.
8856
8857 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8858 improved label recognition in `c-beginning-of-statement-1'.
8859
8860 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8861 Recognize bitfields better.
8862
8863 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8864 Remove some cruft and fixed a bug that could cause it to go to a
8865 position further down.
8866
8867 * progmodes/cc-langs.el, cc-engine.el
8868 (c-beginning-of-statement-1): Improve detection of labels in
8869 declaration contexts.
8870
8871 (c-beginning-of-decl-1): Use it.
8872
8873 (c-nonlabel-token-key): New language constant and variable needed
8874 by `c-beginning-of-statement-1'.
8875
8876 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8877 manifested itself due to the correction in `c-forward-sexp'.
8878
8879 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8880 Make these behave as documented when used at the buffer limits.
8881
8882 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8883 (c-type-decl-end-used): Made this a language variable.
8884
8885 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8886 correctly when `combine-after-change-calls' is used together with
8887 temporary narrowings.
8888
8889 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8890 Report labels correctly when the start point is immediately after the
8891 colon.
8892
8893 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8894 Remove since it isn't used anymore.
8895
8896 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8897 bracket arglists such as template parens in C++.
8898
8899 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8900 in the last check-in. Some optimization.
8901
8902 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8903 where it could stop at the same level in a preceding sexp when
8904 PAREN-LEVEL is set.
8905
8906 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8907 text property lookup only when it's needed.
8908
8909 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8910 Change the policy for paren marked angle brackets to be more
8911 persistent; once marked they remain marked even when they're found
8912 to be unbalanced in the searched region. This should keep the
8913 paren syntax around even when individual lines are refontified in
8914 multiline template arglists.
8915
8916 (c-parse-and-markup-<>-arglists): New dynamically bound variable
8917 to control markup so that incorrect angle bracket arglists aren't
8918 marked in contexts where the correct value for
8919 `c-disallow-comma-in-<>-arglists' isn't known.
8920
8921 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8922 argument has become `c-parse-and-markup-<>-arglists'.
8923
8924 (c-remove-<>-arglist-properties): Remove - no longer used.
8925
8926 (c-after-change-check-<>-operators): New function used on
8927 `after-change-functions' to avoid that "<" and ">" characters that
8928 are part of longer operators have paren syntax.
8929
8930 (c-<>-multichar-token-regexp): New language variable used by
8931 `c-after-change-check-<>-operators'.
8932
8933 (c-after-change): Call `c-after-change-check-<>-operators'.
8934
8935 (c-font-lock-<>-arglists): Use the context properties set by
8936 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8937 correctly to avoid doing invalid markup.
8938
8939 (c-font-lock-declarations): Remove code that undoes the invalid
8940 markup done by `c-font-lock-<>-arglists'.
8941
8942 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8943 after `c-font-lock-declarations'.
8944
8945 * progmodes/cc-engine.el (c-syntactic-skip-backward):
8946 Add paren-level feature.
8947
8948 (c-guess-basic-syntax): Improve the anchor position for
8949 `template-args-cont' in nested template arglists. There's still
8950 much to be desired in this area, though.
8951
8952 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8953
8954 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8955 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8956
8957 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8958
8959 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8960 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8961
8962 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8963 it doesn't work no longer are supported.
8964
8965 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8966 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8967 requires support for the syntax-table' text property, which rules
8968 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
8969 cruft associated with those versions.
8970
8971 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8972 for the `syntax-table' text property, which rules out Emacs 19 and
8973 XEmacs < 21.4. Removed various compatibility cruft associated
8974 with those versions.
8975
8976 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8977 support for the `syntax-table' text property.
8978
8979 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8980 variable and use an extra quoted face name instead. All the
8981 emacsen flavors handle that correctly.
8982
8983 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8984 (c-font-lock-declarators, c-font-lock-declarations)
8985 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8986 property to mark the items in in declarator lists to handle
8987 refontification inside multiline declarations better.
8988
8989 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8990 construct like "a * b = c;" as a declaration.
8991
8992 2005-12-08 Kim F. Storm <storm@cua.dk>
8993
8994 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8995 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
8996 select either meta, hyper, or super modifier for rectangle commands.
8997 (cua--rectangle-modifier-key): New defvar.
8998 (cua--M/H-key): Use it. Remove special case for `space'.
8999 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9000 on X, to meta otherwise. Always bind C-return to toggle
9001 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9002
9003 * emulation/cua-rect.el (cua-help-for-rectangle):
9004 Use cua--rectangle-modifier-key. Handle super modifier too.
9005 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9006 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9007
9008 * ido.el: Move Acknowledgements and History after Commentary.
9009 Minor changes to Commentary.
9010
9011 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9012 keymap if cua--prefix-override-timer is `shift'.
9013 (cua--shift-control-prefix): New function; emulate "type prefix
9014 key twice" functionality to handle shifted prefix key override.
9015 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9016 New commands.
9017 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9018
9019 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9020
9021 * textmodes/org.el (org-insert-heading): Try to do items before
9022 headings.
9023 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9024 (org-insert-item): New function.
9025 (org-renumber-ordered-list): Don't skip to higher level lists.
9026
9027 2005-12-08 Juri Linkov <juri@jurta.org>
9028
9029 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9030
9031 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9032
9033 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9034
9035 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9036 the constructed function name fun-1.
9037
9038 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9039 because such links don't lead to parent documentation.
9040
9041 2005-12-08 Kenichi Handa <handa@m17n.org>
9042
9043 * descr-text.el (describe-char): Use *Help-2* buffer if the
9044 current buffer is *Help*. Call describe-text-properties while
9045 setting the original buffer.
9046
9047 2005-12-07 Bill Wohler <wohler@newt.com>
9048
9049 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9050 and causes problems with non-MH users (such as Gnus users).
9051
9052 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9053
9054 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9055 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9056 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9057 command "info sources". Move calls to GDB command "list".
9058 (gdb-find-file-hook): Just use gdb-source-file-list.
9059 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9060 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9061 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9062 (gdb-data-list-register-values-handler): Use correct trigger name.
9063
9064 2005-12-07 Kim F. Storm <storm@cua.dk>
9065
9066 * ido.el (ido-completion-map): Rename from ido-mode-map.
9067 (ido-common-completion-map, ido-file-completion-map)
9068 (ido-file-dir-completion-map, ido-buffer-completion-map):
9069 Rename from ido-mode-....-map.
9070 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9071 (ido-setup-completion-map): Rename from ido-define-mode-map.
9072 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9073 to ido-completion-map.
9074
9075 2005-12-07 Kenichi Handa <handa@m17n.org>
9076
9077 * international/mule-cmds.el
9078 (set-display-table-and-terminal-coding-system): If the coding
9079 system specified in `unibyte-display' property is different from
9080 the arg coding-system, don't setup standard-display-table.
9081
9082 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9083
9084 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9085 that comments end at \n, regardless of selective-display.
9086
9087 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9088
9089 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9090 (gdb-version): New variables.
9091 (gdb-source-file-list, gdb-register-names)
9092 (gdb-changed-registers): New variables for use with GDB 6.4+.
9093 (gdb-ann3): Replace with...
9094 (gdb-init-1, gdb-init-2): ...two new functions.
9095 (gdba, gdb-prompt): Call gdb-init-1.
9096 (gdb-get-version): New function. Call gdb-init-2 from here.
9097 (gud-watch): Make it work with mouse events too.
9098 (gdb-post-prompt): Don't add to queue until GDB version is known.
9099 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9100 (gdb-locals-mode): Use gdb-version.
9101 (gdb-memory-format-map, gdb-memory-unit-map)
9102 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9103 (gdb-locals-font-lock-keywords-1)
9104 (gdb-locals-font-lock-keywords-2): New variables.
9105 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9106 (gdb-set-gud-minor-mode-existing-buffers-1)
9107 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9108 (gdb-var-update-1, gdb-var-update-handler-1)
9109 (gdb-data-list-register-values-handler)
9110 (gdb-data-list-register-values-custom)
9111 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9112 (gdb-stack-list-locals-handler, gdb-get-register-names):
9113 New functions for use with GDB 6.4+.
9114 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9115 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9116 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9117 (gdb-stack-list-locals-regexp)
9118 (gdb-data-list-register-names-regexp): New regexps for use with
9119 GDB 6.4+.
9120
9121 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9122
9123 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9124
9125 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9126
9127 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9128 prompts work for AUTH PLAIN. Also reported by Steve Allan
9129 <seallan@verizon.net>.
9130
9131 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9132
9133 * frame.el (set-frame-parameter): Add doc string.
9134
9135 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9136
9137 * textmodes/org.el (org-occur-highlights): New variable.
9138 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9139 (org-highlight-sparse-tree-matches): New option.
9140 (org-do-occur): New function.
9141 (org-get-heading): Make it work also at beginning of line.
9142 (org-category-table): New variable.
9143 (org-get-category-table, org-get-category)
9144 (org-camel-to-words, org-link-search): New functions.
9145 (org-select-this-todo-keyword): New variable.
9146 (org-todo-list): New command.
9147 (org-shiftright, org-shiftleft): New commands.
9148 (org-agenda-todo): Add prefix argument.
9149 (org-show-hierarchy-above): New option.
9150 (org-show-todo-tree): Numerical prefix creates tree for specific
9151 TODO keyword.
9152 (org-outline-level): New function, to assign a level to plain
9153 lists items.
9154 (org-cycle-include-plain-lists): New option.
9155 (org-mode): Use `org-outline-level' as value of `outline-level'.
9156 (org-cycle): Temporarily switch `outline-regexp' if
9157 `org-cycle-include-plain-lists' is non-nil.
9158 (org-start-icalendar-file): Fix format bug.
9159 (org-agenda-get-day-entries): Create category table.
9160 (org-agenda-get-todos, org-agenda-get-timestamps)
9161 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9162 (org-agenda-get-blocks): Use `org-get-category'.
9163 (org-context-in-file-links): Rename from
9164 `org-line-numbers-in-file-links'.
9165
9166 2005-12-06 Romain Francoise <romain@orebokech.com>
9167
9168 * window.el (balance-windows): Delete extraneous third arg in call
9169 to `enlarge-window'.
9170
9171 2005-12-06 Kenichi Handa <handa@m17n.org>
9172
9173 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9174
9175 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9176
9177 * progmodes/gdb-ui.el (gdb-var-create-handler)
9178 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9179 (gdb-var-list-children-handler, gdb-var-update-handler):
9180 Current buffer is already gdb-partial-output-buffer, don't
9181 make it current again.
9182
9183 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9184
9185 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9186 (list-buffers-noselect): Use it.
9187
9188 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9191 (mail-yank-ignored-headers): Use regexp-opt.
9192 (mail-mode-map): Move initialization into declaration.
9193 (mail-sent-via): Remove unused shadowed var `to-line'.
9194 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9195 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9196 (mail-do-fcc): Use dolist and push.
9197 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9198 (mail-yank-ignored-headers): Don't autoload.
9199
9200 2005-12-05 Kenichi Handa <handa@m17n.org>
9201
9202 * international/mule-cmds.el (set-language-info-internal): New fun.
9203 (set-language-info): Call set-language-info-internal to update
9204 language-info-alist. If LANG-ENV is the current one, call
9205 set-language-environment to make INFO effective now.
9206 (set-language-info-alist): Likewise.
9207 (locale-language-names): With locale "en", use English
9208 lang. env. but set the default codings to iso-8859-1.
9209
9210 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9211
9212 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9213 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9214 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9215 for plain strings.
9216 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9217 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9218 Create registers buffer if necessary. Echo new state in minibuffer.
9219 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9220
9221 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9222
9223 * info.el (Info-fontify-node): Match external links using
9224 non-directory part of filename.
9225
9226 2005-12-04 Juri Linkov <juri@jurta.org>
9227
9228 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9229 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9230 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9231 because there is no customization option for it.
9232
9233 * font-lock.el (lisp-font-lock-keywords-1):
9234 Add define-global-minor-mode.
9235
9236 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9237
9238 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9239 properties on the constructed variable names.
9240
9241 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9242 Put `definition-name' properties on the constructed function names
9243 next-sym and prev-sym.
9244
9245 * emacs-lisp/find-func.el (find-function-regexp):
9246 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9247 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9248 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9249 and easy-menu-define.
9250
9251 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9252 easy-mmode-define-global-mode and define-global-minor-mode.
9253 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9254
9255 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9256 instead of easy-mmode-define-global-mode.
9257
9258 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9259 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9260
9261 * cus-edit.el (customize-group, customize-group-other-window):
9262 Filter out autoloaded options from the group completion list by
9263 using heuristics that autoloaded groups don't have `custom-autoload'
9264 property on their symbols (they have only `custom-loads').
9265
9266 * simple.el (completion-setup-function): Put completions-common-part
9267 face on complete completion string too (i.e. completion string
9268 without completions-first-difference face).
9269
9270 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9271
9272 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9273
9274 * view.el (view-mode): Doc fix.
9275
9276 * disp-table.el (standard-display-european): Add to the warning
9277 message a reference to the doc string.
9278
9279 * play/yow.el (apropos-zippy): Call print-help-return-message,
9280 similar to other Help and Apropos commands.
9281
9282 * help.el (print-help-return-message): If pop-up-frames is
9283 non-nil, set up help-return-method to delete the help window and,
9284 possibly, its frame as well, and don't display message about
9285 scrolling the help window. Doc fix.
9286 (help-return-method): Doc fix.
9287
9288 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9289
9290 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9291 whereby names of length one or names starting with a
9292 symbol-constituent character would not be returned.
9293
9294 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9295
9296 * subr.el (atomic-change-group): Add edebug and indentation spec.
9297
9298 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9299
9300 * completion.el (save-completions-file-name): Fix typo in last change.
9301
9302 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9303
9304 * info.el: Move back/forward history to the beginning of the tool bar.
9305
9306 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9307
9308 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9309 Add fset of allout-real-isearch-abort during compile to fix
9310 byte-compilation warnings.
9311 (allout-mode-p): Move definition of this macro above all uses, or
9312 byte compilation in barren emacs (eg, during emacs build) will
9313 lack the definition.
9314 (allout-mode): Move this variable above any uses, or byte
9315 compilation will fail.
9316 (allout-resolve-xref): Remove use of personal file-reference function.
9317 (allout-toggle-current-subtree-encryption): Do the current (ie,
9318 visible containing) topic, rather than nearest around point. Doc fix.
9319 (allout-toggle-subtree-encryption): New function, workhorse that
9320 works on nearest topic containing point.
9321 (allout-encrypt-string): Signal requirement for newer version of pgg.
9322 (allout-resumptions): Doc fix.
9323
9324 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9325
9326 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9327
9328 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9329
9330 * textmodes/flyspell.el (flyspell-external-point-words):
9331 Consider a misspelling as found in the string search if: (a) misspelling
9332 and found string lengths match, or (b) misspelling is found as
9333 element in a boundary-chars separated longer string, or (c)
9334 ispell-program-name is really ispell and misspelling is found as
9335 part of a TeX string. After successful match move beginning of
9336 search region to end of match. Warn about not found misspellings
9337 once the process is done.
9338 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9339
9340 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9341
9342 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9343 tool bar (removed inadvertently).
9344
9345 2005-12-02 Juri Linkov <juri@jurta.org>
9346
9347 * log-view.el (log-view-diff): Clarify doc string.
9348
9349 2005-12-01 Bill Wohler <wohler@newt.com>
9350
9351 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9352 triggers lm-verify errors.
9353
9354 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9355
9356 * simple.el (transient-mark-mode, line-number-mode)
9357 (column-number-mode, size-indication-mode): Remove `:require nil'.
9358
9359 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9360
9361 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9362 in the margin also.
9363 (gdb-breakpoints-mode-map): Use D instead of d for
9364 gdb-delete-breakpoint.
9365 (gdb-get-frame-number): Require a number to match on.
9366 (gdb-threads-mode-map): Add follow-link binding.
9367
9368 2005-11-30 Jason Rumney <jasonr@gnu.org>
9369
9370 * isearch.el (isearch-mode-map): Avoid exiting search on
9371 language-change event.
9372
9373 2005-11-30 Romain Francoise <romain@orebokech.com>
9374
9375 * speedbar.el (speedbar-default-position): New defcustom.
9376 (speedbar-frame-reposition-smartly): Use it.
9377
9378 * dframe.el (dframe-reposition-frame-emacs): Fix position
9379 computation for `left' location.
9380 Update copyright year.
9381
9382 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9383
9384 * help.el (help-map): Move initialization into declaration.
9385
9386 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9387
9388 * help-fns.el (help-argument-name): Don't autoload.
9389 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9390 to be re-loaded when customizing the `help' group.
9391
9392 2005-11-30 John Paul Wallington <jpw@gnu.org>
9393
9394 * help-fns.el (describe-function-1): Fill arglist output.
9395
9396 2005-11-30 Kim F. Storm <storm@cua.dk>
9397
9398 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9399 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9400 after revert-buffer (or anything else which kills all local variables).
9401
9402 * apropos.el (apropos-parse-pattern): Doc fix.
9403 Set apropos-regexp directly, rather than expecting callers to do so.
9404 (apropos-command, apropos, apropos-value, apropos-documentation):
9405 Simplify calls to apropos-parse-pattern.
9406
9407 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9408
9409 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9410 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9411 (hi-lock-write-interactive-patterns): Use comment-region.
9412
9413 * longlines.el (longlines-mode): Add mail-setup-hook.
9414
9415 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9416
9417 * simple.el (sendmail-user-agent-compose, next-line):
9418 Conditionally use hard-newline.
9419
9420 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9421
9422 * international/latexenc.el (latex-inputenc-coding-alist):
9423 Reword doc string.
9424
9425 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9426
9427 * help.el (describe-key-briefly, describe-key): Recognize default
9428 bindings.
9429
9430 2005-11-29 Romain Francoise <romain@orebokech.com>
9431
9432 * view.el (view-inhibit-help-message): New defcustom.
9433 (view-mode-enter): Use it.
9434
9435 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9436
9437 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9438 Preserve user position.
9439
9440 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9441
9442 * font-lock.el: Throw error if facemenu is not loaded to prevent
9443 accidental change of loading order in loadup.el. (Suggested by RMS.)
9444
9445 * loadup.el: Add comment explaining why facemenu must be loaded
9446 before font-lock.
9447
9448 2005-11-28 Jay Belanger <belanger@truman.edu>
9449
9450 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9451 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9452
9453 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9454
9455 * calc/calc-embed.el (calc-do-embedded): Update help message.
9456
9457 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9458
9459 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9460
9461 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9462
9463 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9464 called-interactively-p.
9465 (elp-profilable-p): Rename from elp-not-profilable-p.
9466 Invert result and take into account macros and autoloaded functions.
9467 (elp-instrument-function): Update call.
9468 (elp-instrument-package): Update call. Add completion.
9469 (elp-pack-number): Use match-string.
9470 (elp-results-jump-to-definition-by-mouse): Merge into
9471 elp-results-jump-to-definition and then remove.
9472 (elp-output-insert-symname): Make help echo text single-line.
9473
9474 * replace.el (query-replace-map): Move initialization into declaration.
9475 (occur-engine): Use with-current-buffer.
9476 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9477 (occur-mode-mouse-goto): Replace with an alias.
9478
9479 2005-11-28 Juri Linkov <juri@jurta.org>
9480
9481 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9482
9483 * term/w32-win.el: Bind [S-tab] to [backtab].
9484
9485 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9486 `Info-find-file' to t.
9487
9488 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9489 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9490 and same-window-regexps.
9491 (occur-next-error): Don't move point for arg 0.
9492
9493 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9494
9495 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9496
9497 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9498
9499 * log-edit.el (log-edit-changelog-use-first): New var.
9500 (log-edit-changelog-ours-p): Use it.
9501 (log-edit-insert-changelog): Set it with new arg `use-first'.
9502 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9503 (log-edit-hook): Add them to the list of suggested options.
9504
9505 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9506 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9507 redundant work.
9508 (flyspell-mode-on): Use add-hook for after-change-functions.
9509 (flyspell-mode-off): Use remove-hook for after-change-functions.
9510 (flyspell-changes): Make it buffer-local.
9511 (flyspell-after-change-function): Make it non-interactive. Use push.
9512 (flyspell-post-command-hook): Check input-pending-p while processing
9513 the potentially long list of buffer changes.
9514
9515 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9516
9517 * buff-menu.el (list-buffers-noselect): Display the selected
9518 frame's buffer list, not the global one.
9519
9520 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9521
9522 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9523 that (list last-input-event) works as in interactive spec.
9524
9525 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9526
9527 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9528 `facemenu-keymap' needs to be defined when font-lock is loaded.
9529 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9530
9531 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9532
9533 * completion.el: Remove useless leading * in defcustom docstrings.
9534 (save-completions-file-name): Use ~/.emacs.d if available.
9535 (completion-standard-syntax-table): Rename from
9536 cmpl-standard-syntax-table and fold initialization into declaration,
9537 thus removing cmpl-make-standard-completion-syntax-table.
9538 (completion-lisp-syntax-table, completion-c-syntax-table)
9539 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9540 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9541 (symbol-under-point, symbol-before-point)
9542 (symbol-under-or-before-point, symbol-before-point-for-complete)
9543 (add-completions-from-c-buffer): Use with-syntax-table.
9544 (make-completion): Don't return a list of completion entries.
9545 Update callers.
9546 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9547 (completion-initialize): Rename from initialize-completions.
9548 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9549 (kill-emacs-save-completions): Collect stats here.
9550 (save-completions-to-file, load-completions-from-file):
9551 Use with-current-buffer.
9552 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9553 into a function. Move all calls to toplevel.
9554 (completion-lisp-mode-hook): New fun.
9555 (completion-c-mode-hook, completion-setup-fortran-mode):
9556 Set the syntax-table here. Use local-set-key.
9557 (completion-saved-bindings): New var.
9558 (dynamic-completion-mode): Make it into a proper minor mode.
9559 (load-completions-from-file): Remove unused var `num-uses'.
9560
9561 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9562 constructor if it is explicitly overridden.
9563
9564 * complete.el (PC-completion-as-file-name-predicate):
9565 Use minibuffer-completing-file-name.
9566 (partial-completion-mode): Use find-file-not-found-functions.
9567 (PC-lisp-complete-symbol): Use with-syntax-table.
9568 (PC-look-for-include-file): Remove dead setq.
9569 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9570 (PC-complete): Use with-current-buffer.
9571
9572 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9573 escape single quotes.
9574
9575 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9576
9577 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9578 of `if' whose condition always returned nil. Doc fix.
9579
9580 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9581 window's buffer the current buffer around the call to
9582 `list-buffers-noselect'. This is necessary to mark that buffer
9583 with a `.' in the Buffer Menu when called from Lisp, for instance
9584 by Auto Revert Mode.
9585
9586 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9587
9588 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9589 attaching to it.
9590 (gdb-pre-prompt): Make sure gdb-error is reset.
9591
9592 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9593 with a child process, detect it.
9594 (gud-speedbar-buttons): Match regexp more carefully.
9595
9596 2005-11-27 Richard M. Stallman <rms@gnu.org>
9597
9598 * mouse.el (mouse-drag-move-window-bottom):
9599 Use adjust-window-trailing-edge.
9600
9601 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9602
9603 * simple.el (blink-matching-open): Ignore
9604 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9605 (blink-matching-paren-on-screen): Update docstring.
9606
9607 * paren.el (show-paren-mode): No longer change
9608 `blink-matching-paren-on-screen'.
9609
9610 2005-11-27 John Paul Wallington <jpw@pobox.com>
9611
9612 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9613 (gdb-threads-select, gdb-edit-register-value):
9614 Use `posn-set-point' instead of `mouse-set-point' because the
9615 latter is not fbound when configured without X.
9616
9617 2005-11-27 Kim F. Storm <storm@cua.dk>
9618
9619 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9620 existing face when partially highlighting a TAB in a rectangle.
9621
9622 2005-11-26 Kim F. Storm <storm@cua.dk>
9623
9624 * ido.el (ido-mode-map): Doc fix.
9625 (ido-mode-common-map, ido-mode-file-map)
9626 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9627 (ido-define-mode-map): Rewrite. Select one of the new maps as
9628 parent for ido-mode-map instead of building from scratch.
9629 (ido-init-mode-maps): New defun to initialize new maps.
9630 (ido-mode): Call it.
9631 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9632 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9633
9634 2005-11-26 John Paul Wallington <jpw@pobox.com>
9635
9636 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9637 `mouse-set-point' because the latter is not fbound when configured
9638 without X.
9639
9640 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9641
9642 * files.el (file-relative-name): Doc fix.
9643
9644 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9645
9646 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9647 non-empty string for secondary prompt PS2.
9648
9649 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9650
9651 * progmodes/compile.el (compilation-setup): Fix last change.
9652
9653 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9654
9655 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9656 (gdb-mouse-toggle-breakpoint-margin)
9657 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9658 Add gdb-server-prefix to keep out of command history.
9659 (gdb-edit-register-value): New function.
9660 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9661 (gdb-info-registers-custom): Use above map.
9662
9663 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9664
9665 * custom.el (enable-theme): Signal error if argument is not a
9666 theme. Don't recalculate a face if it's not loaded yet.
9667
9668 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9669 the `user' theme is in effect.
9670
9671 * info.el (Info-on-current-buffer): Record actual filename in
9672 Info-current-file, instead of t, or a fake filename if a non-file
9673 buffer. Make autoload.
9674 (Info-find-node, Info-revert-find-node): No need to check for
9675 Info-current-file nil.
9676 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9677 Info-current-file is now never `t'.
9678 (Info-fontify-node): Many simplifications due to Info-current-file
9679 always being valid. Use Info-find-file to find node filename.
9680
9681 2005-11-25 David Kastrup <dak@gnu.org>
9682
9683 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9684 new character, then delete" in order to preserve markers.
9685
9686 2005-11-25 David Ponce <david@dponce.com>
9687
9688 * recentf.el (recentf-arrange-by-rule): Handle a special
9689 `auto-mode-alist'-like "strip suffix" rule.
9690 (recentf-build-mode-rules): Handle second level auto-mode entries.
9691
9692 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9693
9694 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9695 window modes.
9696
9697 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9698 jde-javadoc-checker-report-mode.
9699
9700 * ediff-wind (ediff-make-wide-display): Slight simplification.
9701
9702 * ediff.el (ediff-date): Change the date of last update.
9703
9704 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9705
9706 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9707 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9708 (hi-lock-mode): New global minor mode.
9709 (turn-on-hi-lock-if-enabled): New function.
9710 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9711 Change arguments to regexp and face instead of a font-lock pattern.
9712 Directly set face property, instead of refontifying.
9713 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9714 (hi-lock-find-patterns): Use line-number-at-pos.
9715
9716 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9717 arguments for hi-lock-set-pattern.
9718 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9719 Call font-lock-fontify-buffer.
9720 (hi-lock-find-file-hook, hi-lock-current-line)
9721 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9722
9723 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9724 turned off.
9725
9726 * progmodes/compile.el (compilation-setup): Don't fiddle with
9727 font-lock-defaults.
9728
9729 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9730
9731 * progmodes/gdb-ui.el (gdb-var-create-handler)
9732 (gdb-var-list-children-handler): Find values for all variable
9733 objects. gud-speedbar-buttons decides whether to display them.
9734
9735 2005-11-24 Romain Francoise <romain@orebokech.com>
9736
9737 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9738 buffer name with a space.
9739
9740 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9741
9742 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9743 `org-export-local-list-max-depth'. Change default value to 3.
9744 (org-auto-renumber-ordered-lists)
9745 (org-plain-list-ordered-item-terminator): New options.
9746 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9747 (org-get-indentation, org-get-string-indentation)
9748 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9749 New functions.
9750 (org-move-item-down, org-move-item-up): New commands.
9751 (org-export-as-html): New classes for CSS support. Bug fix in
9752 regular expression detecting fixed-width regions. Respect
9753 `org-local-list-ordered-item-terminator'.
9754 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9755 also a list item.
9756 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9757 New item moving functions.
9758
9759 2005-11-24 Juri Linkov <juri@jurta.org>
9760
9761 * isearch.el (isearch-repeat): With empty search ring set
9762 `isearch-error' to the error string instead of signaling error
9763 with the function `error'.
9764
9765 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9766
9767 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9768
9769 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9770
9771 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9772 and variable.
9773 (gdb-var-create-handler, gdb-var-list-children-handler):
9774 Don't match on "char **...".
9775 (gdb-var-update-handler): Find values for all variable objects.
9776 (gdb-info-frames-custom): Identify frames by leading "#".
9777
9778 * progmodes/gud.el (gud-speedbar-menu-items): Add
9779 gdb-speedbar-auto-raise as radio button.
9780 (gud-speedbar-buttons): Raise speedbar if requested.
9781 Don't match on "char **...".
9782 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9783 Make it editable.
9784
9785 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
9786
9787 * info.el (Info-fontify-node): Handle the case where
9788 Info-current-file is t.
9789
9790 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9791
9792 * simple.el (blink-matching-open): Fix off-by-one in last change.
9793
9794 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9795
9796 * term/mac-win.el: Don't change default directory.
9797
9798 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
9799
9800 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9801 buffers correctly. (It used to throw an error in such buffers.)
9802 Make it ask for confirmation in group buffers and other Custom
9803 buffers containing more than one customization item.
9804
9805 2005-11-22 John Paul Wallington <jpw@gnu.org>
9806
9807 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9808 property on mail and url overlays.
9809 (goto-address-at-point): Use `posn-set-point' instead of
9810 `mouse-set-point' because the latter is not fbound when configured
9811 without X.
9812
9813 2005-11-22 Lars Hansen <larsh@soem.dk>
9814
9815 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9816 (ls-lisp-classify, ls-lisp-format): Delete call to
9817 ls-lisp-parse-symlink.
9818 (ls-lisp-handle-switches): Handle symlinks to directories as
9819 directories when ls-lisp-dirs-first in non-nil.
9820
9821 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
9822
9823 * startup.el (command-line): Make sure that loaddefs.el is handled
9824 correctly in load-history.
9825
9826 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
9827
9828 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9829 (gdb-struct-string, gdb-array-string): New constants.
9830 (gdb-info-locals-handler): Use them.
9831 (gdb-reset): Reset gdb-var-list to nil.
9832
9833 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9834
9835 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9836 in patterns.
9837
9838 2005-11-21 Juri Linkov <juri@jurta.org>
9839
9840 * custom.el (defcustom): Update link types in docstring.
9841
9842 2005-11-20 Martin Rudalics <rudalics@gmx.at>
9843
9844 * custom.el (defgroup): Add doc-string-elt info.
9845
9846 * widget.el (define-widget): Don't use declare for the doc-string-elt.
9847
9848 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9849
9850 * newcomment.el (comment-enter-backward): Fix last fix.
9851
9852 * simple.el (blink-matching-open):
9853 * paren.el (show-paren-function): Allow new paren-class info.
9854
9855 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9856
9857 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
9858 handled automagically.
9859
9860 2005-11-20 Andreas Schwab <schwab@suse.de>
9861
9862 * descr-text.el (describe-char): When copying overlays put them
9863 over the full char description instead of just the first character
9864 of it.
9865
9866 2005-11-20 Juri Linkov <juri@jurta.org>
9867
9868 * simple.el (what-cursor-position):
9869 * descr-text.el (describe-char): Use Lisp-readable syntax
9870 for octal and hex. Reorder decimal, octal and hex values.
9871 Remove excess whitespace in the output. Use `=' in `column='
9872 like in `point=' and `Hscroll='.
9873
9874 * international/mule-cmds.el (encoded-string-description):
9875 Use Lisp-readable syntax for hex.
9876
9877 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9878
9879 * newcomment.el (comment-enter-backward): Handle the case where the
9880 comment is closed by EOB.
9881
9882 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9883
9884 * longlines.el (longlines-before-revert-hook)
9885 (longlines-after-revert-hook): New functions.
9886 (longlines-mode): Turn off longlines temporarily when reverting.
9887 Add a message-setup-hook.
9888 (longlines-decode-buffer): New function.
9889 (longlines-wrap-line): Preserve marker positions.
9890
9891 2005-11-19 Andreas Schwab <schwab@suse.de>
9892
9893 * emacs-lisp/shadow.el: Handle compressed files.
9894
9895 2005-11-19 Romain Francoise <romain@orebokech.com>
9896
9897 * net/browse-url.el (browse-url-default-browser): Signal an error
9898 if no usable browser can be found, rather than try to load w3.
9899
9900 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
9901
9902 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9903 replacing existing properties.
9904 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9905 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9906 tty specs.
9907 (rcirc-server-prefix, rcirc-server): New faces.
9908 (rcirc-url-regexp): Generate with rx macro.
9909 (rcirc-last-server-message-time): New variable.
9910 (rcirc-filter): Record time of last message.
9911 (rcirc-keepalive): Kill processes that did not send a message
9912 since the last ping.
9913 (rcirc-mode): Give rcirc-topic a local binding here.
9914
9915 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
9916
9917 * subr.el (read-passwd): Fontify the prompt as we do with other
9918 prompts.
9919
9920 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
9921
9922 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9923 binding buffer-read-only to nil.
9924
9925 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9926
9927 * complete.el (partial-completion-mode):
9928 Mention completion-auto-help in the doc string.
9929
9930 * man.el (Man-highlight-references): Doc fix. Reformat code in a
9931 more Lisp-ish way.
9932
9933 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9934
9935 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9936 digits, not 8, to avoid misalignment for files larger than 100MB.
9937
9938 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9939
9940 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9941 Mention "keyboard shortcuts" in the help text.
9942
9943 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9944
9945 * startup.el (fancy-splash-default-action): Discard only
9946 mouse-down and succeeding mouse-up events in the splash screen
9947 window so that drag-n-drop event can be processed.
9948
9949 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
9950
9951 * longlines.el (longlines-mode): Add hacks for mail-mode and
9952 message-mode.
9953
9954 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9955
9956 * textmodes/org.el (org-table-sort-lines): New command.
9957 (org-tbl-menu): Add entry for `org-table-sort-lines'.
9958 (org-add-file): Command removed, use `org-agenda-file-to-front'
9959 instead.
9960 (org-export-icalendar): Use `org-icalendar-combined-name'.
9961 (org-cycle-agenda-files, org-agenda-file-to-end)
9962 (org-agenda-file-to-front): New commands.
9963 (org-table-tab-jumps-over-hlines, org-export-html-style):
9964 New options.
9965 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9966 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9967 New functions.
9968 (org-fill-paragraph): Call `org-table-align' in tables.
9969 (org-mode): Call `org-set-autofill-regexps'.
9970 (org-export-as-html): Support for local handformatted lists.
9971 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9972 (org-export-local-list-max-depth): New option.
9973 (org-html-expand): Use `org-html-protect'.
9974
9975 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
9976
9977 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9978 to "p".
9979 (gdb): Move definition of gud-pp to...
9980
9981 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
9982 speedbar.
9983 (gdb-find-watch-expression): New function.
9984
9985 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9986
9987 * faces.el (face-attribute, set-face-attribute): Mention existence
9988 of `:ignore-defface' setting in docstring.
9989
9990 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9991
9992 * simple.el (completion-setup-function): Fix last change.
9993
9994 2005-11-17 John Paul Wallington <jpw@pobox.com>
9995
9996 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9997 Use `posn-set-point' instead of `mouse-set-point' because the
9998 latter is not fbound when configured without X.
9999
10000 * comint.el (comint-insert-input): Likewise.
10001
10002 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10003
10004 * simple.el (hard-newline): New variable.
10005 (sendmail-user-agent-compose, next-line): Use it.
10006
10007 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10008 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10009 (mail-mail-reply-to, mail-mail-followup-to)
10010 (mail-position-on-field, mail-signature, mail-yank-original)
10011 (mail-attach-file): Likewise.
10012
10013 * mail/mailheader.el (mail-header-format)
10014 (mail-header-format-function): Likewise.
10015
10016 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10017
10018 2005-11-17 Juri Linkov <juri@jurta.org>
10019
10020 * font-lock.el (font-lock-faces): Rename this defgroup from
10021 `font-lock-highlighting-faces'.
10022 (font-lock-comment-face, font-lock-comment-delimiter-face)
10023 (font-lock-string-face, font-lock-doc-face)
10024 (font-lock-keyword-face, font-lock-builtin-face)
10025 (font-lock-function-name-face, font-lock-variable-name-face)
10026 (font-lock-type-face, font-lock-constant-face)
10027 (font-lock-warning-face, font-lock-negation-char-face)
10028 (font-lock-preprocessor-face)
10029 (font-lock-regexp-grouping-backslash)
10030 (font-lock-regexp-grouping-construct): Rename :group from
10031 `font-lock-highlighting-faces' to `font-lock-faces'.
10032
10033 * cus-edit.el (lisp, c, tex):
10034 * progmodes/ada-mode.el (ada):
10035 * progmodes/asm-mode.el (asm):
10036 * progmodes/cperl-mode.el (cperl-faces):
10037 * progmodes/cpp.el (cpp):
10038 * progmodes/dcl-mode.el (dcl):
10039 * progmodes/f90.el (f90):
10040 * progmodes/fortran.el (fortran):
10041 * progmodes/icon.el (icon):
10042 * progmodes/idlwave.el (idlwave-misc):
10043 * progmodes/m4-mode.el (m4):
10044 * progmodes/make-mode.el (makefile):
10045 * progmodes/meta-mode.el (meta-font):
10046 * progmodes/modula2.el (modula2):
10047 * progmodes/octave-mod.el (octave):
10048 * progmodes/pascal.el (pascal):
10049 * progmodes/perl-mode.el (perl):
10050 * progmodes/prolog.el (prolog):
10051 * progmodes/ps-mode.el (PostScript-edit):
10052 * progmodes/scheme.el (scheme):
10053 * progmodes/sh-script.el (sh-script):
10054 * progmodes/simula.el (simula):
10055 * progmodes/tcl.el (tcl):
10056 * textmodes/nroff-mode.el (nroff):
10057 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10058 * textmodes/sgml-mode.el (sgml):
10059 * textmodes/texinfo.el (texinfo):
10060 Add :link (custom-group-link font-lock-faces) to defgroup.
10061
10062 * hi-lock.el (hi-lock): Rename this defgroup from
10063 `hi-lock-interactive-text-highlighting'. Change parent group from
10064 `faces' to `font-lock'. Add link to the manual.
10065 (hi-lock-mode, hi-lock-file-patterns-range)
10066 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10067 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10068 (hi-lock-faces): Add :group `faces'.
10069
10070 * cus-edit.el (custom-variable-prompt): Clarify the code.
10071
10072 * faces.el (face-read-string): Set the default value arg of
10073 completing-read.
10074
10075 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10076
10077 * rfn-eshadow.el (file-name-shadow-properties)
10078 (file-name-shadow-tty-properties, file-name-shadow-mode):
10079 Remove autoloads, because the file is now preloaded.
10080
10081 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10082
10083 * printing.el (easy-menu-intern): Don't define.
10084 (pr-get-symbol): Use easy-menu-intern only if defined.
10085
10086 * simple.el (blink-matching-open): Simplify a bit.
10087 (completion-setup-function): Fix the case of partial-completion-mode
10088 when the minibuffer's contents start with "-".
10089 Obey completion-base-size-function even when
10090 minibuffer-completing-file-name is non-nil.
10091
10092 2005-11-16 Richard M. Stallman <rms@gnu.org>
10093
10094 * net/eudcb-ph.el (eudc-ph-open-session):
10095 Use set-process-query-on-exit-flag.
10096
10097 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10098
10099 * international/ucs-tables.el (ucs-set-table-for-input):
10100 Use make-local-variable, not make-variable-buffer-local.
10101
10102 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10103 Improve warning message text.
10104
10105 * savehist.el (savehist-save-hook): Add :group.
10106
10107 * menu-bar.el (menu-bar-help-menu):
10108 Rename Find Extra Packages to External Packages.
10109
10110 * cus-edit.el (Custom-reset-standard): Verify that
10111 :custom-standard-value prop exists before calling it.
10112
10113 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10114
10115 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10116
10117 * wid-edit.el (color): Enclose %t in %{...%}.
10118
10119 * cus-edit.el (face): Enclose %t in %{...%}.
10120
10121 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10122
10123 * savehist.el (savehist-mode-hook): Re-add the var.
10124 (savehist-mode): Use it.
10125
10126 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * textmodes/flyspell.el: Fix commenting convention.
10129 Remove unnecessary leading * in custom docstrings.
10130 (flyspell-emacs): Remove unused var.
10131 (flyspell-delete-region-overlays): Use remove-overlays.
10132 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10133 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10134 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10135 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10136 (make-flyspell-overlay): Don't locally reuse a global name.
10137 (flyspell-highlight-incorrect-region)
10138 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10139 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10140 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10141 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10142 Wrap calls to accept-process-output inside with-local-quit since it's
10143 often called from a post-command-hook.
10144 (flyspell-correct-word, flyspell-auto-correct-word):
10145 Use ispell-send-string.
10146 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10147
10148 * calendar/diary-lib.el (diary-list-entries): Also hide the
10149 terminating newline.
10150
10151 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10152
10153 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10154 window-system, to allow fonts on tty.
10155
10156 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10157
10158 * progmodes/gud.el (gud-speedbar-item-info): New function.
10159 (gud-install-speedbar-variables): Use it to display data type
10160 of watch expression as a tooltip in speedbar.
10161
10162 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10163
10164 * font-core.el (global-font-lock-mode): Add :version keyword,
10165 because default was changed.
10166
10167 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10168
10169 * startup.el (command-line): Use `custom-reevaluate-setting' for
10170 `file-name-shadow-mode'.
10171
10172 * loadup.el: Preload rfn-eshadow.
10173
10174 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10175 Add :version keyword.
10176 (file-name-shadow-properties, file-name-shadow-tty-properties)
10177 (file-name-shadow): Add :version keyword.
10178
10179 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10180 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10181 in the custom-group property of the symbol frames and the fringe
10182 group got no link to its parent group frames.
10183 Doc fix.
10184
10185 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10186
10187 * progmodes/gud.el (gud-stop-subjob): New function.
10188 (gud-menu-map, gud-tool-bar-map): Use it.
10189
10190 2005-11-16 Kim F. Storm <storm@cua.dk>
10191
10192 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10193 than kill it.
10194 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10195 to a more useful/logical place.
10196
10197 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10198
10199 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10200 go buttons complementary.
10201
10202 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10203
10204 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10205 (rfn-eshadow-sifn-equal): New function.
10206 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10207
10208 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10209
10210 * viper-utils.el (viper-non-word-characters-reformed-vi):
10211 Quote `-' in string.
10212
10213 * viper.el (viper-emacs-state-mode-list): Ensure that
10214 rcirc-mode buffers come up in Emacs state.
10215
10216 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10217 operation.
10218
10219 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10220
10221 * term.el (term-termcap-format): Fix typos.
10222 (term-down): Fix the negative argument case.
10223
10224 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10225
10226 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10227 2005-08-15.
10228 (gdb-ann3): New command gud-go.
10229 (menu): Accomodate gdb-mi.el.
10230 (gdb-assembler-custom): Make buffer of selected window current
10231 so that set-window-point works.
10232
10233 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10234 buttons and include new ones.
10235
10236 2005-11-16 Kim F. Storm <storm@cua.dk>
10237
10238 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10239 (gud-menu-map): Use it.
10240
10241 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10242
10243 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10244 that works correctly for Custom and that does not override a user
10245 who disables it.
10246
10247 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10248 (help-xref-interned, help-follow): Make hyperlinks for variables
10249 that are unbound, but have a non-nil variable-documentation property.
10250
10251 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10252 mode hook. (It conflicted with defcustoms for some mode hooks.)
10253 Use the `variable-documentation' property to give the mode hook a
10254 docstring and expand that docstring.
10255
10256 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10257
10258 * savehist.el (savehist-mode): Don't bother with
10259 `custom-set-minor-mode'.
10260 (savehist-coding-system): Check XEmacs version.
10261 (history-length): Declare also at run time.
10262 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10263 Don't set the customize state.
10264 (savehist-minibuffer-hook): Special case for when
10265 minibuffer-history-variable is equal to t.
10266
10267 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10268
10269 * files.el (write-file): Refresh VC status.
10270
10271 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10272 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10273 than fundamental-mode to see if the mode was set.
10274
10275 2005-11-14 Romain Francoise <romain@orebokech.com>
10276
10277 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10278 dummy function in `eval-when-compile' to avoid compiler warning.
10279 Require `man' at compile time.
10280
10281 2005-11-14 Jay Belanger <belanger@truman.edu>
10282
10283 * calc-alg.el (calcFunc-write-out-power): Rename it to
10284 calcFunc-powerexpand.
10285 (math-write-out-power): Rename it to math-powerexpand; have it
10286 handle negative exponents.
10287 (calc-writeoutpower): Rename it to calc-powerexpand.
10288
10289 * calc-ext.el: Change calcFunc-writeoutpower and
10290 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10291 autoloads.
10292 Add calcFunc-ldiv to autoloads.
10293
10294 * calc-arith.el (calcFunc-ldiv): New function.
10295
10296 * calc.el (calc-left-divide): New function.
10297
10298 2005-11-14 Juri Linkov <juri@jurta.org>
10299
10300 * cus-edit.el (custom-variable-prompt): Set the default value arg
10301 of completing-read.
10302
10303 * cus-dep.el (custom-make-dependencies): Reverse the list of
10304 found dependencies.
10305
10306 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10307
10308 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10309 Highlighting" entry, it is on by default now.
10310 (menu-bar-options-save): Do not save global-font-lock-mode.
10311
10312 2005-11-13 Richard M. Stallman <rms@gnu.org>
10313
10314 * textmodes/flyspell.el (flyspell-large-region):
10315 Call flyspell-accept-buffer-local-defs.
10316
10317 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10318
10319 * textmodes/flyspell.el (flyspell-notify-misspell):
10320 Fix misspelling of "Misspelling".
10321 (flyspell-process-localwords): New function.
10322 (flyspell-large-region): Call flyspell-process-localwords and
10323 flyspell-delete-region-overlays.
10324 (flyspell-delete-region-overlays): New function.
10325 (flyspell-delete-all-overlays): Call that.
10326
10327 2005-11-13 Richard M. Stallman <rms@gnu.org>
10328
10329 * help.el (help-for-help-internal): Improve doc of C-h a.
10330 (describe-key): Improve prompt; doc fix.
10331
10332 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10333
10334 * vc-svn.el (vc-svn-registered): Catch all errors.
10335
10336 * cus-dep.el (custom-make-dependencies): Typo.
10337
10338 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10339
10340 * net/tramp-util.el (top): Fix compilation warning.
10341
10342 2005-11-13 Kim F. Storm <storm@cua.dk>
10343
10344 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10345
10346 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10347
10348 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10349 (gud-speedbar-buttons): Match on "const char *" too.
10350
10351 * progmodes/gdb-ui.el (gdb-var-create-handler)
10352 (gdb-var-list-children-handler): Match on "const char *" too.
10353 (gdb-var-evaluate-expression-handler): Match on empty string.
10354 (gdb-var-update-handler): Only call
10355 gdb-var-evaluate-expression-handler when required.
10356
10357 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10358
10359 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10360 selected window. This still doesn't work for speedbar.
10361 (gud-speedbar-buttons): Handle string expressions properly.
10362
10363 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10364 (gdb-var-create-handler): Handle string expressions properly.
10365 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10366 Handle string expressions properly. Move "type" field into regexp.
10367
10368 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10369
10370 * bookmark.el (bookmark-maybe-message): New function to reduce
10371 code duplication: invokes `message' iff baud-rate is high enough.
10372 (bookmark-write-file): Use above instead of an inline conditional.
10373 (bookmark-load): Same.
10374
10375 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10376
10377 * bookmark.el (bookmark-write-file): Don't visit the destination
10378 file, just write the data to it using write-region. This is
10379 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10380 change to avoid visiting the file in the first place.
10381
10382 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10383
10384 * hi-lock.el (hi-lock-mode): Set the default value of
10385 font-lock-defaults.
10386
10387 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10388
10389 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10390 arg to `file-attributes'.
10391 (find-lisp-format): The UID and GID can now be strings.
10392
10393 2005-11-12 Kim F. Storm <storm@cua.dk>
10394
10395 * help.el (help-map): Bind C-h d to apropos-documentation.
10396
10397 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10398 when point is at end-of-buffer.
10399
10400 * apropos.el (apropos-match-face): Doc fix.
10401 (apropos-sort-by-scores): Add new choice `verbose'.
10402 (apropos-documentation-sort-by-scores): New defcustom.
10403 (apropos-pattern): Now contains the pattern entered by the user.
10404 (apropos-pattern-quoted): New defvar.
10405 (apropos-regexp): New defvar, containing the regexp corresponding
10406 to apropos-pattern.
10407 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10408 (apropos-read-pattern): New defun. Use it to read pattern arg in
10409 interactive calls; returns list of words for a word list, and
10410 string for a regexp.
10411 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10412 parses a list of words or regexp as returned by apropos-read-pattern.
10413 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10414 (apropos-score-doc): Return a very high score if the string
10415 entered by the user matches literally.
10416 (apropos-variable): Doc fix. Use apropos-read-pattern.
10417 (apropos-command): Doc fix. Use apropos-read-pattern and
10418 apropos-parse-pattern. Call apropos-print with nosubst=t.
10419 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10420 apropos-parse-pattern.
10421 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10422 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10423 apropos-documentation-sort-by-scores. Call apropos-print with
10424 nosubst=t.
10425 (apropos-documentation-internal): Pass doc string through
10426 substitute-key-definition before adding text properties.
10427 Highlight substring matching literal user input if possible.
10428 (apropos-documentation-check-doc-file): Remove locals beg and end.
10429 Fix calculation of score (as added twice). Pass doc string through
10430 substitute-key-definition before adding text properties.
10431 (apropos-documentation-check-elc-file): Pass doc string through
10432 substitute-key-definition before adding text properties.
10433 Highlight substring matching literal user input if possible.
10434 (apropos-print): Add new arg NOSUBST; if set, command and variable
10435 doc strings have already been passed through substitute-key-definition.
10436 Add code to handle apropos-accumulator items without score element
10437 for backwards compatibility (e.g. with woman package).
10438 Only show scores if apropos-sort-by-scores is `verbose'.
10439
10440 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10441
10442 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10443 Add jka-compr-load-suffixes to load-suffixes.
10444
10445 * jka-compr.el: Require jka-cmpr-hook.
10446 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10447 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10448 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10449 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10450 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10451 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10452 (jka-compr-uninstall): Remove entries from
10453 jka-compr-added-to-file-coding-system-alist after they are used.
10454 (jka-compr-error): Remove unused var `curbuf'.
10455 (jka-compr-file-local-copy): Remove unused var `notfound'.
10456
10457 2005-11-10 Romain Francoise <romain@orebokech.com>
10458
10459 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10460
10461 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10462
10463 * progmodes/gud.el (gud-menu-map): Move parentheses.
10464 (gdb): New command gud-pv.
10465
10466 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10467
10468 * tar-mode.el: Remove spurious or unnecessary leading stars
10469 in docstrings.
10470 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10471 (tar-parse-octal-integer-safe): Use mapc.
10472 (tar-header-block-summarize): Remove unused var `ck'.
10473 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10474 cleared before. Obey default-enable-multibyte-characters.
10475 Use mapconcat. Simplify setting of tar-header-offset.
10476 (tar-mode-map): Move initialization inside delcaration.
10477 (tar-flag-deleted): Use `abs'.
10478 (tar-expunge-internal): Remove unused var `line'.
10479 (tar-expunge-internal): Don't hardcode point-min==1.
10480 (tar-expunge): Widen while doing set-buffer-multibyte.
10481 (tar-rename-entry): Use file-name-coding-system.
10482 (tar-alter-one-field): Don't hardcode point-min==1.
10483 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10484 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10485
10486 2005-11-10 Masatake YAMATO <jet@gyve.org>
10487
10488 * add-log.el (add-log-current-defun): Handle class::method
10489 notation of c++. Fix incorrect comment.
10490
10491 2005-11-10 Alan Mackenzie <acm@muc.de>
10492
10493 * help-fns.el (describe-variable): Make C-h v work when a variable
10494 has variable documentation yet is unbound.
10495
10496 2005-11-10 Masatake YAMATO <jet@gyve.org>
10497
10498 * man.el (Man-highlight-references): Set an empty
10499 string to `Man-arguments' if it is nil.
10500 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10501
10502 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10503
10504 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10505 commenting conventions.
10506
10507 * cus-dep.el (custom-make-dependencies): Simplify.
10508 Better follow the commenting conventions.
10509
10510 2005-11-09 Richard M. Stallman <rms@gnu.org>
10511
10512 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10513 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10514 All uses changed.
10515 (apropos-rewrite-regexp): Doc fix.
10516 (apropos-variable, apropos-command, apropos, apropos-value):
10517 Change prompt; carry through the argument renaming.
10518
10519 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10520
10521 * find-lisp.el: Require dired.
10522 (find-lisp-find-dired-internal): Do not call
10523 `abbreviate-file-name' on DIR.
10524
10525 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10526
10527 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10528
10529 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10530
10531 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10532 when using the speedbar.
10533 (gdb): New command gud-pp.
10534 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10535
10536 2005-11-09 Juri Linkov <juri@jurta.org>
10537
10538 * replace.el (occur-excluded-properties): New defcustom.
10539 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10540
10541 2005-11-08 Jay Belanger <belanger@truman.edu>
10542
10543 * calc/calc-units.el (math-convert-units): Replace any composite
10544 unit by its definition.
10545
10546 2005-11-08 Lars Hansen <larsh@soem.dk>
10547
10548 * emacs-lisp/autoload.el (update-directory-autoloads):
10549 Add obsolete function alias.
10550
10551 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10552
10553 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10554 comment-indent-function.
10555 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10556
10557 * reveal.el (reveal-post-command): Rework the handling of
10558 reveal-open-spots, so as to be more reliable. There were several
10559 tricky corner cases where an open spot might be lost, or where
10560 a closed spot might end up on the list of open spots.
10561 Only reveal text that's ellipsised.
10562
10563 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10564
10565 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10566
10567 2005-11-07 John Paul Wallington <jpw@gnu.org>
10568
10569 * ibuffer.el (ibuffer): Search iconified frames too when
10570 getting Ibuffer buffer's window.
10571
10572 2005-11-06 Richard M. Stallman <rms@gnu.org>
10573
10574 * progmodes/compile.el (compilation-internal-error-properties):
10575 save-excursion around the computation of MARKER.
10576
10577 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10578
10579 * textmodes/flyspell.el (flyspell-external-point-words):
10580 flyspell-get-word returns a list, not just a string.
10581
10582 2005-11-06 John Paul Wallington <jpw@pobox.com>
10583
10584 * ibuffer.el (ibuffer): Search all visible frames when getting
10585 Ibuffer buffer's window.
10586
10587 2005-11-07 Masatake YAMATO <jet@gyve.org>
10588
10589 * man.el (Man-reference-regexp): Accept spaces between
10590 `Man-name-regexp' and `Man-section-regexp'.
10591 (Man-apropos-regexp): New variable.
10592 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10593 if available.
10594 (Man-highlight-references, Man-highlight-references0):
10595 Handle the case when `Man-arguments' includes "-k".
10596 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10597 `TARGET'. `TARGET' can be a number, function or nil.
10598
10599 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10600
10601 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10602 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10603 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10604 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10605 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10606 (gdb-send-item): Use buffer-local-value and simplify.
10607
10608 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10609
10610 * startup.el (command-line): Use `custom-reevaluate-setting' for
10611 `global-font-lock-mode'.
10612
10613 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10614 by default, except in batch mode or when the -D option is given.
10615
10616 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10617 specified keyword args on to `define-minor-mode'. Update docstring.
10618
10619 2005-11-05 Romain Francoise <romain@orebokech.com>
10620
10621 * replace.el (occur-engine): Add marker at end of line, too.
10622
10623 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10624
10625 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10626 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10627 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10628 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10629 argument to all these routines, so the passphrase can be managed
10630 externally and passed in to the system.
10631 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10632 pgg-add-passphrase-to-cache function.
10633
10634 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10635 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10636 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10637 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10638 argument to all these routines, so the passphrase can be managed
10639 externally and passed in to the system.
10640 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10641 function.
10642
10643 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10644
10645 * font-lock.el: Don't deal with font-lock-face-attributes here,
10646 move the code ...
10647
10648 * startup.el (command-line): ... here. Use face-spec-set instead
10649 of custom-declare-face.
10650
10651 * faces.el (face-spec-set): Reset the face if spec is not nil.
10652
10653 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10654
10655 * newcomment.el (comment-region-internal): Box more tightly in the
10656 common case where there's no TAB in the boxed text.
10657
10658 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10659
10660 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10661 up-node.
10662
10663 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10664
10665 * newsticker.el: Commentary updated. Code formatting changed.
10666 (newsticker-version): Change to "1.9".
10667 (newsticker, newsticker-feed): Doc fix.
10668 (newsticker-url-list): Doc fix. Add option "Weekly".
10669 (newsticker-retrieval-interval): Add option "Weekly".
10670 (newsticker-headline-processing): Doc fix.
10671 (newsticker-auto-mark-filter): Remove.
10672 (newsticker-auto-mark-filter-list): New.
10673 (newsticker-layout, newsticker-sort-method): Doc fix.
10674 (newsticker-hide-old-items-in-newsticker-buffer)
10675 (newsticker-heading-format, newsticker-item-format)
10676 (newsticker-desc-format): Doc fix.
10677 (newsticker-show-all-rss-elements): Remove.
10678 (newsticker-show-all-news-elements): New.
10679 (newsticker-faces, newsticker-ticker): Doc fix.
10680 (remove-from-invisibility-spec): Code formatting.
10681 (newsticker--process-ids): New.
10682 (newsticker-mode): Doc fix.
10683 (newsticker-mode): Change mode-line-format.
10684 (newsticker-start): Remove debug output.
10685 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10686 (newsticker-w3m-show-inline-images): Code formatting.
10687 (newsticker-next-item): Call `force-mode-line-update'.
10688 (newsticker-previous-item): Call `force-mode-line-update'.
10689 (newsticker-next-feed): Call `force-mode-line-update'.
10690 (newsticker-previous-feed): Call `force-mode-line-update'.
10691 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10692 (newsticker-show-old-items): Do not show descs.
10693 (newsticker-hide-entry): Hide too much.
10694 (newsticker-hide-entry, newsticker-show-entry)
10695 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10696 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10697 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10698 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10699 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10700 (newsticker-get-news): Call `force-mode-line-update'.
10701 Collect process ids.
10702 (newsticker--sentinel): Change coding system handling.
10703 Move image retrieval to new functions newsticker--get-logo-url-*.
10704 Move feed parsing to new functions newsticker--parse-*.
10705 Update list of process ids.
10706 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10707 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10708 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10709 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10710 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10711 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10712 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10713 (newsticker--decode-coding-string): Remove.
10714 (newsticker--decode-numeric-entities): Check input. Format code.
10715 (newsticker--remove-whitespace): Check input.
10716 (newsticker--do-forget-preformatted): Doc fix.
10717 (newsticker--decode-rfc822-date): Allow for missing time.
10718 (newsticker--update-process-ids): New.
10719 (newsticker--image-sentinel): Change comment.
10720 (newsticker--image-read): Change error message.
10721 (newsticker--imenu-goto): Doc fix. Show headline title.
10722 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10723 (newsticker--buffer-do-insert-text): Clean whitespace in
10724 html-rendered headline title. Code formatting.
10725 Call `newsticker--buffer-print-extra-elements'.
10726 (newsticker--buffer-print-extra-element): Remove.
10727 (newsticker--buffer-print-extra-elements): New.
10728 (newsticker--buffer-do-print-extra-element): New.
10729 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10730 large sizes.
10731 (newsticker--run-auto-mark-filter)
10732 (newsticker--do-run-auto-mark-filter):
10733 Use `newsticker-auto-mark-filter-list'.
10734
10735 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10736
10737 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10738 (rcirc-print): Force redisplay before running hooks. Do long
10739 buffer truncation after making new text read-only. Deal with nil
10740 text when decoding strings. If TARGET is nil, use either the
10741 currently selected buffer, if it is an rcirc buffer and of the
10742 same process or the process buffer.
10743 (rcirc-mode): Remove header-line. Recompute short buffer names.
10744 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10745 (rcirc-short-buffer-name): Add variable.
10746 (rcirc-kill-buffer-hook): Recompute short buffer names.
10747 Remove nick from private channel.
10748 (rcirc-send-input): Send command text to current-buffer.
10749 Don't clear overlay arrow here.
10750 (rcirc-short-buffer-name): Return a short buffer name.
10751 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10752 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10753 buffer-name abbreviations.
10754 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10755 Do not touch nick-table when killing a parted channel.
10756 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10757 Clear arrow from current buffer if it is now hidden.
10758 (rcirc-current-buffer): Add variable.
10759 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10760 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10761 Remove -face from names.
10762 (rcirc-update-activity-string): Print "DND" when globally ignoring
10763 activity.
10764 (rcirc-ignore-buffer-activity-flag): Rename from
10765 rcirc-ignore-channel-activity.
10766 (rcirc-ignore-all-activity-flag): Doc fix.
10767 (rcirc-channels): Remove variable.
10768 (rcirc-kill-buffer-hook):
10769 (rcirc-get-buffer-create): Add nick to private channel.
10770 (rcirc-multiline-edit-submit): Remove tabs.
10771 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10772 folded.
10773 (rcirc-remove-nick-channel): Bug fix.
10774 (rcirc-toggle-ignore-buffer-activity): Rename from
10775 rcirc-toggle-ignore-channel-activity.
10776 (rcirc-record-activity): Add buffers to the front of the list.
10777 (rcirc-update-activity): Remove killed buffers from list.
10778 (rcirc-process-server-response-1): Remove last argument if it is
10779 null before calling handler.
10780 (rcirc): Add "rcirc" defcustom prefix.
10781 (rcirc-prompt): Simplify default prompt.
10782 Use custom-initialize-default.
10783 (rcirc-private-chats): Remove variable.
10784 (rcirc-prompt): Change initialization.
10785 (rcirc-version): Remove function.
10786 (rcirc-id-string): Add constant.
10787 (rcirc-last-buffer): Remove variable.
10788 (rcirc-buffer-alist): Add variable.
10789 (rcirc-connect): Update variable setup.
10790 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10791 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10792 default.
10793 (rcirc-handler-generic): Trigger activity.
10794 (rcirc-send-message): Create the buffor of the target.
10795 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10796 (rcirc-get-buffer): Just return nil if there is no matching buffer.
10797 (rcirc-multiline-edit-cancel): Remove function.
10798 (rcirc-set-last-buffer): Remove function.
10799 (rcirc-get-any-buffer): Add function.
10800 (rcirc-join-channels): Don't print /join text.
10801 (rcirc-toggle-ignore-channel-activity): Add and update echo area
10802 messages.
10803 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10804 (rcirc-handler-NOTICE): Recognize CTCP responses.
10805 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10806 constructing TOPIC string for buffers we are not JOINed.
10807 (rcirc-handler-CTCP-response): Add handler.
10808 (rcirc-multiline-edit-submit): Restore the window-configuration
10809 before adjusting point.
10810 (rcirc): Add customization group.
10811 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10812 (rcirc-user-full-name, rcirc-startup-channels-alist)
10813 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10814 (rcirc-ignore-all-activity-flag, rcirc-time-format)
10815 (rcirc-input-ring-size, rcirc-read-only-flag)
10816 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10817 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10818 Change defvar to defcustom.
10819 (rcirc-update-prompt): Add optional ALL arg, which will update
10820 prompts in all rcirc buffers. Regexp quote replacement text.
10821 (rcirc-fill-column): Accept frame-width as a value.
10822 (rcirc-set-changed): Add function.
10823 (rcirc-next-active-buffer): Write more meaningful messages.
10824 (rcirc-faces): Add customization group.
10825 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10826 (rcirc-nick-in-message-face, rcirc-prompt-face)
10827 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10828 (with-rcirc-process-buffer): Move before first usage.
10829 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10830 (rcirc-debug-flag): Rename from `rcirc-log-p'.
10831 (rcirc-debug): Rename from `rcirc-log'.
10832 (rcirc-format-response-string): Do not print `-' chars for a
10833 NOTICE with no sender. Simplify output of server responses.
10834
10835 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10836
10837 (rcirc-browse-url-map, rcirc-browse-url-at-point)
10838 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10839 Make urls mouse and RET clickable.
10840
10841 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10842
10843 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10844
10845 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10846
10847 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10848 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10849 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10850 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10851 argument to all these routines, so the passphrase can be managed
10852 externally and passed in to the system.
10853 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10854 pgg-add-passphrase-to-cache function.
10855
10856 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10857 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10858 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10859 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10860 argument to all these routines, so the passphrase can be managed
10861 externally and passed in to the system.
10862 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10863 function.
10864
10865 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
10866
10867 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10868 from goto-address-url-regexp.
10869
10870 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
10871
10872 * textmodes/org.el (org-read-date, org-goto-calendar)
10873 (org-recenter-calendar, org-agenda-goto-calendar):
10874 Temporarily clear `calendar-move-hook'.
10875
10876 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
10877
10878 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10879 merging.
10880
10881 * ediff-util.el (ediff-previous-difference): Don't skip regions that
10882 have merge clashes.
10883
10884 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10885
10886 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10887 Undo previous change.
10888
10889 * startup.el (command-line): Use `custom-reevaluate-setting' for
10890 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
10891 tty-register-default-colors on Mac.
10892
10893 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10894
10895 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10896 (gdb-buffer-type): Make it automatically buffer local...
10897 (gdb-get-create-buffer): ...and set it accordingly.
10898 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10899 actually work.
10900
10901 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
10902
10903 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10904 not red.
10905
10906 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10907
10908 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10909 case GUD buffer is not visible.
10910 (gdb-goto-breakpoint): Try to force display in source buffer.
10911 (gdb-frame-gdb-buffer): Copy other similar functions.
10912 (gdb-restore-windows): Don't display source if not asked for.
10913 (gdb-assembler-buffer-name): Don't capitalise.
10914
10915 2005-11-03 Richard M. Stallman <rms@gnu.org>
10916
10917 * wid-edit.el (key-sequence): New widget type.
10918
10919 * simple.el (set-mark-command-repeat-pop): New variable.
10920 (set-mark-command): Only interpret plan C-@ after a pop as a pop
10921 if set-mark-command-repeat-pop is true.
10922
10923 * info.el (Info-fontify-node): Don't display extra "see" if there
10924 already is one here.
10925
10926 * mouse.el: Fix special handling of DEL after dragging a region:
10927 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10928 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
10929
10930 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10931
10932 * textmodes/ispell.el (ispell-command-loop): Change `i' description
10933 not to assume it pertains to an affix.
10934
10935 * textmodes/flyspell.el (flyspell-post-command-hook):
10936 Bind deactivate-mark to prevent deactivation.
10937
10938 2005-11-03 Lars Hansen <larsh@soem.dk>
10939
10940 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10941 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10942 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10943
10944 2005-11-03 Romain Francoise <romain@orebokech.com>
10945
10946 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
10947 Update copyright years.
10948
10949 2005-11-03 Sam Steingold <sds@gnu.org>
10950
10951 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10952 Use system-type instead of window-system because window-system is not
10953 correctly defined during loadup.
10954
10955 2005-11-02 Mark A. Hershberger <mah@everybody.org>
10956
10957 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10958 (xml-parse-tag): Join strings separated by a comment properly.
10959
10960 2005-11-02 Andreas Schwab <schwab@suse.de>
10961
10962 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10963
10964 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10965
10966 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10967 (byte-optimize-pure-func): Quote the eval'd value.
10968
10969 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10970 Rename from perl-font-lock-syntactic-face-function.
10971 Change the calling convention so it can be used as a font-lock MATCHER.
10972 Do the parse-partial-sexp loop outselves.
10973 (perl-font-lock-syntactic-keywords): Use it.
10974 (perl-mode): Don't set font-lock-syntactic-face-function any more.
10975
10976 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
10977
10978 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10979 disassembly buffer too.
10980 (gdb-exited): Remove overlay arrows when execution has finished.
10981 (gdb-info-frames-custom, gdb-info-threads-custom)
10982 (gdb-info-registers-custom): Don't add inappropriate text
10983 properties if inferior is not active.
10984
10985 2005-11-02 Glenn Morris <rgm@gnu.org>
10986
10987 * progmodes/fortran.el (fortran-blink-match):
10988 Use `blink-matching-delay'.
10989
10990 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
10991
10992 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10993
10994 2005-11-02 Lars Hansen <larsh@soem.dk>
10995
10996 * net/tramp.el (tramp-action-out-of-band): Handle scp message
10997 "Permission denied".
10998
10999 2005-11-01 Richard M. Stallman <rms@gnu.org>
11000
11001 * textmodes/flyspell.el (flyspell-external-point-words):
11002 Pass nil to flyspell-get-word.
11003
11004 2005-11-02 Kim F. Storm <storm@cua.dk>
11005
11006 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11007 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11008
11009 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11010
11011 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11012 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11013 (calendar-mouse-print-dates): Add optional `event' argument.
11014 Update interactive-spec.
11015 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11016 Use `calendar-event-to-date' instead of `event'.
11017
11018 2005-11-02 Masatake YAMATO <jet@gyve.org>
11019
11020 * progmodes/ld-script.el (ld-script-builtins):
11021 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11022 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11023 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11024
11025 2005-11-01 Romain Francoise <romain@orebokech.com>
11026
11027 * vc-sccs.el: Update copyright year.
11028 * ezimage.el: Likewise.
11029
11030 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11031
11032 * info.el (Info-fontify-node): Use `string-width' for fontifying
11033 underlined titles.
11034
11035 2005-11-01 Juri Linkov <juri@jurta.org>
11036
11037 * info.el (Info-fontify-node): Downcase node header keywords Node,
11038 Prev, Next, Up before comparison.
11039 (Info-history): Insert absolute directory name, and put invisible
11040 property on it.
11041
11042 2005-11-01 Juri Linkov <juri@jurta.org>
11043
11044 * info.el (Info-file-supports-index-cookies): New variable.
11045 (Info-find-node-2): Check makeinfo version for index cookie support.
11046 (Info-index-nodes): Search for nodes with index cookies only when
11047 Info-file-supports-index-cookies is t. Otherwise, search nodes
11048 with "Index" in the node name.
11049 (Info-index-node): Search index cookie in the current node only when
11050 Info-file-supports-index-cookies is t. Otherwise, check the word
11051 "Index" in the node name.
11052 (Info-find-emacs-command-nodes): Remove code that searches nodes
11053 with "Index" node name in the top menu.
11054
11055 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11056
11057 * progmodes/scheme.el (scheme-mode-variables): Use the default
11058 comment-indent-function.
11059
11060 * faces.el (face-attribute): Handle the case where a face inherits from
11061 a non-existent face.
11062
11063 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11064 for octal and hexa output, and merge the char into the paren.
11065 (kill-new): Use push.
11066 (copy-to-buffer): Use with-current-buffer.
11067 (completion-setup-function): Move code in loop to remove redundancy.
11068 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11069 those inherited from minibuffer-local-completion-map.
11070
11071 * savehist.el (savehist-mode) <defcustom>:
11072 Use custom-set-minor-mode if available.
11073 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11074 and emit a message if applicable.
11075
11076 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11077
11078 * savehist.el: Sync up to version 19.
11079 (savehist-mode): New minor mode.
11080 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11081 (savehist-length): Remove (use history-length instead).
11082 (savehist-file-modes): Rename from savehist-modes.
11083 (savehist-save-hook, savehist-loaded): New vars.
11084 (savehist-load): Use savehist-mode. Try to smooth up transition from
11085 old format to new format.
11086 (savehist-install): Allow savehist-autosave-interval to be nil.
11087 (savehist-save): Run the new hook. Be more careful to only trim the
11088 history variables.
11089 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11090 (savehist-printable): Print into a buffer rather than char-by-char.
11091
11092 2005-11-01 John Wiegley <johnw@newartisans.com>
11093
11094 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11095 toggle-ignore keybinding (C-a). The author said it had been
11096 disabled much earlier due to a possible incompatibility, but after
11097 many months of usage I have encountered no problems (and it is a
11098 rather useful option, especially for switching to " *temp*").
11099
11100 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11101 support for OS/X's AddressBook, by calling out to the open source
11102 program "contacts" (installable through Fink).
11103
11104 * net/eudc.el (eudc-expand-inline): If the
11105 `eudc-multiple-match-handling-method' is set to `all', delete the
11106 query string before inserting the query result.
11107
11108 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11109 flag, to prevent Eshell from using the system ls when
11110 `eshell-ls-insert-directory' is in used.
11111 (eshell-ls-insert-directory): Disable font-lock in directory
11112 buffer so that Eshell's own fontification is seen. This broke
11113 recently due to changes in font-lock, so this goes back to version
11114 21 behavior.
11115
11116 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11117
11118 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11119 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11120 (gdb-many-windows): Doc fix.
11121
11122 2005-10-31 Romain Francoise <romain@orebokech.com>
11123
11124 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11125
11126 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11127
11128 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11129 that global-font-lock-mode can be enabled by default.
11130
11131 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11132 (font-lock-add-keywords, font-lock-remove-keywords)
11133 (font-lock-fontify-buffer): Remove autoload cookies.
11134
11135 * jit-lock.el (jit-lock-register): Likewise.
11136
11137 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11138
11139 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11140
11141 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11142 intact if there is no gud-comint-buffer.
11143
11144 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11145
11146 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11147 old prompt comint-prompt-read-only is t and GDB commands are
11148 issued from tool bar etc.
11149
11150 2005-10-31 Masatake YAMATO <jet@gyve.org>
11151
11152 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11153
11154 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11155
11156 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11157 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11158
11159 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11160
11161 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11162 starting at beginning of line. Fontification is messed up when
11163 `open-paren-in-column-0-is-defun-start' set to t.
11164 Reported by John Paul Wallington <jpw@pobox.com>.
11165
11166 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11167
11168 * comint.el (comint-send-input): Call `comint-update-fence' when
11169 `comint-process-echoes' and `comint-prompt-read-only' are both
11170 non-nil, to avoid leftover read-only newline.
11171
11172 2005-10-30 Richard M. Stallman <rms@gnu.org>
11173
11174 * textmodes/flyspell.el (flyspell-external-point-words):
11175 Detect when WORD can't be checked properly because
11176 flyspell-get-word finds just part of it, and move on.
11177
11178 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11179 boundarychar for Polish.
11180 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11181 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11182
11183 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11184
11185 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11186 (gdb-registers-font-lock-keywords): Delete.
11187 (gdb-registers-mode): Don't fontify.
11188 (gdb-info-registers-custom): Use text properties instead as, in
11189 future, changed register values will use font-lock-warning-face.
11190 (gdb-local-font-lock-keywords): Rename to...
11191 (gdb-locals-font-lock-keywords): ...for consistency.
11192
11193 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11194
11195 * vc.el (vc-switch-backend): Better error message if the buffer is
11196 not visiting a file under version control.
11197
11198 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11199
11200 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11201
11202 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11203 ~/.emacs.d/.emacs.
11204
11205 2005-10-29 Richard M. Stallman <rms@gnu.org>
11206
11207 * replace.el (occur-mode-mouse-goto): Always go to other window.
11208 (occur-mode-goto-occurrence): Always switch in same window.
11209
11210 * simple.el (undo): Display message at end, not at start.
11211
11212 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11213 New arg REUSE-CELL.
11214 (cancel-timer-internal): New function.
11215 (timer-event-handler): Use cancel-timer-internal,
11216 and pass the cell it returns to timer-activate...
11217
11218 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11219 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11220 (jit-lock-after-change): Test memory-full.
11221
11222 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11223
11224 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11225 part of the decoded armor to find the key-identifier.
11226 (pgg-gpg-lookup-key-owner): New function to return the
11227 human-readable identifier of a key owner.
11228 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11229 key itself.
11230 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11231 the key value) if we have a key and can match it against a secret
11232 key. Also, added a note pointing out fact that the prompt only
11233 indicates the first matching key.
11234
11235 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11236 pgg-decrypt-region.
11237 (pgg-pending-timers): A new hash for tracking the passphrase cache
11238 timers, so that new ones supercede old ones.
11239 (pgg-add-passphrase-to-cache): Rename from
11240 `pgg-add-passphrase-cache' to reduce confusion (all callers
11241 changed). Modified to cancel old timers when new ones are added.
11242 (pgg-remove-passphrase-from-cache): Rename from
11243 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11244 changed). Modified to cancel old timers when their keys are
11245 removed from the cache.
11246 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11247 XEmacs, an indirection to delete-itimer.
11248 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11249 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11250 users can only check cache without risk of prompting. Correct bug in
11251 notruncate behavior.
11252 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11253 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11254 Add informative docstrings.
11255 (pgg-decrypt): Convey provided passphrase in subordinate call to
11256 pgg-decrypt-region.
11257
11258 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11259 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11260 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11261 `passphrase' argument, so the passphrase can be managed externally
11262 and then passed in to the system.
11263
11264 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11265 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11266 so the passphrase cache can be used reliably with identifiers
11267 besides a pgp packet's key id.
11268
11269 * pgg-gpg.el (pgg-pgp-encrypt-region)
11270 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11271 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11272 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11273 argument to all these routines, so the passphrase can be managed
11274 externally and passed in to the system.
11275
11276 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11277 `notruncate' argument, so the passphrase cache can be used
11278 reliably with identifiers besides a pgp packet's key id.
11279
11280 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11281
11282 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11283 symmetric encryption.
11284 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11285 encrypted session key.
11286 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11287 message ask for the passphrase in a proper way.
11288
11289 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11290 New user commands for symmetric encryption.
11291
11292 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11293
11294 * textmodes/conf-mode.el (conf-assignment-sign)
11295 (conf-assignment-regexp): Fix docstrings.
11296 (conf-mode-initialize): New function.
11297 (conf-mode): Remove optional args. Use delay-mode-hooks to
11298 recognize recursive calls.
11299 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11300 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11301 (conf-xdefaults-mode): Use define-derived-mode and
11302 conf-mode-initialize.
11303
11304 2005-10-29 Romain Francoise <romain@orebokech.com>
11305
11306 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11307
11308 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11309
11310 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11311 part of the decoded armor to find the key-identifier.
11312 (pgg-gpg-lookup-key-owner): New function to return the
11313 human-readable identifier of a key owner.
11314 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11315 key itself.
11316 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11317 the key value) if we have a key and can match it against a secret
11318 key. Also, added a note pointing out fact that the prompt only
11319 indicates the first matching key.
11320
11321 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11322 pgg-decrypt-region.
11323 (pgg-pending-timers): A new hash for tracking the passphrase cache
11324 timers, so that new ones supercede old ones.
11325 (pgg-add-passphrase-to-cache): Rename from
11326 `pgg-add-passphrase-cache' to reduce confusion (all callers
11327 changed). Modified to cancel old timers when new ones are added.
11328 (pgg-remove-passphrase-from-cache): Rename from
11329 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11330 changed). Modified to cancel old timers when their keys are
11331 removed from the cache.
11332 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11333 XEmacs, an indirection to delete-itimer.
11334 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11335 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11336 users can only check cache without risk of prompting. Correct bug in
11337 notruncate behavior.
11338 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11339 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11340 Add informative docstrings.
11341 (pgg-decrypt): Convey provided passphrase in subordinate call to
11342 pgg-decrypt-region.
11343
11344 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11345
11346 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11347 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11348 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11349 `passphrase' argument, so the passphrase can be managed externally
11350 and then passed in to the system.
11351
11352 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11353 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11354 so the passphrase cache can be used reliably with identifiers
11355 besides a pgp packet's key id.
11356
11357 * pgg-gpg.el (pgg-pgp-encrypt-region)
11358 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11359 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11360 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11361 argument to all these routines, so the passphrase can be managed
11362 externally and passed in to the system.
11363
11364 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11365 `notruncate' argument, so the passphrase cache can be used
11366 reliably with identifiers besides a pgp packet's key id.
11367
11368 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11369
11370 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11371 symmetric encryption.
11372 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11373 encrypted session key.
11374 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11375 message ask for the passphrase in a proper way.
11376
11377 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11378 New user commands for symmetric encryption.
11379
11380 2005-10-28 Bill Wohler <wohler@newt.com>
11381
11382 * help-mode.el (help-url): New button type. Calls browse-url.
11383 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11384 Similar to Info nodes: URL `url'.
11385 (help-make-xrefs): Create help-url buttons for
11386 help-xref-url-regexp matches.
11387
11388 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11389
11390 * tool-bar.el (tool-bar-add-item-from-menu)
11391 (tool-bar-local-item-from-menu): Fix doc strings.
11392
11393 2005-10-28 Romain Francoise <romain@orebokech.com>
11394
11395 * ldefs-boot.el: Update.
11396
11397 * subr.el (locate-library): Move from help-fns.el.
11398 * help-fns.el (locate-library): Move to subr.el.
11399
11400 2005-10-28 Richard M. Stallman <rms@gnu.org>
11401
11402 * net/tramp.el (tramp-completion-mode): defvar moved up.
11403
11404 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11405
11406 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11407
11408 * files.el (find-file-noselect): Use %d to format large file size.
11409
11410 * bindings.el (mode-line-format): Add %e.
11411
11412 * loadup.el ("facemenu"): Load unconditionally.
11413 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11414 ("x-dnd"): Load, when appropriate.
11415
11416 * startup.el (command-line): Call before-init-hook earlier.
11417 Warn about some bad characters in -u user name.
11418
11419 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11420 (flyspell-external-point-words): Error if misspelled word is not found.
11421 Set flyspell-large-region-beg at end of word.
11422
11423 2005-10-28 Andreas Schwab <schwab@suse.de>
11424
11425 * view.el (View-revert-buffer-scroll-page-forward):
11426 Use view-page-size-default.
11427
11428 2005-10-28 Juri Linkov <juri@jurta.org>
11429
11430 * international/quail.el (quail-get-current-str): Translate last
11431 raw character for deterministic input methods.
11432
11433 2005-10-27 Jay Belanger <belanger@truman.edu>
11434
11435 * calc/calc-ext.el: Add functions to autoloads.
11436 (math-identity-matrix-p, math-ident-row-p): New functions.
11437
11438 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11439 multiplication by an identity matrix; don't turn multiplication by
11440 an inverse matrix into division.
11441 (math-div-symbol-fancy): Replace division by matrices with
11442 multiplication by inverse.
11443
11444 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11445
11446 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11447 (calc-writeoutpower): New functions.
11448
11449 2005-10-27 Romain Francoise <romain@orebokech.com>
11450
11451 * replace.el (occur-engine): Include colon in mouse-face highlight.
11452
11453 * dired-x.el: Change Maintainer field.
11454
11455 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11456
11457 * longlines.el (longlines-mode): Bind after-change-functions to
11458 nil during initial decoding and final encoding.
11459
11460 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11461
11462 * term.el (term-emulate-terminal, term-handle-colors-array)
11463 (term-handle-ansi-escape): Specify the terminfo capabilities
11464 implemented.
11465
11466 2005-10-26 Richard M. Stallman <rms@gnu.org>
11467
11468 * info.el (Info-fontify-node): Fix detection of sentence-break
11469 before *Note.
11470
11471 2005-10-26 Romain Francoise <romain@orebokech.com>
11472
11473 * smerge-mode.el: Add `tools' to file keywords.
11474
11475 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11476
11477 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11478 when the fringe is not available.
11479
11480 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11481 (def-gdb-auto-update-trigger): Simplify construction.
11482 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11483 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11484 defined explicitly.
11485 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11486 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11487 defined explicitly.
11488 (gdb-info-locals-custom): Remove as it's a no-op.
11489
11490 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11491
11492 * longlines.el (longlines-mode): Remove narrowing before
11493 performing the initial decoding or final encoding.
11494
11495 2005-10-25 Romain Francoise <romain@orebokech.com>
11496
11497 * emacs-lisp/find-func.el (find-library-name): Also strip
11498 extension if library name ends in .el, to take advantage of
11499 `find-library-suffixes'.
11500
11501 2005-10-25 Richard M. Stallman <rms@gnu.org>
11502
11503 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11504
11505 2005-10-25 Juri Linkov <juri@jurta.org>
11506
11507 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11508 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11509
11510 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11511
11512 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11513 (blackbox-redefine-key): Add argument `map'.
11514
11515 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11516 regions when moving the jit-lock-context-unfontify-pos boundary.
11517
11518 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11519
11520 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11521
11522 2005-10-25 Masatake YAMATO <jet@gyve.org>
11523
11524 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11525
11526 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11527
11528 * play/blackbox.el (blackbox-redefine-key): New function.
11529 (blackbox-mode-map): Use it to remap existing bindings for cursor
11530 motion instead of binding literal keys.
11531
11532 2005-10-25 Glenn Morris <rgm@gnu.org>
11533
11534 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11535 diary does not end in a newline. Do not assume a blank line at
11536 the start of the diary file.
11537
11538 2005-10-25 Kenichi Handa <handa@m17n.org>
11539
11540 * international/quail.el (quail-translate-key): If the input
11541 method is deterministic and failed to handle the last key, restart
11542 the key handling loop from an appropriate key.
11543
11544 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11545
11546 * vc.el (vc-dired-mode): Extend comment for binding of
11547 `directory-listing-before-filename-regexp'.
11548
11549 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11550
11551 * textmodes/texinfo.el (texinfo-mode):
11552 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11553 not to unnecessarily expose emacs-mule's internal char codes.
11554
11555 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11556
11557 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11558 Display hand pointer and help-echo on disabled icon too.
11559 (gdb-mouse-until): New function.
11560 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11561
11562 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11563
11564 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11565 with 2005-10-23 change to doctor.el.
11566
11567 * finder.el (finder-mode-map): Add follow-link binding.
11568
11569 2005-10-25 Kim F. Storm <storm@cua.dk>
11570
11571 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11572 to gdb-mouse-toggle-breakpoint-fringe.
11573 (gdb-mouse-toggle-breakpoint-margin): Rename from
11574 gdb-mouse-toggle-breakpoint. Fix doc.
11575 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11576 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11577 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11578 string properties also for fringe breakpoint bitmaps.
11579
11580 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11581
11582 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11583
11584 2005-10-25 Masatake YAMATO <jet@gyve.org>
11585
11586 * simple.el (completion-common-substring):
11587 Use `completion-common-substring' prior to `completion-base-size'.
11588
11589 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11590
11591 * savehist.el: Require CL while compiling.
11592 (savehist-history-variables): Remove.
11593 (savehist-save-minibuffer-history, savehist-additional-variables)
11594 (savehist-minibuffer-history-variables): New vars.
11595 (savehist-save): Use them.
11596 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11597 (savehist-install): New fun, extracted from savehist-load.
11598 (savehist-load): Use them.
11599
11600 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11601
11602 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11603 a dummy doc-string-elt property.
11604 (defalias, defvaralias, define-category): Add a docstring property.
11605
11606 * image.el (defimage):
11607 * widget.el (define-widget):
11608 * custom.el (defface, defcustom): Add `doc-string' declaration.
11609
11610 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11611 (defadvice): Add `doc-string' declaration.
11612
11613 * emacs-lisp/byte-run.el (macro-declaration-function):
11614 Handle `doc-string' declarations.
11615 (define-obsolete-function-alias, define-obsolete-variable-alias):
11616 Add `doc-string' declaration.
11617
11618 2005-10-24 Kenichi Handa <handa@m17n.org>
11619
11620 * international/utf-7.el (utf-7): Add autoload cookie.
11621
11622 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11623
11624 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11625
11626 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11627 list of directories passed to batch-update-autoloads. Add "." to
11628 the list of the echoed directories.
11629
11630 * pgg-def.el:
11631 * pgg-gpg.el:
11632 * pgg-parse.el:
11633 * pgg-pgp.el:
11634 * pgg-pgp5.el:
11635 * pgg.el: Moved here from the gnus subdirectory.
11636
11637 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11638
11639 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11640 in case comint-prompt-read-only is set to t.
11641
11642 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11643 in case comint-prompt-read-only is set to t.
11644
11645 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11646
11647 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11648 Now a string.
11649 (icalendar-import-format): Handle CLASS, STATUS, URL.
11650 Rename `subject' to `summary'.
11651 (icalendar-import-format-summary): Rename from
11652 `icalendar-import-format-subject'.
11653 (icalendar-import-format-url, icalendar-import-format-status)
11654 (icalendar-import-format-class): New variables.
11655 (icalendar--rris): Take variable argument list.
11656 (icalendar--datestring-to-isodate): Remove unnecessary
11657 calendar-style check when converting dates with explicit month names.
11658 (icalendar-export-region): Change return type of conversion
11659 subroutines. Bury current buffer unless error occurred.
11660 (icalendar--convert-to-ical)
11661 (icalendar--parse-summary-and-rest): New functions.
11662 (icalendar--convert-ordinary-to-ical)
11663 (icalendar--convert-weekly-to-ical)
11664 (icalendar--convert-yearly-to-ical)
11665 (icalendar--convert-block-to-ical)
11666 (icalendar--convert-cyclic-to-ical)
11667 (icalendar--convert-anniversary-to-ical): Change return type.
11668 Strip trailing blanks from subject.
11669 (icalendar--convert-sexp-to-ical): Change return type.
11670 Strip trailing blanks from subject. Handle simple sexp
11671 entries as generated by icalendar.el.
11672 (icalendar--convert-float-to-ical)
11673 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11674 (icalendar-import-file): Doc fix.
11675 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11676 Correct call to icalendar--rris.
11677 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11678 `summary'.
11679 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11680
11681 2005-10-24 Romain Francoise <romain@orebokech.com>
11682
11683 * server.el (server-sentinel): Set query-on-exit flag to nil on
11684 new client processes (it isn't inherited from the server process).
11685
11686 * replace.el (occur-engine): Rearrange text properties.
11687
11688 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11689
11690 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11691 case-fold-search is nil.
11692 (debug-help-follow): Use help-xref-interned directly.
11693
11694 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11695
11696 * thumbs.el (thumbs-image-type): Add .pbm.
11697
11698 2005-10-23 Richard M. Stallman <rms@gnu.org>
11699
11700 * faces.el (inhibit-face-set-after-frame-default): New variable.
11701 (set-face-attribute): Bind it.
11702 (face-set-after-frame-default): Test it.
11703
11704 * help-fns.el (describe-simplify-lib-file-name): New function.
11705 (describe-function-1, describe-variable): Use it.
11706
11707 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11708
11709 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11710 Eliminate nil as possible value.
11711 (tooltip-hide-delay): Reduce internal-border-width.
11712
11713 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11714 (menu-bar-file-menu) <new-file>: Likewise.
11715
11716 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11717
11718 * international/mule.el (load-with-code-conversion):
11719 Pass full file name to `eval-buffer' unless preloading.
11720
11721 * textmodes/flyspell.el (flyspell-large-region):
11722 Call ispell-check-version.
11723
11724 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11725 Fix the make-variable-buffer-local call that was supposed
11726 to be for this variable.
11727 (ispell-aspell-supports-utf8): Doc fix.
11728 (ispell-find-aspell-dictionaries): Preserve elements of
11729 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11730 (ispell-aspell-find-dictionary): Return nil on error.
11731
11732 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11733 (doctor-symptoms): Likewise.
11734
11735 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11736
11737 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11738
11739 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11740 (custom-raised-buttons): Add :set spec.
11741 (custom-button-unraised, custom-button-pressed-unraised):
11742 New faces, so that custom-raised-buttons actually does something.
11743 (custom-mode): Use custom-button and custom-button-pressed.
11744
11745 * wid-edit.el (widget-specify-button): Don't ignore
11746 widget-mouse-face on graphic terminals.
11747 (widget-move-and-invoke): Cleanup.
11748
11749 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11750
11751 * whitespace.el (whitespace-cleanup): Doc fix.
11752
11753 2005-10-23 Romain Francoise <romain@orebokech.com>
11754
11755 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11756 `eval-after-load' to avoid evaluating their result.
11757
11758 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11759
11760 * files.el (directory-listing-before-filename-regexp):
11761 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11762
11763 * dired.el (dired-move-to-filename-regexp): Remove.
11764 All occurences replaced by `directory-listing-before-filename-regexp'.
11765
11766 * dired-x.el, locate.el, vc.el:
11767 Replace `dired-move-to-filename-regexp' by
11768 `directory-listing-before-filename-regexp'. In vc.el it is
11769 overwritten locally; maybe this can be handled in files.el too.
11770
11771 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11772 replaced by `directory-listing-before-filename-regexp'.
11773
11774 2005-10-23 Andreas Schwab <schwab@suse.de>
11775
11776 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11777 and eval-next-after-load.
11778
11779 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11780
11781 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11782 exist, create it.
11783
11784 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
11785
11786 * allout.el: Remove autoloads for mailcrypt and crypt++.
11787 Require pgg, pgg-gpg during compilation.
11788 (allout-version): Increment version number to 2.1, and use a literal
11789 rather than RCS Id.
11790 (allout-default-encryption-scheme): Remove.
11791 (allout-passphrase-verifier-handling)
11792 (allout-passphrase-verifier-string)
11793 (allout-file-passphrase-verifier-string)
11794 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11795 (allout-passphrase-hint-handling): Rename and simplify.
11796 (allout-init): Use `find-file-hook' if available, otherwise
11797 `find-file-hooks'.
11798 (allout-mode): Use `write-file-functions' if available, otherwise
11799 `local-write-file-hooks' and, instead of making auto-save-hook
11800 buffer local, make the write-file-hook activity contingent to
11801 allout-mode.
11802 (allout-mode): Use key-binding substitution in the docstring.
11803 (allout-kill-line): Spell-out kill ring data structure mutation
11804 instead of using byte-compiler-complaint-provoking `pop'.
11805 (allout-insert-listified): Use `insert' rather than `insert-string'
11806 (allout-toggle-current-subtree-encryption): Update docstring, adjust
11807 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11808 (allout-encrypt-string): Totally revamped vis new underlying
11809 encryption facilities.
11810 (allout-mc-activate-passwd): Remove.
11811 (allout-obtain-passphrase): New, more or less replaces
11812 allout-mc-activate-passwd.
11813 (allout-encrypted-key-info): More or less replaces
11814 allout-encrypted-text-type.
11815 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11816 (my-mark-marker): Use `(featurep 'xemacs)'.
11817
11818 2005-10-23 Lars Hansen <larsh@soem.dk>
11819
11820 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11821 (byte-compile-file-form-defmumble, byte-compile-defun)
11822 (byte-compile-defmacro): Use it.
11823 (byte-compile-form): Don't call byte-compile-set-symbol-position
11824 when a byte-compile handler is called.
11825
11826 2005-10-22 Romain Francoise <romain@orebokech.com>
11827
11828 * savehist.el (savehist-history-variables): Add `grep-find-history'.
11829
11830 * subr.el (eval-after-load): Convert library name to an absolute
11831 file name using locate-library, since load-history no longer has
11832 library names in it.
11833
11834 2005-10-22 Richard M. Stallman <rms@gnu.org>
11835
11836 * files.el (make-temp-file): Move from subr.el.
11837 * subr.el (make-temp-file): Move to files.el.
11838
11839 * window.el (get-buffer-window-list): Move from subr.el.
11840 * subr.el (get-buffer-window-list): Move to window.el.
11841
11842 * image.el (image-load-path): Use eval-at-startup to initialize.
11843
11844 * subr.el (eval-at-startup): New macro.
11845
11846 * subr.el: Much rearrangement of functions and division
11847 into pages. No code changes.
11848
11849 2005-10-22 Kenichi Handa <handa@m17n.org>
11850
11851 * tar-mode.el (tar-extract): Be sure to call
11852 find-operation-coding-system if set-auto-coding doesn't find a
11853 coding system.
11854
11855 2005-10-22 Kim F. Storm <storm@cua.dk>
11856
11857 * image.el (image-type-header-regexps): Rename from image-type-regexps.
11858 Change users.
11859 (image-type-file-name-regexps): New defconst.
11860 (image-type-from-data): Simplify loop.
11861 (image-type-from-buffer): New defun.
11862 (image-type-from-file-header): Use it instead of image-type-from-data.
11863 Use image-search-load-path instead of only looking in data-directory.
11864 (image-type-from-file-name): New defun.
11865 (image-search-load-path): Change `pathname' to `filename'.
11866 Make PATH arg optional, default to image-load-path.
11867
11868 2005-10-21 Richard M. Stallman <rms@gnu.org>
11869
11870 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11871
11872 * textmodes/paragraphs.el (sentence-end-base): New variable.
11873 (sentence-end): Use sentence-end-base.
11874
11875 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11876
11877 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11878 property independently from the font-lock-multiline variable.
11879
11880 2005-10-21 Richard M. Stallman <rms@gnu.org>
11881
11882 * emacs-lisp/find-func.el (find-library-name): Doc fix.
11883
11884 * startup.el (command-line): Convert library names
11885 in `load-history' to absolute file names.
11886
11887 * subr.el (symbol-file): Doc fix.
11888
11889 * loadhist.el (file-loadhist-lookup): Call locate-library
11890 instead of find-library-name. Don't try converting
11891 abs file names to library names, since load-history no longer
11892 has library names in it.
11893 (file-dependents, file-provides, file-requires): Doc fixes.
11894
11895 2005-10-21 Juri Linkov <juri@jurta.org>
11896
11897 * progmodes/etags.el (tags-table-mode): New function.
11898 (tags-verify-table): Replace initialize-new-tags-table with
11899 tags-table-mode.
11900
11901 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11902 default value.
11903 (desktop-modes-not-to-save): Add tags-table-mode to the
11904 default value.
11905
11906 * info.el (Info-index-next): Add total number of index
11907 alternatives to the message.
11908
11909 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11910 backward only space (instead of space and period) before looking
11911 at sentence end.
11912
11913 * simple.el (set-variable): Use user-variable-p instead of symbolp.
11914 Add the old variable value as 4th default-value arg of read-string.
11915
11916 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11917
11918 * cus-face.el (custom-declare-face): Make face from X resources
11919 also on Mac.
11920
11921 * disp-table.el (standard-display-g1, standard-display-graphic):
11922 Refuse to use string glyphs also on Mac.
11923 (standard-display-european): Don't set terminal coding system also
11924 on Mac.
11925
11926 * frame.el (display-screens): Use x-display-screens also on Mac.
11927
11928 2005-10-21 Romain Francoise <romain@orebokech.com>
11929
11930 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
11931
11932 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11933
11934 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11935 and $? into sexps.
11936
11937 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11938 warning face on open-paren-in-column-0.
11939
11940 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11941 boundary case. Fix typo.
11942 Suggested by Martin Rudalics <rudalics@gmx.at>.
11943
11944 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
11945
11946 * textmodes/org.el (org-combined-agenda-icalendar-file)
11947 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11948 (org-export-icalendar-this-file)
11949 (org-export-icalendar-all-agenda-files)
11950 (org-export-icalendar-combine-agenda-files): New commands.
11951 (org-export-icalendar, org-print-icalendar-entries)
11952 (org-start-icalendar-file, org-finish-icalendar-file)
11953 (org-ical-ts-to-string): New functions.
11954 (org-read-date, org-goto-calendar)
11955 (org-agenda-goto-calendar): Inhibit displaying diary entries by
11956 call to `calendar'.
11957 (orgtbl-setup): Remove the :keys arguments from the menu description.
11958 (org-after-save-iCalendar-file-hook): New variable.
11959
11960 2005-10-21 Kenichi Handa <handa@m17n.org>
11961
11962 * language/vietnamese.el (tcvn-5712): Make it an alias of
11963 vietnamese-tcvn coding-system.
11964
11965 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
11966
11967 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11968 group id is given.
11969
11970 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11971
11972 * progmodes/sh-script.el (sh-escaped-line-re): New var.
11973 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11974 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11975 whose line is either continued or ends with a comment.
11976
11977 2005-10-20 Romain Francoise <romain@orebokech.com>
11978
11979 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11980
11981 * replace.el (occur-engine): Add follow-link property.
11982
11983 * font-core.el (font-lock-mode): Doc fix.
11984
11985 2005-10-20 Richard M. Stallman <rms@gnu.org>
11986
11987 * net/rcirc.el: New file.
11988
11989 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
11990
11991 * term.el (term-term-name): Initialize to "eterm-color".
11992
11993 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
11994
11995 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11996 for encryption functionality.
11997 Move allout customization subgroup from `editing' to `outlines' group.
11998 Fix commentary keywords to legitimate ones.
11999 Update author info (using my current email address, obscurified).
12000 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12001 (allout-encrypted-topic-p, allout-encrypted-text-type)
12002 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12003 (allout-situate-encryption-key-verifier)
12004 (allout-get-encryption-key-verifier, allout-verify-key)
12005 (allout-next-topic-pending-encryption)
12006 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12007 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12008 (outline-key-verifier-handling, outline-key-hint-handling)
12009 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12010 (allout-file-key-verifier-string, allout-encryption-scheme)
12011 (allout-key-verifier-string, allout-key-hint-string)
12012 (allout-after-save-decrypt): New variables.
12013 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12014 (allout-after-saves-handler): New hook functions.
12015 (allout-post-command-business): Do allout-after-save-decrypt.
12016 (allout-enable-file-variable-adjustment): Custom var to enable
12017 mechanism for adding and adjusting settings of Emacs file variables.
12018 (allout-adjust-file-variable, allout-file-vars-section-data):
12019 New functions, implement the mechanism.
12020 (outlineify-sticky): Use the file vars mechanism.
12021 (allout-inhibit-protection, allout-during-write-cue)
12022 (allout-override-protect, allout-before-change-protect): Remove.
12023 (allout-flag-region, allout-open-topic): Adjust read-only text.
12024 (allout-open-line-not-read-only): Add to facilitate read-only
12025 text based protection.
12026 (allout-kill-line): Revise to adjust read-only text, clue the
12027 user about the inhibition.
12028 (allout-unprotected): Use unwind-protect.
12029 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12030 topic deeper than the offspring depth of the previous topic -
12031 avoiding confusing "containment discontinuities".
12032 (allout-reindent-bodies): Fix retention of body relative hanging
12033 indent during promotion of collapsed bodies.
12034 (allout-open-topic): Make it easy to open new topic with same
12035 bullet as current topic - topic creation functions provided with
12036 any universal argument provokes now prompt for bullet, defaulting
12037 to the bullet of the previous topic.
12038 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12039 Plain bullet alternates `.' period and `,' comma only. All other
12040 bullets are relegated to special status (but customizable).
12041 (allout-end-of-entry): Rename from allout-end-of-current-entry
12042 since it actually operates w.r.t. most immediately containing
12043 entry, visible or not.
12044 (allout-hide-current-entry, allout-show-current-entry): Use the
12045 revised version.
12046 (allout-old-expose-topic): Solidify deprecation.
12047 (allout-end-of-subtree): Add so we can span concealed as well
12048 as visible topics.
12049 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12050 (allout-end-of-current-heading): Tweak to just respect the first line.
12051 (allout-get-body-text): Add.
12052 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12053 when invoked interactively.
12054 (allout-up-current-level): Use `interactive-p'.
12055 (allout-mode, allout-init): Miscellaneous docstring and
12056 operational refinements, as well as hookups of new encryption stuff.
12057 (allout-beginning-of-current-entry): Now works as advertised.
12058 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12059 (allout-isearch-rectification): Refine condition for isearching.
12060 (allout-isearch-abort, allout-enwrap-isearch)
12061 (allout-flag-region, my-region-active-p): Relocate some macros.
12062 (allout-title): Fallback title is (buffer-name), not
12063 non-existing (current-buffer-name).
12064 (subst-char-in-string): Define if absent (for some XEmacs versions).
12065
12066 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12067
12068 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12069 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12070 (mail-citation-prefix-regexp, mail-signature-file)
12071 (mail-default-headers, mail-bury-selects-summary)
12072 (mail-send-nonascii): Add autoload cookies.
12073
12074 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12075
12076 * frame.el (blink-cursor-mode): Add `mac' to the list of
12077 window-system's that support blinking cursor.
12078
12079 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12080
12081 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12082
12083 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12084
12085 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12086 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12087 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12088
12089 2005-10-20 Kim F. Storm <storm@cua.dk>
12090
12091 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12092 (ido-set-current-directory): Don't add / after final @.
12093 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12094 Explicitly handle ange-ftp completion oddities.
12095 (ido-make-file-list): Don't rotate list at tramp root to avoid
12096 triggering tramp file handler for expand-file-name via get-file-buffer.
12097
12098 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12099
12100 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12101
12102 2005-10-19 Jay Belanger <belanger@truman.edu>
12103
12104 * calc/calc-units.el (math-standard-units): Add units, adjust
12105 symbols and update values.
12106 (math-unit-prefixes): Add more prefixes.
12107
12108 2005-10-19 Romain Francoise <romain@orebokech.com>
12109
12110 * bookmark.el (bookmark-menu-heading): New face.
12111 (bookmark-bmenu-list): Use it.
12112 Don't fiddle with `baud-rate' at top-level.
12113
12114 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12115
12116 * image.el (create-image, find-image): Mention max-image-size in
12117 docstring.
12118
12119 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12120
12121 * savehist.el (savehist-load): Revert to checking XEmacs.
12122
12123 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12124 Various docstring and line-width fixups.
12125 (conf-mode): Use cond.
12126 Set font-lock-defaults. Don't set comment-use-syntax.
12127
12128 2005-10-18 David Ponce <david@dponce.com>
12129
12130 * tree-widget.el (tree-widget-button-click): New function.
12131 (tree-widget-button-keymap): Use it.
12132
12133 2005-10-18 Romain Francoise <romain@orebokech.com>
12134
12135 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12136 (bookmark-bmenu-hide-filenames): Add follow-link property.
12137 Improve help-echo text.
12138
12139 * ffap.el (find-file-at-point): Doc fix.
12140
12141 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12142
12143 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12144
12145 2005-10-18 Masatake YAMATO <jet@gyve.org>
12146
12147 Install to the CVS repository what I forgot to install in my
12148 2005-10-16 changes.
12149
12150 * progmodes/python.el (python-complete-symbol): Pass the common
12151 prefix substring of completion to `display-completion-list'.
12152
12153 * textmodes/org.el (org-complete): Ditto.
12154
12155 2005-10-18 Masatake YAMATO <jet@gyve.org>
12156
12157 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12158
12159 * woman.el (WoMan-xref-man-page): New button type derived
12160 from `Man-abstract-xref-man-page'.
12161 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12162
12163 * man.el (Man-abstract-xref-man-page): New button type.
12164 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12165 (Man-highlight-references): Add new optional argument `xref-man-type'.
12166
12167 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12168
12169 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12170
12171 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12172
12173 * cus-edit.el (Custom-move-and-invoke): Delete.
12174 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12175
12176 * wid-edit.el (widget-move-and-invoke): New function, from
12177 Custom-move-and-invoke.
12178
12179 2005-10-17 Bill Wohler <wohler@newt.com>
12180
12181 Move all remaining images from lisp/toolbar to etc/images, move
12182 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12183 the low resolution images in their own directory (low-color).
12184
12185 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12186 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12187 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12188 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12189 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12190 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12191 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12192
12193 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12194 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12195 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12196 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12197 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12198 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12199 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12200 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12201 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12202 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12203 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12204 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12205 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12206 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12207 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12208
12209 To conform with convention, replace the underscore (_) in the
12210 following image names with dash (-) or (/) as appropriate.
12211
12212 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12213 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12214 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12215 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12216 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12217 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12218 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12219 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12220 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12221 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12222 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12223 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12224 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12225 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12226 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12227
12228 * info.el (info-tool-bar-map): Replace underscores in image names
12229 with dashes.
12230
12231 * makefile.w32-in (WINS): Remove toolbar.
12232
12233 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12234
12235 * tool-bar.el: Move to lisp from toolbar. Now that
12236 toolbar is empty, it should be deleted when folks run "cvs up -P".
12237
12238 2005-10-18 Jay Belanger <belanger@truman.edu>
12239
12240 * calc/calc-store.el (calc-store-into): Get the proper variable name
12241 to display in message.
12242
12243 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12244
12245 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12246 expressions display in speedbar for all buffers when debugging.
12247 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12248
12249 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12250 (speedbar-insert-button, speedbar-make-button):
12251 Use add-text-properties.
12252 (speedbar-update-localized-contents)
12253 (speedbar-update-directory-contents)
12254 (speedbar-update-special-contents): Use dolist.
12255 (speedbar-buffer-easymenu-definition): Add a menu separator.
12256
12257 2005-10-17 Jason Rumney <jasonr@gnu.org>
12258
12259 * makefile.w32-in: Use $(lisp) consistently.
12260 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12261 for shell specific generation of mh-autoloads.
12262
12263 2005-10-17 Richard M. Stallman <rms@gnu.org>
12264
12265 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12266
12267 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12268
12269 * jit-lock.el (jit-lock-fontify-now):
12270 Move jit-lock-context-unfontify-pos to avoid wasted work.
12271
12272 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12273
12274 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12275 `tramp-completion-mode' for checking if we are in completion mode.
12276 (tramp-completion-handle-file-name-all-completions): Reorder code
12277 in order to complete for file names only in case there are no
12278 method/user/host completions. This is necessary for cooperation
12279 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12280
12281 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12282
12283 * longlines.el (longlines-search-forward)
12284 (longlines-search-backward): Match any number of spaces.
12285
12286 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12287
12288 * diff-mode.el (diff-mode): Doc fix.
12289
12290 2005-10-16 David Reitter <david.reitter@gmail.com>
12291
12292 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12293 as default on darwin and windows systems.
12294
12295 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12296
12297 * arc-mode.el (archive-zip-extract): Doc fix.
12298
12299 2005-10-16 Romain Francoise <romain@orebokech.com>
12300
12301 * mouse.el (mouse-1-click-follows-link): Doc fix.
12302
12303 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12304
12305 * savehist.el: Don't require CL at runtime.
12306 (savehist-xemacs): Remove.
12307 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12308 (savehist-no-conversion): Use (featurep 'xemacs).
12309 (savehist-load): Check existence of start-itimer rather than XEmacs.
12310 Use an idle timer.
12311 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12312 `delete-if-not'.
12313
12314 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12315
12316 * savehist.el: Newer version.
12317 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12318 (savehist-last-checksum, savehist-no-conversion): New vars.
12319 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12320 New functions.
12321 (savehist-load, savehist-save): Use them.
12322 (savehist-delimit): Remove.
12323
12324 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12325
12326 * progmodes/compile.el (compilation-goto-locus): Display the
12327 compilation buffer first and the source buffer second, in case they're
12328 in overlapping frames. Don't raise the compilation frame if it was the
12329 selected window upon entry. Pass the `other-window' arg to
12330 pop-to-buffer.
12331
12332 * info.el (Info-fontify-node): Use dolist.
12333 Change add-text-properties to put-text-property.
12334
12335 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12336
12337 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12338 bound of search.
12339
12340 2005-10-16 Masatake YAMATO <jet@gyve.org>
12341
12342 * dabbrev.el (dabbrev-completion): Pass the common
12343 prefix substring of completion to `display-completion-list'.
12344
12345 * filecache.el (file-cache-minibuffer-complete)
12346 (file-cache-complete): Ditto.
12347
12348 * tempo.el (tempo-display-completions): Ditto.
12349
12350 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12351
12352 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12353
12354 * eshell/em-hist.el (eshell-list-history): Ditto.
12355
12356 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12357
12358 * mail/mailalias.el (mail-complete): Ditto.
12359
12360 * progmodes/etags.el (complete-tag): Ditto.
12361
12362 * progmodes/make-mode.el (makefile-complete): Ditto.
12363
12364 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12365
12366 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12367
12368 * progmodes/pascal.el (pascal-complete-word)
12369 (pascal-show-completions): Ditto.
12370
12371 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12372
12373 * simple.el (completion-common-substring): New variable.
12374 (completion-setup-function): Use `completion-common-substring'
12375 to put faces.
12376
12377 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12378
12379 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12380 (x-get-selection, mac-select-convert-to-string): Convert from/to
12381 UTF-16 clipboard data as in native byte order, no BOM.
12382
12383 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12384
12385 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12386 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12387 (gud-sentinel): Use speedbar-frame to check for speedbar.
12388
12389 2005-10-15 Richard M. Stallman <rms@gnu.org>
12390
12391 * savehist.el: New file.
12392
12393 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12394
12395 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12396 Fix bug in \bf fontification.
12397
12398 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12399
12400 * pcvs.el (cvs-edit-log-files): New var.
12401 (cvs-mode-edit-log): New arg `file'.
12402 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12403 Instead force the use of the original file and nothing else.
12404 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12405 the cvs-minor-wrap-function is set.
12406 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12407
12408 2005-10-14 Bill Wohler <wohler@newt.com>
12409
12410 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12411 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12412 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12413 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12414 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12415 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12416 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12417 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12418 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12419 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12420 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12421 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12422 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12423 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12424 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12425
12426 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12427 appropriately (for example, gud-break to gud/break).
12428
12429 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12430
12431 * longlines.el (longlinges-search-function)
12432 (longlines-search-forward, longlines-search-backward): New functions.
12433 (longlines-mode): Set isearch-search-fun-function to
12434 longlinges-search-function.
12435
12436 * mouse.el (mouse-drag-region-1): Handle the case where a
12437 double-click event is bound to an arbitrary function.
12438
12439 2005-10-14 David Ponce <david@dponce.com>
12440
12441 * recentf.el (recentf-track-opened-file)
12442 (recentf-track-closed-file, recentf-update-menu)
12443 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12444 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12445 mouse-1-click-follows-link.
12446
12447 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12448
12449 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12450 Gnome file-manager.png. Suggested by
12451 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12452
12453 * toolbar/README: Add diropen.xpm.
12454
12455 2005-10-13 Bill Wohler <wohler@newt.com>
12456
12457 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12458 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12459
12460 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12461
12462 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12463 Don't waste the byte-compiler's time on constant data.
12464
12465 2005-10-13 Kenichi Handa <handa@m17n.org>
12466
12467 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12468 byte with `escape-glyph' face.
12469
12470 * international/fontset.el (ccl-encode-unicode-font):
12471 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12472 Handle the case that ucs-mule-to-mule-unicode translates a character to
12473 ASCII (usually for IPA characters).
12474
12475 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12476
12477 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12478 Don't hide the underline of titles if font-lock-mode is disabled.
12479
12480 2005-10-12 Bill Wohler <wohler@newt.com>
12481
12482 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12483 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12484 files in MH-E-SRC have been updated.
12485 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12486
12487 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12488
12489 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12490 (mixal-mode-syntax-table): Add \n as end-comment.
12491 (mixal-operation-codes-alist): Immediately initialize to full value.
12492 (mixal-add-operation-code): Remove.
12493 (mixal-describe-operation-code): Make the arg non-optional.
12494 Use the interactive spec instead.
12495 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12496 (mixal-font-lock-keywords): Don't highlight comments here any more.
12497 (mixal-font-lock-syntactic-keywords): New var.
12498 (mixal-mode): Use it. Fix comment-start-skip.
12499
12500 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12501
12502 * startup.el (command-line-x-option-alist): -nb => -nbi
12503
12504 2005-10-12 Kim F. Storm <storm@cua.dk>
12505
12506 * startup.el (fancy-splash-default-action): Discard mouse click in
12507 the splash screen window, as it has no sensible meaning in the
12508 next window to be selected. Fixes error reported by Jan D.
12509
12510 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12511
12512 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12513
12514 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12515
12516 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12517 Try to fix up minor layout issues like indentation, line break, etc...
12518 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12519 because it doesn't work.
12520 (mixal-operation-codes): Add some more codes.
12521 (mixal-font-lock-keywords): Process comments here.
12522 (mixal-mode): mixasm no longer needs -g option.
12523
12524 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12525
12526 * progmodes/sh-script.el (sh-tmp-file):
12527 Use mktemp -t. Finish support for es and rc shells.
12528
12529 2005-10-11 Jay Belanger <belanger@truman.edu>
12530
12531 * calc/calcalg2.el (calc-integral): With an argument, compute the
12532 definite integral.
12533
12534 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12535
12536 * mouse.el (mouse-drag-region-1): Don't try to catch a
12537 double-click when doing follow-link (it's overridden anyway).
12538
12539 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12540
12541 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12542 (autoload-print-form-outbuf): Add docstring.
12543
12544 2005-10-11 Juri Linkov <juri@jurta.org>
12545
12546 * info.el (Info-mode-menu): Delete menu item "Edit".
12547 (Info-mode): Delete description of Info-edit from docstring,
12548 and rearrange descriptions of Info commands in the order
12549 they are documented in the Info manual.
12550
12551 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12552
12553 * calendar/appt.el (appt-check): Use diary-selective-display var.
12554
12555 2005-10-10 Richard M. Stallman <rms@gnu.org>
12556
12557 * net/newsticker.el (newsticker-start, newsticker-show-news):
12558 Add autoload cookies.
12559
12560 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12561
12562 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12563
12564 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12565
12566 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12567
12568 2005-10-10 Jay Belanger <belanger@truman.edu>
12569
12570 * calc/calc-arith.el (math-check-known-scalarp)
12571 (math-check-known-matrixp): Check the values of arguments that are
12572 variables.
12573 (math-check-known-square-matrixp): New function.
12574 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12575 (math-super-types): Add sqmatrix type.
12576
12577 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12578 mode name `square' to `sqmatrix'.
12579
12580 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12581 mode name `square' to `sqmatrix'.
12582
12583 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12584
12585 * progmodes/etags.el (select-tags-table-mode): Don't use
12586 selective-display.
12587 (tags-select-tags-table): Pass `button' to the action function.
12588 (select-tags-table): Place the side-info on button properties rather
12589 than in hidden text. Abbreviate file names.
12590 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12591 (select-tags-table-select): Add `button' argument.
12592 Get side-info from the button property rather than from hidden text.
12593
12594 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12595
12596 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12597 (gud-speedbar-buttons): Preserve point if possible.
12598 (gud-sentinel): Restore previous speedbar display type.
12599
12600 * progmodes/gdb-ui.el (gdba): Improve diagram.
12601 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12602 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12603 Call get-buffer-window once.
12604
12605 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12606
12607 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12608 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12609 (pascal-indent-command): Remove unused var `ind'.
12610 (pascal-indent-case): Remove unused var `oldpos'.
12611 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12612 since it's now used as a proper minor mode map.
12613 (pascal-outline): Rename to pascal-outline-mode.
12614 (pascal-outline-mode): Use define-minor-mode.
12615 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12616 selective-display.
12617
12618 2005-10-10 Andreas Schwab <schwab@suse.de>
12619
12620 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12621 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12622
12623 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12624 outside source directory.
12625
12626 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12627
12628 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12629 C-x' as a prefix.
12630 (orgtbl-mode-map): Full keymap instead of sparse, because all
12631 `self-insert-command' keys are redefined in this map.
12632 (org-export-as-html): Specify charset for HTML file, by taking it
12633 from the coding system.
12634
12635 2005-10-10 Kenichi Handa <handa@m17n.org>
12636
12637 * textmodes/flyspell.el (flyspell-check-word-p):
12638 If unread-command-events is non-empty, don't call sit-for.
12639
12640 2005-10-09 Richard M. Stallman <rms@gnu.org>
12641
12642 * font-lock.el (font-lock-syntactic-keywords)
12643 (font-lock-keywords): Doc fixes.
12644
12645 * textmodes/flyspell.el (flyspell-external-point-words):
12646 Simplify logic, and don't try to check for consecutive appearances
12647 of one incorrect word.
12648
12649 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12650
12651 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12652 separator.
12653
12654 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12655 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12656 (gud-expansion-speedbar-buttons): New function.
12657 (gud-speedbar-buttons): Check for gud-comint-buffer.
12658
12659 2005-10-09 Bill Wohler <wohler@newt.com>
12660
12661 * Makefile.in (updates): Add mh-loaddefs dependency.
12662
12663 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12664
12665 * speedbar.el (speedbar-file-key-map): Fix typo.
12666
12667 2005-10-09 Daniel Brockman <daniel@brockman.se>
12668
12669 * cus-start.el (line-spacing): Add custom spec.
12670
12671 2005-10-09 Romain Francoise <romain@orebokech.com>
12672
12673 * textmodes/ispell.el (ispell-check-version): Fix last change.
12674
12675 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12676
12677 * term/x-win.el: Remove -i, --icon-type from comment.
12678
12679 * startup.el (command-line-x-option-alist): Remove options -i,
12680 -itype, --icon-type, added -nb, --no-bitmap-icon
12681
12682 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12683
12684 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12685 instead of :active.
12686
12687 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12688
12689 * textmodes/ispell.el (ispell-check-version):
12690 Ignore hyphen, and all that follows, in aspell's version text.
12691
12692 2005-10-08 Jay Belanger <belanger@truman.edu>
12693
12694 * calc/calc-arith.el (math-known-square-matrixp): New function.
12695 (math-pow-fancy): Check for matrices before distributing exponent
12696 across products.
12697
12698 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12699 fullscreen keypad. Suggested by Luc Teirlinck.
12700 (calc-keypad-show-input): Add space for formatting.
12701
12702 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12703 Add square matrix option.
12704
12705 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12706 of checking calc-matrix-mode when deciding how to expand.
12707
12708 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12709
12710 2005-10-08 Lars Hansen <larsh@soem.dk>
12711
12712 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12713 Add error handling.
12714 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12715
12716 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12717
12718 Sync with Tramp 2.0.51.
12719
12720 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12721 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12722 Insert special handling for `last-coding-system-used', again
12723 it still seems to be necessary (unlike stated before).
12724 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12725 (tramp-password-prompt-regexp): There might be other words before
12726 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12727 (tramp-chunksize): Improve docstring.
12728 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12729 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12730 Christian Joergensen <bugs@razor.dk>.
12731
12732 2005-10-07 Glenn Morris <rgm@gnu.org>
12733
12734 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12735 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12736 precision'.
12737
12738 2005-10-07 Romain Francoise <romain@orebokech.com>
12739
12740 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12741 (ibuffer-do-shell-command-pipe-replace)
12742 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12743 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12744 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12745 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12746 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12747 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12748 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12749 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12750 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12751 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12752 Autoload file sans suffix.
12753
12754 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12755
12756 2005-10-07 David Ponce <david@dponce.com>
12757
12758 * recentf.el (recentf-menu-open-all-flag): New option.
12759 (recentf-digit-shortcut-command-name): New function.
12760 (recentf--shortcuts-keymap): New variable.
12761 (recentf-menu-shortcuts): New variable.
12762 (recentf-make-menu-items): Initialize it. Replace the "More..."
12763 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12764 (recentf-menu-value-shortcut): New function.
12765 (recentf-make-menu-item): Use it. No more in-lined.
12766 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12767 (recentf-open-most-recent-file): Rename from
12768 `recentf-open-file-with-key'. Don't depend on key binding.
12769 (recentf-mode-map): New variable.
12770 (recentf-mode): Use it.
12771
12772 2005-10-06 Bill Wohler <wohler@newt.com>
12773
12774 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12775
12776 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12777 (MH-E-SRC): New. Used by mh-autoloads.
12778 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12779 files in MH-E-SRC have been updated.
12780 (compile, recompile, bootstrap): Depend on mh-autoloads.
12781
12782 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
12783
12784 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12785 gud-break and gud-remove icons when the fringe is not available.
12786
12787 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12788 Typo.
12789
12790 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12791
12792 * play/zone.el (zone): Wrap body with save-window-excursion.
12793
12794 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
12795
12796 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12797 Use the new `list-only' arg to diary-list-entries.
12798
12799 * calendar/diary-lib.el: Use overlays rather than selective-display.
12800 (diary-selective-display): New var.
12801 (diary-header-line-format): Use it.
12802 (diary-list-entries): Add argument `list-only'.
12803 Put the buffer in diary-mode. Don't add \^M at beg and end.
12804 Replace \^M by invisible overlays.
12805 (diary-unhide-everything): Replace \^M by invisible overlays.
12806 (print-diary-entries): Look for overlays rather than \^M.
12807 Add a space to the temp buffer name.
12808 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12809 Put the buffer in diary-mode.
12810 (list-sexp-diary-entries): Replace \^M by invisible overlays.
12811 (diary-anniversary): Make the year arg optional.
12812 (diary-time-regexp): New const.
12813 (diary-font-lock-keywords): Use it to accept a few more time formats.
12814
12815 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12816
12817 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
12818
12819 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12820 Fix bug introduced 2005-07-03: Use (car (last ...))
12821 to faithfully reproduce replaced artist-last.
12822 (artist-set-arrow-points-for-poly): Likewise.
12823 Suggested by Johan Bockg\e,Ae\e(Brd.
12824
12825 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
12826
12827 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12828 * wid-edit.el (widget):
12829 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12830 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12831
12832 2005-10-06 Kenichi Handa <handa@m17n.org>
12833
12834 * international/mule-cmds.el (set-language-environment):
12835 Fix setting up of case-table for unibyte mode.
12836
12837 * simple.el (what-cursor-position): If the character is displayed
12838 by some `display' text property, show that. Don't use
12839 single-key-description for eight-bit characters in multibyte mode.
12840
12841 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
12842
12843 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12844 (gdb-ann3): Set it.
12845 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12846 (gdb-info-frames-custom): Use inverse-video for first five
12847 characters of selected frame only.
12848 (gdb-get-frame-number): Select frame even when point is on frame
12849 number.
12850
12851 2005-10-06 Masatake YAMATO <jet@gyve.org>
12852
12853 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12854 Put `font-lock-function-name-face'.
12855 (gdb-info-frames-custom): Put `font-lock-function-name-face'
12856 and `font-lock-variable-name-face'
12857 (gdb-registers-font-lock-keywords): New font lock keywords definition.
12858 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12859 (gdb-memory-font-lock-keywords): New font lock keywords definition.
12860 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12861 (gdb-local-font-lock-keywords): New font lock keywords definition.
12862 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12863 (gdb-threads-font-lock-keywords): New font lock keywords definition.
12864 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12865
12866 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
12867
12868 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12869 (ediff-merge-region-is-non-clash-to-skip): Previously called
12870 ediff-merge-region-is-non-clash.
12871
12872 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12873 Use insert-buffer-substring.
12874
12875 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12876 selecting files to patch. Also bug fixes.
12877
12878 * ediff-util.el (ediff-setup): Bug fix.
12879 (ediff-next-difference): Never skip clashes that differ in white
12880 space only.
12881
12882 * ediff-wind.el (ediff-setup-control-frame)
12883 (ediff-destroy-control-frame): Check the menubar feature.
12884
12885 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12886 (viper-refresh-mode-line): Use make-local-variable to localize
12887 some vars instead of make-variable-buffer-local. Suggested by
12888 Stefan Monnier.
12889
12890 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12891 (viper-restore-cursor-type, viper-set-insert-cursor-type):
12892 Use make-local-variable instead of make-variable-buffer-local.
12893 Suggested by Stefan Monnier.
12894
12895 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12896 (viper-comint-mode-hook): Use make-local-variable on
12897 require-final-newline.
12898 (viper-non-hook-settings): Don't use make-variable-buffer-local.
12899
12900 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12901
12902 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12903 also the second char of a comment-start sequence.
12904 (scheme-sexp-comment-syntax-table): New var.
12905 (lambda, define): Set their scheme-doc-string-elt property.
12906 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12907 Use lisp-font-lock-syntactic-face-function now that it properly
12908 handles |...| symbols.
12909 (scheme-mode-variables): Set lisp-doc-string-elt-property,
12910 parse-sexp-lookup-properties and font-lock-extra-managed-props.
12911
12912 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12913 bit from # to |.
12914 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12915
12916 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12917 (lisp-doc-string-elt-property): New var.
12918 (lisp-font-lock-syntactic-face-function): Use it.
12919 Rewrite to recognize docstrings even for forms not at toplevel.
12920
12921 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12922 annotation on the | part of #| rather than on the # part.
12923 (scheme-font-lock-syntactic-face-function): New function, to
12924 distinguish strings from |...| symbols.
12925 (scheme-mode-variables): Use it. Also fix up the font-lock-time
12926 syntax-table so that #|...|# is properly highlighted.
12927
12928 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12929 Don't mark as docstring the 3rd elem of an unknown toplevel form.
12930
12931 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12932
12933 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12934 and C-e.
12935
12936 * emacs-lisp/eldoc.el: Move comments into docstrings.
12937 (eldoc-message-commands): Initialize in its declaration.
12938 Add move-beginning-of-line and move-end-of-line.
12939 (eldoc-add-command, eldoc-add-command-completions)
12940 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12941
12942 * outline.el (outline-mark-subtree): Activate the mark.
12943
12944 * calendar/appt.el (appt-time-regexp): New var.
12945 (appt-add, appt-make-list): Use it.
12946 (appt-convert-time): Clean up.
12947
12948 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12949 Don't set any syntax-table property here.
12950 (tex-font-lock-verb): New function. Do it here.
12951 (tex-font-lock-syntactic-keywords): Use it.
12952
12953 2005-10-04 Richard M. Stallman <rms@gnu.org>
12954
12955 * wid-edit.el (widget-file-complete): Get the widget start point
12956 the right way. Default directory to `/' if file has none.
12957
12958 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12959
12960 * textmodes/flyspell.el (flyspell-mode-on):
12961 Call ispell-maybe-find-aspell-dictionaries.
12962
12963 * textmodes/ispell.el (ispell-word, ispell-region):
12964 Call ispell-maybe-find-aspell-dictionaries.
12965 (ispell-accept-buffer-local-defs):
12966 Don't call ispell-maybe-find-aspell-dictionaries
12967
12968 2005-10-04 Richard M. Stallman <rms@gnu.org>
12969
12970 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12971
12972 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
12973
12974 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12975 instead of `fboundp' in order to allow for anonymous functions.
12976
12977 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
12978
12979 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12980 case the user clicks on the link while another window is selected.
12981 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12982
12983 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12984 functionality.
12985 (dframe-help-echo): Save point in case mouse tracking is off.
12986
12987 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
12988
12989 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12990
12991 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12992
12993 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12994 not change the global value of those vars.
12995
12996 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12997 make-local-variable which we do not need any more.
12998
12999 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13000
13001 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13002 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13003 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13004 (speedbar-path-line): Define obsolete aliases.
13005 (speedbar-line-directory): Doc fix.
13006
13007 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13008 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13009 instead of speedbar-line-path.
13010
13011 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13012
13013 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13014 to nil if dropping on a window. Handle dropping on a minibuffer window
13015 like dropping on a non-window part of Emacs.
13016
13017 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13018
13019 * net/ange-ftp.el: Use with-current-buffer.
13020 (ange-ftp-insert-directory): Do not follow symlinks any more.
13021
13022 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13023 Remove interactive spec.
13024
13025 2005-10-03 Kim F. Storm <storm@cua.dk>
13026
13027 * ido.el (ido-mode): Use custom-initialize-set.
13028
13029 2005-10-02 Richard M. Stallman <rms@gnu.org>
13030
13031 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13032 Use insert-buffer-substring.
13033
13034 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13035 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13036
13037 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13038
13039 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13040 in last change.
13041 (ange-ftp-insert-directory): Fix up the search for the case where
13042 `file' is absolute.
13043
13044 2005-10-02 Romain Francoise <romain@orebokech.com>
13045
13046 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13047
13048 2005-10-02 Andreas Schwab <schwab@suse.de>
13049
13050 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13051 directory component in the session info.
13052
13053 2005-10-01 Richard M. Stallman <rms@gnu.org>
13054
13055 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13056
13057 * simple.el (next-error-internal): New function.
13058
13059 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13060 (compilation-start): Pass new arg to compilation-buffer-name.
13061 (compile-goto-error): Use next-error-internal.
13062
13063 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13064
13065 * speedbar.el: Remove RCS tag.
13066 (speedbar-check-read-only): Handle non-existent files.
13067
13068 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13069
13070 * info.el (Info-speedbar-hierarchy-buttons)
13071 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13072
13073 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13074
13075 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13076 Do not match newline.
13077 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13078 (bibtex-summary): Remove unnecessary save-excursion.
13079 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13080
13081 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13082
13083 * term/mac-win.el: Add charset info for "iso10646-1".
13084 Modify default fontset to use ATSUI-compatible fonts for some charsets
13085 if available.
13086
13087 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13088
13089 * speedbar.el: Re-apply arch tag.
13090 (speedbar-version): Rename to version 1.0. Suggested by Eric
13091 M. Ludlam.
13092 Reapply two changes from Emacs CVS' version of speedbar lost
13093 during the merge:
13094 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13095 (speedbar-frame-parameters): Improve customize type.
13096
13097 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13098
13099 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13100 (ange-ftp-file-directory-p): Fix the symlink case.
13101 (ange-ftp-insert-directory): When listing a single file, get a list of
13102 the parent buffer and extract the relevant line. Inspired from a patch
13103 by Katsumi Yamaoka <yamaoka@jpl.org>.
13104 (ange-ftp-file-name-sans-versions): Simplify.
13105
13106 2005-09-30 Bill Wohler <wohler@newt.com>
13107
13108 Move MH-E image files from toolbar and mail directories into
13109 etc/images.
13110
13111 * mail/reply2.*: Move to etc/images/mail/reply*.
13112
13113 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13114 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13115 etc/images.
13116
13117 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13118 * toolbar/reply*: Move to etc/images/mail.
13119
13120 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13121
13122 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13123
13124 * speedbar.el: New version 1.0pre3.
13125
13126 Frame management code (including timer, and mouse click specifics)
13127 moved to dframe.el:
13128 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13129 (speedbar-timer): Removed. Use dframe-timer.
13130 (speedbar-close-frame): Removed. Use dframe-close-frame.
13131 (speedbar-activity-change-focus-flag): Removed. Use
13132 dframe-activity-change-focus-flag.
13133 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13134 dframe-update-speed.
13135
13136 (speedbar-current-frame): New macro. Use this instead of the
13137 variable speedbar-frame.
13138
13139 (speedbar-use-images, speedbar-expand-image-button-alist)
13140 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13141
13142 (speedbar-find-image-on-load-path): Removed. Replaced by
13143 defezimage in ezimage.el.
13144 (speedbar-expand-image-button-alist): Removed. Replaced by
13145 ezimage-expand-image-button-alist in ezimage.el.
13146
13147 (speedbar-ignored-directory-regexp)
13148 (speedbar-add-ignored-directory-regexp)
13149 (speedbar-ignored-directory-expressions)
13150 (speedbar-line-directory, speedbar-buffers-line-directory)
13151 (speedbar-directory-line, speedbar-buffers-line-directory):
13152 Renamed, replacing `path' with `directory'.
13153
13154 (speedbar-create-directory, speedbar-expand-line-descendants)
13155 (speedbar-toggle-line-expansion)
13156 (speedbar-contract-line-descendants): New commands.
13157
13158 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13159 (speedbar-use-tool-tips-flag): New options.
13160
13161 (speedbar-check-read-only, speedbar-require-version)
13162 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13163 (speedbar-handle-delete-frame, speedbar-try-completion)
13164 (speedbar-update-localized-contents): New functions.
13165
13166 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13167 (speedbar-object-read-only-indicator): New variables.
13168
13169 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13170 New hooks.
13171
13172 (speedbar-separator-face): New face.
13173
13174 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13175 (speedbar-ignored-modes): Add fundamental-mode.
13176 (speedbar-directory-unshown-regexp): Add . directories.
13177
13178 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13179 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13180 `]' for full expand/close.
13181 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13182
13183 (speedbar-check-vc): Support hidden files.
13184 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13185 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13186 state is nil, it is not checked out.
13187
13188 (speedbar-line-text, speedbar-line-token): Support expand buttons
13189 with no text.
13190 (speedbar-refresh): Universal argument acts as power-click.
13191 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13192 that buffer to get variable values.
13193
13194 And many other bugfixes.
13195
13196 * dframe.el, ezimage.el, sb-image.el: New files.
13197
13198 * sb-*.xpm: Remove files. New image files installed into
13199 etc/images/ezimage.
13200
13201 2005-09-30 Kenichi Handa <handa@m17n.org>
13202
13203 * ps-mule.el (ps-mule-show-warning): If a character is in
13204 ps-print-translation-table, don't treat it as non-printable.
13205
13206 2005-09-30 David Ponce <david@dponce.com>
13207
13208 * tree-widget.el (tree-widget-themes-load-path): New variable.
13209 (tree-widget-themes-directory): Doc fix.
13210 (tree-widget-image-formats) [Emacs]: Doc fix.
13211 (tree-widget--locate-sub-directory): New function.
13212 (tree-widget-themes-directory): Use it.
13213
13214 * recentf.el (recentf-filename-handlers): Rename from
13215 `recentf-filename-handler'. Allow a list of functions.
13216 (recentf-menu-items-for-commands): Fix :help strings.
13217 (recentf-apply-filename-handlers): New function.
13218 (recentf-expand-file-name): Use it.
13219 (recentf-cleanup): Remove duplicates too.
13220
13221 2005-09-29 Juri Linkov <juri@jurta.org>
13222
13223 * faces.el: Rearrange face definitions to be in the same order as
13224 their face descriptions in "(emacs)Standard Faces".
13225
13226 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13227
13228 * tooltip.el (tooltip): Add group `basic-faces'.
13229
13230 * buff-menu.el (Buffer-menu-buffer): Remove group
13231 `font-lock-highlighting-faces'.
13232
13233 * progmodes/compile.el (compilation-error, compilation-warning)
13234 (compilation-info, compilation-line-number, compilation-column-number):
13235 Change group from `font-lock-highlighting-faces' to `compilation'.
13236
13237 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13238 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13239 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13240 (vhdl-font-lock-reserved-words-face)
13241 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13242 `font-lock-highlighting-faces'.
13243
13244 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13245
13246 2005-09-28 Kim F. Storm <storm@cua.dk>
13247
13248 * emulation/cua-base.el: Set CUA move property on additional commands:
13249 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13250 forward-sexp, backward-sexp, forward-list, backward-list.
13251
13252 2005-09-28 Romain Francoise <romain@orebokech.com>
13253
13254 * comint.el (comint-show-output): Really set point at the
13255 beginning of the output when not using `comint-use-prompt-regexp'.
13256
13257 2005-09-27 Jay Belanger <belanger@truman.edu>
13258
13259 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13260 in TeX mode.
13261
13262 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13263
13264 * textmodes/org.el (org-table-sum): Fix format string.
13265
13266 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13267 Quote face names.
13268
13269 2005-09-26 Romain Francoise <romain@orebokech.com>
13270
13271 * isearch.el (isearch-forward-regexp): Close doc string.
13272
13273 2005-09-25 Richard M. Stallman <rms@gnu.org>
13274
13275 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13276
13277 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13278
13279 * progmodes/compile.el (compilation-error-properties):
13280 When getting the file from the previous error message,
13281 correctly decode the new data format.
13282
13283 * progmodes/cc-cmds.el (c-electric-paren):
13284 Call old-blink-paren only for close-paren.
13285
13286 2005-09-24 Andreas Schwab <schwab@suse.de>
13287
13288 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13289 condition.
13290
13291 2005-09-25 Romain Francoise <romain@orebokech.com>
13292
13293 * dired-aux.el (dired-copy-file-recursive):
13294 * dired.el (dired-delete-file):
13295 * ediff-mult.el (ediff-dir-diff-copy-file):
13296 * ediff-util.el (ediff-test-save-region):
13297 * forms.el (forms-mode):
13298 * ido.el (ido-file-internal, ido-delete-file-at-head):
13299 * log-edit.el (log-edit-done):
13300 * ses.el (ses-yank-resize):
13301 * play/gomoku.el (gomoku-human-plays, gomoku)
13302 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13303 (gomoku-offer-a-draw):
13304 * play/landmark.el (lm-human-resigns, lm):
13305 * net/eudcb-ldap.el (eudc-ldap-check-base):
13306 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13307 * progmodes/ebrowse.el (ebrowse-find-pattern):
13308 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13309 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13310 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13311
13312 * vc.el (vc-delete-file):
13313 * play/gomoku.el (gomoku-terminate-game, gomoku)
13314 (gomoku-prompt-for-move, gomoku-human-takes-back):
13315 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13316 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13317
13318 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13319
13320 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13321 color rxvt terminals by using the code xterm.el used to use before
13322 2005-04-09 in order to match the colors used by rxvt.
13323
13324 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13325
13326 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13327 colors rxvt-unicode terminals by using the same code as xterm.el.
13328
13329 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13330
13331 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13332 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13333 new symbol used for the tex-verbatim face.
13334
13335 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13336
13337 * woman.el (woman-file-name):
13338 * wid-edit.el (widget-file-prompt-value)
13339 (widget-coding-system-prompt-value):
13340 * w32-fns.el (set-w32-system-coding-system):
13341 * vc.el (vc-version-diff, vc-annotate):
13342 * textmodes/reftex-auc.el (reftex-arg-cite)
13343 (reftex-arg-index-tag):
13344 * textmodes/refer.el (refer-get-bib-files):
13345 * textmodes/artist.el (artist-figlet-choose-font):
13346 * terminal.el (terminal-emulator):
13347 * replace.el (occur-read-primary-args):
13348 * rect.el (string-rectangle, string-insert-rectangle):
13349 * ps-print.el (ps-print-preprint):
13350 * progmodes/pascal.el (pascal-goto-defun):
13351 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13352 * progmodes/compile.el (compilation-find-file):
13353 * printing.el (pr-interactive-n-up):
13354 * play/animate.el (animate-birthday-present):
13355 * net/rcompile.el (remote-compile):
13356 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13357 * mail/rmailsum.el (rmail-summary-search-backward)
13358 (rmail-summary-search):
13359 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13360 (rmail-output-read-file-name):
13361 * mail/rmail.el (rmail-search, rmail-search-backwards):
13362 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13363 * locate.el (locate):
13364 * international/quail.el (quail-show-keyboard-layout):
13365 * international/mule.el (set-buffer-file-coding-system)
13366 (revert-buffer-with-coding-system, set-file-name-coding-system)
13367 (set-terminal-coding-system, set-keyboard-coding-system)
13368 (set-next-selection-coding-system):
13369 * international/mule-diag.el (describe-coding-system)
13370 (describe-font, describe-fontset):
13371 * international/mule-cmds.el (universal-coding-system-argument)
13372 (search-unencodable-char, describe-input-method)
13373 (set-language-environment, describe-language-environment):
13374 * international/codepage.el (codepage-setup):
13375 * international/code-pages.el (codepage-setup):
13376 * info.el (Info-search, Info-follow-reference)
13377 (Info-search-backward):
13378 * emacs-lisp/advice.el (ad-read-advised-function)
13379 (ad-read-advice-class, ad-clear-cache, ad-activate)
13380 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13381 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13382 (ad-read-regexp):
13383 * ediff-util.el (ediff-toggle-regexp-match):
13384 * ediff-ptch.el (ediff-prompt-for-patch-file):
13385 * dired-aux.el (dired-diff):
13386 * diff.el (diff):
13387 * cus-edit.el (custom-variable-prompt):
13388 * calendar/timeclock.el (timeclock-ask-for-project):
13389 * calc/calcalg3.el (calc-get-fit-variables):
13390 * calc/calc-store.el (calc-edit-variable)
13391 (calc-permanent-variable):
13392 * vc-mcvs.el (vc-mcvs-register):
13393 * shadowfile.el (shadow-define-literal-group):
13394 * woman.el (woman-file-name):
13395 * vc.el (vc-version-diff, vc-merge):
13396 * textmodes/reftex-index.el (reftex-index-complete-tag):
13397 * format.el (format-decode-buffer, format-decode-region):
13398 * emulation/viper-cmd.el (viper-read-string-with-history):
13399 * emacs-lisp/debug.el (cancel-debug-on-entry):
13400 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13401 * ediff.el (ediff-merge-revisions)
13402 (ediff-merge-revisions-with-ancestor, ediff-revision):
13403 * completion.el (interactive-completion-string-reader):
13404 * calc/calc-prog.el (calc-user-define-formula):
13405 Follow convention for reading with the minibuffer.
13406
13407 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13408
13409 * progmodes/python.el (python-describe-symbol): Add globals() and
13410 locals() to the arguments of emacs.ehelp.
13411
13412 2005-09-24 Magnus Henoch <mange@freemail.hu>
13413
13414 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13415 New function, code extracted from ispell-valid-dictionary-list.
13416 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13417 Call it.
13418
13419 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13420
13421 * subr.el (version-regexp-alist): Extend valid syntax for version
13422 strings: allow any of the characters -,_,+ to separate the
13423 alpha/beta/rc part from the version part. Doc fix.
13424 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13425
13426 2005-09-23 David Reitter <david.reitter@gmail.com>
13427
13428 * mail/mailclient.el: New file.
13429
13430 2005-09-23 Richard M. Stallman <rms@gnu.org>
13431
13432 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13433 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13434 Doc fixes.
13435
13436 * progmodes/cc-mode.el (c-font-lock-init):
13437 Specify font-lock-lines-before.
13438
13439 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13440
13441 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13442 whole conflict.
13443
13444 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13445
13446 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13447 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13448 of `remap' feature when available. Additional key bindings for
13449 better tty support.
13450 (org-mode-restart, org-force-self-insert): New commands.
13451 (org-time-stamp-inactive): New command.
13452 (org-remap): New function.
13453 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13454 (org-enable-fixed-width-editor): Move to `org-structure'
13455 customization group.
13456 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13457 blank field after field motion commands.
13458
13459 2005-09-23 Kenichi Handa <handa@m17n.org>
13460
13461 * international/mule-cmds.el (set-language-environment):
13462 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13463 have to call utf-translate-cjk-load-tables.
13464
13465 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13466
13467 * mouse.el (mouse-move-drag-overlay): Fix last change.
13468
13469 2005-09-22 David Ponce <david@dponce.com>
13470
13471 * tree-widget.el (tree-widget-value-create): Fix previous change.
13472
13473 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13474
13475 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13476
13477 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13478
13479 * mouse.el (mouse-move-drag-overlay): New function.
13480 (mouse-drag-region-1): Use it.
13481 Try to simplify a bit the state handling. Handle clicks on links
13482 inside intangible areas.
13483 (mouse-save-then-kill): Minor simplification.
13484 (mouse-secondary-overlay): Make it always non-nil instead of
13485 recreating it each time.
13486 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13487 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13488 Simplify accordingly.
13489
13490 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13491
13492 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13493
13494 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13495
13496 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13497 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13498 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13499 to patch.
13500
13501 * ediff-util.el: Use insert-buffer-substring.
13502
13503 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13504
13505 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13506 field boundaries in the minibuffer.
13507 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13508 (viper-minibuffer-post-command-hook): New hook.
13509 (viper-line): Don't move cursor at bolp.
13510
13511 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13512
13513 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13514 avoid compiler warnings.
13515
13516 * emulation/viper-macs.el (ex-map): Better messages.
13517
13518 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13519
13520 * emulation/viper.el: Replace make-variable-buffer-local with
13521 viper-make-variable-buffer-local everywhere, to avoid warnings.
13522
13523 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13524
13525 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13526 Delete unused var `old-selected-window'.
13527 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13528 (mouse-drag-secondary): Delete unused var `start-frame'.
13529
13530 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13531
13532 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13533
13534 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13535
13536 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13537 Re-indent within 80 columns. Use inhibit-read-only.
13538
13539 2005-09-19 Romain Francoise <romain@orebokech.com>
13540
13541 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13542
13543 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13544
13545 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13546 unconditionally, since the after-change-function already did it.
13547
13548 2005-09-19 Miles Bader <miles@gnu.org>
13549
13550 * net/newsticker.el: Get rid of CVS keyword.
13551
13552 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13553
13554 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13555 The prompt is formatted later.
13556
13557 2005-09-19 David Ponce <david@dponce.com>
13558
13559 * tree-widget.el (tree-widget-value-create): Save the converted
13560 tree :node widget.
13561
13562 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13563
13564 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13565 variable `message'.
13566
13567 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13568
13569 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13570 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13571 <slawomir.nowaczyk.847@student.lu.se>.
13572
13573 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13574
13575 * image.el (image-load-path): Use symbol `data-directory' instead
13576 of its value, for backward compatibility with packages that bind
13577 it during `find-image'. Suggested by Katsumi Yamaoka.
13578 (image-search-load-path): Handle symbols whose values are strings.
13579
13580 2005-09-18 Romain Francoise <romain@orebokech.com>
13581
13582 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13583 with-current-buffer form in save-excursion.
13584
13585 2005-09-18 Deepak Goel <deego@gnufans.org>
13586
13587 * apropos.el (apropos-command): Fix `message' call: first arg
13588 should be a format spec. In this and all other cases that appear
13589 below and elsewhere in the source code, I made a change only when
13590 two conditions were satisfied: [1] I can think of a possibility
13591 that the arguments would cause an error, for example, the code in
13592 question relies on external variables such as filenames. [2] I
13593 was sure that the arg to `message' could not have been nil in the code.
13594
13595 * textmodes/tildify.el (tildify-region): Ditto.
13596
13597 * textmodes/reftex-index.el (reftex-index-change-entry)
13598 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13599 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13600 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13601 (org-priority, org-table-sum):
13602 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13603 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13604 (flyspell-word, flyspell-display-next-corrections):
13605 * textmodes/bibtex.el (bibtex-print-help-message):
13606 * textmodes/artist.el (artist-key-set-point-poly):
13607 * term/mac-win.el (mac-services-insert-text):
13608 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13609 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13610 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13611 (vhdl-compose-configuration):
13612 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13613 (sh-set-indent, sh-learn-line-indent):
13614 * progmodes/ps-mode.el (ps-mode-target-column):
13615 * progmodes/idlwave.el (idlwave-make-tags)
13616 (idlwave-scan-library-catalogs):
13617 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13618 * progmodes/gud.el (gud-jdb-analyze-source):
13619 * progmodes/flymake.el (flymake-log):
13620 * progmodes/ebnf2ps.el (ebnf-generate-region):
13621 * progmodes/cmacexp.el (c-macro-expansion):
13622 * progmodes/ada-xref.el (ada-treat-cmd-string):
13623 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13624 (ada-justified-indent-current, ada-batch-reformat):
13625 * play/zone.el (zone):
13626 * play/landmark.el (lm-move):
13627 * play/decipher.el (decipher-show-alphabet):
13628 * net/newsticker.el (newsticker--display-jump)
13629 (newsticker--display-scroll):
13630 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13631 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13632 * mail/feedmail.el (feedmail-dump-message-to-queue):
13633 * eshell/esh-proc.el (eshell-remove-process-entry):
13634 * emulation/ws-mode.el (ws-last-error):
13635 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13636 (viper-record-kbd-macro):
13637 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13638 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13639 * emacs-lisp/find-func.el (find-function-noselect):
13640 * calendar/timeclock.el (timeclock-status-string)
13641 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13642 (timeclock-when-to-leave-string):
13643 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13644 * calc/calc-units.el (calc-enter-units-table):
13645 * calc/calc-mode.el (calc-mode-record-mode):
13646 * woman.el (woman-mini-help):
13647 * wdired.el (wdired-change-to-wdired-mode):
13648 * vc.el (vc-retrieve-snapshot):
13649 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13650 * startup.el (display-startup-echo-area-message):
13651 * simple.el (set-goal-column):
13652 * ses.el (ses-command-hook, ses-recalculate-cell):
13653 * server.el (server-process-filter):
13654 * printing.el (pr-interface-txt-print, pr-interface-printify)
13655 (pr-interface-ps):
13656 * pcvs.el (cvs-help):
13657 * log-edit.el (log-edit, log-edit-mode-help):
13658 * iswitchb.el (iswitchb-possible-new-buffer):
13659 * isearch.el (isearch-edit-string):
13660 * image-mode.el (image-mode, image-minor-mode):
13661 * ibuf-macs.el (define-ibuffer-filter):
13662 * hi-lock.el (hi-lock-find-patterns):
13663 * files.el (toggle-read-only):
13664 * ediff-util.el (ediff-copy-diff)
13665 (ediff-write-merge-buffer-and-maybe-kill):
13666 * echistory.el (Electric-history-undefined):
13667 * dnd.el (dnd-insert-text):
13668 * dired-aux.el (dired-query):
13669 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13670 * bookmark.el (bookmark-bmenu-locate):
13671 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13672 Fix `message' calls to ensure first arg is a format string.
13673 The change was made only when these two conditions were satisfied:
13674 [1] when there is a possibility that the arguments would cause an error
13675 for example, if the code in question relies on external variables
13676 such as filenames, and
13677 [2] if the arg to `message' could not have been nil in the code.
13678
13679 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13680 Not having a %s would be weird, though not technically wrong.
13681
13682 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13683
13684 * term/mac-win.el (mac-add-charset-info): Doc fix.
13685
13686 2005-09-17 Romain Francoise <romain@orebokech.com>
13687
13688 * shell.el (shell-resync-dirs): Handle echoing processes more
13689 reliably. Don't insert resync command if `comint-process-echoes'
13690 is non-nil.
13691
13692 2005-09-17 Magnus Henoch <mange@freemail.hu>
13693
13694 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13695 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13696 aspell versions >= 0.60.
13697 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13698 only if ispell-aspell-supports-utf8 is non-nil.
13699
13700 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13701
13702 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13703 buffer-local value to lisp-indent-function.
13704
13705 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13706
13707 * progmodes/glasses.el (glasses-make-readable): If
13708 glasses-separator differs from underscore, put appropriate
13709 overlays over underscore characters.
13710 (glasses-convert-to-unreadable): If glasses-separator differs from
13711 underscore, try to convert glasses-separator characters to
13712 underscores.
13713
13714 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13715
13716 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13717 Use with-syntax-table and dolist.
13718
13719 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13720
13721 * textmodes/reftex-auc.el:
13722 * textmodes/reftex-cite.el:
13723 * textmodes/reftex-dcr.el:
13724 * textmodes/reftex-global.el:
13725 * textmodes/reftex-parse.el:
13726 * textmodes/reftex-ref.el:
13727 * textmodes/reftex-sel.el:
13728 * textmodes/reftex-toc.el:
13729 * textmodes/reftex-vars.el:
13730 * textmodes/reftex.el: Small changes to remove compiler warnings.
13731
13732 * textmodes/reftex-index.el: Likewise.
13733 (reftex-query-index-phrase): More efficient use of markers.
13734
13735 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13736
13737 * image.el (image-load-path): New variable.
13738 (image-search-load-path): New function.
13739 (find-image): Search for images in `image-load-path'.
13740
13741 2005-09-15 Richard M. Stallman <rms@gnu.org>
13742
13743 * follow.el: Change Maintainer field.
13744
13745 2005-09-15 David Ponce <david@dponce.com>
13746
13747 * recentf.el (recentf-save-file-modes): New option.
13748 (recentf-save-list): Use it.
13749
13750 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13751
13752 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13753 (mode-line-mule-info, mode-line-modified): Move bindings from
13754 mouse-3 to mouse-1.
13755
13756 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13757
13758 * simple.el (sendmail-user-agent-compose): Revert last change.
13759
13760 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13761
13762 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13763 Use with-current-buffer.
13764 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13765 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13766 (ange-ftp-insert-directory): Remove unused var `short'.
13767 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13768
13769 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13770 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13771
13772 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13773 (check-calendar-holidays, diary-list-entries): Autoload.
13774 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13775 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13776
13777 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13778 which mistakenly removed a call to display-buffer.
13779
13780 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13781
13782 * obsolete/iso-insert.el: Move to obsolete/ from international/.
13783
13784 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
13785
13786 * progmodes/hideshow.el
13787 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13788 (hs-allow-nesting): New user var.
13789 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13790 (hs-hide-block-at-point): When nesting allowed,
13791 if there is already an overlay in place, delete it.
13792 (hs-safety-is-job-n): Delete func; remove call sites.
13793 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13794 (hs-overlay-at): New func.
13795 (hs-already-hidden-p, hs-show-block): Use it.
13796 (hs-hide-all): Don't pre-clean if nesting allowed.
13797 (hs-show-all): Temporarily disallow
13798 nesting around call to `hs-discard-overlays'.
13799
13800 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
13801
13802 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13803 Delete unused local var.
13804
13805 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
13806
13807 * help-fns.el (describe-categories): "?\ " -> "?\s".
13808 (help-do-arg-highlight): Recognize also ARG-n, as in
13809 `move-to-left-margin' (ARG+n is already recognized). Simplify.
13810
13811 * international/codepage.el (dos-unsupported-char-glyph):
13812 * net/newsticker.el (tool-bar-map, w3-mode-map)
13813 (w3m-minor-mode-map):
13814 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13815 (ent-alist):
13816 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13817
13818 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
13819
13820 * custom.el (custom-push-theme): Handle the case where a symbol is
13821 bound but face properties have not yet been assigned.
13822
13823 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13824 Fix behavior if noerase is `t' and there is no mail buffer.
13825
13826 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13827 if `continue' is nil, rather than signal an error.
13828
13829 2005-09-12 Richard M. Stallman <rms@gnu.org>
13830
13831 * font-lock.el (font-lock-keywords): Add autoload.
13832
13833 * help-fns.el (describe-variable): Rearrange to put source link
13834 in a predictable place.
13835
13836 * net/newsticker.el: New file.
13837
13838 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13839
13840 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13841 (calendar-basic-setup): Use the new nil arg.
13842 (number-of-diary-entries): Move to diary-lib.el.
13843
13844 * calendar/diary-lib.el: Use with-current-buffer, match-string.
13845 (diary-list-entries): Use with-syntax-table and dolist.
13846 Rename from list-diary-entries.
13847 Use number-of-diary-entries if `number' is nil.
13848 (diary, diary-view-entries): Use this new name and new nil arg value.
13849 (number-of-diary-entries): Move from calendar.el.
13850 (diary-unhide-everything): New function.
13851 (include-other-diary-files, fancy-diary-display)
13852 (diary-show-all-entries, make-diary-entry): Use it.
13853 (diary-mail-entries): Use buffer-string.
13854 (mark-diary-entries): Fix long standing paren typo.
13855 (diary-sexp-entry): Use count-lines.
13856 (make-diary-entry): Avoid `previous-line'.
13857 (diary-mode-map): New var.
13858 (diary-mode): Redraw cal after saving. Setup header-line.
13859 (fancy-diary-display-mode): Use local-set-key.
13860
13861 * startup.el (command-line): Try calling various terminal-init-foo-bar
13862 functions by stripping hyphenated suffixes from $TERM.
13863
13864 * files.el (normal-mode): Check boundness of font-lock-keywords.
13865
13866 2005-09-12 Richard M. Stallman <rms@gnu.org>
13867
13868 * progmodes/compile.el: Don't decide a file's directory
13869 until the user actually tries to go there.
13870 (compilation-next-error-function):
13871 Pass compilation-find-file the directory from the file-struct.
13872 (compilation-internal-error-properties): Separate local FILE-STRUCT
13873 from FILE. Doc the args better. Rename arg FMT to FMTS.
13874 (compilation-find-file): Arg DIR renamed to DIRECTORY.
13875 Expand it, and if nil, use default-directory.
13876 (compilation-get-file-structure): Don't mix specified directory
13877 with default directory. Put specified directory into
13878 file-struct. Don't make the file name absolute.
13879
13880 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13881 (compile-command): Add autoload.
13882 (compilation-disable-input): Add autoload.
13883
13884 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
13885
13886 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13887 strings of the variables it can override.
13888 (time-stamp): New (as yet undocumented) time-stamp-format escapes
13889 %Q and %q, for fully-qualified domain name and unqualified host name.
13890
13891 2005-09-11 Kim F. Storm <storm@cua.dk>
13892
13893 * emacs-lisp/authors.el (authors-aliases): Update list.
13894 (authors-fixed-entries): Update mldrag.el entry.
13895
13896 2005-09-10 Alan Mackenzie <acm@muc.de>
13897
13898 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13899 from the region narrowed to.
13900
13901 2005-09-10 Magnus Henoch <mange@freemail.hu>
13902
13903 * textmodes/ispell.el (ispell-check-version): Signal an error if
13904 aspell version is less than 0.60.
13905
13906 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
13907
13908 * progmodes/octave-inf.el (inferior-octave-startup):
13909 Resync current dir at the end.
13910
13911 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
13912
13913 * woman.el (woman-topic-at-point-default):
13914 Rename to woman-use-topic-at-point-default.
13915 (woman-topic-at-point): Rename to woman-use-topic-at-point.
13916 (woman-file-name): Reflect renames above. Automatically use the
13917 word at point as topic if woman-use-topic-at-point is non-nil.
13918 Otherwise offer it as default but don't insert it in the
13919 minibuffer. Also use `test-completion' instead of `assoc' as
13920 suggested by Stefan Monnier.
13921
13922 2005-09-10 Andre Spiegel <spiegel@gnu.org>
13923
13924 * vc.el (vc-directory, vc-update-change-log): Throw an error on
13925 the attempt to do it over Tramp. This is not yet supported.
13926
13927 2005-09-10 Eli Zaretskii <eliz@gnu.org>
13928
13929 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13930 (menu-bar-non-minibuffer-window-p): New functions.
13931 ("Split Window", "Save As..."): Use them.
13932 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13933 ("Print Buffer", "Truncate Long Lines in this Buffer"):
13934 Use menu-bar-menu-frame-live-and-visible-p.
13935 ("Save Buffer", "Insert File", "Open Directory...")
13936 ("Open File...", "Visit New File..."):
13937 Use menu-bar-non-minibuffer-window-p.
13938 (kill-this-buffer-enabled-p, dired <menu-enable>):
13939 Use menu-bar-non-minibuffer-window-p.
13940
13941 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13942
13943 * cus-start.el (all): Don't complain about fringe-related
13944 built-ins if fringes are not supported. Ditto about
13945 selection-related built-ins. Fix the test for GTK-related built-ins.
13946
13947 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13948 ("Postscript Print Buffer", "Print Region", "Save As...")
13949 ("Save", "Insert File...", "Open Directory...")
13950 ("Open File...", "Visit New File..."")
13951 ("Truncate Long Lines in this Buffer"): Don't look at
13952 menu-updating-frame if this display does not support multiple frames.
13953
13954 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13955
13956 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13957
13958 2005-09-09 Emilio Lopes <eclig@gmx.net>
13959
13960 * woman.el: Format- and whitespace-related changes.
13961
13962 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13963
13964 * woman.el: Fix my email address.
13965
13966 2005-09-08 Richard M. Stallman <rms@gnu.org>
13967
13968 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13969 (sh-mode): Locally set skeleton-pair-default-alist.
13970
13971 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13972
13973 * progmodes/flymake.el: Require `compile' unconditionally.
13974
13975 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13976
13977 * woman.el (woman-file-name): Provide a default, not initial input.
13978
13979 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13980
13981 * font-lock.el (font-lock-support-mode): Doc fix.
13982
13983 * descr-text.el (describe-property-list): Handle non-symbol prop names.
13984
13985 2005-09-08 Richard M. Stallman <rms@gnu.org>
13986
13987 * simple.el (blink-matching-open): Get rid of text props from
13988 the string shown in echo area. Don't permanently set point.
13989 Some rearrangements.
13990
13991 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13992
13993 * recentf.el (recentf-filename-handler): Add custom choice
13994 `abbreviate-file-name'.
13995
13996 * msb.el (msb--very-many-menus): Fix typo.
13997
13998 * disp-table.el (standard-display-european): Don't set
13999 enable-multibyte-characters to nil.
14000
14001 2005-09-08 David Ponce <david@dponce.com>
14002
14003 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14004 (recentf-expand-file-name): Doc fix.
14005 (recentf-dialog-mode-map): Define digit shortcuts.
14006 (recentf--files-with-key): New variable.
14007 (recentf-show-digit-shortcut-filter): New function.
14008 (recentf-open-files-items): New function.
14009 (recentf-open-files): Use it.
14010 (recentf-open-file-with-key): New command.
14011
14012 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14013
14014 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14015 Suggested by Kim F. Storm.
14016 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14017 (Buffer-menu-make-sort-button): Use global keymap.
14018
14019 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14020
14021 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14022 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14023 necessary any longer with the remapped command.
14024 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14025 formatting time only.
14026
14027 * net/tramp.el (tramp-action-password)
14028 (tramp-multi-action-password): Compile the password prompt from
14029 `method', `user' and `host'. Sometimes it isn't obvious which
14030 password to enter, for example with remote files offered by
14031 recentf.el, or with multiple steps. Suggested by Robert Marshall
14032 <robert@chezmarshall.freeserve.co.uk>.
14033
14034 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14035
14036 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14037 Fix regexp for when "s///" is at the beginning of line.
14038
14039 2005-09-07 Jay Belanger <belanger@truman.edu>
14040
14041 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14042 when in matrix mode.
14043
14044 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14045
14046 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14047 non-anonymous functions.
14048
14049 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14050
14051 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14052 when using a header line. Otherwise, use mouse-1-click-follows-link.
14053
14054 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14055 can't be moved; don't signal an error.
14056
14057 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14058
14059 * cus-theme.el (custom-theme-write-faces): Save the current face
14060 spec, not the defface spec.
14061
14062 * custom.el (custom-known-themes): Clarify meaning of "standard".
14063 (custom-push-theme): Save old values in the standard theme.
14064 (disable-theme): Correct typo.
14065 (custom-face-theme-value) Deleted unused function.
14066 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14067
14068 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14069
14070 * progmodes/compile.el (compilation-goto-locus): Take into account
14071 iconified frames when determining whether the buffer is
14072 already visible.
14073 Don't reset window height if the window already existed.
14074
14075 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14076
14077 * custom.el (load-theme): Rename from require-theme.
14078 Add interactive spec.
14079 (enable-theme): Rename from custom-enable-theme.
14080 Add interactive spec.
14081 (disable-theme): Rename from custom-disable-theme.
14082 Add interactive spec.
14083 (custom-make-theme-feature): Doc fix.
14084 (custom-theme-directory): Doc fix.
14085 (provide-theme): Call enable-theme.
14086
14087 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14088
14089 * obsolete/lazy-lock.el (lazy-lock-mode):
14090 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14091 font-lock-mode if it's off. Print a warning instead.
14092
14093 * progmodes/compile.el (compilation-start): Ignore errors if the
14094 process died before we get to send-eof.
14095
14096 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14097 Undo last change. Enclosing the result in quotes broke things on Unix
14098 since tex-send-command passes it through shell-quote-argument.
14099 (tex-send-command): Pass `file' through convert-standard-filename
14100 when possible.
14101 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14102 info in a transcript.
14103
14104 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14105
14106 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14107 fix compilation warning. Reorder the key definitions to group
14108 together keys emitted by the current version of xterm.
14109
14110 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14111 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14112 Reorder predicates to correct min-color usage.
14113
14114 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14115
14116 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14117 Kill local variables when longlines-mode is turned off.
14118
14119 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14120
14121 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14122
14123 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14124
14125 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14126
14127 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14128 (font-lock-lines-before): Change default to being inactive.
14129 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14130 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14131
14132 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14133
14134 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14135 Deactivate temporarily advice if active (not needed for Emacs 22,
14136 but for backwards compatibility).
14137 (tramp-exists-file-name-handler): Rewrite. First implementation
14138 was too simple.
14139 (tramp-advice-make-auto-save-file-name):
14140 Call `tramp-handle-make-auto-save-file-name' (again, just for
14141 backwards compatibility).
14142
14143 2005-08-31 Reto Zimmermann <reto@gnu.org>
14144
14145 * progmodes/vhdl-mode.el
14146 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14147 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14148 (vhdl-set-default-project): New function (easier setting of default).
14149 (vhdl-port-copy): Handle extended identifiers for generics.
14150 (vhdl-compiler-alist): Better description for error message regexp.
14151 (vhdl-make): Query for target, use previous as default.
14152 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14153 (vhdl-font-lock-keywords-2): Fix fontification for record
14154 el. assign.
14155 (vhdl-speedbar-make-subpack-line): Add package body link.
14156 (vhdl-generate-makefile-1): Not include itself as dependency.
14157 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14158 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14159 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14160 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14161 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14162 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14163 (vhdl-import-project): Add string argument for `error'.
14164 (vhdl-compose-configuration)
14165 (vhdl-compose-configuration-architecture): Add configuration
14166 declaration generation.
14167 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14168 (vhdl-trailer-re): Add "record" keyword (better indentation).
14169 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14170 "[^ \t-\"]+".
14171 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14172 (vhdl-testbench-entity-file-name)
14173 (vhdl-testbench-architecture-file-name): Allow separate
14174 customization of testbench file names.
14175 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14176 (vhdl-get-visible-signals): Allow newline within alias declaration.
14177 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14178 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14179 (member-ignore-case): Alias for missing function in XEmacs.
14180 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14181 (vhdl-update-sensitivity-list): Ignore case on read signals.
14182 (vhdl-replace-string): Adjust case only for file names.
14183 (vhdl-update-sensitivity-list): Fix search for read signals.
14184 (vhdl-update-sensitivity-list): Exclude formal parameters.
14185 (vhdl-get-visible-signals): Include aliases of signals.
14186 (vhdl-get-visible-signals): Fix signal name searching.
14187 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14188 (vhdl-fixup-whitespace-region): Fix for character
14189 literals (e.g. `:').
14190
14191 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14192
14193 * ansi-color.el (comint-last-output-start):
14194 * bs.el (font-lock-verbose):
14195 * diff-mode.el (add-log-buffer-file-name-function):
14196 * dired-x.el (vm-folder-directory):
14197 * faces.el (help-xref-stack-item):
14198 * files.el (font-lock-keywords):
14199 * find-lisp.el (dired-buffers, dired-subdir-alist):
14200 * ido.el (cua-inhibit-cua-keys):
14201 * log-view.el (cvs-minor-wrap-function):
14202 * outline.el (font-lock-warning-face):
14203 * simple.el (compilation-current-error):
14204 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14205 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14206 * tooltip.el (comint-prompt-regexp):
14207 * w32-fns.el (explicit-shell-file-name):
14208 * term/mac-win.el (mac-charset-info-alist)
14209 (mac-services-selection, mac-system-script-code):
14210 * term/tty-colors.el (msdos-color-values):
14211 * term/w32-win.el (xlfd-regexp-registry-subnum):
14212 * term/x-win.el (x-keysym-table, x-selection-timeout)
14213 (x-session-id, x-session-previous-id):
14214 * textmodes/ispell.el (mail-yank-prefix):
14215 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14216 * textmodes/org.el (calc-embedded-close-formula)
14217 (calc-embedded-open-formula)
14218 (font-lock-unfontify-region-function):
14219 * textmodes/reftex-global.el (isearch-next-buffer-function)
14220 (TeX-master):
14221 * textmodes/reftex.el (font-lock-keywords):
14222 * textmodes/tex-mode.el (font-lock-comment-face)
14223 (font-lock-doc-face):
14224 * textmodes/texinfo.el (outline-heading-alist):
14225 Add defvars.
14226
14227 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14228 (artist-spray-chars, artist-mode-init, artist-replace-string)
14229 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14230 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14231 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14232
14233 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14234 (conf-align-assignments): "?\ " -> "?\s".
14235
14236 * textmodes/reftex-index.el (TeX-master): Add defvar.
14237 (reftex-index-phrases-marker): Move up defvar.
14238
14239 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14240 (reftex-toc-include-labels-indicator)
14241 (reftex-toc-include-index-indicator)
14242 (reftex-toc-max-level-indicator): Move up declarations.
14243
14244 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14245 of args to `tramp-run-real-handler', even if it's empty in this case.
14246
14247 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14248
14249 * dired.el (dired-move-to-filename-regexp): Add date format for
14250 Mac OS X 10.3 in East Asian locales.
14251
14252 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14253
14254 * files.el (make-auto-save-file-name): Add file name handler call
14255 if applicable.
14256
14257 * net/tramp.el (tramp-file-name-handler-alist)
14258 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14259 (tramp-handle-make-auto-save-file-name): Rename from
14260 `tramp-make-auto-save-file-name'.
14261 (tramp-exists-file-name-handler): New defun.
14262 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14263 `make-auto-save-file-name' is not a magic file name operation.
14264
14265 2005-08-30 Richard M. Stallman <rms@gnu.org>
14266
14267 * files.el (risky-local-variable-p):
14268 Match `-predicates' and `-commands.
14269
14270 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14271 (custom-save-all): Visit the file if necessary;
14272 kill the buffer if we created it.
14273 (custom-save-delete): Don't visit file or kill buffer here.
14274
14275 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14276
14277 * textmodes/org.el (org-special-keyword): New face.
14278 (org-table-copy-down, org-table-eval-formula)
14279 (org-table-recalculate, org-init-section-numbers):
14280 Use `string-to-number' instead of `string-to-int'.
14281 (org-get-location): Use `insert-buffer-substring' instead of
14282 `insert-buffer'.
14283 (org-modify-diary-entry-string): New function.
14284 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14285 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14286 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14287 active region.
14288 (org-export-as-html): Handle QUOTE keyword.
14289 (org-quote-string): New option.
14290 (org-bookmark-jump-unhide): New function, used for
14291 `bookmark-after-jump-hook'.
14292 (org-diary-default-entry): Apply only when not called through
14293 `org-agenda'.
14294
14295 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14296
14297 * net/eudc.el (mode-popup-menu):
14298 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14299 * progmodes/ada-mode.el (compile-auto-highlight)
14300 (skeleton-further-elements):
14301 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14302 * progmodes/cmacexp.el (msdos-shells):
14303 * progmodes/compile.el (font-lock-extra-managed-props)
14304 (font-lock-keywords, font-lock-maximum-size)
14305 (font-lock-support-mode):
14306 * progmodes/grep.el (font-lock-lines-before):
14307 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14308 * progmodes/mixal-mode.el (compile-command):
14309 * progmodes/perl-mode.el (font-lock-comment-face)
14310 (font-lock-doc-face, font-lock-string-face):
14311 * progmodes/prolog.el (comint-prompt-regexp):
14312 * progmodes/sh-script.el (font-lock-comment-face)
14313 (font-lock-set-defaults, font-lock-string-face):
14314 * progmodes/sql.el (font-lock-keyword-face)
14315 (font-lock-set-defaults, font-lock-string-face):
14316 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14317 (itimer-version, lazy-lock-defer-contextually)
14318 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14319 Add defvars.
14320
14321 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14322 (cperl-electric-keyword, cperl-electric-pod)
14323 (cperl-electric-backspace, cperl-forward-re)
14324 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14325 (vc-rcs-header, vc-sccs-header): Add defvars.
14326
14327 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14328 (font-lock-syntactic-keywords, gud-find-expr-function):
14329 Add defvars.
14330
14331 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14332 (gdb-frame-parameters): Declare before use.
14333
14334 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14335 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14336 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14337 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14338
14339 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14340 (idlwave-help-with-source): Use `insert-buffer-substring', not
14341 `insert-buffer'.
14342
14343 2005-08-29 Juri Linkov <juri@jurta.org>
14344
14345 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14346 Put outline-back-to-heading function call inside save-excursion.
14347
14348 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14349
14350 * man.el (Man-init-defvars, Man-translate-references)
14351 (Man-support-local-filenames, Man-highlight-references):
14352 * progmodes/sql.el (sql-interactive-mode):
14353 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14354
14355 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14356 (compilation-mode-font-lock-keywords): Add defvars.
14357 (checkdoc-interactive-loop): "?\ " -> "?\s".
14358
14359 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14360 (font-lock-doc-face, font-lock-string-face)
14361 (font-lock-keywords-case-fold-search): Add defvars.
14362 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14363
14364 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14365 Don't pass X and Y (they are ignored anyway).
14366 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14367 (mouse-delete-window): Make arguments optional.
14368
14369 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14370 (caesar-translate-table, minor-modes, news-buffer-save)
14371 (news-group-name, news-minor-modes): Add defvars.
14372
14373 * emacs-lisp/lselect.el (mouse-highlight-priority)
14374 (x-lost-selection-functions, zmacs-regions):
14375 * emacs-lisp/pp.el (font-lock-verbose):
14376 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14377 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14378 (ses-mode-map):
14379 * emacs-lisp/tcover-unsafep.el (safe-functions):
14380 * international/mule-cmds.el (mac-system-coding-system)
14381 (mac-system-locale):
14382 * language/ethio-util.el (rmail-current-message)
14383 (rmail-message-vector):
14384 * language/thai-util.el (thai-auto-composition-mode):
14385 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14386 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14387 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14388 (vm-primary-inbox, vm-spool-files):
14389 * mail/rmail.el (deleted-head, font-lock-fontified)
14390 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14391 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14392 (total-messages):
14393 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14394 (rmail-summary-mode-map):
14395 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14396 (rmail-last-label, rmail-last-multi-labels)
14397 (rmail-summary-vector, rmail-total-messages):
14398 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14399 * mail/rmailsum.el (msgnum):
14400 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14401 (rmail-current-message):
14402 * obsolete/fast-lock.el (font-lock-face-list):
14403 * obsolete/rnewspost.el (mail-reply-buffer):
14404 * obsolete/scribe.el (compile-command):
14405 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14406
14407 2005-08-28 John Paul Wallington <jpw@gnu.org>
14408
14409 * ibuf-ext.el (ibuffer-auto-update-changed):
14410 Use `frame-or-buffer-changed-p' to check whether we need to update.
14411 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14412 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14413 as a `frame-or-buffer-changed-p' state vector instead.
14414
14415 2005-08-27 Romain Francoise <romain@orebokech.com>
14416
14417 * textmodes/makeinfo.el (makeinfo-compile):
14418 Use `compilation-start'. Set `next-error-function' according to
14419 `disable-errors'.
14420 (makeinfo-next-error): New function.
14421 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14422 (makeinfo-buffer): Likewise.
14423
14424 * progmodes/compile.el (compilation-start): Add autoload cookie.
14425
14426 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14427 * textmodes/sgml-mode.el: Likewise.
14428 * progmodes/python.el: Likewise.
14429
14430 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14431
14432 * simple.el (blink-matching-paren-distance): Document the meaning
14433 of nil value, and allow to customize to nil.
14434
14435 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14436 command.com, not command.exe.
14437
14438 2005-08-26 John Wiegley <johnw@newartisans.com>
14439
14440 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14441 code around a bit so that an extraneous nil argument is not added
14442 to a command when no args are given.
14443
14444 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14445 double-quoted argument resolves to nil, return it as an empty
14446 string rather than as nil. This made it impossible to pass "" to
14447 a shell script as a null string argument.
14448
14449 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14450
14451 * outline.el (outline-invent-heading): New fun.
14452 (outline-promote, outline-demote): Use it.
14453 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14454 (outline-end-of-subtree): Remove unused var `opoint'.
14455
14456 2005-08-26 David Reitter <david.reitter@gmail.com>
14457
14458 * menu-bar.el (truncate-lines, write-file, print-buffer)
14459 (ps-print-buffer-faces, ps-print-buffer, split-window):
14460 Disable menu items when the frame they refer to is invisible, or when
14461 they refer to a buffer and the minibuffer is selected.
14462
14463 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14464
14465 * progmodes/flymake.el (flymake-highlight-err-lines):
14466 Use save-excursion around flymake-highlight-line to preserve point.
14467
14468 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14469
14470 * progmodes/octave-mod.el: Change Author and Maintainer address.
14471 (octave-maintainer-address): Change Kurt's email address.
14472 * progmodes/octave-inf.el: Change Author and Maintainer address.
14473 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14474
14475 2005-08-26 Kim F. Storm <storm@cua.dk>
14476
14477 * subr.el (version-list-<, version-list-<=, version-list-=):
14478 Rename from integer-list-*.
14479 (version-list-not-zero): Likewise. Fix while loop.
14480 (version=): Use version-list-= instead of string-equal.
14481
14482 2005-08-26 Richard M. Stallman <rms@gnu.org>
14483
14484 * outline.el (outline-promote): Try shortening the heading.
14485 As last resort, read the heading to use.
14486 (outline-demote): As last resort, read the heading to use.
14487
14488 2005-08-26 Romain Francoise <romain@orebokech.com>
14489
14490 * progmodes/compile.el (compilation-start): Doc fix.
14491
14492 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14493 (antlr-font-lock-additional-keywords): Fix reference to
14494 `antlr-font-lock-literal-regexp' erroneously changed during the
14495 mass face rename.
14496 (antlr-run-tool): Use `compilation-start'.
14497
14498 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14499 instead of the obsolete `compile-internal'.
14500
14501 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14502
14503 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14504 (number, original-date):
14505 * calendar/cal-china.el (date):
14506 * calendar/cal-coptic.el (date):
14507 * calendar/cal-french.el (date):
14508 * calendar/cal-hebrew.el (date, entry, number, original-date):
14509 * calendar/cal-islam.el (date, number, original-date):
14510 * calendar/cal-iso.el (date):
14511 * calendar/cal-julian.el (date):
14512 * calendar/cal-mayan.el (date):
14513 * calendar/cal-menu.el (date, event):
14514 * calendar/cal-persia.el (date):
14515 * calendar/lunar.el (date):
14516 * calendar/solar.el (date): Add defvars.
14517
14518 * emerge.el:
14519 * ibuffer.el:
14520 * info-xref.el:
14521 * obsolete/bg-mouse.el:
14522 * obsolete/sun-curs.el:
14523 * obsolete/swedish.el: Move the `defvar's to the top level.
14524
14525 * smerge-mode.el (smerge-refined-change): Add :group.
14526
14527 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14528
14529 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14530 (smerge-keep-n): Remove props.
14531 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14532 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14533 now that it's done in smerge-keep-n.
14534 (smerge-refined-change): New face.
14535 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14536 (smerge-refine): New funs.
14537 (smerge-basic-map): Bind smerge-refine.
14538
14539 2005-08-25 Juri Linkov <juri@jurta.org>
14540
14541 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14542 compilation-process-setup-function and compilation-disable-input
14543 in grep-mode instead of let-bindings in grep.
14544
14545 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14546 Delete "Automatic File De/compression" (auto-compression-mode).
14547
14548 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14549
14550 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14551 Silence warning about non-existent variable.
14552
14553 2005-08-25 Richard M. Stallman <rms@gnu.org>
14554
14555 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14556 Rename "Describe Key" to "Describe Key or Mouse Operation".
14557
14558 * mail/mailalias.el (build-mail-aliases): Delete comments
14559 from the contents before processing them.
14560
14561 * isearch.el (isearch-edit-string): Erase the Search prompt
14562 if user enters an empty string and there is no default.
14563
14564 * comint.el (comint-file-name-prefix): Add autoload.
14565
14566 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14567
14568 * subr.el (play-sound): Rearrange to avoid warning.
14569
14570 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14571
14572 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14573 New hook.
14574 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14575
14576 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14577
14578 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14579
14580 * custom.el (custom-theme-set-variables): Sort minor modes last.
14581
14582 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14583
14584 * subr.el (version-separator, version-regexp-alist): New vars used by
14585 version comparison funs.
14586 (integer-list-<, integer-list-=, integer-list-<=)
14587 (integer-list-not-zero): New funs for integer list comparison.
14588 (version-to-list, version=, version<, version<=): New funs for version
14589 comparison.
14590
14591 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14592
14593 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14594 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14595 time to silence the byte-compiler.
14596
14597 * ibuffer.el (ibuffer-compile-make-eliding-form)
14598 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14599 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14600 so it's silly to get warnings for it).
14601 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14602 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14603 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14604 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14605 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14606 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14607 Defvar at compile time.
14608 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14609 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14610 Declare them before use.
14611
14612 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14613 (info-xref-good, info-xref-bad): Defvar at compile time.
14614
14615 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14616 Use `let*' instead of `let'.
14617
14618 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14619 (*mouse-y*, menu, char): Defvar at compile time.
14620 (sc::menu): Declare it before use.
14621 (sc::pack-one-line): Use `let', not `let*'.
14622
14623 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14624 (mail-send-hook): Defvar at compile time.
14625
14626 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14627 Defvar at compile time.
14628
14629 * term/sun-mouse.el (current-global-mousemap)
14630 (current-local-mousemap): Declare them before use.
14631
14632 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14633
14634 * bookmark.el (bookmark-after-jump-hook): New hook.
14635 (bookmark-jump): Run `bookmark-after-jump-hook'.
14636
14637 2005-08-23 Juri Linkov <juri@jurta.org>
14638
14639 * faces.el (minibuffer-prompt): Doc fix.
14640
14641 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14642
14643 * progmodes/xscheme.el: Trivial changes to silence warnings.
14644 (xscheme-previous-mode, xscheme-previous-process-state):
14645 Add defvars.
14646 (xscheme-last-input-end, xscheme-process-command-line)
14647 (xscheme-process-name, xscheme-buffer-name)
14648 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14649 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14650 (xscheme-control-g-synchronization-p)
14651 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14652 (default-xscheme-runlight, xscheme-runlight)
14653 (xscheme-runlight-string, xscheme-process-filter-state)
14654 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14655 Move to beginning of file.
14656 (scheme-interaction-mode-commands-alist)
14657 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14658 Declare them before use. Note: the initialization code for the variables
14659 has not been moved because it uses functions that reference the variables.
14660 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14661 (xscheme-prompt-for-expression-map): Declare them before use.
14662 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14663
14664 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14665
14666 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14667
14668 2005-08-22 Juri Linkov <juri@jurta.org>
14669
14670 * faces.el (set-face-underline): Delete this duplicate function
14671 and make an obsolete alias to set-face-underline-p.
14672 (set-face-underline-p): Use docstring of set-face-underline.
14673 (describe-face): Create hyperlink to parent face.
14674
14675 * info.el (Info-insert-dir): Use save-excursion around
14676 insert-buffer-substring.
14677 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14678 (Info-escape-percent): Delete function.
14679 (Info-fontify-node): Replace Info-escape-percent by
14680 replace-regexp-in-string with REP arg set to lambda that
14681 duplicates `%' and preserves text properties.
14682
14683 * progmodes/compile.el (compilation-disable-input): Doc fix.
14684 (define-compilation-mode): Doc fix and refill.
14685 (kill-compilation): Use `mode-name' in the error message.
14686 (compilation-find-file): Use `compilation-error' in the
14687 read-file-name's prompt.
14688
14689 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14690
14691 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14692 (smerge-auto-leave): Make undo re-enable the mode.
14693 (debug-ignored-errors): Add the user-error of impossible resolution.
14694 (smerge-resolve): Move things around a bit, in preparation for later.
14695 (smerge-diff): Don't fail if the buffer has no associated file.
14696 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14697 (smerge-conflict-overlay): New function.
14698 (smerge-match-conflict): Don't add text properties here.
14699 (smerge-find-conflict): Instead, add an overlay here.
14700 Also check for the case where we're inside a conflict already, so as to
14701 obviate the need for font-lock-multiline, which is unbearably slow with
14702 large conflicts and ciomplex font-lock patterns.
14703 (smerge-remove-props): Remove overlay rather than text-properties.
14704 (smerge-mode): Don't set font-lock-multiline.
14705 Remove overlays when turned off.
14706
14707 2005-08-21 Kim F. Storm <storm@cua.dk>
14708
14709 * ido.el (ido-ignore-item-p): Use save-match-data.
14710 Bind case-fold-search to ido-case-fold locally.
14711
14712 2005-08-20 Richard M. Stallman <rms@gnu.org>
14713
14714 * files.el (normal-mode): If font lock is on, turn it off and on.
14715
14716 * subr.el (replace-regexp-in-string): Doc fix.
14717
14718 * startup.el (command-line-1): Don't suppress startup screen
14719 due to existing processes.
14720
14721 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14722
14723 * progmodes/compile.el (compilation-disable-input): Default to nil.
14724
14725 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14726
14727 * progmodes/compile.el (compilation-disable-input): New defcustom.
14728 (compilation-start): If compilation-disable-input is non-nil, send
14729 EOF to the compilation process.
14730
14731 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14732
14733 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14734 Run the argument of tex-shell-cd-command through
14735 convert-standard-filename, to get the correct style of slashes on
14736 Windows, and enclose the result in quotes, in case the file name
14737 includes whitespace or other special characters.
14738
14739 2005-08-19 Andreas Schwab <schwab@suse.de>
14740
14741 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14742 process.
14743
14744 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14745
14746 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14747
14748 2005-08-18 Kim F. Storm <storm@cua.dk>
14749
14750 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14751
14752 2005-08-18 Richard M. Stallman <rms@gnu.org>
14753
14754 * scroll-lock.el: New file.
14755
14756 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14757
14758 * dired.el (dired-move-to-end-of-filename):
14759 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14760
14761 2005-08-18 Kim F. Storm <storm@cua.dk>
14762
14763 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14764 rather than toggle mode when custom value is nil.
14765 (ido-everywhere): Fix defun doc string.
14766
14767 2005-08-17 Richard M. Stallman <rms@gnu.org>
14768
14769 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14770 as tag instead of "Inviolable".
14771
14772 2005-08-17 Kim F. Storm <storm@cua.dk>
14773
14774 * windmove.el (windmove-coordinates-of-position): Remove.
14775 (windmove-coordinates-of-window-position): Remove.
14776 (windmove-reference-loc): Use posn-at-point instead.
14777
14778 * subr.el (insert-for-yank-1): Doc fix.
14779
14780 * ido.el (ido-enter-matching-directory): Rename from
14781 ido-enter-single-matching-directory. Change `slash' choice to
14782 `only'. Add `first' choice.
14783 (ido-exhibit): Adapt to above changes.
14784
14785 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
14786
14787 * Makefile.in: Expand comment about building loaddefs.el.
14788
14789 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
14790
14791 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14792 Comment use of defadvice.
14793
14794 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14795
14796 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
14797
14798 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14799 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14800 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14801 * progmodes/idlw-shell.el, progmodes/ld-script.el,
14802 * progmodes/which-func.el, ruler-mode.el, strokes.el,
14803 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14804 for backward compatibility for faces that did not appear in the
14805 previous Emacs release.
14806
14807 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14808
14809 2005-08-15 Kim F. Storm <storm@cua.dk>
14810
14811 * emulation/cua-base.el (cua-delete-region): Return t if
14812 deleted region was non-empty.
14813 (cua-replace-region): Inhibit overwrite-mode for
14814 self-insert-command if replaced region was non-empty.
14815 (cua--explicit-region-start, cua--status-string): Make them
14816 buffer-local at top-level...
14817 (cua-mode): ...rather than when mode is enabled.
14818
14819 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
14820
14821 * progmodes/vhdl-mode.el (vhdl-emacs-21):
14822 Set t for Emacs 21, 22, and so on.
14823
14824 2005-08-15 David Ponce <david@dponce.com>
14825
14826 * tree-widget.el: Update Commentary header.
14827 (tree-widget-theme): Doc fix.
14828 (tree-widget-space-width): New option.
14829 (tree-widget-image-properties): Look up in the default theme too.
14830 (tree-widget--cursors): Only for images with arrow pointer shape.
14831 (tree-widget-lookup-image): Pointer shape is hand by default.
14832 (tree-widget-icon): Rename generic icon widget from
14833 `tree-widget-control'.
14834 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14835 derive from `tree-widget-icon'.
14836 (tree-widget-handle): Improve default look and feel of the text
14837 representation.
14838 (tree-widget): Rename :*-control properties to :*-icon properties.
14839 Add :action and :help-echo properties.
14840 (tree-widget-after-toggle-functions): Move.
14841 (tree-widget-close-node, tree-widget-open-node): Remove.
14842 (tree-widget-before-create-icon-functions): New hook.
14843 (tree-widget-value-create): Update to allow customization of icons
14844 and nodes at run-time via that new hook.
14845 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14846 (tree-widget-icon-action, tree-widget-icon-help-echo)
14847 (tree-widget-action, tree-widget-help-echo): New functions.
14848
14849 2005-08-15 Kim F. Storm <storm@cua.dk>
14850
14851 * ido.el (ido-buffer-internal): Use with-no-warnings.
14852 (ido-make-merged-file-list): Use while-no-input.
14853
14854 2005-08-15 Richard M. Stallman <rms@gnu.org>
14855
14856 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14857 (flyspell-large-region): Fix doc and custom type.
14858
14859 2005-08-14 Richard M. Stallman <rms@gnu.org>
14860
14861 * files.el (interpreter-mode-alist): Doc fix.
14862
14863 * mail/rmail.el (rmail-nonignored-headers): New variable.
14864 (rmail-clear-headers): Use it.
14865 (rmail-reply): Better handling of mail-followup-to header.
14866
14867 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14868 Rename variable from sh-font-lock-keywords. In the `shell' entry,
14869 don't try to refer to executable-font-lock-keywords.
14870 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14871 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14872 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14873 (sh-mode): Set comment-start-skip, local-abbrev-table,
14874 imenu-case-fold-search.
14875 (sh-set-shell): Don't set them here.
14876 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
14877 Don't cache the results in the original alist; don't ever modify
14878 that alist.
14879
14880 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14881
14882 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14883 empty.
14884
14885 2005-08-15 Andreas Schwab <schwab@suse.de>
14886
14887 * desktop.el: Put autoload cookie at risky-local-variable declarations.
14888
14889 * dired.el, info.el, mail/rmail.el: Revert last change.
14890
14891 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
14892
14893 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14894 modification in `eval-after-load' form.
14895 * info.el: Likewise.
14896 * mail/rmail.el: Likewise.
14897
14898 2005-08-14 Juri Linkov <juri@jurta.org>
14899
14900 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14901 Remove highlighting of "Compilation started". Highlight only
14902 the word "finished" in "Compilation finished". Add highlighting
14903 of "interrupt", "killed", "terminated" and the exit code.
14904 (compilation-start): Add newline after header. Use exactly the
14905 same time stamp format as the finishing message.
14906 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14907
14908 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14909 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14910 Add highlighting of "interrupt", "killed", "terminated".
14911
14912 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14913 enabled and the current command is self-insert-command, call it
14914 explicitly with overwrite-mode bound to nil, to not allow it
14915 to delete the character after the selected region.
14916
14917 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
14918
14919 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14920 move-end-of-line, end-of-line, and beginning-of-line to the list
14921 of commands after which the echo area is updated.
14922
14923 2005-08-12 Eli Zaretskii <eliz@gnu.org>
14924
14925 * cus-edit.el (custom-save-all, custom-save-delete):
14926 Bind recentf-exclude to exclude custom-file.
14927
14928 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
14929
14930 * mail/rmailsum.el (rmail-summary-end-of-message): New command
14931 to go to the bottom of the mail message. Added to
14932 `rmail-summary-mode-map' with key "/".
14933 (rmail-summary-show-message): New (internal) function for use by
14934 both `rmail-summary-beginning/end-of-message'.
14935 (rmail-summary-beginning-of-message): Change to use
14936 rmail-summary-show-message.
14937
14938 * mail/rmail.el (rmail-end-of-message): New command to go to the
14939 end of the current message. Added to `rmail-mode-map' with key "/".
14940 (rmail-beginning-of-message): Fix to work as documented.
14941 (rmail-mode): Change documentation.
14942
14943 * progmodes/compile.el (compilation-start): Add the line
14944 "Compilation started" with compilation start time.
14945 (compilation-mode-font-lock-keywords): Add `started' to keywords.
14946
14947 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
14948
14949 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14950 of menu items.
14951
14952 2005-08-11 Richard M. Stallman <rms@gnu.org>
14953
14954 * simple.el (pop-global-mark): Reverse test of widen-automatically.
14955
14956 * battery.el (battery-status-function): Don't use ignore-errors.
14957
14958 2005-08-11 Lute Kamstra <lute@gnu.org>
14959
14960 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14961 define-obsolete-variable-alias.
14962
14963 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
14964
14965 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14966 (ange-ftp-send-cmd): Revert last change, and expand
14967 the comment explaining the problem.
14968
14969 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
14970
14971 * ldefs-boot.el: Update.
14972
14973 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14974 item to "Time, Load and Mail". Change help echo text.
14975
14976 * time.el (display-time-use-mail-icon, display-time-format)
14977 (display-time-string-forms): Shorten first line of docstrings.
14978
14979 2005-08-10 Lars Hansen <larsh@soem.dk>
14980
14981 * desktop.el (desktop-buffer-mode-handlers):
14982 Make non-customizable. Add autoload cookie. Change initial value to
14983 nil; add elements in respective modules instead. Fix doc string.
14984 (desktop-load-file): New function.
14985 (desktop-minor-mode-handlers): New autoloaded variable.
14986 (desktop-create-buffer): Call minor mode handlers.
14987 Use desktop-load-file to load major and minor mode modules prior to
14988 checking for a handler.
14989 (desktop-save): Don't add nil to desktop-minor-modes for minor
14990 modes with nil function in desktop-minor-mode-table. Don't delete
14991 desktop file before rewriting it.
14992 (desktop-locals-to-save): Add autoload cookie. Don't make
14993 automatically buffer-local. Add variables column-number-mode,
14994 size-indication-mode, indent-tabs-mode,
14995 indicate-buffer-boundaries, indicate-empty-lines and
14996 show-trailing-whitespace.
14997 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14998 regexps. Don't use desktop-clear-preserve-buffers-regexp.
14999 (desktop-clear-preserve-buffers-regexp): Delete.
15000 (desktop-clear-preserve-buffers): Update initial value and docstring.
15001 (desktop-save-buffer): Fix doc string.
15002
15003 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15004 (hilit-chg-desktop-restore): New function.
15005 (highlight-changes-mode): Add highlight-changes-mode to
15006 desktop-locals-to-save.
15007
15008 * dired.el: Add handler to desktop-buffer-mode-handlers.
15009 (dired-restore-desktop-buffer): Remove autoload cookie.
15010 (dired-mode): Add autoload cookie.
15011
15012 * info.el: Add handler to desktop-buffer-mode-handlers.
15013 (Info-restore-desktop-buffer): Remove autoload cookie.
15014 (Info-mode): Add autoload cookie.
15015
15016 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15017 (mh-restore-desktop-buffer): Remove autoload cookie.
15018 (mh-folder-mode): Add autoload cookie.
15019
15020 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15021 (rmail-restore-desktop-buffer): Remove autoload cookie.
15022
15023 2005-08-11 Masatake YAMATO <jet@gyve.org>
15024
15025 * hexl.el (hexl-address-region):
15026 (hexl-ascii-region, hexl-font-lock-keywords):
15027 (hexl-highlight-line-range): Use the term "region"
15028 instead of "area" for consistency with the other symbols
15029 defined in hexl.el.
15030
15031 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15032
15033 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15034 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15035 out by Juri Linkov). Add `display-battery-mode'.
15036
15037 2005-08-09 Juri Linkov <juri@jurta.org>
15038
15039 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15040 Remove `-text' from face variable names.
15041 (compilation-error-file-name, compilation-warning-file-name)
15042 (compilation-info-file-name): Delete faces.
15043 (compilation-line-number, compilation-column-number):
15044 Remove face underlining.
15045 (compilation-message-face): Set to `underline' value by default.
15046 (compilation-error-face, compilation-warning-face)
15047 (compilation-info-face): Remove `-file-name' from face names.
15048 (compilation-error-text-face, compilation-warning-text-face)
15049 (compilation-info-text-face): Delete face variables.
15050 (compilation-text-face): Delete function.
15051
15052 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15053 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15054 (grep-error-face): Set to `compilation-error' instead of
15055 `compilation-error-face' (which is redefined to `grep-hit-face' in
15056 grep buffers).
15057 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15058 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15059
15060 * dired-aux.el (dired-do-query-replace-regexp):
15061 Use `query-replace-read-args'.
15062
15063 * replace.el (query-replace-read-from, query-replace-read-to)
15064 (query-replace-read-args): Rename arg `string' to `prompt'.
15065
15066 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15067
15068 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15069
15070 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15071 uploading files.
15072 (ange-ftp-canonize-filename): Handle file names beginning with ~
15073 correctly.
15074
15075 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15076
15077 * textmodes/fill.el (canonically-space-region)
15078 (fill-context-prefix, fill-french-nobreak-p)
15079 (fill-delete-newlines, fill-comment-paragraph)
15080 (justify-current-line): "?\ " -> "?\s".
15081
15082 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15083
15084 * textmodes/fill.el (fill-nonuniform-paragraphs):
15085 Improve argument/docstring consistency.
15086
15087 2005-08-09 Richard M. Stallman <rms@gnu.org>
15088
15089 * textmodes/ispell.el (ispell-word): More fboundp checks.
15090
15091 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15092 (find-file-noselect-1): Call it here, only if RAWFILE.
15093 (normal-mode): Always set some major mode.
15094 (save-some-buffers-action-alist): Change some explanation strings.
15095 (file-name-non-special): In the `quote' method, use unwind-protect.
15096
15097 2005-08-09 Magnus Henoch <mange@freemail.hu>
15098
15099 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15100 (ispell-have-aspell-dictionaries): New variable.
15101 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15102 (ispell-get-aspell-config-value): New function.
15103 (ispell-aspell-find-dictionary): New function.
15104 (ispell-aspell-add-aliases): New function.
15105 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15106 appropriate. Don't look for ispell dictionaries if we use aspell.
15107 (ispell-menu-map): Don't build a submenu of dictionaries.
15108
15109 2005-08-09 Richard M. Stallman <rms@gnu.org>
15110
15111 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15112 (sql-read-passwd): Use read-passwd.
15113
15114 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15115 (idlwave-toolbar-is-possible): Add defvars.
15116
15117 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15118 Avoid warnings.
15119
15120 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15121 (idlwave-system-class-info, idlwave-executive-commands-alist):
15122 Use defvar.
15123
15124 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15125
15126 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15127 Avoid warnings.
15128
15129 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15130 and content-type: headers.
15131
15132 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15133
15134 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15135 and rename some of them to be more self-explanatory.
15136
15137 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15138
15139 * startup.el (command-line-1): Implement -scriptload.
15140
15141 * replace.el (occur-engine): Initial *Occur* output not undoable.
15142
15143 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15144 and improve help strings.
15145
15146 * isearch.el (isearch-repeat): When changing direction,
15147 mark search successful.
15148
15149 * ediff-init.el: Use (featurep 'xemacs).
15150
15151 * comint.el (send-invisible): Identify buffer, if not selected.
15152
15153 * align.el: Delete autoload for c-guess-basic-syntax.
15154
15155 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15156
15157 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15158 Improve argument/docstring consistency. Doc fixes.
15159 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15160 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15161 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15162 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15163 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15164 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15165 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15166 Defvar at compile time.
15167
15168 2005-08-09 Juri Linkov <juri@jurta.org>
15169
15170 * info.el: Replace `info' with upper-case `Info' where appropriate.
15171 (info-title-1, info-title-2, info-title-3, info-title-4)
15172 (info-menu-header): Move up face definitions.
15173 (info-menu-star): Rename from `info-menu-5'.
15174 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15175 (Info-fontify-visited-nodes): Fix docstring.
15176 (Info-hide-note-references): Fix docstring.
15177 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15178 menu items in the same way as on cross-references.
15179 (info-apropos): Fix sorting order and formatting to be like in the
15180 stand-alone Info browser. Display error messages for 1 sec.
15181 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15182 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15183 from the menu bar.
15184 (Info-insert-dir): Restore point after calling
15185 `insert-buffer-substring'.
15186
15187 2005-08-08 Richard M. Stallman <rms@gnu.org>
15188
15189 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15190 (recompute-lucid-menubar): Add defvars.
15191
15192 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15193
15194 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15195
15196 * net/net-utils.el (run-dig): Rename from `dig'.
15197
15198 * play/gametree.el (gametree-mode): Use make-local-variable,
15199 not make-variable-buffer-local.
15200
15201 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15202
15203 * ansi-color.el (ansi-color-make-extent)
15204 (ansi-color-set-extent-face): Use fboundp, not functionp.
15205
15206 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15207 not make-variable-buffer-local.
15208
15209 * bookmark.el (Info-current-file): Add defvar.
15210 (bookmark-jump-noselect): Use with-no-warnings.
15211
15212 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15213
15214 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15215
15216 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15217
15218 * find-file.el (ada-procedure-start-regexp)
15219 (ada-package-start-regexp): Add defvars.
15220
15221 * info.el (Info-insert-dir): Use insert-buffer-substring.
15222
15223 * xml.el (xml-att-def-re): Add defvar.
15224
15225 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15226 calling convention.
15227
15228 * subr.el (while-no-input): Return t if there is input.
15229
15230 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15231
15232 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15233
15234 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15235
15236 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15237 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15238
15239 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15240
15241 * cmuscheme.el (scheme-start-file): Replace reference to
15242 `user-emacs-directory' by "~/.emacs.d/".
15243
15244 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15245
15246 * info.el (Info-dir-remove-duplicates): Avoid case folding
15247 in loop; instead, keep downcased strings for comparison.
15248 Suggested by Helmut Eller.
15249
15250 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15251
15252 Sync with Tramp 2.0.50.
15253
15254 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15255 XEmacs case; not necessary anymore.
15256 (tramp-user-regexp): Allow "@" as part of user name.
15257 (tramp-handle-set-visited-file-modtime)
15258 (tramp-handle-insert-file-contents)
15259 (tramp-handle-write-region): No special handling for
15260 `last-coding-system-used, because this is done in
15261 `tramp-accept-process-output' now.
15262 (tramp-accept-process-output): New defun.
15263 (tramp-process-one-action, tramp-process-one-multi-action)
15264 (tramp-wait-for-regexp, tramp-wait-for-output)
15265 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15266 Howells <dhowells@redhat.com>.
15267 (clear-visited-file-modtime): Defadvice removed. The check for
15268 unset buffer's modtime does not need to be based on
15269 `tramp-buffer-file-attributes'. Suggested by RMS.
15270 (tramp-message): Insert "\n" if not being at beginning of line.
15271 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15272 sequence with same logic.
15273 (tramp-completion-handle-expand-file-name): Discard call of
15274 `tramp-drop-volume-letter'. It is not necessary, and there have
15275 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15276 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15277 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15278 should always be visible.
15279 (tramp-handle-insert-directory, tramp-setup-complete)
15280 (tramp-set-process-query-on-exit-flag)
15281 (tramp-append-tramp-buffers): Pacify byte-compiler.
15282 (tramp-bug): Delete non-existing variables from list.
15283 Apply `tramp-load-report-modules' as pre-hook.
15284 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15285 `shell-prompt-pattern' because of non-7bit characters.
15286 Reported by Sebastian Luque <sluque@mun.ca>.
15287 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15288 (tramp-match-string-list): Remove function.
15289 (tramp-wait-for-regexp): Remove call of that function.
15290 Suggested by Kim F. Storm <storm@cua.dk>.
15291 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15292 instead of octal character code ?\600. The latter resulted in a
15293 syntax error with XEmacs.
15294
15295 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15296 XEmacs case; not necessary anymore.
15297 (tramp-smb-handle-write-region): No special handling for
15298 `last-coding-system-used, because this is done in
15299 `tramp-accept-process-output' now.
15300 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15301
15302 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15303
15304 * wid-edit.el (widget-choice-value-create):
15305 Unconditionally respect user choice. Set :explicit-choice back to nil
15306 when no longer needed.
15307 (widget-choice-action): Unconditionally respect user choice.
15308 Eliminate :explicit-choice-value.
15309
15310 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15311
15312 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15313 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15314 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15315 running new function `toggle-indicate-empty-lines'.
15316 Rename "Customize" item to "Customize fringe".
15317 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15318 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15319 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15320 Delete "Empty lines only" item.
15321 (menu-bar-showhide-fringe-ind-customize): New function.
15322 (menu-bar-showhide-fringe-ind-mixed)
15323 (menu-bar-showhide-fringe-ind-box)
15324 (menu-bar-showhide-fringe-ind-right)
15325 (menu-bar-showhide-fringe-ind-left)
15326 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15327 instead of `fringe-indicators'.
15328
15329 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15330
15331 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15332 Change the date of last update.
15333
15334 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15335
15336 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15337 (viper-exec-yank, viper-put-back): Don't display modification msg
15338 if in the minibuffer.
15339
15340 * viper-init.el (viper-replace-overlay-cursor-color)
15341 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15342 Make variables frame local.
15343
15344 * viper-util.el (viper-append-filter-alist): Use append instead of
15345 nconc.
15346
15347 * viper.el (viper-vi-state-mode-list)
15348 (viper-emacs-state-mode-list): Move help-mode and
15349 completion-list-mode from the first list to the second.
15350 (viper-mode): Docstring.
15351 (viper-go-away, viper-non-hook-settings): Don't localize
15352 minor-mode-alist in newer Emacsen. Add advice to
15353 set-cursor-color. Don't bind "\C-c\\".
15354
15355 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15356
15357 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15358 (scheme-macro-expand-command): New user options.
15359 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15360 (scheme-form-at-point, scheme-start-file)
15361 (scheme-interactively-start-process): New functions.
15362 (scheme-get-process): New function, extracted from `scheme-proc'.
15363 (run-scheme): Call `scheme-start-file' to get start file, and pass
15364 it to `make-comint'.
15365 (switch-to-scheme, scheme-proc):
15366 Call `scheme-interactively-start-process' if no Scheme buffer/process
15367 is available.
15368
15369 2005-08-06 Juri Linkov <juri@jurta.org>
15370
15371 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15372 Use `compilation-text-face', `compilation-info-text-face' and
15373 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15374 (compilation-error): New face.
15375 (compilation-error-file-name): Inherit from
15376 `compilation-error' instead of `font-lock-warning-face'.
15377 (compilation-warning-file-name): Inherit from
15378 `compilation-warning' instead of `font-lock-warning-face'.
15379 (compilation-info, compilation-error-file-name)
15380 (compilation-warning-file-name, compilation-info-file-name)
15381 (compilation-line-number, compilation-column-number): Doc fix.
15382 (compilation-error-text-face, compilation-warning-text-face)
15383 (compilation-info-text-face): New face variables.
15384 (compilation-line-face, compilation-column-face)
15385 (compilation-enter-directory-face)
15386 (compilation-leave-directory-face): Doc fix.
15387 (compilation-text-face): New function.
15388
15389 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15390 instead of 1 to display binary file names as info file links.
15391 (grep-error-face): Use `compilation-error-face' instead of
15392 `font-lock-keyword-face'.
15393 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15394 and `compilation-warning-text-face' instead of
15395 `font-lock-keyword-face'. Use `compilation-error-text-face'
15396 instead of `grep-error-face'.
15397
15398 2005-08-05 Kenichi Handa <handa@m17n.org>
15399
15400 * international/code-pages.el: Add autoload cookies for all coding
15401 systems.
15402
15403 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15404
15405 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15406
15407 2005-08-04 Juri Linkov <juri@jurta.org>
15408
15409 * progmodes/compile.el (compilation-mode-map):
15410 * progmodes/grep.el (grep-mode-map):
15411 Bind TAB to `compilation-next-error' and [backtab] to
15412 `compilation-previous-error'.
15413
15414 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15415 matching line numbers, column numbers and their ranges with regexp
15416 matching only line numbers.
15417 (grep-context-face): New face variable.
15418 (grep-mode-font-lock-keywords): Use it.
15419
15420 * faces.el (read-face-name): Delete duplicate faces.
15421
15422 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15423
15424 * thumbs.el (thumbs-find-image): Don't make variables
15425 automatically buffer local.
15426 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15427 (thumbs-image-num): Make automatically buffer local.
15428 (thumbs-show-thumbs-list): Use `make-local-variable', not
15429 `make-variable-buffer-local'.
15430 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15431
15432 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15433 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15434 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15435 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15436 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15437 (feelings-about, foullst, found, hello, history, howareyoulst)
15438 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15439 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15440 (neglst, obj, object, owner, please, problems, qlist)
15441 (random-adjective, relation, remlst, repetitive-shortness)
15442 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15443 (shortlst, something, sportslst, stallmanlst, states, subj)
15444 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15445 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15446 Defvar at compile time.
15447
15448 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15449 not `make-variable-buffer-local'.
15450
15451 2005-08-02 Kim F. Storm <storm@cua.dk>
15452
15453 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15454 rectangle overlay in selected window.
15455
15456 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15457
15458 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15459 instead of display group. Make `indicate-buffer-boundaries'
15460 customizable through Custom.
15461
15462 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15463
15464 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15465 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15466 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15467 (gdb-put-string): Fix typos in docstrings.
15468
15469 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15470
15471 Update copyright notices of files in progmodes directory for
15472 release of Emacs 22.1.
15473
15474 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15475
15476 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15477 Don't barf if the GUD buffer has been killed.
15478
15479 2005-08-01 Kim F. Storm <storm@cua.dk>
15480
15481 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15482
15483 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15484
15485 * simple.el (next-error-follow-minor-mode):
15486 make-variable-buffer-local -> make-local-variable.
15487
15488 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15489
15490 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15491 (byte-compile-form-make-variable-buffer-local): New functions to warn
15492 about misuses of make-variable-buffer-local where make-local-variable
15493 was meant.
15494
15495 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15496
15497 * bs.el (bs-attributes-list): Doc fix.
15498 (bs): Update url-link.
15499
15500 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15501 (desktop-load-default): Simplify.
15502
15503 * ibuffer.el (ibuffer-columnize-and-insert-list)
15504 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15505 (ibuffer-unmark-all, ibuffer-toggle-marks)
15506 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15507 (ibuffer-compile-make-format-form, ibuffer-format-column)
15508 (ibuffer-current-buffers-with-marks)
15509 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15510 (ibuffer): Doc fix.
15511 (ibuffer-mode): Fix typo in docstring.
15512 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15513 with `define-obsolete-variable-alias'.
15514 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15515
15516 2005-07-29 Kenichi Handa <handa@m17n.org>
15517
15518 * international/mule-cmds.el (select-message-coding-system):
15519 Be sure to use LF for end-of-line. If no coding system is decided,
15520 return iso-8859-1-unix.
15521
15522 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15523
15524 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15525 (ange-ftp-pending-error-line): New vars.
15526 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15527 to handle the non-fatal no-route-to-host messages.
15528 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15529
15530 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15531
15532 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15533 (isearch-quote-char, isearch-printing-char)
15534 (isearch-text-char-description): "?\ " -> "?\s".
15535 (isearch-lazy-highlight-cleanup)
15536 (isearch-lazy-highlight-initial-delay)
15537 (isearch-lazy-highlight-interval)
15538 (isearch-lazy-highlight-max-at-a-time)
15539 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15540 Declare with define-obsolete-*-alias macros.
15541 (isearch-forward): Fix typo in docstring.
15542 (search-invisible, search-ring-yank-pointer)
15543 (regexp-search-ring-yank-pointer): Doc fixes.
15544
15545 * recentf.el (recentf-menu-append-commands-p): Declare with
15546 `define-obsolete-variable-alias'.
15547 (recentf-max-saved-items, recentf-menu-filter)
15548 (recentf-arrange-by-rule-subfilter): Doc fixes.
15549 (recentf-menu-append-commands-flag)
15550 (recentf-initialize-file-name-history, recentf-expand-file-name)
15551 (recentf-clear-data): Fix typos in docstrings.
15552
15553 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15554
15555 * progmodes/gdb-ui.el: Smarten comments.
15556 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15557
15558 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15559
15560 * term/apollo.el (terminal-init-apollo): New function containing
15561 all former top level forms in the file.
15562 * term/bobcat.el (terminal-init-bobcat):
15563 * term/cygwin.el (terminal-init-cygwin):
15564 * term/iris-ansi.el (terminal-init-iris-ansi):
15565 * term/linux.el (terminal-init-linux):
15566 * term/news.el (terminal-init-news):
15567 * term/rxvt.el (terminal-init-rxvt):
15568 * term/sun.el (terminal-init-sun):
15569 * term/tvi970.el (terminal-init-tvi970):
15570 * term/vt100.el (terminal-init-vt100):
15571 * term/vt102.el (terminal-init-vt102):
15572 * term/vt125.el (terminal-init-vt125):
15573 * term/vt200.el (terminal-init-vt200):
15574 * term/vt201.el (terminal-init-vt201):
15575 * term/vt220.el (terminal-init-vt220):
15576 * term/vt240.el (terminal-init-vt240):
15577 * term/vt300.el (terminal-init-vt300):
15578 * term/vt320.el (terminal-init-vt320):
15579 * term/vt400.el (terminal-init-vt400):
15580 * term/vt420.el (terminal-init-vt420):
15581 * term/wyse50.el (terminal-init-wyse50):
15582 * term/xterm.el (terminal-init-xterm): Likewise.
15583
15584 * term/README: Describe the terminal-init-* functionality.
15585
15586 * startup.el (command-line): After loading the terminal initialization
15587 file call the corresponding terminal initialization function.
15588
15589 2005-07-27 Kenichi Handa <handa@m17n.org>
15590
15591 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15592 negative.
15593
15594 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15595 (ps-mule-composition-prologue): Fix for the case that
15596 RelativeCompose is false.
15597
15598 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15599
15600 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15601
15602 * descr-text.el (describe-char): Handle the case where the list of
15603 chars is displayed in a separate frame.
15604 Be a bit more discriminating when looking for the char.
15605
15606 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15607
15608 * bookmark.el (bookmark-automatically-show-annotations)
15609 (bookmark-read-annotation-text-func): Doc fixes.
15610 (bookmark-save): Improve argument/docstring consistency.
15611 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15612 (bookmark-alist-from-buffer)
15613 (bookmark-upgrade-file-format-from-0)
15614 (bookmark-grok-file-format-version)
15615 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15616 (bookmark-read-annotation-mode)
15617 (bookmark-insert-current-bookmark, bookmark-jump)
15618 (bookmark-exit-hook): Fix typos in docstrings.
15619 (bookmark-exit-hooks): Define as obsolete alias.
15620 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15621 not `bookmark-exit-hooks'. Fix docstring.
15622 (bookmark-bmenu-select): "?\ " -> "?\s".
15623
15624 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15625
15626 * startup.el (command-line): Fix typo.
15627
15628 2005-07-24 Richard M. Stallman <rms@gnu.org>
15629
15630 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15631 not emacs-quick-startup.
15632
15633 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15634
15635 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15636 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15637 instead of `reb-with-current-window'.
15638 (reb-prev-match): Likewise. Also, don't move left if the search
15639 was unsuccessful.
15640 (reb-initialize-buffer): New function.
15641 (re-builder, reb-change-syntax): Use it.
15642
15643 * man.el (Man-goto-page): Make second argument NOERROR optional.
15644
15645 2005-07-23 Richard M. Stallman <rms@gnu.org>
15646
15647 * man.el (Man-bgproc-sentinel): Check here for failure to find
15648 any man page in the output, and report the error here.
15649 (Man-arguments): Make it permanent local.
15650 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15651 (Man-mode): Pass t for NOERROR.
15652
15653 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15654 (grep-mode-font-lock-keywords):
15655 Don't use compilation-...-face for messages that are not file names.
15656
15657 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15658 Don't use compilation-...-face for messages that are not file names.
15659
15660 2005-07-22 Juri Linkov <juri@jurta.org>
15661
15662 * startup.el (normal-splash-screen): Update menu name.
15663
15664 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15665
15666 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15667
15668 * term/xterm.el: Load term/rxvt if the terminal is actually an
15669 rxvt terminal.
15670 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15671
15672 * term/rxvt.el (function-key-map): Use substitute-key-definition
15673 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15674
15675 * term/cygwin.el: New file.
15676
15677 2005-07-22 Kim F. Storm <storm@cua.dk>
15678
15679 * image-file.el (insert-image-file, image-file-yank-handler):
15680 Fix last change to maintain a (unique) yank-handler on yanked images.
15681
15682 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15683
15684 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15685 of the file size (as in "177B" for 177 bytes). This happens with
15686 "ls -lh" on FreeBSD.
15687
15688 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15689
15690 * hilit-chg.el (highlight-changes-global-initial-state)
15691 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15692 (hilit-chg-fixup, highlight-changes-mode):
15693 Fix typos in docstrings.
15694 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15695 Doc fixes.
15696
15697 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15698
15699 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15700 mode function using `eval-after-load'.
15701
15702 2005-07-21 Kim F. Storm <storm@cua.dk>
15703
15704 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15705 included when reporting an emacs crash, and tell about the DEBUG file.
15706
15707 * image-file.el (insert-image-file): Add yank-handler.
15708 (image-file-yank-handler): Yank handler to make unique copies of
15709 images when they are yanked into a buffer next to each other.
15710
15711 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15712
15713 * comint.el (comint-use-prompt-regexp, comint-send-input)
15714 (comint-source-default, comint-extract-string)
15715 (comint-get-source, comint-word, comint-completion)
15716 (comint-source, comint-prompt-read-only, comint-update-fence):
15717 Fix typos in docstrings.
15718 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15719 Declare with define-obsolete-*-alias macros.
15720 (comint-previous-matching-input-from-input)
15721 (comint-next-matching-input-from-input)
15722 (comint-previous-matching-input, comint-next-matching-input)
15723 (comint-forward-matching-input):
15724 Improve argument/docstring consistency.
15725
15726 * desktop.el (desktop-clear-preserve-buffers-regexp):
15727 Also preserve the *server* buffer.
15728
15729 * simple.el (clone-indirect-buffer): Doc fix.
15730 (fixup-whitespace, just-one-space)
15731 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15732 (next-error, next-error-highlight)
15733 (next-error-highlight-no-select, next-error-last-buffer)
15734 (next-error-buffer-p, next-error-find-buffer, next-error)
15735 (previous-error, next-error-no-select, previous-error-no-select)
15736 (open-line, split-line, minibuffer-prompt-width, kill-new)
15737 (binary-overwrite-mode): Fix typos in docstrings.
15738 (set-fill-column): Fix typo in message.
15739
15740 * skeleton.el (skeleton-proxy-new): Doc fix.
15741
15742 * strokes.el (strokes-load-hook): Doc fix.
15743 (strokes-grid-resolution, strokes-get-grid-position)
15744 (strokes-renormalize-to-grid, strokes-read-stroke)
15745 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15746 (strokes-global-map): Fix typos in docstrings.
15747 (strokes-help): Doc fix. Fix help message and pass it through
15748 `substitute-command-keys'.
15749
15750 * tempo.el (tempo-insert-prompt, tempo-interactive)
15751 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15752 (tempo-insert-string-functions, tempo-local-tags)
15753 (tempo-define-template, tempo-insert-template)
15754 (tempo-insert-prompt-compat, tempo-is-user-element)
15755 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15756 Fix typos in docstrings.
15757
15758 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15759 (vcursor-key-bindings, vcursor-use-vcursor-map)
15760 (vcursor-find-window, vcursor-scroll-down)
15761 (vcursor-disable, vcursor-beginning-of-buffer)
15762 (vcursor-end-of-buffer): Fix typos in docstrings.
15763 (vcursor-relative-move, vcursor-get-char-count):
15764 Improve argument/docstring consistency.
15765
15766 * version.el: "?\ " -> "?\s".
15767
15768 * wid-edit.el (widget-default-create, widget-after-change)
15769 (widget-default-format-handler, widget-checklist-add-item)
15770 (widget-radio-add-item, widget-choose, widget-specify-secret)
15771 (widget-field-value-create, widget-field-value-get)
15772 (widget-editable-list-format-handler)
15773 (widget-editable-list-entry-create, widget-group-value-create)
15774 (widget-documentation-link-add)
15775 (widget-documentation-string-value-create): "?\ " -> "?\s".
15776 (widget-convert-text): Doc fix.
15777 (widget-narrow-to-field, widget-field-find)
15778 (widget-url-link-action, widget-emacs-library-link-action)
15779 (widget-color-notify): Fix typos in docstrings.
15780
15781 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15782 (x-select-text, set-w32-system-coding-system)
15783 (w32-add-charset-info): Fix typos in docstrings.
15784
15785 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15786 (cua-enable-cua-keys, cua-use-hyper-key)
15787 (cua-virtual-rectangle-edges): Fix typos in docstrings.
15788 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15789
15790 * net/tramp.el (tramp-handle-load): Fix typo in error message.
15791
15792 * emacs-lisp/re-builder.el (regexp-builder): Declare with
15793 `defalias' instead of faking it.
15794
15795 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15796 (eshell-ls-missing, eshell-ls-dired-initial-args)
15797 (eshell-ls-use-in-dired): Fix typos in docstrings.
15798
15799 2005-07-20 Kim F. Storm <storm@cua.dk>
15800
15801 * emulation/cua-base.el (cua-mode): Improve doc string.
15802
15803 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
15804
15805 * abbrev.el (expand-region-abbrevs): Doc fix.
15806 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15807 Improve argument/docstring consistency.
15808
15809 * arc-mode.el (archive-get-descr, archive-alternate-display):
15810 Doc fixes.
15811 (archive-l-e): Improve argument/docstring consistency.
15812 (archive-tmpdir, archive-unixdate, archive-unixtime)
15813 (archive-chmod-entry): Fix typos in docstrings.
15814 (archive-unflag, archive-unflag-backwards)
15815 (archive-unmark-all-files): "?\ " -> "?\s".
15816
15817 * buff-menu.el (Buffer-menu-unmark): Doc fix.
15818 (Buffer-menu-not-modified, Buffer-menu-execute)
15819 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15820 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15821
15822 * composite.el (compose-string, encode-composition-rule)
15823 (compose-last-chars): Fix typos in docstrings.
15824
15825 * desktop.el (desktop-enable, desktop-basefilename):
15826 Declare with `define-obsolete-variable-alias'.
15827 (desktop-internal-v2s): Don't quote keywords.
15828 (desktop-clear): "?\ " -> "?\s".
15829
15830 * dired.el (dired-align-file, dired-flag-backup-files)
15831 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15832 (dired-listing-switches, dired-ls-F-marks-symlinks)
15833 (dired-dwim-target, dired-load-hook, dired-mode-hook)
15834 (dired-directory, dired-faces, dired, dired-revert)
15835 (dired-mode, dired-summary, dired-view-file)
15836 (dired-copy-filename-as-kill, dired-delete-file)
15837 (dired-no-confirm, dired-unmark-all-marks)
15838 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15839 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15840 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15841 Fix typos in message strings.
15842
15843 * dired-x.el (virtual-dired): Declare with `defalias'.
15844 (dired-mark-unmarked-files, dired-local-variables-file)
15845 (dired-omit-here-always): Doc fix.
15846 (dired-omit-mode, dired-find-subdir)
15847 (dired-enable-local-variables, dired-clean-up-buffers-too)
15848 (dired-extra-startup, dired-mark-extension, dired-jump)
15849 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15850 (dired-smart-shell-command, dired-guess-shell-alist-user)
15851 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15852 (dired-x-bind-find-file, dired-x-submit-report):
15853 Fix typos in docstrings.
15854 (dired-mark-unmarked-files): "?\ " -> "?\s".
15855
15856 * dirtrack.el (dirtrack-list): Fix typos in docstring.
15857
15858 * faces.el (describe-face): "?\ " -> "?\s".
15859 (read-all-face-attributes, read-face-font, modify-face)
15860 (face-attr-construct, italic): Fix typos in docstrings.
15861 (frame-update-face-colors): Declare with
15862 `define-obsolete-function-alias'.
15863
15864 * files.el (find-file-noselect, recode-file-name): Doc fixes.
15865 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15866 (magic-mode-alist, buffer-file-numbers-unique)
15867 (write-file-functions, get-free-disk-space):
15868 Fix typos in docstrings.
15869 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15870 (write-contents-hooks, write-file-hooks):
15871 Declare with `define-obsolete-variable-alias'.
15872
15873 * forms-d2.el (arch-rj): Fix typo in docstrings.
15874 (arch-tocol): Likewise. "?\ " -> "?\s".
15875
15876 * frame.el (set-frame-font, cursor-in-non-selected-windows):
15877 Fix typo in docstring.
15878 (set-screen-width, set-screen-height): Delete redundant info in
15879 doctrings.
15880 (new-frame, screen-height, screen-width): Declare with
15881 `define-obsolete-function-alias'.
15882 (delete-frame-hook, blink-cursor): Declare with
15883 `define-obsolete-variable-alias'.
15884
15885 * paths.el (prune-directory-list): Fix typos in docstring.
15886
15887 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15888 (cvs-prefix-get): Fix typos in docstrings.
15889
15890 * ps-print.el (ps-extend-face-list, ps-extend-face)
15891 (ps-print-background-image): Fix typos in docstrings.
15892 (ps-default-fg, ps-default-bg): Doc fixes.
15893
15894 * s-region.el (s-region-bind): Doc fix.
15895 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15896
15897 * textmodes/org.el (org-table-formula-substitute-names)
15898 (org-table-get-vertical-vector): Doc fixes.
15899 (org-table-recalculate): Remove unused argument to `message'.
15900
15901 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
15902
15903 * textmodes/org.el (org-table-column-names)
15904 (org-table-column-name-regexp)
15905 (org-table-named-field-locations): New variables.
15906 (org-archive-subtree): Protect `this-command' when calling
15907 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15908 the kill buffer.
15909 (org-complete): Remove fixed-formula completion.
15910 (org-edit-formulas-map): New variable.
15911 (org-table-edit-formulas): New command.
15912 (org-finish-edit-formulas, org-abort-edit-formulas)
15913 (org-show-variable, org-table-get-vertical-vector): New functions.
15914 (org-table-maybe-eval-formula): Handle `:=' fields.
15915 (org-table-get-stored-formulas, org-table-store-formulas)
15916 (org-table-get-formula, org-table-modify-formulas)
15917 (org-table-replace-in-formulas): Handle named field formulas.
15918 (org-table-get-specials): Store locations of named fields.
15919
15920 2005-07-19 Juri Linkov <juri@jurta.org>
15921
15922 * progmodes/grep.el (grep-regexp-alist)
15923 (grep-mode-font-lock-keywords, grep-process-setup):
15924 Use default GNU grep match color "01;31m" instead of "01;41m".
15925 (grep-regexp-alist, grep-mode-font-lock-keywords):
15926 Use `\\[[0-9]*m' instead of `\\[00m'.
15927 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15928 sgr_start where its handling is more important. Use the real
15929 length of sgr_start instead of constant 8.
15930 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15931 specially. Delete all remaining escape sequences.
15932 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15933 (grep-regexp-alist): Make hyperlink only for binary file name
15934 instead of the whole line.
15935 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15936 (grep-mode): Add autoload.
15937
15938 * emacs-lisp/find-func.el (find-function-regexp):
15939 Add `define-compilation-mode'.
15940
15941 2005-07-19 Juri Linkov <juri@jurta.org>
15942
15943 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15944 (compare-windows-sync-string-size, compare-windows-recenter)
15945 (compare-windows-highlight, compare-windows): Add version 22.1.
15946 (compare-windows) <defface>: Inherit from lazy-highlight instead
15947 of duplicating its default value.
15948
15949 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15950 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15951
15952 * descr-text.el (describe-char): Create link buttons for `charset'
15953 and `code point'. Add the current input method name with a link
15954 button to `to input' field. Print face names of display table
15955 characters in `The display table entry is displayed by' section
15956 instead of printing face-id in the `display' field.
15957 Guess hardcoded faces and create a link button for them.
15958 Skip empty fields when calculating max-width.
15959 Treat `widget-create' specially while inserting strings from the
15960 collected field list.
15961 (describe-char-after): Made obsolete in version 22.1, not 21.5.
15962
15963 * diff-mode.el (diff-file-header): Change foreground color from
15964 yellow to green on light backgrounds.
15965 (diff-context): Inherit from `shadow' only for color/grayscale
15966 with more than 88 colors.
15967 (diff-indicator-removed, diff-indicator-added)
15968 (diff-indicator-changed): New faces.
15969 (diff-font-lock-keywords): Use new faces. Regroup rules.
15970 Add "^---$" for `normal' diff format. Fontify `#' lines with
15971 font-lock-comment-delimiter-face and font-lock-comment-face.
15972 Add `#' to ^[^...] in the rule for `diff-context-face'.
15973
15974 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15975 a button-like box. Inherit from `highlight' on low colors.
15976 (shadow): Use shades of gray only for color/grayscale with
15977 more than 88 colors. Use green for light backgrounds with
15978 8 colors, and yellow for dark backgrounds with 8 colors.
15979
15980 * font-lock.el (font-lock-regexp-grouping-backslash):
15981 Don't inherit from escape-glyph (use bold for all cases).
15982
15983 * info.el (info-xref-visited): Use light foreground color `violet'
15984 for dark backgrounds instead of dark color `magenta3'.
15985 (info-title-1): Use `yellow' color for dark backgrounds.
15986
15987 * isearch.el (isearch): Use not-too-dark magenta3 instead of
15988 too-light magenta2.
15989
15990 * replace.el (match): Use slightly more light RoyalBlue3 instead
15991 of dark RoyalBlue4.
15992
15993 * wid-edit.el (widget-inactive): Inherit from `shadow'.
15994
15995 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
15996
15997 * novice.el (disabled-command-hook): Declare it with
15998 `define-obsolete-variable-alias'.
15999
16000 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16001 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16002 (desktop-load-default): Add release to obsolescence info.
16003 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16004 (desktop-append-buffer-args, desktop-read):
16005 Fix typos in docstrings.
16006 (desktop-kill): Fix typo in message.
16007 (desktop-save): Doc fix.
16008
16009 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16010
16011 * viper-cmd.el (viper-escape-to-state): Bug fix.
16012 (viper-envelop-ESC-key): Change the definition of fast
16013 keysequence so it'll work with keyboard macros.
16014
16015 * ediff.el (ediff-patch-buffer): Change the docstring.
16016
16017 2005-07-19 Kenichi Handa <handa@m17n.org>
16018
16019 * international/mule-cmds.el (select-safe-coding-system): Try to
16020 use an auto-coding (if any) before anything else. If the found
16021 auto-coding is invalid, show a warning message.
16022
16023 * international/mule.el (find-auto-coding): New function created
16024 by modifying the body of set-auto-coding.
16025 (set-auto-coding): Use find-auto-coding to find a coding.
16026
16027 2005-07-18 Richard M. Stallman <rms@gnu.org>
16028
16029 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16030 not isearch-mode-end-hook-error.
16031 (allout-before-change-protect): Fix error message.
16032
16033 2005-07-18 Juri Linkov <juri@jurta.org>
16034
16035 * allout.el (allout-mode):
16036 * calculator.el (calculator-copy):
16037 * custom.el (custom-known-themes):
16038 * dired.el (dired-desktop-buffer-misc-data)
16039 (dired-restore-desktop-buffer):
16040 * dired-x.el (dired-omit-marker-char):
16041 * files.el (basic-save-buffer):
16042 * font-core.el (font-lock-mode):
16043 * calendar/calendar.el (calendar-goto-hebrew-date)
16044 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16045 (calendar-goto-persian-date):
16046 * language/ethio-util.el (ethio-sera-to-fidel-region):
16047 * textmodes/picture.el (picture-mode):
16048 Delete duplicate duplicate words.
16049
16050 2005-07-18 Juri Linkov <juri@jurta.org>
16051
16052 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16053 chars * ? } |.
16054 (isearch-fallback): Don't call `isearch-process-search-char'.
16055 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16056 (isearch-process-search-char): Call `isearch-fallback' for regexp
16057 chars * ? } |.
16058 (isearch-return-char): Make obsolete with `make-obsolete' instead
16059 of simply documenting it as obsolete in the docstring.
16060 (isearch-fallback): Refill docstring.
16061
16062 * international/isearch-x.el
16063 (isearch-process-search-multibyte-characters): Remove unneeded
16064 `concat'. Add intermediate values to `junk-hist' instead of
16065 `minibuffer-history'. Test the length of `str'.
16066
16067 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16068
16069 * allout.el (allout-resolve-xref): Fix typos in error strings.
16070 (allout-before-change-protect): Remove unneeded `concat'.
16071
16072 * array.el (array-mode, array-reconfigure-rows)
16073 (untabify-backward): Fix typos in docstrings.
16074 (array-reconfigure-rows): Use `insert-buffer-substring', not
16075 `insert-buffer'.
16076
16077 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16078 * progmodes/ada-mode.el (ada-make-body):
16079 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16080
16081 * dired.el (dired-log):
16082 * tar-mode.el (tar-subfile-save-buffer):
16083 * play/zone.el (zone-pgm-stress-destress):
16084 Use `insert-buffer-substring', not `insert-buffer'.
16085
16086 2005-07-17 Simon Josefsson <jas@extundo.com>
16087
16088 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16089
16090 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16091
16092 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16093 Add plain auth method.
16094 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16095
16096 2005-07-17 Kim F. Storm <storm@cua.dk>
16097
16098 * ido.el (dired-other-window): Add ido property.
16099
16100 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16101
16102 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16103 Fix typo in docstring.
16104 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16105 `insert-file-literally'.
16106
16107 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16108 info and delete redundant message. Doc fix.
16109 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16110 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16111
16112 2005-07-16 Richard M. Stallman <rms@gnu.org>
16113
16114 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16115 (byte-compile-and): Use byte-compile-and-recursion.
16116 (byte-compile-or-recursion): New function.
16117 (byte-compile-or): Use that.
16118 (byte-compile-if): Guard the else-clause too.
16119 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16120
16121 * isearch.el (isearch-mode-end-hook-quit): New variable.
16122 (isearch-done): Bind it.
16123 (isearch-mode-end-hook): Doc fix.
16124
16125 * allout.el (allout-isearch-did-quit): Variable deleted.
16126 (allout-real-isearch-abort): Function name no longer used.
16127 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16128 (allout-isearch-rectification): isearch-mode always exists.
16129 Don't set allout-isearch-did-quit.
16130 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16131 allout-isearch-did-quit.
16132 (allout-enwrap-isearch): Just add the hook.
16133 (allout-isearch-abort): Function deleted.
16134 (allout-pre-command-business): Avoid warning.
16135
16136 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16137 Correctly avoid warnings.
16138 (pascal-outline): Likewise.
16139
16140 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16141
16142 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16143
16144 * play/tetris.el (tetris-mode): Avoid warning.
16145
16146 * play/snake.el (snake-mode): Avoid warning.
16147
16148 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16149 (gamegrid-set-display-table): Avoid warning.
16150 (gamegrid-set-timer): Likewise.
16151 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16152 (gamegrid-add-score-with-update-game-score-1): Take FILE
16153 as argument.
16154 (gamegrid-add-score-with-update-game-score): Pass that argument.
16155 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16156
16157 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16158
16159 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16160 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16161
16162 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16163 and insert-file.
16164
16165 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16166 (sc-ask): Avoid warnings.
16167
16168 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16169 (eshell-hist-initialize): Use that var the natural way.
16170
16171 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16172
16173 * emacs-lisp/re-builder.el (reb-cook-regexp):
16174 Avoid warning calling lre-compile-string.
16175 (reb-color-display-p): Avoid warning.
16176
16177 * calculator.el (calculator-last-input): Guard uses
16178 of event-key and key-press-event-p.
16179 (event-key, key-press-event-p): Delete definitions.
16180
16181 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16182 (find-gc-source-directory, find-gc-subrs-callers)
16183 (find-gc-noreturn-list, find-gc-source-files)
16184 (find-gc-subrs-called): Vars renamed and defvar'd.
16185
16186 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16187 (checkdoc-overlay-put, checkdoc-delete-overlay)
16188 (checkdoc-overlay-start, checkdoc-overlay-end)
16189 (checkdoc-mode-line-update, checkdoc-char=):
16190 Define such that compiler knows they are defined.
16191 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16192 (checkdoc-read-event): Delete. Use read-event directly.
16193
16194 * whitespace.el (whitespace-make-overlay)
16195 (whitespace-overlay-put, whitespace-delete-overlay)
16196 (whitespace-overlay-start, whitespace-overlay-end):
16197 Define such that compiler knows they are defined.
16198 (whitespace): Move conditional inside.
16199
16200 * tempo.el (tempo-insert-template): Suppress warning.
16201
16202 * ediff-diff.el (longlines-mode): Add defvar.
16203
16204 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16205
16206 * server.el: Bind "C-x #" in a way that works even if C-x is
16207 redefined to a command key, not a prefix key.
16208
16209 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16210
16211 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16212 cl-make-type-test till execution time.
16213
16214 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16215
16216 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16217 arg ARG and use it.
16218
16219 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16220
16221 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16222
16223 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16224
16225 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16226 a defcustom with two :set or :type keywords.
16227
16228 2005-07-15 Richard M. Stallman <rms@gnu.org>
16229
16230 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16231 Don't give ^M comment-end syntax.
16232
16233 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16234
16235 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16236 Don't consider gdbmi (gdb-mi.el has its own update functions).
16237 (gdb-var-delete): Make it work for gdbmi as well.
16238 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16239
16240 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16241 (gud-speedbar-menu-items): Correct logic for enabling items.
16242
16243 2005-07-15 Kim F. Storm <storm@cua.dk>
16244
16245 * ido.el: Fix commentary.
16246 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16247 Use with-no-warnings around ffap-guesser.
16248 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16249 Let bind minibuffer-completing-file-name to t.
16250
16251 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16252
16253 * startup.el (site-run-file, keyboard-type): Doc fixes.
16254 (command-line): Check for "--basic-display" argument; also for
16255 "--quick", not "--bare-bones" (which was renamed).
16256 (fancy-splash-text): Add missing item "Getting New Versions".
16257 (normal-splash-screen): Fix typos and improve consistency with
16258 `fancy-splash-text'. Update copyright year.
16259
16260 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16261 valid binding for `help-char'.
16262
16263 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16264
16265 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16266
16267 * term.el (term-mode): Disable cua-mode for term buffers.
16268
16269 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16270
16271 * add-log.el (add-log-mailing-address, change-log-merge):
16272 Doc fixes.
16273 (change-log-get-method-definition): Fix typo in docstring.
16274
16275 2005-07-14 Kim F. Storm <storm@cua.dk>
16276
16277 * emulation/cua-base.el:
16278 (cua--pre-command-handler-1, cua--pre-command-handler)
16279 (cua--post-command-handler-1, cua--post-command-handler):
16280 Split in two. Check (buffer local) value of cua-mode.
16281 (cua-selection-mode): New command.
16282
16283 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16284
16285 * custom.el (custom-initialize-safe-set)
16286 (custom-initialize-safe-default): Doc fixes.
16287
16288 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16289 and simplify :init-value again.
16290
16291 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16292 and simplify :init-value again. Delete autoload.
16293
16294 * startup.el (command-line): Use `custom-reevaluate-setting' again
16295 for tooltip-mode.
16296
16297 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16298 a defcustom with two :initialize keywords.
16299
16300 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16301
16302 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16303 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16304 (allout-post-command-business, allout-flag-region)
16305 (isearch-reenable-font-lock, allout-yank)
16306 (allout-insert-latex-header, allout-insert-latex-trailer)
16307 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16308 (allout-latex-verb-quote): Fix typos in docstrings.
16309 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16310 (allout-unprotected, allout-prefix-data):
16311 Improve argument/docstring consistency.
16312 (allout-chart-subtree): Fix argument spec.
16313 (allout-open-topic): Rename `use_sib_bullet' argument to
16314 `use-sib-bullet'. Doc fix.
16315
16316 * whitespace.el (whitespace-check-buffer-leading)
16317 (whitespace-check-buffer-trailing)
16318 (whitespace-check-buffer-indent)
16319 (whitespace-check-buffer-spacetab)
16320 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16321 (whitespace-check-leading-whitespace)
16322 (whitespace-check-trailing-whitespace)
16323 (whitespace-check-spacetab-whitespace)
16324 (whitespace-check-indent-whitespace)
16325 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16326 (whitespace-modes): Fix typos in docstrings.
16327 (defgroup, defcustom): Doc fixes.
16328
16329 * winner.el (winner-mode, winner-boring-buffers)
16330 (winner-pending-undo-ring): Doc fixes.
16331 (winner-ring): Remove unneeded `progn'.
16332 (winner-equal): `defsubst' it.
16333 (winner-redo): Fix message.
16334
16335 2005-07-13 Kim F. Storm <storm@cua.dk>
16336
16337 * simple.el (line-move-1): Always use vertical-motion to
16338 do the last (or only) line move to ensure some movement.
16339 Undo 2005-06-23 change--don't check for overlays.
16340
16341 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16342
16343 * term/mac-win.el (ccl-encode-mac-roman-font)
16344 (ccl-encode-mac-centraleurroman-font)
16345 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16346 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16347 Change charset-id boundary of dimension to ?\xef.
16348 (mac-char-fontspec-list): New constant.
16349 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16350 argument. Nil uses itself as family in font-spec. Previous
16351 behavior for nil is now provided by non-nil non-string argument.
16352 All callers changed. Add font-specs for Mac fonts to
16353 "fontset-default" unless iso8859-1 fonts are installed.
16354
16355 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16356
16357 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16358 a continuation line if the \ is preceded by SPC or TAB.
16359 (sh-get-indent-info): Simplify.
16360 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16361 Use with-current-buffer.
16362
16363 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16364 when the matched text is empty.
16365
16366 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16367
16368 * startup.el (command-line): Revert to previous handling of
16369 tooltip-mode. Explain in comment why the complexity is needed.
16370
16371 * tooltip.el (tooltip-mode): Revert to previous implementation of
16372 its defcustom.
16373
16374 * frame.el (blink-cursor-mode): Revert to previous implementation
16375 of its defcustom. Update comment.
16376
16377 2005-07-12 Lars Hansen <larsh@soem.dk>
16378
16379 * desktop.el: Update e-mail address.
16380
16381 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16382
16383 * term/mac-win.el (mac-services-mail-selection)
16384 (mac-services-mail-to): New functions.
16385 (mac-application-menu-map): Bind them.
16386
16387 2005-07-12 wulei <milton@wulei.net> (tiny change)
16388
16389 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16390
16391 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16392
16393 * custom.el (custom-reevaluate-setting): Doc fix.
16394
16395 2005-07-11 Jay Belanger <belanger@truman.edu>
16396
16397 * calc/calc.el (calc-embedded-announce-formula-alist)
16398 (calc-embedded-open-close-plain-alist)
16399 (calc-embedded-open-close-mode-alist): Add checks for additional
16400 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16401
16402 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16403
16404 * custom.el (custom-enable-theme): Don't add theme to
16405 `custom-enabled-themes' with `push' because there is no
16406 setf-method for `delq'.
16407
16408 2005-07-11 Richard M. Stallman <rms@gnu.org>
16409
16410 * custom.el (custom-declare-variable): Doc fix.
16411
16412 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16413 from the alists.
16414
16415 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16416 Do nothing if edebug-active.
16417
16418 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16419 (edebug-display): Do it here instead.
16420
16421 2005-07-10 Richard M. Stallman <rms@gnu.org>
16422
16423 * cus-face.el (custom-theme-set-faces): Make it work.
16424 (custom-reset-faces): Doc fix.
16425 (custom-theme-reset-internal-face, custom-theme-face-value):
16426 Functions deleted.
16427
16428 * custom.el (custom-push-theme): Maintain list of the settings
16429 of a given theme in its theme-settings property.
16430 Maintain position of old settings in the theme-value
16431 or theme-face property.
16432 (custom-enabled-themes): New variable.
16433 (custom-theme-enabled-p): New function.
16434 (provide-theme): Update custom-enabled-themes.
16435 Disable and reenable the `user' theme.
16436 (require-theme): Doc fix.
16437 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16438 (custom-theme-value, custom-theme-variable-value): Likewise.
16439 (custom-theme-reset-internal): Likewise.
16440 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16441 (custom-enable-theme, custom-disable-theme): New functions.
16442 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16443 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16444 (custom-theme-reset-variables): Simplify.
16445 (deftheme, custom-declare-theme, custom-make-theme-feature):
16446 Definitions moved.
16447
16448 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16449
16450 * longlines.el (longlines-show-region)
16451 (longlines-unshow-hard-newlines): Recognize hard newlines by
16452 non-nil hard property, instead of t.
16453
16454 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16455
16456 * viper-cmd.el (viper--key-maps): New variable.
16457 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16458 emulation-mode-map-alists.
16459 (viper-envelop-ESC-key): Use viper-subseq.
16460 (viper-search-forward/backward/next): Disable debug-on-error.
16461
16462 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16463 (viper-ESC-key): New defcustoms.
16464
16465 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16466
16467 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16468 (viper-subseq): Copy of subseq from cl.el.
16469
16470 * viper.el (viper-go-away, viper-set-hooks): Use
16471 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16472
16473 * viper-mous.el (viper-current-frame-saved): Use defvar.
16474
16475 * viper-init.el: Get rid of -face in face names.
16476
16477 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16478 Make it work with longlines mode
16479
16480 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16481
16482 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16483
16484 * ediff-init.el: Get rid of -face in face names.
16485
16486 2005-07-10 Richard M. Stallman <rms@gnu.org>
16487
16488 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16489 and with-timeout-unsuspend.
16490
16491 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16492 and with-timeout-unsuspend.
16493
16494 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16495 (with-timeout): Bind that variable to record timers.
16496 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16497
16498 * emacs-lisp/debug.el (debug-help-follow): New function.
16499 (debugger-mode-map): Use that instead of help-follow.
16500 (debugger-setup-buffer): Use eval-buffer-list
16501 to handle eval-buffer frames.
16502
16503 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16504
16505 * timezone.el (timezone-parse-date): Change first regexp
16506 so it will not mistakenly match dates with no time zone.
16507
16508 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16509
16510 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16511
16512 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16513
16514 * custom.el (custom-initialize-safe-set)
16515 (custom-initialize-safe-default): New functions.
16516
16517 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16518 and simplify :init-value.
16519
16520 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16521 and simplify :init-value. Delete obsolete comment.
16522
16523 * startup.el (command-line): Use `custom-reevaluate-setting' to
16524 handle `tooltip-mode'. Delete obsolete comment.
16525
16526 * files.el (set-visited-file-name): Avoid calling
16527 `file-name-nondirectory' with a nil argument.
16528
16529 2005-07-09 Richard M. Stallman <rms@gnu.org>
16530
16531 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16532 was called with nil for the buffer, handle the read position right.
16533 Handle read position for eval-region, too.
16534
16535 2005-07-09 Juri Linkov <juri@jurta.org>
16536
16537 * fringe.el (fringe-mode): Add period in docstring.
16538 (fringe-query-style): Build prompt depending on `all-frames' arg.
16539
16540 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16541 to not create links to unrelated functions in the Help buffer.
16542
16543 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16544 Doc fix.
16545
16546 * simple.el (next-error-hook): New variable.
16547 (next-error): Use it. Doc fix.
16548
16549 * textmodes/ispell.el (ispell-command-loop): Add current
16550 dictionary name and program name to mode-line-format.
16551 (ispell-region, ispell-process-line): Add current dictionary name
16552 and program name to messages.
16553
16554 2005-07-08 Jay Belanger <belanger@truman.edu>
16555
16556 * calc/calc.el (calc-embedded-announce-formula-alist)
16557 (calc-embedded-open-close-formula-alist)
16558 (calc-embedded-open-close-word-alist)
16559 (calc-embedded-open-close-plain-alist)
16560 (calc-embedded-open-close-new-formula-alist)
16561 (calc-embedded-open-close-mode-alist)
16562 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16563 (calc-embedded-mode-hook): New variables.
16564
16565 * calc/calc-embed.el (calc-embedded-firsttime)
16566 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16567 New variables.
16568 (calc-do-embedded): Use calc-embedded-firsttime,
16569 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16570 determine whether or not to run hooks.
16571 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16572 calc-embedded-firsttime-formula appropriately.
16573 Set calc-embedded delimiter variables according to mode.
16574
16575 2005-07-08 Richard M. Stallman <rms@gnu.org>
16576
16577 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16578 Check for "emacs", etc., as entire symbol, not just as word.
16579 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16580
16581 * files.el (set-visited-file-name): Report the error
16582 for "empty filename" earlier.
16583 (kill-some-buffers): Ignore buffers already dead.
16584
16585 * fringe.el (fringe-mode): Doc fix.
16586
16587 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16588 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16589 Use unwind-protect to ensure byte-compile-unresolved-functions
16590 is updated.
16591
16592 * whitespace.el (whitespace-buffer-leading-cleanup):
16593 Simplify w/ skip-chars-forward.
16594 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16595
16596 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16597 Unconditionally try to leave point at the same old place.
16598
16599 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16600
16601 * comint.el (comint-postoutput-scroll-to-bottom)
16602 (comint-show-maximum-output): Take scroll-margin into consideration.
16603
16604 2005-07-08 Kim F. Storm <storm@cua.dk>
16605
16606 * ido.el (ido-use-filename-at-point): New choice `guess'.
16607 (ido-file-internal): Try ffap-guesser if selected.
16608
16609 * ido.el (ido-before-fallback-functions): New hook.
16610 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16611 (ido-read-file-name): Run it.
16612
16613 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16614
16615 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16616 strings rather than a list of symbols to the completion function.
16617
16618 2005-07-07 Jay Belanger <belanger@truman.edu>
16619
16620 * calc/calc-units.el (math-apply-units): Change the places in
16621 which units are simplified.
16622
16623 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16624
16625 * cus-edit.el (customize-option, customize-option-other-window):
16626 Make them handle aliases.
16627
16628 * custom.el (custom-variable-p): Make it recursively follow
16629 aliases. Mention that in the docstring.
16630
16631 2005-07-07 Richard M. Stallman <rms@gnu.org>
16632
16633 * cus-start.el (exec-path): Use `directory' instead of `file'.
16634 Fix tag for nil.
16635
16636 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16637
16638 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16639 when called non-interactively. Doc fix.
16640
16641 2005-07-07 Lute Kamstra <lute@gnu.org>
16642
16643 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16644 new address as well.
16645
16646 2005-07-07 Kenichi Handa <handa@m17n.org>
16647
16648 * international/mule.el (make-coding-system):
16649 Describe `ascii-incompatible' property in the docstring.
16650 (set-file-name-coding-system): Signal an error if coding-system is
16651 ascii-incompatible.
16652 (set-keyboard-coding-system): Likewise.
16653
16654 * international/mule-cmds.el (set-default-coding-systems):
16655 Don't set default-file-name-coding-system and
16656 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16657
16658 * international/utf-16.el: Declare that all UTF-16-based coding
16659 systems are ASCII-incompatible.
16660
16661 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16662
16663 * progmodes/gud.el: Require font-lock for displaying errors.
16664 Used by gdb-ui.el.
16665
16666 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16667
16668 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16669 values for the pattern lists which are `read'able but not
16670 `append'able (like symbols).
16671
16672 2005-07-06 Richard M. Stallman <rms@gnu.org>
16673
16674 * progmodes/flymake.el (flymake-float-time): Instead of
16675 with-no-warnings, test for xemacs.
16676 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16677 to avoid warning.
16678
16679 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16680
16681 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16682
16683 2005-07-05 Lute Kamstra <lute@gnu.org>
16684
16685 * battery.el: Add support for Darwin (with much debugging help
16686 from Samuel Lauber <sam124@operamail.com>).
16687 (battery-status-function, battery-echo-area-format)
16688 (battery-mode-line-format): Add support for pmset on Darwin.
16689 (battery-load-low, battery-load-critical): New user options.
16690 (battery-pmset): New function.
16691
16692 2005-07-05 Lute Kamstra <lute@gnu.org>
16693
16694 Update FSF's address in GPL notices.
16695
16696 * textmodes/page-ext.el: Update FSF's address.
16697
16698 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16699
16700 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16701 filling from using prefix when filling a single-line docstring.
16702
16703 * progmodes/flymake.el: Remove useless eval-when-compile.
16704
16705 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16706
16707 2005-07-04 Richard M. Stallman <rms@gnu.org>
16708
16709 * textmodes/org.el (org-file-apps-defaults-gnu):
16710 Rename from org-file-apps-defaults-linux.
16711 (org-default-apps): Don't test system-type for `linux'.
16712 (org-file-apps): Doc fix.
16713
16714 2005-07-04 David Ponce <david@dponce.com>
16715
16716 * tree-widget.el: Improve header Commentary section.
16717 (tree-widget) [defgroup]
16718 (tree-widget-image-enable, tree-widget-themes-directory)
16719 (tree-widget-theme, tree-widget-image-properties-emacs)
16720 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16721 (tree-widget-image-formats, tree-widget-control)
16722 (tree-widget-empty-control, tree-widget-leaf-control
16723 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16724 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16725 (tree-widget-keep, tree-widget-after-toggle-functions)
16726 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16727 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16728 :help-echo message.
16729 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16730 (tree-widget-image-properties): Doc fix. Clearer implementation.
16731 (tree-widget--cursors): New constant.
16732 (tree-widget-lookup-image): New function split from
16733 `tree-widget-find-image'. Clearer implementation.
16734 (tree-widget-find-image): Use it.
16735 (tree-widget-button-keymap): Use `set-keymap-parent'.
16736 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16737 Define the sub-widgets here.
16738 (tree-widget-node): Check that :node is not a tree-widget.
16739 (tree-widget-get-super, tree-widget-open-control)
16740 (tree-widget-close-control, tree-widget-empty-control)
16741 (tree-widget-leaf-control, tree-widget-guide)
16742 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16743 (tree-widget-no-handle, tree-widget-value-delete)
16744 (tree-widget-map): Remove.
16745 (tree-widget-children-value-save): Doc fix. Simplified.
16746 (tree-widget-value-create): Update according to previous changes.
16747
16748 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16749
16750 * textmodes/org.el: Leading space replaced by TABS.
16751 (org-recalc-marks, org-table-rotate-recalc-marks)
16752 (org-table-get-specials): Treat "^" and "_" marks.
16753 (org-table-justify-field-maybe): Optional argument NEW.
16754 (org-table-eval-formula): Parsing of the format simplified.
16755 New modes C,I. Honor the %= parameter in the current table.
16756 Avoid unnecessary re-align by using the NEW argument to
16757 `org-table-justify-field-maybe'.
16758 (org-calc-default-modes): Default for date-format mimicks org-mode.
16759 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16760
16761 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16762
16763 * cus-face.el (custom-theme-set-faces): Make it handle face
16764 aliases whose alias declarations are pre- or autoloaded.
16765
16766 2005-07-04 Juri Linkov <juri@jurta.org>
16767
16768 * faces.el (read-face-name): Put the code for getting a face name
16769 from the buffer before adding the faces from the `face' property.
16770 Use `completing-read-multiple' instead of `completing-read'.
16771 Require `crm'. Add default value and post-process the returned
16772 list of faces.
16773
16774 * emacs-lisp/crm.el (crm-find-current-element)
16775 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16776
16777 * emacs-lisp/lisp-mode.el (eval-defun-1):
16778 * emacs-lisp/edebug.el (edebug-eval-defun):
16779 Remove unnecessary quotes.
16780
16781 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16782
16783 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16784 (prolog-indent-level): Fix typo in docstring.
16785
16786 * info.el (Info-history, Info-history-forward)
16787 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16788
16789 * add-log.el (add-change-log-entry):
16790 * comint.el (comint-dynamic-list-input-ring)
16791 (comint-dynamic-list-completions):
16792 * dabbrev.el (dabbrev-expand):
16793 * delim-col.el (delimit-columns-rectangle-line):
16794 * diff-mode.el (diff-context->unified, diff-reverse-direction)
16795 (diff-unified->context):
16796 * ediff-init.el (ediff-abbrev-jobname):
16797 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16798 (ediff-replace-session-activity-marker-in-meta-buffer):
16799 * info.el (Info-summary):
16800 * lpr.el (printify-region):
16801 * printing.el (pr-create-interface):
16802 * ps-print.el (ps-print-quote):
16803 * ses.el (ses-column-widths, ses-print-cell)
16804 (ses-adjust-print-width, ses-center):
16805 * shell.el (shell-file-name-quote-list):
16806 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16807 (strokes-fill-current-buffer-with-whitespace)
16808 (strokes-xpm-for-stroke, strokes-list-strokes)
16809 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16810 * term.el (term-dynamic-list-input-ring)
16811 (term-dynamic-list-completions):
16812 * calc/calc.el (math-format-stack-value):
16813 * emacs-lisp/edebug.el (edebug-display-freq-count):
16814 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16815 (delphi-new-comment-line):
16816 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16817 * progmodes/executable.el (executable-set-magic):
16818 * progmodes/python.el (inferior-python-mode):
16819 * progmodes/scheme.el (scheme-mode-syntax-table):
16820 * progmodes/sh-script.el (sh-maybe-here-document):
16821 * progmodes/sql.el (sql-copy-column):
16822 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16823 * textmodes/bibtex.el (bibtex-mode):
16824 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16825 (sgml-auto-attributes):
16826 * textmodes/table.el (table-insert, table-shorten-cell)
16827 (table--generate-source-scan-lines, table-delete-row)
16828 (*table--cell-delete-char, table--spacify-frame)
16829 (table--horizontally-shift-above-and-below)
16830 (table--cell-insert-char, table--cell-blank-str)
16831 (table--fill-region-strictly):
16832 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16833 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16834
16835 * add-log.el (change-log):
16836 * apropos.el (apropos):
16837 * comint.el (comint-completion, comint-source):
16838 * dabbrev.el (dabbrev):
16839 * delim-col.el (columns):
16840 * diff-mode.el (diff-mode):
16841 * ediff.el (ediff):
16842 * ediff-diff.el (ediff-diff):
16843 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16844 * ediff-mult.el (ediff-mult):
16845 * ediff-ptch.el (ediff-ptch):
16846 * ediff-wind.el (ediff-window):
16847 * facemenu.el (facemenu):
16848 * indent.el (indent):
16849 * info.el (info):
16850 * jka-cmpr-hook.el (compression, jka-compr):
16851 * lpr.el (lpr):
16852 * outline.el (outlines):
16853 * pcmpl-cvs.el (pcmpl-cvs):
16854 * pcmpl-rpm.el (pcmpl-rpm):
16855 * printing.el (printing):
16856 * ps-print.el (postscript, ps-print, ps-print-horizontal)
16857 (ps-print-vertical, ps-print-headers, ps-print-font)
16858 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16859 (ps-print-background, ps-print-printer, ps-print-page)
16860 (ps-print-miscellany):
16861 * ses.el (ses):
16862 * shell.el (shell, shell-directories, shell-faces):
16863 * startup.el (initialization):
16864 * strokes.el (strokes):
16865 * term.el (term):
16866 * uniquify.el (uniquify):
16867 * w32-vars.el (w32):
16868 * calc/calc.el (calc):
16869 * emacs-lisp/bytecomp.el (bytecomp):
16870 * emacs-lisp/cl-indent.el (lisp-indent):
16871 * emacs-lisp/edebug.el (edebug):
16872 * emacs-lisp/elp.el (elp):
16873 * emacs-lisp/testcover.el (testcover):
16874 * emacs-lisp/trace.el (trace):
16875 * emulation/viper-ex.el (viper-ex):
16876 * emulation/viper-mous.el (viper-mouse):
16877 * mail/mailalias.el (mailalias):
16878 * mail/supercite.el (supercite, supercite-frames)
16879 (supercite-attr, supercite-cite, supercite-hooks):
16880 * net/rcompile.el (remote-compile):
16881 * net/rlogin.el (rlogin):
16882 * obsolete/ooutline.el (outlines):
16883 * progmodes/delphi.el (delphi):
16884 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16885 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16886 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16887 (ebnf-optimization):
16888 * progmodes/etags.el (etags):
16889 * progmodes/executable.el (executable):
16890 * progmodes/idlwave.el (idlwave):
16891 * progmodes/pascal.el (pascal):
16892 * progmodes/prolog.el (prolog):
16893 * progmodes/python.el (python):
16894 * progmodes/scheme.el (scheme):
16895 * progmodes/sh-script.el (sh, sh-script):
16896 * progmodes/sql.el (SQL):
16897 * progmodes/tcl.el (tcl):
16898 * textmodes/bibtex.el (bibtex, bibtex-autokey):
16899 * textmodes/enriched.el (enriched):
16900 * textmodes/makeinfo.el (makeinfo):
16901 * textmodes/sgml-mode.el (sgml):
16902 * textmodes/table.el (table-hooks):
16903 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16904 * textmodes/texinfo.el (texinfo):
16905 * textmodes/two-column.el (two-column):
16906 Finish `defgroup' description with period.
16907
16908 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16909 * eshell/esh-var.el (eshell-var):
16910 * progmodes/vhdl-mode.el (vhdl-testbench):
16911 * textmodes/org.el (org): Fix typos in docstrings.
16912
16913 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16914 consistency.
16915
16916 * progmodes/flymake.el (flymake-find-file): Remove.
16917 (flymake-float-time): Use `with-no-warnings'.
16918 (flymake-check-start-time, flymake-check-was-interrupted)
16919 (flymake-err-info, flymake-is-running, flymake-last-change-time)
16920 (flymake-new-err-info): `defvar' at compile time.
16921
16922 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
16923
16924 * replace.el (occur-hook): Doc fix.
16925 (occur-1): Don't call `occur-hook' if there are no matches.
16926
16927 2005-07-03 Richard M. Stallman <rms@gnu.org>
16928
16929 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16930 global-map, save the same map.
16931 (global-map): Don't alter it at top level.
16932 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16933 Then alter it here instead.
16934 (tpu-edt-off): Set global-map to the saved one.
16935
16936 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16937 All references simplified.
16938 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
16939 (zmacs-regions): Add defvar.
16940 (repeat-complex-command-map): Everything about that deleted.
16941
16942 * textmodes/artist.el (artist-key-is-drawing)
16943 (artist-key-endpoint1, artist-key-poly-point-list)
16944 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16945 (artist-key-compl-table, artist-rb-save-data)
16946 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16947 Don't put them in eval-when-compile.
16948 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16949
16950 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16951 Use with-no-warnings.
16952
16953 * net/browse-url.el (dos-windows-version): Add defvar.
16954
16955 * mail/supercite.el (filladapt-prefix-table): Add defvar.
16956
16957 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16958 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16959 (rmail-new-summary-line-count): Rename from new-summary-line-count.
16960 Add defvar.
16961 (rmail-summary-beginning-of-message): Use with-no-warnings.
16962 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16963
16964 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16965 Use with-no-warnings.
16966
16967 * emulation/vi.el (vi-mark-region): Use c-mark-function.
16968 (c-mark-function): Add point-moving-unit property.
16969 (vi-goto-line): Use with-no-warnings.
16970
16971 * emulation/edt.el (edt-last-copied-word): Add defvar.
16972 (zmacs-region-stays): Likewise.
16973 (edt-mark-section-wisely): Use c-mark-function for C.
16974 Use makr-defun for Fortran.
16975 (time-string): defvar deleted.
16976 (edt-display-the-time): Don't set time-string.
16977
16978 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16979
16980 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16981 Don't warn when name is not constant
16982 or for defining the group `emacs'.
16983
16984 * tooltip.el (gud-tooltip-mode): Add defvar.
16985
16986 * startup.el (default-frame-background-mode): Add defvar.
16987
16988 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16989
16990 * info.el (tool-bar-map): Add defvar.
16991
16992 * dired.el (dnd-protocol-alist): Add defvar.
16993
16994 * dired-aux.el (dired-query): Display question with answer, when
16995 the user answers.
16996
16997 * custom.el (custom-add-option): Doc fix.
16998
16999 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17000
17001 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17002
17003 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17004 bogus name from the last change.
17005
17006 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17007
17008 * custom.el (custom-declare-variable): Fix typos in comment.
17009 (custom-known-themes): Doc fix.
17010 (custom-theme-directory): New defcustom.
17011 (require-theme): Make it check `custom-theme-directory'.
17012
17013 * cus-theme.el (custom-new-theme-mode): New function.
17014 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17015 (custom-theme-description): Add compiler defvars.
17016 (customize-create-theme): Add doc to the "*New Custom Theme*"
17017 buffer. Use `custom-new-theme-mode'.
17018 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17019 and save it to the `custom-theme-directory'. Make this the
17020 default directory of the buffer.
17021
17022 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17023
17024 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17025 Fix unbalanced parentheses.
17026
17027 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17028
17029 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17030 into flymake-mode and delegate to flymake-mode.
17031
17032 * find-file.el (ff-which-function-are-we-in): Clean up.
17033
17034 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17035
17036 * replace.el (occur-rename-buffer): Fix docstring.
17037
17038 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17039 (edt-last-copied-word, edt-learn-macro-count)
17040 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17041 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17042 (time-string, zmacs-region-stays):
17043 * emulation/edt-mapper.el (edt-save-function-key-map)
17044 (EDT-key-name): `defvar' to silence the byte-compiler.
17045
17046 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17047
17048 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17049 font-lock-regexp-backslash. Doc fix.
17050 (font-lock-regexp-backslash-grouping-construct): Rename from
17051 font-lock-regexp-backslash-construct. Doc fix.
17052 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17053 grouping constructs.
17054
17055 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17056
17057 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17058 updating all the prerequisites.
17059
17060 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17061
17062 * textmodes/org.el (org-agenda-start-on-weekday)
17063 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17064 (org-agenda-use-time-grid, org-archive-location)
17065 (org-allow-space-in-links, org-usenet-links-prefer-google)
17066 (org-enable-table-editor, org-export-default-language)
17067 (org-export-html-show-new-buffer, org-fill-paragraph)
17068 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17069 (org-goto-quit, org-occur, org-eval-in-calendar)
17070 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17071 (org-agenda-diary-entry, org-remember-help)
17072 (org-table-convert-region, org-at-table-p)
17073 (org-table-move-row-down, org-table-move-row-up)
17074 (org-table-copy-region, org-table-toggle-vline-visibility)
17075 (org-table-get-stored-formulas, org-table-get-specials)
17076 (org-recalc-commands, org-table-eval-formula)
17077 (org-table-formula-substitute-names, orgtbl-make-binding)
17078 (org-format-org-table-html, org-format-table-table-html)
17079 (org-format-table-table-html-using-table-generate-source)
17080 (org-customize): Fix typos in docstrings.
17081 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17082 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17083 (org-back-to-heading): Doc fixes.
17084 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17085 (org-agenda-change-all-lines, org-get-header):
17086 Improve argument/docstring consistency.
17087 (orgtbl-error): Fix error message.
17088
17089 * progmodes/flymake.el (flymake-find-possible-master-files)
17090 (flymake-master-file-compare, flymake-get-line-err-count)
17091 (flymake-highlight-line, flymake-gui-warnings-enabled):
17092 Fix typos in docstrings.
17093 (flymake-parse-line, flymake-get-project-include-dirs-function)
17094 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17095 Doc fixes.
17096 (flymake-get-project-include-dirs-function)
17097 (flymake-make-err-menu-data):
17098 Improve argument/docstring consistency.
17099
17100 2005-07-01 Lute Kamstra <lute@gnu.org>
17101
17102 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17103 Catch errors with ignore-errors. Use temporary buffer.
17104 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17105
17106 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17107 background color faces.
17108 (facemenu-set-foreground, facemenu-set-background):
17109 Use facemenu-set-face-from-menu.
17110 (facemenu-set-face-from-menu): Treat face names that start with
17111 "fg:" or "bg:" as special.
17112 (facemenu-add-new-color): Don't create faces. Simplify.
17113
17114 2005-06-30 Richard M. Stallman <rms@gnu.org>
17115
17116 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17117 (crm-find-current-element): Likewise.
17118
17119 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17120
17121 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17122
17123 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17124
17125 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17126 (archive-mouse-extract): Make it an obsolete alias.
17127 (archive-mode-map): Don't use archive-mouse-extract any more.
17128 (archive-mode, archive-extract): write-contents-hooks ->
17129 write-contents-functions.
17130 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17131 first arg.
17132 (archive-rename-entry): Update the call.
17133 (archive-zip-summarize): Remove unused var `method'.
17134 (archive-lzh-summarize): Remove unused var `creator'.
17135
17136 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17137 dedicated frame upon exit.
17138
17139 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17140 (archive-zip-extract, archive-zip-expunge)
17141 (archive-zip-update, archive-zip-update-case): Use executable-find.
17142 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17143 Use restore-buffer-modified-p.
17144 (archive-extract, archive-add-new-member, archive-write-file-member):
17145 Use with-current-buffer.
17146 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17147
17148 2005-06-30 Andreas Schwab <schwab@suse.de>
17149
17150 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17151
17152 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17153
17154 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17155
17156 2005-06-30 Juri Linkov <juri@jurta.org>
17157
17158 * faces.el (vertical-border): Inherit from mode-line-inactive
17159 only on tty.
17160
17161 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17162
17163 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17164 example, -NLINES in the `occur' docstring).
17165
17166 * replace.el (occur-1): When no matches are found, do not set the
17167 `buffer-read-only' and modified flags for the occur buffer,
17168 because it is deleted.
17169
17170 * emulation/cua-base.el (cua-check-pending-input)
17171 (cua-repeat-replace-region, cua-mode, cua-debug)
17172 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17173 Fix typos in docstrings.
17174
17175 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17176 (cua-cut-region-to-global-mark)
17177 (cua--cut-rectangle-to-global-mark):
17178 Remove period from end of messages.
17179
17180 * emulation/cua-rect.el (cua-do-rectangle-padding):
17181 Remove period from end of messages.
17182 (cua--rectangle-seq-format): Fix typo in docstring.
17183 (cua-sequence-rectangle, cua-fill-char-rectangle):
17184 Improve argument/docstring consistency.
17185
17186 2005-06-29 Juri Linkov <juri@jurta.org>
17187
17188 * faces.el (default-frame-background-mode): New internal variable.
17189 (frame-set-background-mode): Use it.
17190
17191 * startup.el (normal-top-level): Set default-frame-background-mode
17192 instead of frame-background-mode. Before setting it, test for its
17193 nil value. Remove tests for frame-background-mode and frame
17194 parameter `reverse'. Add test for "unspecified-fg".
17195
17196 * term/xterm.el (xterm-rxvt-set-background-mode):
17197 * term/rxvt.el (rxvt-set-background-mode):
17198 Set default-frame-background-mode instead of frame-background-mode.
17199
17200 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17201
17202 * simple.el (set-variable): Warn about obsolete user variables.
17203
17204 * imenu.el (imenu--completion-buffer):
17205 * mouse.el (mouse-buffer-menu-alist):
17206 * msb.el (msb-invisible-buffer-p):
17207 * calendar/diary-lib.el (diary-header-line-format):
17208 * emacs-lisp/pp.el (pp-buffer):
17209 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17210 * textmodes/picture.el (picture-replace-match):
17211 Change space constants followed by a sexp to "?\s ".
17212
17213 * play/decipher.el (decipher-loop-with-breaks):
17214 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17215 constants "protected" from end of line by a comment to "?\s".
17216
17217 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17218
17219 * font-lock.el (save-buffer-state): Use `declare'.
17220
17221 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17222 reset the syntax-table to cperl-mode-syntax-table.
17223 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17224 "foo_print_bar" is not matched as a reserved keyword.
17225
17226 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17227
17228 * textmodes/org.el (orgtbl-setup): New function, for delayed
17229 setup for the orgtbl commands.
17230 (org-calc-default-modes): New option.
17231 (orgtbl-make-binding): Use `defun' to get better help display.
17232 (org-diary): Call `org-compile-prefix-format'.
17233 (org-table-formula-substitute-names): New function.
17234 (org-agenda-day-view, org-agenda-week-view): New commands.
17235 (org-agenda-toggle-week-view): Command removed.
17236 (org-tbl-menu): Split off from org-org-menu.
17237 (org-mode): Move removal of outline-mode menus to here.
17238 (org-table-formula-debug): New option.
17239 (org-table-insert-row): Keep first field if just "#" or "*".
17240 (org-mode): Paragraph regexps fixed.
17241 (org-table-recalculate-regexp): New constant.
17242 (org-table-justify-field-maybe): Avoid replace if not necessary.
17243 (org-copy-special, org-cut-special): Use `call-interactively'.
17244 (org-table-copy-region): Take region from `interactive' call.
17245 (org-trim): Return string even if no match.
17246 (org-formula): New face.
17247 (org-set-font-lock-defaults): No longer highlight "FIXME".
17248 But highlight formula-related fields in table.
17249 (org-table-p): Use regexp, not fontification.
17250 (org-table-align): Handle white space at end of line.
17251 (org-table-formula-evaluate-inline): New option.
17252 (org-mode): Auto-wrapping in comment lines turned off.
17253 (org-table-copy-down): Evaluate only in copied field, not in
17254 destination.
17255 (org-table-current-formula): Variable removed.
17256 (org-table-store-formulas, org-table-get-stored-formulas)
17257 (org-table-modify-formulas, org-table-replace-in-formulas)
17258 (org-table-maybe-eval-formula): New functions.
17259 (org-table-get-formula): Modify to use stored formulas.
17260 (org-table-insert-column, org-table-delete-column)
17261 (org-table-move-column): Call `org-table-modify-formulas'.
17262 (org-complete): Add completion for keyword formulas.
17263 (orgtbl-mode): Pull orgtbl-mode-map to start of
17264 minor-mode-map-alist.
17265
17266 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17267
17268 * progmodes/python.el (python-check): Require `compile' before
17269 modifying its variables.
17270
17271 * newcomment.el (comment-indent-default): Don't get fooled by an early
17272 end of buffer.
17273
17274 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17275
17276 * ps-print.el (ps-print-version): Fix version number.
17277
17278 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17279
17280 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17281
17282 2005-06-28 Richard M. Stallman <rms@gnu.org>
17283
17284 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17285 (flyspell-local-mouse-map): Declaration deleted.
17286 (flyspell-mouse-map): Bind only mouse-2.
17287 (flyspell-mode-map): Don't test flyspell-use-local-map.
17288 (flyspell-overlay-keymap-property-name): Var deleted.
17289 (flyspell-mode-on): Don't make local bindings for
17290 flyspell-mouse-map and flyspell-mode-map.
17291 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17292
17293 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17294
17295 * progmodes/compile.el (compilation-next-error-function):
17296 Don't switch buffers; operate on the current buffer.
17297
17298 * progmodes/compile.el (compilation-error-file-name)
17299 (compilation-warning-file-name, compilation-info-file-name)
17300 (compilation-line-number, compilation-column-number): New faces.
17301 (compilation-error-face, compilation-warning-face)
17302 (compilation-info-face, compilation-line-face)
17303 (compilation-column-face): Use them.
17304
17305 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17306
17307 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17308
17309 * bindings.el (global-map): Bind insertchar and its variants.
17310
17311 2005-06-27 Richard M. Stallman <rms@gnu.org>
17312
17313 * textmodes/artist.el (artist-text-overwrite)
17314 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17315
17316 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17317
17318 * ps-print.el: It was not working the page selection for printing.
17319 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17320 (ps-print-version): New version 6.6.7.
17321 (ps-end-sheet): New fun.
17322 (ps-header-sheet, ps-end-job): Call it.
17323
17324 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17325
17326 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17327
17328 2005-06-27 Lute Kamstra <lute@gnu.org>
17329
17330 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17331 background color faces.
17332 (facemenu-get-face): Delete function.
17333 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17334 (facemenu-add-new-color): Make second argument mandatory.
17335 Create the appropriate face and return it. Simplify.
17336 (facemenu-set-foreground, facemenu-set-background): Don't check if
17337 color is defined. Use return value of facemenu-add-new-color.
17338
17339 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17340
17341 * progmodes/gud.el (gud-filter): Add missing argument to
17342 with-selected-window.
17343
17344 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17345
17346 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17347 a :require to the defcustom.
17348
17349 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17350 defcustoms corresponding to minor modes.
17351
17352 2005-06-26 David Ponce <david@dponce.com>
17353
17354 * recentf.el: Require tree-widget instead of wid-edit.
17355 (recentf-filename-handler): Fix widget :type.
17356 (recentf-cancel-dialog, recentf-open-more-files)
17357 (recentf-open-files-action): Doc fix.
17358 (recentf-dialog-goto-first): New function.
17359 (recentf-dialog-mode-map): Set parent keymap first.
17360 (recentf-dialog-mode): Define with define-derived-mode.
17361 Don't display continuation lines in dialogs.
17362 (recentf-edit-list): Rename from recentf-edit-selected-items.
17363 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17364 Simplify.
17365 (recentf-edit-list-validate): New function.
17366 (recentf-edit-list): Update accordingly.
17367 (recentf-open-files-item-shift): Remove.
17368 (recentf-open-files-item): Convert menu elements into tree and
17369 link widgets. Don't create the widgets.
17370 (recentf-open-files): Update accordingly.
17371 (recentf-save-list): Untabify.
17372
17373 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17374
17375 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17376 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17377 partially contained in the active region. Do not take active
17378 region into account when called from Lisp, unless INTERACTIVE arg
17379 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17380 avoid trouble with fields. Make marker point nowhere when no
17381 longer used. Always return nil. Doc fix.
17382 (flush-lines): Add INTERACTIVE arg. Do not take active region
17383 into account when called from Lisp, unless INTERACTIVE arg is
17384 non-nil. Use `forward-line' instead of `beginning-of-line' to
17385 avoid trouble with fields. Make marker point nowhere when no
17386 longer used. Always return nil. Doc fix.
17387 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17388 interchangeable. Do not take active region into account when
17389 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17390 message in echo area when called from Lisp, unless INTERACTIVE arg
17391 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17392 Return the number of matches. Doc fix.
17393 (occur): Doc fix.
17394 (perform-replace): Make comment follow double space convention for
17395 the sake of `outline-minor-mode'.
17396
17397 * faces.el (facep): Doc fix.
17398
17399 2005-06-25 Richard M. Stallman <rms@gnu.org>
17400
17401 * facemenu.el (facemenu-enable-faces-p): New function.
17402 (facemenu-background-menu, facemenu-foreground-menu)
17403 (facemenu-face-menu): Add menu-enable property.
17404
17405 * jka-compr.el (jka-compr-insert-file-contents):
17406 Special handling if cannot find the uncompression program.
17407
17408 * cus-face.el (custom-face-attributes): Add autoload.
17409
17410 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17411 Bind comment-indent-function locally.
17412
17413 * window.el (save-selected-window): Use save-current-buffer.
17414
17415 * subr.el (with-selected-window): Use save-current-buffer.
17416
17417 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17418 and with-current-buffer.
17419
17420 2005-06-24 Richard M. Stallman <rms@gnu.org>
17421
17422 * simple.el (line-move-1): Fix previous change.
17423
17424 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17425
17426 * replace.el (occur-1): Set `buffer-read-only' and the
17427 buffer-modified flag before running `occur-hook' to protect
17428 against unintentional buffer switches that can lead to data loss.
17429
17430 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17431
17432 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17433 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17434 initial error.
17435
17436 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17437 after fresh input.
17438 (gdb-var-create-handler): Put name of expression in quotes.
17439
17440 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17441
17442 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17443 elements of RING in order, and without bogus nil elements.
17444
17445 2005-06-23 Richard M. Stallman <rms@gnu.org>
17446
17447 * simple.el (set-variable): Args renamed; doc fix.
17448 (line-move-1): When there are overlays around, use vertical-motion.
17449
17450 * faces.el (escape-glyph): Use brown against light background.
17451 (nobreak-space): Rename from no-break-space.
17452 Fix previous change.
17453
17454 * dired-aux.el (dired-do-copy): Fix arg prompt.
17455
17456 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17457
17458 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17459
17460 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17461 rather than "Distributor".
17462
17463 2005-06-23 Lute Kamstra <lute@gnu.org>
17464
17465 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17466 (debug-on-entry): Use it. New interactive declaration that uses
17467 function-called-at-point.
17468
17469 2005-06-23 Kim F. Storm <storm@cua.dk>
17470
17471 * subr.el (save-match-data): Add comment about using evaporate arg
17472 to set-match-data.
17473
17474 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17475
17476 * cus-edit.el (customize-face)
17477 (customize-face-other-window): Handle face aliases.
17478
17479 * faces.el (face-documentation, set-face-attribute)
17480 (face-spec-set): Handle face aliases.
17481
17482 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17483
17484 * help-mode.el (help-make-xrefs): If a symbol representing a face
17485 name is not followed by the word "face", it could still be a
17486 function or variable name, so don't bypass other checks.
17487
17488 2005-06-22 Juri Linkov <juri@jurta.org>
17489
17490 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17491 Replace aliased functions with calls where second arg `inherit' is t.
17492
17493 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17494
17495 * progmodes/gdb-ui.el (gdb-error): New variable.
17496 (gdb-error): New function.
17497 (gdb-annotation-rules): Act on error-begin and error annotations.
17498 (gdb-concat-output): Use font-lock-warning-face for errors.
17499
17500 2005-06-22 Miles Bader <miles@gnu.org>
17501
17502 * bindings.el (propertized-buffer-identification): Use renamed
17503 `Buffer-menu-buffer' face.
17504
17505 * faces.el (vertical-border): Rename from `vertical-divider'.
17506 (escape-glyph): Change dark-background color back to `cyan'.
17507
17508 2005-06-21 Juri Linkov <juri@jurta.org>
17509
17510 * faces.el (face-user-default-spec): Try getting `customized-face'
17511 prior to `saved-face'.
17512 (frame-background-mode): Refill docstring.
17513
17514 * emacs-lisp/lisp-mode.el (eval-defun-1):
17515 * emacs-lisp/edebug.el (edebug-eval-defun):
17516 Set `saved-face' temporarily to nil before calling form.
17517 Set `customized-face' to the new spec after that.
17518
17519 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17520
17521 * subr.el (1value, lambda, key-substitution-in-progress):
17522 Doc fixes.
17523
17524 * autoinsert.el (auto-insert-alist):
17525 * ses.el (ses-call-printer):
17526 * subr.el (noreturn):
17527 * emacs-lisp/lisp.el (check-parens):
17528 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17529 * net/browse-url.el (browse-url-mosaic):
17530 * progmodes/cc-defs.el (c-safe-scan-lists):
17531 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17532 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17533 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17534 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17535 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17536 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17537
17538 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17539
17540 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17541
17542 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17543
17544 * calendar/appt.el (appt-make-list): Activate the package, if
17545 not already active (for backwards compatibility).
17546
17547 2005-06-20 Kim F. Storm <storm@cua.dk>
17548
17549 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17550
17551 2005-06-20 Miles Bader <miles@gnu.org>
17552
17553 * faces.el (vertical-divider): New face.
17554
17555 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17556
17557 * simple.el (kill-whole-line): Doc fix.
17558 (next-error-buffer-p, next-error-find-buffer)
17559 (clone-indirect-buffer): Fix typos in docstrings.
17560 (comment-line-break-function): Doc fix: don't say variable
17561 is automatically buffer-local (it isn't).
17562
17563 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17564
17565 * net/tramp-ftp.el (top):
17566 * net/tramp-smb.el (top):
17567 * net/tramp-util.el (top):
17568 * net/tramp-uu.el (top):
17569 * net/tramp-vc.el (top):
17570 * net/tramp.el (top): Revert copyright years back to original
17571 ones. Tramp has a life outside GNU Emacs.
17572
17573 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17574
17575 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17576
17577 2005-06-18 Juri Linkov <juri@jurta.org>
17578
17579 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17580 end of first regexp to limit the match to the position between
17581 line number and source line with same separator character as used
17582 between file name and line number. In the second regexp limit
17583 mouse-face area to file name and line number by adding new group
17584 for them and referring it in HYPERLINK arg.
17585 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17586 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17587 previous line where grep markers may be already removed.
17588
17589 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17590
17591 * progmodes/ps-mode.el: Update version and maintainer's email address.
17592
17593 2005-06-18 Steve Youngs <steve@xemacs.org>
17594
17595 * net/browse-url.el (browse-url-browser-function)
17596 (browse-url-default-browser): Add firefox.
17597 (browse-url-firefox-program, browse-url-firefox-arguments)
17598 (browse-url-firefox-startup-arguments)
17599 (browse-url-firefox-new-window-is-tab): New defcustoms.
17600 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17601
17602 2005-06-17 Richard M. Stallman <rms@gnu.org>
17603
17604 * startup.el (command-line): Warn if specified user name has
17605 no home directory.
17606
17607 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17608 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17609
17610 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17611 Doc fixes.
17612
17613 * faces.el (underline): Try bold if terminal doesn't support underline.
17614
17615 * mail/sendmail.el (mail-setup-with-from): New variable.
17616 (mail-insert-from-field): New function.
17617 (sendmail-send-it): Call it.
17618 (mail-setup): Optionally call it here.
17619
17620 * term/linux.el: Call tty-no-underline.
17621
17622 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17623
17624 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17625
17626 2005-06-17 Miles Bader <miles@gnu.org>
17627
17628 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17629 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17630 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17631 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17632 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17633 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17634 Remove "-face" suffix from face names.
17635 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17636 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17637 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17638 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17639 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17640 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17641 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17642 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17643 New backward-compatibility aliases for renamed faces.
17644 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17645 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17646 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17647 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17648 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17649 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17650 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17651 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17652 Use renamed ediff faces.
17653
17654 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17655 Remove "-face" suffix from face names.
17656 (eshell-test-ok-face, eshell-test-failed-face):
17657 New backward-compatibility aliases for renamed faces.
17658 (eshell-run-test): Use renamed eshell-test faces.
17659
17660 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17661 face name.
17662 (eshell-prompt-face): New backward-compatibility alias for renamed
17663 face.
17664 (eshell-emit-prompt): Use renamed eshell-prompt face.
17665
17666 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17667 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17668 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17669 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17670 Remove "-face" suffix from face names.
17671 (eshell-ls-directory-face, eshell-ls-symlink-face)
17672 (eshell-ls-executable-face, eshell-ls-readonly-face)
17673 (eshell-ls-unreadable-face, eshell-ls-special-face)
17674 (eshell-ls-missing-face, eshell-ls-archive-face)
17675 (eshell-ls-backup-face, eshell-ls-product-face)
17676 (eshell-ls-clutter-face):
17677 New backward-compatibility aliases for renamed faces.
17678 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17679
17680 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17681 Remove "-face" suffix from face name.
17682 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17683 instead of literal face.
17684
17685 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17686
17687 * emacs-lisp/warnings.el (display-warning, lwarn)
17688 (warning-minimum-log-level): Doc fixes.
17689 (warning-minimum-level, warning-minimum-log-level):
17690 Add :debug to :type choices.
17691
17692 * progmodes/ada-mode.el (ada-format-paramlist)
17693 (ada-get-indent-case, ada-check-matching-start)
17694 (ada-check-defun-name, ada-goto-matching-decl-start)
17695 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17696 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17697 (ada-make-subprogram-body): Follow error conventions.
17698 (ada-case-exception-file, ada-indent-comment-as-code)
17699 (ada-indent-handle-comment-special, ada-indent-renames)
17700 (ada-indent-return, ada-search-directories-internal)
17701 (ada-tab-policy, ada-case-exception-substring)
17702 (ada-other-file-alist, ada-matching-start-re)
17703 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17704 (ada-imenu-generic-expression, ada-compile-goto-error)
17705 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17706 (ada-popup-menu, ada-add-extensions, ada-mode)
17707 (ada-region-selected, ada-create-case-exception)
17708 (ada-create-case-exception-substring, ada-after-keyword-p)
17709 (ada-activate-keys-for-case, ada-adjust-case-region)
17710 (ada-adjust-case-buffer, ada-format-paramlist)
17711 (ada-scan-paramlist, ada-insert-paramlist)
17712 (ada-indent-newline-indent)
17713 (ada-indent-newline-indent-conditional)
17714 (ada-justified-indent-current, ada-goto-previous-word)
17715 (ada-indent-current, ada-get-indent-open-paren)
17716 (ada-get-indent-paramlist, ada-get-indent-end)
17717 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17718 (ada-get-indent-block-start, ada-get-indent-subprog)
17719 (ada-get-indent-noindent, ada-get-indent-label)
17720 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17721 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17722 (ada-goto-stmt-end, ada-goto-next-word)
17723 (ada-check-matching-start, ada-check-defun-name)
17724 (ada-goto-matching-decl-start, ada-goto-matching-start)
17725 (ada-goto-matching-end, ada-search-ignore-string-comment)
17726 (ada-in-decl-p, ada-looking-at-semi-or)
17727 (ada-looking-at-semi-private, ada-in-paramlist-p)
17728 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17729 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17730 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17731 (ada-previous-package, ada-create-menu)
17732 (ada-fill-comment-paragraph-justify)
17733 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17734 (ada-other-file-name, ada-last-which-function-line)
17735 (ada-last-which-function-subprog, ada-which-function)
17736 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17737 (ada-gen-treat-proc, ada-check-emacs-version)
17738 (ada-continuation-indent, ada-align-region-separate):
17739 Fix typos in docstrings.
17740 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17741
17742 2005-06-16 Lute Kamstra <lute@gnu.org>
17743
17744 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17745 conditionally.
17746
17747 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17748
17749 * comint.el (comint-replace-by-expanded-filename)
17750 (comint-prompt-regexp, comint-delimiter-argument-list)
17751 (comint-preinput-scroll-to-bottom):
17752 * info.el (Info-hide-cookies-node):
17753 * ls-lisp.el (ls-lisp-classify):
17754 * find-file.el (ff-search-directories, ff-special-constructs)
17755 (ff-find-other-file):
17756 * font-lock.el (font-lock-keywords):
17757 * shell.el (shell-prompt-pattern)
17758 (shell-dynamic-complete-functions, shell-mode)
17759 (shell-delimiter-argument-list):
17760 * term.el (term-replace-by-expanded-filename)
17761 (term-prompt-regexp, term-delimiter-argument-list):
17762 * woman.el (woman-ignore, woman0-if):
17763 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17764 * emacs-lisp/elint.el (elint-init-env):
17765 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17766 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17767 * language/ethio-util.el (ethio-tilde-escape)
17768 (ethio-use-three-dot-question):
17769 * net/zone-mode.el (zone-mode-load-time-setup):
17770 * progmodes/cc-align.el (c-lineup-argcont):
17771 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17772 * progmodes/cperl-mode.el (cperl-set-style-back):
17773 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17774 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17775 Fix spellings in docstrings.
17776
17777 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17778 * progmodes/modula2.el (m2-for): Fix spellings.
17779
17780 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17781
17782 * simple.el (undo-more): Don't use `format' on `error' arguments.
17783 Improve argument/docstring consistency.
17784 (pending-undo-list): Doc fix.
17785
17786 * smerge-mode.el (smerge-ensure-match):
17787 * emulation/vip.el (vip-ex):
17788 * net/zone-mode.el (zone-mode-update-serial):
17789 * progmodes/idlwave.el (idlwave-complete):
17790 * progmodes/vhdl-mode.el (vhdl-visit-file)
17791 (vhdl-compose-wire-components):
17792 Don't use `format' on `error' arguments.
17793
17794 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17795 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17796 (tooltip-help-tips): Fix typos in docstrings.
17797
17798 2005-06-16 David Ponce <david@dponce.com>
17799
17800 * tree-widget.el (tree-widget-value-create): Simplify last change.
17801
17802 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
17803
17804 * ido.el (ido-incomplete-regexp): New variable.
17805 (ido-set-matches-1): Handle invalid-regexp error and set
17806 ido-incomplete-regexp.
17807 (ido-incomplete-regexp): New face.
17808 (ido-completions): Use it.
17809 (ido-complete, ido-exit-minibuffer, ido-completions):
17810 Handle incomplete regexps.
17811 (ido-completions): Add check for complete match when entering a regexp.
17812
17813 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17814
17815 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17816
17817 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17818
17819 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17820 by field delimiters.
17821
17822 2005-06-15 David Ponce <david@dponce.com>
17823
17824 * tree-widget.el: eval-and-compile inlined functions so they will
17825 be available at run-time too.
17826 (tree-widget-super-format-handler)
17827 (tree-widget-format-handler): Remove.
17828 (tree-widget-value-create): Handle the :indent property.
17829
17830 2005-06-15 Miles Bader <miles@gnu.org>
17831
17832 * progmodes/which-func.el (which-func): Only inherit
17833 `font-lock-function-name-face' when that makes sense against the
17834 default mode-line face, otherwise set the face color explicitly.
17835
17836 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17837 faces instead of (non-existent) variables.
17838
17839 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17840
17841 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17842 (iswitchb-get-matched-buffers): Likewise. Simplify.
17843
17844 2005-06-14 Miles Bader <miles@gnu.org>
17845
17846 * progmodes/ld-script.el (ld-script-location-counter):
17847 Remove "-face" suffix from face name.
17848 (ld-script-location-counter-face):
17849 New backward-compatibility alias for renamed face.
17850 (ld-script-location-counter-face): Use renamed face.
17851
17852 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17853 (cperl-hash): Remove "-face" suffix from face names.
17854 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17855 New backward-compatibility aliases for renamed faces.
17856 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17857 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17858
17859 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17860 name.
17861 (which-func-face): New backward-compatibility alias for renamed face.
17862 (which-func-format): Use renamed which-func face.
17863
17864 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17865 (vhdl-function, vhdl-directive, vhdl-reserved-word)
17866 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17867 names.
17868 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17869 (vhdl-speedbar-configuration, vhdl-speedbar-package)
17870 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17871 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17872 (vhdl-speedbar-architecture-selected)
17873 (vhdl-speedbar-configuration-selected)
17874 (vhdl-speedbar-package-selected)
17875 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17876 names.
17877 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17878 Use renamed faces.
17879 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17880 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17881 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17882 Use renamed faces.
17883 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17884 names.
17885 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17886 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17887 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17888 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17889 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17890 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17891
17892 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17893 face name.
17894 (sh-heredoc-face): New backward-compatibility alias for renamed face.
17895 (sh-heredoc-face): Use renamed sh-heredoc face.
17896
17897 * progmodes/idlw-help.el (idlwave-help-link):
17898 Remove "-face" suffix from face name.
17899 (idlwave-help-link-face):
17900 New backward-compatibility alias for renamed face.
17901 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17902
17903 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17904 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17905 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17906 New backward-compatibility aliases for renamed faces.
17907 (idlwave-shell-disabled-breakpoint-face)
17908 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17909
17910 * progmodes/flymake.el (flymake-errline, flymake-warnline):
17911 Remove "-face" suffix from face names.
17912 (flymake-errline-face, flymake-warnline-face):
17913 New backward-compatibility aliases for renamed faces.
17914 (flymake-highlight-line): Use renamed flymake faces.
17915
17916 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17917 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17918 (ebrowse-member-class, ebrowse-progress):
17919 Remove "-face" suffix from face names.
17920 (ebrowse-tree-mark-face, ebrowse-root-class-face)
17921 (ebrowse-file-name-face, ebrowse-default-face)
17922 (ebrowse-member-attribute-face, ebrowse-member-class-face)
17923 (ebrowse-progress-face):
17924 New backward-compatibility aliases for renamed faces.
17925 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17926 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17927 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17928 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17929
17930 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17931 antlr-syntax)
17932 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17933 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17934 names.
17935 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17936 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17937 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17938 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17939 backward-compatibility aliases for renamed faces.
17940 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17941 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17942 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17943 remove "font-lock-". Use renamed antlr-mode faces.
17944 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
17945 literal face-names with face variable references.
17946
17947 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17948 face name.
17949 (Buffer-menu-buffer-face): New backward-compatibility alias for
17950 renamed face.
17951 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17952
17953 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
17954
17955 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17956 Eliminate "-face" suffix.
17957 (makefile-targets): Inherit from font-lock-function-name-face and
17958 eliminate "-face" suffix.
17959 (makefile-shell): Remove attributes and eliminate "-face" suffix.
17960 (makefile-*-font-lock-keywords): Append makefile-targets in rule
17961 actions, instead of prepending, to make it less visible.
17962 (makefile-previous-dependency, makefile-match-dependency):
17963 Don't match a target on a continuation line.
17964
17965 * files.el (auto-mode-alist): Put Makefile in gmake mode.
17966
17967 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
17968
17969 * progmodes/gdb-ui.el (menu): Re-order menu items.
17970 (gdb-tooltip-print): Respect tooltip-use-echo-area.
17971
17972 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17973 Define in tooltip.el.
17974 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17975 (gud-tooltip-tips): Respect tooltip-use-echo-area and
17976 gud-tooltip-echo-area.
17977
17978 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17979 backward compatibility and make obsolete.
17980 (tooltip-help-tips): Use tooltip-use-echo-area.
17981 (tooltip-show-help-function): Rename to...
17982 (tooltip-show-help): ...this, because it is a function.
17983 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17984
17985 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
17986
17987 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17988 (edebug-print-length, edebug-print-level, edebug-print-circle)
17989 (edebug-modify-breakpoint, edebug-eval-last-sexp)
17990 (edebug-eval-print-last-sexp): Doc fixes.
17991
17992 2005-06-14 Kim F. Storm <storm@cua.dk>
17993
17994 * ido.el (ido-mode): Make a new keymap every time we enable ido,
17995 as the coverage buffer/file/both may change.
17996
17997 2005-06-14 Lute Kamstra <lute@gnu.org>
17998
17999 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18000 and run-mode-hooks. Simplify.
18001
18002 * mail/rmailedit.el (rmail-edit-mode):
18003 * progmodes/octave-inf.el (inferior-octave-mode):
18004 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18005
18006 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18007 and run-mode-hooks.
18008 (recentf-edit-list, recentf-open-files): Don't call
18009 kill-all-local-variables directly.
18010
18011 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18012
18013 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18014
18015 * emacs-lisp/byte-run.el (make-obsolete)
18016 (define-obsolete-function-alias): Rename arguments FUNCTION and
18017 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18018 (make-obsolete-variable, define-obsolete-variable-alias):
18019 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18020 respectively.
18021
18022 * isearchb.el (isearchb-activate):
18023 * pcvs.el (cvs-mode):
18024 * ses.el (ses-load):
18025 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18026 * net/tramp.el (tramp-find-file-exists-command)
18027 (tramp-find-shell):
18028 * progmodes/ada-mode.el (ada-create-case-exception)
18029 (ada-create-case-exception-substring, ada-make-subprogram-body):
18030 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18031 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18032 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18033 * textmodes/org.el (org-promote, org-evaluate-time-range)
18034 (org-agenda-next-date-line, org-agenda-previous-date-line)
18035 (org-agenda-error, org-open-at-point, org-table-move-row)
18036 (org-format-table-table-html-using-table-generate-source)
18037 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18038 * textmodes/reftex.el (reftex-access-scan-info):
18039 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18040 (reftex-toc-promote-prepare): Follow error conventions.
18041
18042 * diff-mode.el (diff-mode): Fix typo in docstring.
18043
18044 * forms.el (forms--intuit-from-file): Fix reference to
18045 `forms-number-of-fields' in error message.
18046 (forms-print): Fix quoting in error message.
18047
18048 * forms.el (forms-mode):
18049 * emulation/vi.el (vi-goto-insert-state):
18050 * progmodes/flymake.el (flymake-new-err-info)
18051 (flymake-start-syntax-check-for-current-buffer)
18052 (flymake-simple-cleanup):
18053 * eshell/esh-var.el (eshell/export):
18054 * progmodes/gud.el (xdb):
18055 * textmodes/flyspell.el (flyspell-incorrect-hook)
18056 (flyspell-maybe-correct-transposition)
18057 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18058
18059 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18060
18061 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18062 minibuffer prompt.
18063
18064 2005-06-13 Kim F. Storm <storm@cua.dk>
18065
18066 * subr.el (add-to-ordered-list): New defun.
18067
18068 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18069 add cua--keymap-alist to emulation-mode-map-alists.
18070
18071 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18072
18073 * subr.el (complete-in-turn): New macro.
18074 (dynamic-completion-table, lazy-completion-table): Add debug info.
18075
18076 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18077 in preference to face aliases.
18078
18079 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18080 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18081 Remove unused vars `start' and `firstline'.
18082 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18083 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18084
18085 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18086
18087 * cus-start.el (all): Don't complain about missing GTK-related
18088 variables, unless either `gtk' is boundp or this isn't a
18089 `windows-nt' build.
18090
18091 2005-06-13 Lute Kamstra <lute@gnu.org>
18092
18093 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18094 run-mode-hooks.
18095
18096 * ediff-mult.el (ediff-meta-mode):
18097 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18098
18099 * ledit.el (ledit-mode): Use delay-mode-hooks.
18100
18101 * woman.el (woman-mode-line-format): Delete constant.
18102 (woman-mode-map): Initialize it properly.
18103 (woman-mode): Set mode-class property to special.
18104 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18105 Set major-mode and mode-name. Don't set mode-line-format directly.
18106 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18107
18108 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18109 string argument obsolete.
18110
18111 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18112
18113 * textmodes/org.el (org-CUA-compatible): New option.
18114 (org-disputed-keys): New variable.
18115 (org-key): New function.
18116 (orgtbl-make-binding): Add docstring to the created function.
18117 (org-mode): Set paragraph start/separate regexps.
18118 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18119 (org-archive-location, org-archive-mark-done)
18120 (org-archive-stamp-time): New options.
18121 (org-archive-subtree): New command.
18122 (org-fill-paragraph): New function.
18123 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18124 (org-fake-empty-table-line): Function removed.
18125 (org-format-org-table-html): Do not create empty table lines at
18126 separator lines. Improved table header treatment.
18127 (org-link-format): New option.
18128 (org-make-link): New function.
18129 (org-insert-link, org-store-link): Use org-make-link.
18130 (org-open-file): Quote file name for shell command, to allow
18131 spaces in file names.
18132 (org-link-regexp): Fix bug with mailto link.
18133 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18134 New constants.
18135 (org-export-as-html): Deal with the optional angles around a link.
18136 Better treatment of file: links.
18137 (org-open-at-point): Replace @{ and @} with < and >.
18138 (org-run-mode-hooks): Function removed.
18139 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18140
18141 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18142
18143 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18144 MI command -data-list-register-values.
18145 (gdb-post-prompt): Indent properly.
18146
18147 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18148
18149 * hilit-chg.el (highlight-changes-colors): Rename from
18150 `highlight-changes-colours'.
18151 (highlight-changes-colours): Keep as obsolete alias.
18152 (highlight-changes-face-list): Doc fix.
18153 (hilit-chg-make-list): Use `highlight-changes-colors'.
18154
18155 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18156
18157 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18158 defun-prompt-regexp.
18159
18160 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18161
18162 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18163 and cygwin.
18164
18165 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18166 Don't use an old loaddefs.el, as in Makefile.in.
18167
18168 2005-06-12 Lute Kamstra <lute@gnu.org>
18169
18170 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18171
18172 * man.el (Man-mode-map): Initialize it properly.
18173 (Man-mode): Set mode-class property to special.
18174
18175 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18176
18177 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18178
18179 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18180 A newline is needed in the docstring there.
18181
18182 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18183 Doc fixes.
18184
18185 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18186
18187 * printing.el: Doc fix. The menubar is no more changed when printing
18188 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18189 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18190 (pr-version): New version number (6.8.4).
18191 (pr-menu-bind): New command.
18192 (pr-update-menus): Docstring and code fix.
18193 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18194 Docstring fix.
18195 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18196 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18197
18198 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18199
18200 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18201 "Returns" to "return", document useful return values, etc.
18202
18203 2005-06-11 Alan Mackenzie <acm@muc.de>
18204
18205 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18206 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18207 (adaptive-file-function): Minor amendment to doc-string.
18208
18209 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18210
18211 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18212 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18213 Fix :type--it is `integer', not `string'.
18214
18215 * faces.el (modeline-highlight): Rename from (the erroneous)
18216 `modeline-higilight'.
18217
18218 2005-06-11 Lute Kamstra <lute@gnu.org>
18219
18220 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18221 lisp-interaction-mode-map but make it the parent.
18222 (edebug-eval-mode): Use define-derived-mode.
18223
18224 2005-06-11 Andreas Schwab <schwab@suse.de>
18225
18226 * bindings.el: Add binding of `ESC functionkey' for every
18227 `M-functionkey'.
18228 * hexl.el (hexl-mode-map): Likewise.
18229
18230 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18231
18232 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18233 [msft]: update regexp for newer msft compilers.
18234
18235 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18236
18237 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18238 ATTLIST portions of included DTDs.
18239 (xml-parse-dtd): Eliminate use of inefficient match-data.
18240
18241 2005-06-10 Miles Bader <miles@gnu.org>
18242
18243 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18244 (mpuz-text): Remove "-face" suffix from face names.
18245 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18246 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18247 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18248
18249 * play/gomoku.el (gomoku-O, gomoku-X):
18250 Remove "-face" suffix from face names.
18251 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18252 New backward-compatibility aliases for renamed faces.
18253 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18254
18255 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18256
18257 * thumbs.el: Fixes for changes of 2005-06-09.
18258 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18259 as a directory.
18260 (thumbs-thumbname): Remove directory separator from format string;
18261 `thumbs-thumbsdir' now returns a valid directory name.
18262 (thumbs-temp-dir): New defsubst.
18263 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18264 Use it.
18265
18266 * cus-edit.el (minibuffer):
18267 * files.el (make-backup-file-name-function):
18268 * filesets.el (filesets-external-viewers):
18269 * hilit-chg.el (highlight-changes-colours)
18270 (highlight-changes-face-list, highlight-changes-rotate-faces):
18271 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18272 * kmacro.el (kmacro-call-macro):
18273 * log-edit.el (log-edit-changelog-full-paragraphs):
18274 * mouse.el (mouse-1-click-follows-link):
18275 * skeleton.el (skeleton-autowrap):
18276 * subr.el (insert-for-yank-1):
18277 * tempo.el (tempo-insert-region):
18278 * terminal.el (terminal-emulator):
18279 * time.el (display-time-mail-face):
18280 * vc.el (vc-annotate):
18281 * vcursor.el (vcursor-copy-line):
18282 * woman.el (woman-bold-headings, woman-ignore)
18283 (woman-default-faces, woman-monochrome-faces):
18284 * calendar/todo-mode.el (todo-insert-threshold):
18285 * emulation/pc-select.el (pc-select-selection-keys-only)
18286 (pc-selection-mode):
18287 * emulation/vip.el (vip-find-char-forward):
18288 * emulation/viper-cmd.el (viper-find-char-forward):
18289 * international/mule-cmds.el
18290 (select-safe-coding-system-accept-default-p)
18291 (input-method-exit-on-invalid-key):
18292 * international/mule-diag.el (describe-coding-system):
18293 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18294 * net/browse-url.el (browse-url-xterm-program):
18295 * obsolete/lazy-lock.el (lazy-lock-mode):
18296 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18297 (cperl-mode):
18298 * progmodes/cpp.el (cpp-face-light-name-list)
18299 (cpp-face-dark-name-list):
18300 * progmodes/delphi.el (delphi-newline-always-indents):
18301 Fix spellings in docstrings.
18302
18303 * ido.el (ido-mode, ido-file-extensions-order)
18304 (ido-default-file-method, ido-default-buffer-method)
18305 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18306 (ido-decorations, ido-read-file-name-as-directory-commands)
18307 (ido-read-file-name-non-ido, ido-work-directory-list)
18308 (ido-ignore-item-temp-list, ido-current-directory)
18309 (ido-magic-forward-char, ido-enter-find-file)
18310 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18311 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18312
18313 2005-06-10 Lute Kamstra <lute@gnu.org>
18314
18315 * play/dunnet.el (dun-mode): Use define-derived-mode.
18316 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18317 obsolete alias.
18318
18319 * play/doctor.el (doctor-mode-map): Remove defvar.
18320 (doctor-mode): Use define-derived-mode.
18321
18322 * mail/mspools.el (mspools-mode):
18323 * net/eudc-hotlist.el (eudc-hotlist-mode):
18324 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18325
18326 2005-06-10 Miles Bader <miles@gnu.org>
18327
18328 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18329 Remove "-face" suffix from face names.
18330 (flyspell-incorrect-face, flyspell-duplicate-face):
18331 New backward-compatibility aliases for renamed faces.
18332 (flyspell-mode-on, make-flyspell-overlay)
18333 (flyspell-highlight-incorrect-region)
18334 (flyspell-highlight-duplicate-region)
18335 (flyspell-display-next-corrections)
18336 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18337
18338 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18339 from face name.
18340 (texinfo-heading-face): New backward-compatibility alias for
18341 renamed face.
18342 (texinfo-heading-face): Use renamed texinfo-heading face.
18343
18344 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18345 suffix from face names.
18346 (tex-math-face, tex-verbatim-face):
18347 New backward-compatibility aliases for renamed faces.
18348 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18349 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18350 literal face name.
18351
18352 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18353 name.
18354 (table-cell-face): New backward-compatibility alias for renamed face.
18355 (table--put-cell-face-property, table--update-cell-face):
18356 Use renamed table-cell face.
18357
18358 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18359 from face name.
18360 (sgml-namespace-face): New backward-compatibility alias for
18361 renamed face.
18362 (sgml-namespace-face): Use renamed sgml-namespace face.
18363
18364 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18365 (org-level-4, org-level-5, org-level-6, org-level-7)
18366 (org-level-8, org-warning, org-headline-done)
18367 (org-deadline-announce, org-scheduled-today)
18368 (org-scheduled-previously, org-link, org-done, org-table)
18369 (org-time-grid): Remove "-face" suffix from face names.
18370 (org-level-1-face, org-level-2-face, org-level-3-face)
18371 (org-level-4-face, org-level-5-face, org-level-6-face)
18372 (org-level-7-face, org-level-8-face, org-warning-face)
18373 (org-headline-done-face, org-deadline-announce-face)
18374 (org-scheduled-today-face, org-scheduled-previously-face)
18375 (org-link-face, org-done-face, org-table-face)
18376 (org-time-grid-face):
18377 New backward-compatibility aliases for renamed faces.
18378 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18379 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18380 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18381 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18382
18383 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18384 (viper-minibuffer-emacs, viper-minibuffer-insert)
18385 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18386 (viper-search-face, viper-replace-overlay-face)
18387 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18388 (viper-minibuffer-vi-face):
18389 New backward-compatibility aliases for renamed faces.
18390 (viper-search-face, viper-replace-overlay-face)
18391 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18392 (viper-minibuffer-vi-face): Use renamed viper faces.
18393
18394 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18395 Remove "-face" suffix from face names.
18396 (testcover-nohits-face, testcover-1value-face):
18397 New backward-compatibility aliases for renamed faces.
18398 (testcover-mark): Use renamed testcover faces.
18399
18400 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18401 face name.
18402 (diary-button-face): New backward-compatibility alias for renamed face.
18403 (diary-entry): Use renamed diary-button face.
18404
18405 * calendar/calendar.el (diary, calendar-today, holiday)
18406 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18407 (diary-face, calendar-today-face, holiday-face):
18408 New backward-compatibility aliases for renamed faces.
18409 (eval-after-load "facemenu", diary-entry-marker)
18410 (calendar-today-marker, calendar-holiday-marker, diary-face):
18411 Use renamed calendar faces.
18412
18413 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18414 (compare-windows-face): New backward-compatibility alias for
18415 renamed face.
18416 (compare-windows-highlight): Use renamed compare-windows face.
18417
18418 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18419 (strokes-char-face): New backward-compatibility alias for renamed face.
18420 (strokes-encode-buffer): Use renamed strokes-char face.
18421
18422 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18423 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18424 Remove "-face" suffix from face names.
18425 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18426 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18427 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18428 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18429 Use renamed pcvs faces.
18430 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18431 * pcvs-defs.el (cvs-mode-map): Likewise.
18432 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18433
18434 * info.el (info-title-1, info-title-2, info-title-3)
18435 (info-title-4): Remove "-face" suffix from and downcase face names.
18436 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18437 (Info-title-4-face):
18438 New backward-compatibility aliases for renamed faces.
18439 (Info-fontify-node): Use renamed info faces.
18440
18441 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18442 Remove "-face" suffix from face names.
18443 (highlight-changes-face, highlight-changes-delete-face):
18444 New backward-compatibility aliases for renamed faces.
18445 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18446 (hilit-chg-make-list): Use renamed highlight-changes faces.
18447
18448 * generic-x.el (show-tabs-tab, show-tabs-space):
18449 Remove "-face" suffix from face names.
18450 (show-tabs-tab-face, show-tabs-space-face):
18451 New backward-compatibility aliases for renamed faces.
18452 (show-tabs-generic-mode-font-lock-defaults-1)
18453 (show-tabs-generic-mode-font-lock-defaults-2):
18454 Use renamed show-tabs faces.
18455
18456 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18457 (smerge-markers): Remove "-face" suffix from face names.
18458 (smerge-mine-face, smerge-other-face, smerge-base-face)
18459 (smerge-markers-face):
18460 New backward-compatibility aliases for renamed faces.
18461 (smerge-mine-face, smerge-other-face, smerge-base-face)
18462 (smerge-markers-face): Use renamed smerge faces.
18463
18464 * log-view.el (log-view-file, log-view-message): Remove "-face"
18465 suffix from face names.
18466 (log-view-file-face, log-view-message-face):
18467 New backward-compatibility aliases for renamed faces.
18468 (log-view-file-face, log-view-message-face): Use renamed log-view
18469 faces.
18470
18471 * paren.el (show-paren-match, show-paren-mismatch):
18472 Remove "-face" suffix from face names.
18473 (show-paren-match-face, show-paren-mismatch-face):
18474 New backward-compatibility aliases for renamed faces.
18475 (show-paren-function): Use renamed show-paren faces.
18476
18477 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18478 (ruler-mode-margins, ruler-mode-fringes)
18479 (ruler-mode-column-number, ruler-mode-fill-column)
18480 (ruler-mode-comment-column, ruler-mode-goal-column)
18481 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18482 suffix from face names.
18483 (ruler-mode-default-face, ruler-mode-pad-face)
18484 (ruler-mode-margins-face, ruler-mode-fringes-face)
18485 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18486 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18487 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18488 New backward-compatibility aliases for renamed faces.
18489 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18490 (ruler-mode-column-number, ruler-mode-fill-column)
18491 (ruler-mode-comment-column, ruler-mode-goal-column)
18492 (ruler-mode-tab-stop, ruler-mode-current-column)
18493 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18494 faces.
18495
18496 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18497 face name.
18498 (whitespace-highlight-the-space): Use renamed face.
18499 (whitespace-highlight-face): New backward-compatibility alias for
18500 renamed face.
18501
18502 * woman.el (woman-italic, woman-bold, woman-unknown)
18503 (woman-addition, woman-symbol-face):
18504 Remove "-face" suffix from face names.
18505 (woman-italic-face, woman-bold-face, woman-unknown-face)
18506 (woman-addition-face):
18507 New backward-compatibility aliases for renamed faces.
18508 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18509 (woman-decode-region, woman-replace-match)
18510 (woman-display-extended-fonts, woman-special-characters)
18511 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18512 Use renamed woman faces.
18513
18514 * longlines.el (longlines-visible-face): Face removed.
18515
18516 * diff-mode.el (diff-header, diff-file-header, diff-index)
18517 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18518 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18519 suffix from face names.
18520 (diff-header-face, diff-file-header-face, diff-index-face)
18521 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18522 (diff-changed-face, diff-function-face, diff-context-face)
18523 (diff-nonexistent-face): New backward-compatibility aliases for
18524 renamed faces.
18525 (diff-header-face, diff-file-header-face)
18526 (diff-index, diff-index-face, diff-hunk-header)
18527 (diff-hunk-header-face, diff-removed, diff-removed-face)
18528 (diff-added, diff-added-face, diff-changed-face, diff-function)
18529 (diff-function-face, diff-context-face, diff-nonexistent)
18530 (diff-nonexistent-face): Use renamed diff-mode faces.
18531
18532 * progmodes/compile.el (compilation-warning-face)
18533 (compilation-info-face): Remove "-face" suffix from face names.
18534 (compilation-warning-face, compilation-info-face):
18535 New backward-compatibility aliases for renamed faces.
18536 (compilation-warning-face, compilation-info-face):
18537 Use renamed compilation faces.
18538
18539 * add-log.el (change-log-date, change-log-name)
18540 (change-log-email, change-log-file, change-log-list)
18541 (change-log-conditionals, change-log-function)
18542 (change-log-acknowledgement): Remove "-face" suffix from face names.
18543 (change-log-date-face, change-log-name-face)
18544 (change-log-email-face, change-log-file-face)
18545 (change-log-list-face, change-log-conditionals-face)
18546 (change-log-function-face, change-log-acknowledgement-face):
18547 New backward-compatibility aliases for renamed faces.
18548 (change-log-font-lock-keywords): Use renamed change-log faces.
18549
18550 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18551 (custom-set, custom-changed, custom-saved, custom-button)
18552 (custom-button-pressed, custom-documentation, custom-state)
18553 (custom-comment, custom-comment-tag, custom-variable-tag)
18554 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18555 (custom-group-tag): Remove "-face" suffix from face names.
18556 (custom-magic-alist, custom-magic-value-create)
18557 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18558 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18559 (custom-set-face, custom-changed-face, custom-saved-face)
18560 (custom-button-face, custom-button-pressed-face)
18561 (custom-documentation-face, custom-state-face)
18562 (custom-comment-face, custom-comment-tag-face)
18563 (custom-variable-tag-face, custom-variable-button-face)
18564 (custom-face-tag-face, custom-group-tag-face-1)
18565 (custom-group-tag-face):
18566 New backward-compatibility aliases for renamed faces.
18567
18568 * wid-edit.el (widget-documentation, widget-button)
18569 (widget-field, widget-single-line-field, widget-inactive)
18570 (widget-button-pressed): "-face" suffix removed from face names.
18571 (widget-documentation-face, widget-button-face)
18572 (widget-field-face, widget-single-line-field-face)
18573 (widget-inactive-face, widget-button-pressed-face):
18574 New backward-compatibility aliases for renamed faces.
18575 (widget-documentation-face, widget-button-face)
18576 (widget-button-pressed-face, widget-specify-field)
18577 (widget-specify-inactive): Use renamed widget faces.
18578
18579 2005-06-10 Kenichi Handa <handa@m17n.org>
18580
18581 * term/x-win.el (x-clipboard-yank): Remove condition-case
18582 wrapping.
18583
18584 2005-06-11 Kenichi Handa <handa@m17n.org>
18585
18586 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18587 date lines stricter.
18588
18589 2005-06-10 Zhang Wei <id.brep@gmail.com>
18590
18591 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18592 of x-get-selection.
18593
18594 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18595
18596 * comint.el (comint-mode, comint-snapshot-last-prompt):
18597 * frame.el (frame-current-scroll-bars):
18598 * term.el (term-mode, term-check-proc, term-input-sender)
18599 (term-simple-send, term-extract-string, term-word)
18600 (term-match-partial-filename):
18601 * window.el (window-current-scroll-bars):
18602 * emulation/cua-base.el (cua-normal-cursor-color)
18603 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18604 (cua-global-mark-cursor-color):
18605 * mail/undigest.el (rmail-forward-separator-regex):
18606 Fix typos in docstrings.
18607
18608 * comint.el (comint-check-proc, make-comint-in-buffer)
18609 (comint-source-default): Doc fixes.
18610
18611 * term.el (term-send-string): Improve argument/docstring consistency.
18612
18613 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18614
18615 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18616 call to `delete-region'.
18617 (comint-mode-hook): Do not enable Font Lock by default.
18618
18619 2005-06-09 Lute Kamstra <lute@gnu.org>
18620
18621 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18622 could be void.
18623
18624 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18625
18626 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18627 (debug): Use it.
18628 (debugger-step-through, debugger-continue, debugger-jump)
18629 (debugger-return-value): Set it when needed.
18630 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18631 Use inhibit-read-only.
18632
18633 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18634
18635 * window.el (shrink-window-if-larger-than-buffer)
18636 (window-size-fixed): Fix typo in docstring.
18637
18638 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18639 thumbnails directory on loading.
18640 (thumbs-conversion-program): Use `eq' to check the system type,
18641 not `equal'.
18642 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18643 not "/tmp". Fix docstring.
18644 (thumbs-thumbsdir): New function to return the thumbnails
18645 directory, creating it if needed.
18646 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18647 (thumbs-temp-file): Delete variable and make it into a function.
18648 (thumbs-resize-image, thumbs-modify-image): Use it.
18649 (thumbs-kill-buffer): Simplify.
18650 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18651 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18652 docstrings.
18653
18654 2005-06-09 Kim F. Storm <storm@cua.dk>
18655
18656 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18657 set-match-data to free markers in match-data.
18658
18659 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18660 match-data to unchain markers in match-data.
18661
18662 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18663
18664 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18665 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18666 unnecessary now.
18667
18668 2005-06-08 Richard M. Stallman <rms@gnu.org>
18669
18670 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18671 give the variable a doc string that doesn't say don't set it directly.
18672
18673 * textmodes/ispell.el (ispell-check-version):
18674 Use match-string-no-properties.
18675 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18676 (ispell-buffer-local-words): Likewise.
18677
18678 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18679 except on terminals with enough colors to really display it.
18680 (makefile-dependency-regex): Delete spurious `bb'.
18681
18682 * faces.el (escape-glyph): Use blue once again in last case.
18683 (no-break-space): Redefine so that it isn't invisible on a tty.
18684
18685 2005-06-08 Kim F. Storm <storm@cua.dk>
18686
18687 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18688 also when reading directory name.
18689
18690 2005-06-08 Lute Kamstra <lute@gnu.org>
18691
18692 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18693 (flyspell-mode-line-string): Remove autoload cookie.
18694 (flyspell-mode): Remove defvar.
18695
18696 2005-06-07 Lute Kamstra <lute@gnu.org>
18697
18698 * textmodes/org.el (org-run-mode-hooks): New function.
18699 (org-agenda-mode): Use it.
18700
18701 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18702
18703 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18704
18705 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18706
18707 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18708
18709 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18710
18711 * font-lock.el (font-lock-add-keywords): Doc fix.
18712
18713 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18714
18715 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18716 (tex-compile-default): In the absence of any history, use the order in
18717 tex-compile-alist to choose the preferred command.
18718 (tex-compile-commands): Reorder a bit.
18719
18720 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18721 (flyspell-incorrect-face, flyspell-duplicate-face):
18722 Use (X)Emacs-agnostic code.
18723 (flyspell-mode-map): Don't overwrite at each load. Remove code
18724 redundant with the subsequent add-minor-mode. Merge Emacs and
18725 XEmacs code.
18726 (flyspell-word): Minor simplification.
18727 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18728 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18729 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18730 Merge the corresponding Emacs code.
18731 (flyspell-correct-word, flyspell-xemacs-popup):
18732 Use flyspell-do-correct.
18733
18734 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18735 a dedicated window.
18736
18737 * international/latexenc.el (latexenc-find-file-coding-system):
18738 Undo part of last patch, to turn off a compiler warning.
18739
18740 2005-06-06 Juri Linkov <juri@jurta.org>
18741
18742 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18743 Rename `tmm-inactive-face' to `tmm-inactive'.
18744
18745 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18746
18747 * iswitchb.el: Rename faces.
18748
18749 2005-06-06 Kim F. Storm <storm@cua.dk>
18750
18751 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18752 (cua-global-mark): Remove -face suffix from face names.
18753
18754 * emulation/cua-gmrk.el (cua--init-global-mark):
18755 Remove cua-global-mark face setup.
18756
18757 2005-06-06 Richard M. Stallman <rms@gnu.org>
18758
18759 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18760 just like other allowed characters.
18761 (makefile-match-dependency): Exclude leading and training whitespace
18762 from the range of regexp subexp 1.
18763 (makefile-macroassign-regex): Don't try to match the body,
18764 just the name of the macro being defined.
18765
18766 * info.el (Info-read-node-name-2): New function.
18767 (Info-read-node-name-1): Use that.
18768 Add a completion-base-size-function property.
18769
18770 * simple.el (completion-setup-function): Look for
18771 completion-base-size-function property of minibuffer-completion-table.
18772
18773 * files.el (locate-file-completion): Doc fix.
18774
18775 * printing.el: Don't call pr-update-menus; user must do that.
18776
18777 * emacs-lisp/debug.el (debugger-window): New variable.
18778 (debug): Use debugger-window if it is set and still alive.
18779 Record debugger-window for next entry.
18780
18781 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18782
18783 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
18784
18785 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18786 (hack-one-local-variable, hack-local-variables)
18787 (hack-local-variables-prop-line): Pass that arg.
18788
18789 2005-06-06 Kim F. Storm <storm@cua.dk>
18790
18791 * ido.el (ido-first-match, ido-only-match, ido-subdir)
18792 (ido-indicator): Remove -face suffix from face names.
18793
18794 2005-06-06 Juri Linkov <juri@jurta.org>
18795
18796 * font-lock.el (font-lock-regexp-backslash)
18797 (font-lock-regexp-backslash-construct): New faces.
18798 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
18799 after `('. Add `while-no-input' to control structures.
18800
18801 * faces.el (no-break-space, shadow): New faces.
18802 (escape-glyph): Use less loud colors pink2 and red4.
18803
18804 * diff-mode.el (diff-context-face)
18805 * dired.el (dired-ignored)
18806 * rfn-eshadow.el (file-name-shadow)
18807 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18808
18809 * info.el (Info-title-1-face): Use green instead of yellow because
18810 bold yellow is not readable on light backgrounds.
18811
18812 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18813 before selecting the desired mode to not spend time fontifying
18814 old contents.
18815
18816 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
18817
18818 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18819 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18820
18821 * ps-print.el (ps-default-fg, ps-default-bg):
18822 Fix typos in docstrings.
18823
18824 * isearchb.el (isearchb): Don't pass a spurious second argument to
18825 `iswitchb-completions'.
18826
18827 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
18828
18829 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18830 to preserve point.
18831 (gdb-find-file-hook): Add doc string.
18832
18833 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18834 C dereferenced pointer expression.
18835 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
18836
18837 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18838
18839 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18840 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18841 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18842 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18843 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18844 Make background transparent.
18845
18846 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18847
18848 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
18849 (font-lock-remove-keywords): Doc fix.
18850 (font-lock-mode-major-mode): Compiler defvar.
18851 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18852
18853 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18854 (font-lock-mode): Update `font-lock-mode-major-mode'.
18855 (font-lock-set-defaults): Compiler defvar.
18856 (font-lock-default-function): Take `font-lock-mode-major-mode'
18857 into account.
18858
18859 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18860 keep track of which major mode it enabled the minor mode for.
18861 Use find-file-hook again. Update docstring.
18862
18863 * simple.el (eval-expression-print-level)
18864 (eval-expression-print-length, eval-expression-debug-on-error):
18865 Doc fixes.
18866
18867 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
18868
18869 * iswitchb.el (iswitchb-single-match-face)
18870 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18871 (iswitchb-invalid-regexp-face): New faces.
18872 (iswitchb-completions): Use them.
18873 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18874 now marked as an obsolete alias.
18875 (iswitchb-read-buffer): Remove check for bound font variables.
18876 (iswitchb-invalid-regexp): New free variable.
18877 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18878 set iswitchb-invalid-regexp.
18879 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18880 invalid regexps.
18881 (iswitchb-completions): Add check for complete match when entering
18882 a regexp.
18883 (iswitchb-completions): Remove require-match argument.
18884 (iswitchb-exhibit): Fix caller.
18885 (iswitchb-common-match-inserted): New variable.
18886 (iswitchb-complete, iswitchb-completion-help): Use it.
18887
18888 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
18889
18890 * url-http.el (url-http-chunked-encoding-after-change-function):
18891 Use `url-http-debug' instead of `message'.
18892
18893 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
18894
18895 * url-http.el (url-http-parse-headers): Pass redirected URL as a
18896 callback argument.
18897
18898 2005-06-04 Kim F. Storm <storm@cua.dk>
18899
18900 * simple.el (line-move): Only call sit-for when moving backwards.
18901
18902 * ido.el (ido-make-merged-file-list-1): New defun split from
18903 ido-make-merged-file-list.
18904 (ido-make-merged-file-list): Bind throw-on-input around call to
18905 ido-make-merged-file-list-1. Return input-pending-p if
18906 interrupted by more input available.
18907 (ido-read-internal): Handle input-pending-p return value from
18908 ido-make-merged-file-list.
18909
18910 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18911
18912 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18913 compatibility code.
18914
18915 * international/latexenc.el (latexenc-find-file-coding-system):
18916 Don't inherit the EOL part of the coding-system from the
18917 tex-main buffer. Fit within 80 columns.
18918
18919 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
18920
18921 * tmm.el (tmm-inactive-face): New face.
18922 (tmm-remove-inactive-mouse-face): New function.
18923 (tmm-prompt, tmm-add-one-shortcut)
18924 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18925 but not selectable.
18926
18927 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
18928
18929 * faces.el (face-equal): Improve argument/docstring consistency.
18930
18931 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
18932
18933 * progmodes/make-mode.el (makefile-targets-face)
18934 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18935 (makefile-bsdmake-dependency-regex)
18936 (makefile-makepp-rule-action-regex)
18937 (makefile-bsdmake-rule-action-regex): New constants.
18938 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18939
18940 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18941 Allow (...) within `...' for makepp messages.
18942
18943 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
18944
18945 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18946
18947 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18948 "." files are deleted from all file lists before comparison.
18949
18950 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18951 (viper-ESC-key): Made them customizable.
18952
18953 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18954
18955 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
18956
18957 * autorevert.el (auto-revert-buffers): Use save-match-data.
18958
18959 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18960
18961 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18962 menu items with a nil command binding.
18963
18964 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
18965
18966 * emacs-lisp/cl-macs.el (defsetf):
18967 Improve argument/docstring consistency.
18968
18969 * faces.el (list-faces-display): Improve the formatting by
18970 computing the maximum length required for any face-name (reworked
18971 patch of 1999-01-11, accidentally deleted on 1999-07-21).
18972 (internal-find-face): Remove redundant info in docstring.
18973
18974 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
18975
18976 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18977 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18978 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18979 (gdb-assembler-custom): Improve regexps.
18980 (def-gdb-auto-update-handler): Use window point to preserve point.
18981
18982 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18983
18984 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18985
18986 2005-05-31 Jay Belanger <belanger@truman.edu>
18987
18988 * calc/calc-embed.el (calc-embedded-word): Change argument passed
18989 to calc-embedded.
18990 (calc-embedded-make-info): Have plain prefix argument select
18991 entire line.
18992
18993 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
18994
18995 * faces.el (list-faces-display): Signal error if passed a regexp
18996 that matches no face name.
18997
18998 * simple.el (filter-buffer-substring): Fix typo in docstring.
18999
19000 2005-05-31 Richard M. Stallman <rms@gnu.org>
19001
19002 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19003 (vhdl-emacs-21): Doc fix.
19004 (vhdl-mode): Unconditionally set comment-padding.
19005 (vhdl-fixup-whitespace-region): Insert spaces only where
19006 there are none.
19007 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19008
19009 2005-05-30 John Wiegley <johnw@newartisans.com>
19010
19011 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19012 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19013 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19014 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19015 `string-to-number'.
19016
19017 2005-05-30 Jay Belanger <belanger@truman.edu>
19018
19019 * calc/calc.el (calc-bug-address): Fix docstring.
19020 (calc-window-hook, calc-trail-window-hook): New variables.
19021 (calc-trail-display): Restore use of calc-trail-window-hook.
19022 (calc): Restore use of calc-window-hook.
19023
19024 2005-05-31 Masatake YAMATO <jet@gyve.org>
19025
19026 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19027
19028 * help-fns.el (help-C-file-name): Add autoload mark for
19029 `find-function-noselect'.
19030
19031 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19032
19033 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19034 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19035
19036 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19037
19038 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19039 included diary buffer if it was not already being visited.
19040 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19041
19042 * calendar/icalendar.el (top-level): Do not require appt.
19043
19044 * mail/supercite.el (sc-select-attribution): Only use a list
19045 element from sc-attrib-selection-list if it returns a string.
19046 Reported by Davide G. M. Salvetti <salve@debian.org>.
19047
19048 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19049
19050 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19051 includes a hash value to improve its uniqueness, and has a ".jpg"
19052 extension. Also, it is now a valid filename on all systems.
19053 (thumbs-make-thumb): Use `let', not `let*'.
19054 (thumbs-show-thumbs-list): Check for JPEG availability.
19055
19056 2005-05-30 Richard M. Stallman <rms@gnu.org>
19057
19058 * filesets.el (filesets-menu-ensure-use-cached):
19059 Prevent warning when emacs-version>= is undefined.
19060
19061 * printing.el (pr-interactive-n-up): Use string-to-number.
19062
19063 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19064
19065 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19066 Warn only when name to be defined is quoted.
19067
19068 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19069
19070 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19071 Make regexp more robust.
19072 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19073 Force regeneration of disassembly.
19074
19075 2005-05-29 Jay Belanger <belanger@truman.edu>
19076
19077 * calc/calc.el (calc-user-invocation): Check if
19078 calc-invocation-macro is non-nil.
19079
19080 2005-05-29 Juri Linkov <juri@jurta.org>
19081
19082 * add-log.el (change-log-font-lock-keywords):
19083 Add `+' to e-mail regexp to accept mail address with keywords.
19084
19085 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19086
19087 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19088
19089 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19090
19091 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19092
19093 2005-05-29 Richard M. Stallman <rms@gnu.org>
19094
19095 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19096 Undo the change that moves to end of the current word.
19097
19098 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19099
19100 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19101 Throw error when count <= 0 to ensure input is a number.
19102 (gdb-read-memory-custom): Pick up address from buffer.
19103 (gdb-memory-mode): Allow user to increment and decrement
19104 memory address from header line.
19105
19106 2005-05-29 Richard M. Stallman <rms@gnu.org>
19107
19108 * flyspell.el (flyspell-version): Function deleted.
19109 (flyspell-auto-correct-previous-hook): Doc fix.
19110
19111 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19112 Do nothing if memory is full.
19113
19114 * font-lock.el (font-lock-fontify-syntactically-region):
19115 Pass t for GREEDY to looking-back.
19116
19117 * saveplace.el (save-place-alist-to-file): Write the file
19118 using write-region.
19119
19120 * subr.el (looking-back): New argument GREEDY.
19121
19122 * progmodes/compile.el (compilation-start): Set the mode
19123 before inserting the initial text.
19124
19125 * progmodes/which-func.el (which-func-update-1): Turn the mode
19126 off in case of error by setting which-func-mode.
19127
19128 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19129
19130 * flyspell.el (flyspell-auto-correct-previous-word):
19131 Narrow down to what's on the screen, and recenter overlays
19132 at the end of the next word.
19133
19134 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19135
19136 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19137 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19138 (flyspell-abbrev-p): Default to nil.
19139 (flyspell-use-global-abbrev-table-p): Doc fix.
19140 (flyspell-large-region): Allow nil as value.
19141 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19142
19143 (mail-mode-flyspell-verify): More robust handling
19144 of `mail-header-separator'. More efficient signature detection.
19145 Allow for regexp metacharacters in message-header-separator.
19146 Adding `To' not to be checked in mail-mode-flyspell-verify.
19147
19148 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19149 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19150 Bind flyspell-auto-correct-binding.
19151 Bind C-. and C-, .
19152 (flyspell-mode-map): Likewise.
19153 (flyspell-mode): Doc fix.
19154 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19155 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19156 (flyspell-word-cache-result): New var, always local.
19157 (flyspell-check-pre-word-p): Doc fix.
19158 (flyspell-check-changed-word-p): Handle spc like newline.
19159 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19160 (flyspell-word-search-backward, flyspell-word-search-forward):
19161 New functions.
19162 (flyspell-word): Return t if nothing to check.
19163 When parsing TeX code, check for after } or \.
19164 Use flyspell-word-search-backward to find previous word.
19165 Return nil if duplicated word.
19166 For word already checked, return same value as last time.
19167 Set flyspell-word-cache-result after checking.
19168 Don't clobber the return value.
19169 (flyspell-get-word): Major rewrite.
19170 (flyspell-external-point-words): New locals pword, pcount.
19171 Fix size used in progress message.
19172 Find the proper corresponding word in flyspell-large-region-buffer.
19173 (flyspell-region): Check for flyspell-large-region = nil.
19174 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19175 (flyspell-auto-correct-word): Check that WORD is a cons.
19176 (flyspell-correct-word): Likewise.
19177
19178 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19179
19180 * progmodes/make-mode.el (makefile-rule-action-regex)
19181 (makefile-macroassign-regex, makefile-makepp-mode)
19182 (makefile-bsdmake-mode): Continuation lines may be empty.
19183 Reported by Joshua Varner.
19184 (makefile-makepp-font-lock-keywords): Add $(stem).
19185
19186 2005-05-28 Karl Berry <karl@gnu.org>
19187
19188 * textmodes/tex-mode.el: Now that tex-send-command calls
19189 shell-quote-argument (2005-03-31 change), remove all calls to
19190 shell-quote-argument; they all end up invoking tex-send-command.
19191 The double quoting loses on filenames with non-safe characters,
19192 such as "@". Reported by Frederik Fouvry.
19193
19194 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19195
19196 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19197 about preserving point.
19198
19199 2005-05-27 Jay Belanger <belanger@truman.edu>
19200
19201 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19202 Info-goto-node.
19203
19204 * calc/calc-embed.el (calc-embed-arg): New variable.
19205 (calc-do-embedded-activate, calc-embedded-activate-formula)
19206 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19207 variable by new variable.
19208 (calc-embedded-make-info): Replace undeclared variable by new
19209 variable. When selecting region with positive prefix
19210 argument, use end of previous line instead of beginning of line.
19211
19212 * calc/calc-aent.el (calc-arg-values): Declare it.
19213
19214 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19215 Declare them.
19216
19217 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19218
19219 * calc/calc.el (calc-alg-map): Declare it.
19220
19221 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19222
19223 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19224
19225 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19226 (gdb-registers-buffer, toggle-gdb-all-registers):
19227 Toggle display of floating point registers.
19228 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19229
19230 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19231 (toggle-gud-tooltip-dereference):
19232 Rename from gud-toggle-tooltip-dereference.
19233
19234 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19235
19236 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19237
19238 2005-05-27 Jay Belanger <belanger@truman.edu>
19239
19240 * calc/calc-prog.el (calc-kbd-report): Remove.
19241 (calc-kbd-query): Rewrite.
19242
19243 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19244
19245 * image.el (image-library-alist): Move to image.c.
19246 (image-type-available-p): Doc fix.
19247
19248 2005-05-27 Lute Kamstra <lute@gnu.org>
19249
19250 * calc/calc.el (calc):
19251 * outline.el (outline-1, outline-2, outline-3, outline-4)
19252 (outline-5, outline-6, outline-7, outline-8):
19253 * textmodes/dns-mode.el (dns-mode):
19254 * textmodes/sgml-mode.el (sgml-namespace-face):
19255 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19256 (tex-verbatim-face, tex-use-reftex):
19257 * textmodes/texinfo.el (texinfo-heading-face):
19258 Specify customization group.
19259
19260 * longlines.el: Don't require easy-mmode.
19261 (longlines-visible-face): Specify customization group.
19262
19263 2005-05-27 Kenichi Handa <handa@m17n.org>
19264
19265 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19266 encoding table of windows-1251.
19267
19268 * international/ucs-tables.el (ucs-set-table-for-input):
19269 If translation-table-for-input of a coding system is a symbol, get
19270 its translation-table property.
19271
19272 * international/code-pages.el: Don't register a coding system into
19273 non-iso-charset-alist more than once.
19274 (cp-make-coding-system): Likewise.
19275
19276 2005-05-26 John Wiegley <johnw@newartisans.com>
19277
19278 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19279 `eshell-resume-eval' is wrapped in a list, it indicates that the
19280 command was run asynchronously. In that case, unwrap the value
19281 before checking the delimiter value.
19282
19283 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19284 character before a space at the end of a line is \, assume the space
19285 is part of the last argument rather than a final argument separator.
19286
19287 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19288 is in use, and the target is `t' or `nil' (which are the most common
19289 values), don't assume that the symbol target is a buffer.
19290
19291 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19292
19293 * calendar/calendar.el (calendar-mode-line-format):
19294 Use mode-line-highlight as mouse-face.
19295
19296 * time.el (display-time-string-forms, display-time-update):
19297 Use mode-line-highlight as mouse-face.
19298
19299 2005-05-26 Jay Belanger <belanger@truman.edu>
19300
19301 * calc/calc.el (calc-language-alist): Remove extra defvar.
19302
19303 2005-05-26 Lute Kamstra <lute@gnu.org>
19304
19305 * arc-mode.el (archive-mode):
19306 * bookmark.el (bookmark-read-annotation-mode)
19307 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19308 * bs.el (bs-mode):
19309 * calc/calc-yank.el (calc-edit-mode):
19310 * calc/calc.el (calc-mode, calc-trail-mode):
19311 * calculator.el (calculator-mode):
19312 * chistory.el (command-history-mode):
19313 * comint.el:
19314 * cus-edit.el (custom-mode):
19315 * descr-text.el (describe-text-mode):
19316 * ebuff-menu.el (Electric-buffer-menu-mode):
19317 * ediff-util.el (ediff-mode):
19318 * emacs-lisp/re-builder.el (reb-mode):
19319 * emulation/vi.el (vi-mode-setup):
19320 * emulation/ws-mode.el (wordstar-mode):
19321 * eshell/esh-mode.el (eshell-mode):
19322 * forms.el (forms-mode):
19323 * help-mode.el (help-mode):
19324 * hexl.el (hexl-mode):
19325 * ibuffer.el (ibuffer-mode):
19326 * ielm.el (inferior-emacs-lisp-mode):
19327 * info.el (Info-mode, Info-edit-mode):
19328 * international/swedish.el:
19329 * ledit.el (ledit-from-lisp-mode):
19330 * locate.el (locate-mode):
19331 * mail/rmail.el (rmail-mode):
19332 * mail/rmailedit.el (rmail-edit-mode):
19333 * mail/rmailsum.el (rmail-summary-mode):
19334 * mail/supercite.el (sc-electric-mode):
19335 * net/eudc.el (eudc-mode):
19336 * net/quickurl.el (quickurl-list-mode):
19337 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19338 * obsolete/ooutline.el (outline-mode):
19339 * obsolete/options.el (Edit-options-mode):
19340 * obsolete/rnews.el (news-mode):
19341 * obsolete/rnewspost.el (news-reply-mode):
19342 * play/5x5.el (5x5-mode):
19343 * play/decipher.el (decipher-mode, decipher-stats-mode):
19344 * play/gomoku.el (gomoku-mode):
19345 * play/snake.el (snake-mode):
19346 * play/solitaire.el (solitaire-mode):
19347 * play/tetris.el (tetris-mode):
19348 * progmodes/ada-mode.el (ada-mode):
19349 * progmodes/antlr-mode.el (antlr-mode):
19350 * progmodes/autoconf.el (autoconf-mode):
19351 * progmodes/dcl-mode.el (dcl-mode):
19352 * progmodes/delphi.el (delphi-mode):
19353 * progmodes/ebrowse.el (ebrowse-tree-mode)
19354 (ebrowse-electric-list-mode, ebrowse-member-mode)
19355 (ebrowse-electric-position-mode):
19356 * progmodes/f90.el (f90-mode):
19357 * progmodes/fortran.el (fortran-mode):
19358 * progmodes/icon.el (icon-mode):
19359 * progmodes/idlw-help.el (idlwave-help-mode):
19360 * progmodes/idlw-shell.el (idlwave-shell-mode):
19361 * progmodes/idlwave.el (idlwave-mode):
19362 * progmodes/inf-lisp.el (inferior-lisp-mode):
19363 * progmodes/m4-mode.el (m4-mode):
19364 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19365 * progmodes/modula2.el (modula-2-mode):
19366 * progmodes/octave-inf.el (inferior-octave-mode):
19367 * progmodes/octave-mod.el (octave-mode):
19368 * progmodes/pascal.el (pascal-mode):
19369 * progmodes/sh-script.el (sh-mode):
19370 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19371 * progmodes/vhdl-mode.el (vhdl-mode):
19372 * progmodes/xscheme.el (scheme-interaction-mode):
19373 * replace.el (occur-mode):
19374 * ses.el (ses-mode):
19375 * simple.el (completion-list-mode):
19376 * skeleton.el:
19377 * speedbar.el (speedbar-mode):
19378 * term.el (term-mode):
19379 * terminal.el (terminal-edit-mode):
19380 * textmodes/reftex-index.el (reftex-index-mode)
19381 (reftex-index-phrases-mode):
19382 * textmodes/reftex-sel.el (reftex-select-label-mode)
19383 (reftex-select-bib-mode):
19384 * textmodes/reftex-toc.el (reftex-toc-mode):
19385 * wdired.el (wdired-change-to-wdired-mode):
19386 * wid-browse.el (widget-browse-mode):
19387 Use run-mode-hooks.
19388
19389 * array.el (array-mode):
19390 * calendar/todo-mode.el (todo-mode):
19391 * man.el (Man-mode):
19392 * play/landmark.el (lm-mode):
19393 * play/mpuz.el (mpuz-mode):
19394 Use kill-all-local-variables and run-mode-hooks.
19395
19396 * subr.el (delay-mode-hooks): Specify indentation.
19397
19398 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19399
19400 * xml.el (xml-substitute-special): Don't die for undefined xml
19401 entities.
19402
19403 2005-05-26 Jay Belanger <belanger@truman.edu>
19404
19405 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19406 of nil.
19407
19408 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19409
19410 * progmodes/gdb-ui.el (gdb-frame-address):
19411 Rename from gdb-current-address.
19412 (gdb-previous-frame-address): Rename from gdb-previous-address.
19413 (gdb-selected-frame): Rename from gdb-current-frame.
19414 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19415 (gdb-frame-number): Rename from gdb-current-stack-level.
19416 (gdb-ann3): Match new mode-name for disassembly buffer.
19417 Extend initialization of variables.
19418 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19419 (gdb-memory-mode): Use mouse-face in header line.
19420 (gdb-assembler-buffer-name): Call it disassembly and give frame
19421 in mode line.
19422 (gdb-source-spec-regexp, gdb-assembler-custom)
19423 (gdb-invalidate-assembler, gdb-frame-handler):
19424 Make robust to leading zeroes in address format.
19425
19426 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19427
19428 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19429 define `org-mode'.
19430 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19431
19432 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19433
19434 * log-edit.el (log-edit-changelog-entries): Distinguish between
19435 filenames like xfns.c and fns.c.
19436
19437 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19438
19439 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19440 point after reverting.
19441 (Buffer-menu-make-sort-button): Handle the case where
19442 `Buffer-menu-use-header-line' is nil.
19443
19444 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19445
19446 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19447 New funcs. In minibuffer-local-completion-map bind `]', `/'
19448 and `:' to them.
19449
19450 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19451
19452 * startup.el (normal-top-level): Allow modification of load-path while
19453 we're iterating over it.
19454
19455 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19456
19457 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19458 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19459 (thumbs-resize-interactive, thumbs-insert-image)
19460 (thumbs-insert-thumb, thumbs-dired-show-marked)
19461 (thumbs-find-image-at-point, thumbs-delete-images)
19462 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19463 (thumbs-increment-image-size, thumbs-decrement-image-size):
19464 Fix typos in docstrings.
19465
19466 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19467
19468 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19469 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19470 (cperl-mode): Use them.
19471
19472 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19473
19474 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19475 Doc fixes.
19476
19477 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19478
19479 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19480 Bind C-d to gdb-inferior-io-eof.
19481
19482 * dired.el (dired-dnd-popup-notice): Use message-box.
19483
19484 2005-05-23 Masatake YAMATO <jet@gyve.org>
19485
19486 * bindings.el (mode-line-major-mode-keymap):
19487 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19488
19489 * faces.el (mode-line-highlight): New face.
19490
19491 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19492 as mouse-face.
19493
19494 * bindings.el (top-level, help-echo, mode-line-modified)
19495 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19496 as mouse-face.
19497
19498 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19499
19500 * progmodes/cc-engine.el (c-guess-basic-syntax):
19501 Remove spurious call to `zerop'.
19502
19503 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19504
19505 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19506
19507 CC Mode update to 5.30.10:
19508
19509 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19510 could go past the limit in decoration level 2, thereby causing
19511 errors during interactive fontification.
19512
19513 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19514 the file is evaluated interactively.
19515
19516 * cc-engine.el (c-guess-basic-syntax): Handle operator
19517 declarations somewhat better in C++.
19518
19519 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19520 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19521 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19522 (awk-mode): Use it.
19523 (make-local-hook): Suppress warning about obsoleteness.
19524
19525 * cc-engine.el, cc-align.el, cc-cmds.el
19526 (c-append-backslashes-forward, c-delete-backslashes-forward)
19527 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19528 Compensate for return value from `forward-line' when it has moved
19529 but not to a different line due to eob.
19530
19531 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19532 `objc-method-intro' and `objc-method-args-cont'.
19533
19534 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19535
19536 CC Mode update to 5.30.10:
19537
19538 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19539 in the copyright statement. Incidentally, change "along with GNU
19540 Emacs" to "along with this program" where it occurs.
19541
19542 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19543 so that it is interactive, hence can be found by M-x awk-mode
19544 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19545 <gmorris+emacs@ast.cam.ac.uk>.
19546
19547 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19548 Mode's regexps.
19549
19550 2005-05-23 Kevin Ryde <user42@zip.com.au>
19551
19552 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19553 c-parse-state, to avoid a lisp error (on bad code).
19554
19555 2005-05-23 Lute Kamstra <lute@gnu.org>
19556
19557 * subr.el (font-lock-defaults): Remove defvar as it's already
19558 defined in font-core.el.
19559
19560 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19561
19562 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19563
19564 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19565 more general and work when GDB variable "print pretty" is on,
19566 as with Emacs, for example.
19567
19568 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19569
19570 * font-core.el: Update comment.
19571
19572 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19573 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19574
19575 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19576
19577 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19578
19579 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19580 and `yank-handler' in the doc strings.
19581
19582 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19583
19584 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19585
19586 2005-05-22 Richard M. Stallman <rms@gnu.org>
19587
19588 * help.el (describe-key): Move print-help-return-message call
19589 out of conditional.
19590
19591 * progmodes/etags.el (list-tags): Use with-no-warnings.
19592
19593 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19594 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19595 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19596
19597 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19598
19599 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19600 Add defvar.
19601
19602 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19603 Use defvar, not defconst.
19604
19605 * hexl.el (hexl-follow-line): Use with-no-warnings.
19606
19607 * emulation/tpu-extras.el: Use write-file-functions instead of
19608 write-file-hooks.
19609
19610 * dired.el (dired-font-lock-keywords): Fontify files with junk
19611 extensions even if marked by -F.
19612
19613 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19614
19615 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19616 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19617 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19618 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19619 (concatenate, list-length, get*, getf, cl-remprop):
19620 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19621 (etypecase, progv, lexical-let, lexical-let*)
19622 (multiple-value-bind, multiple-value-setq, shiftf):
19623 Improve argument/docstring consistency.
19624
19625 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19626
19627 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19628
19629 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19630 doesn't exist.
19631
19632 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19633 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19634
19635 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19636
19637 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19638 already deleted variables: auto-fill-hook, blink-paren-hook,
19639 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19640 suspend-hooks, comment-indent-hook, meta-flag,
19641 before-change-function, after-change-function,
19642 font-lock-doc-string-face.
19643
19644 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19645
19646 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19647
19648 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19649
19650 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19651 rmail-dont-reply-to.
19652
19653 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19654
19655 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19656 literal blank when splitting new-header-values.
19657
19658 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19659
19660 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19661 string so that tmm doesn't create a completion entry for it.
19662
19663 * textmodes/table.el (table-disable-menu): Ditto.
19664
19665 2005-05-21 Richard M. Stallman <rms@gnu.org>
19666
19667 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19668
19669 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19670
19671 * net/rcompile.el (remote-compile): Use compilation-start.
19672
19673 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19674
19675 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19676
19677 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19678 Default to makefile-bsdmake-mode on BSD systems.
19679
19680 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19681 REGEXP may also be a search function now. The part of doc-string
19682 for describing the structure was 95% identical to that of
19683 `imenu--generic-function'. Unify it there.
19684
19685 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19686 Use function to find dependencies, because regexp alone is so complex,
19687 it easily goes into an endless loop.
19688 (makefile-makepp-mode): Also add submenu for Perl functions
19689 defined in the makefile.
19690 (makefile-bsdmake-mode): Special imenu-generic-expression no
19691 longer needed, due to function call.
19692 (makefile-match-dependency): Take BOUND into account when checking
19693 if we're through.
19694
19695 2005-05-20 Jay Belanger <belanger@truman.edu>
19696
19697 * calc/calc-units.el (calc-invalidate-units-table):
19698 Use inhibit-read-only.
19699 (math-build-units-table-buffer): Use view-mode.
19700
19701 2005-05-20 David Kastrup <dak@gnu.org>
19702
19703 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19704 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19705
19706 2005-05-20 Lute Kamstra <lute@gnu.org>
19707
19708 * diff-mode.el (diff-header-face, diff-file-header-face)
19709 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19710 (diff-added-face, diff-changed-face, diff-function-face)
19711 (diff-context-face, diff-nonexistent-face): Put them in the
19712 diff-mode customization group.
19713
19714 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19715
19716 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19717
19718 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19719
19720 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19721 Minor regexp-optimization.
19722
19723 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19724
19725 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19726 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19727 (org-agenda-add-time-grid-maybe): New function.
19728 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19729 (org-table-create): `dotimes' instead of `mapcar'.
19730 (org-xor): Simplify implementation.
19731 (org-agenda): `inhibit-redisplay' turned on.
19732 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19733 a consistent line after a state change.
19734 (org-agenda-remove-times-when-in-prefix): New option.
19735 (org-prefix-has-time): New variable.
19736 (org-parse-time-string): Optional argument NODEFAULT.
19737 (org-format-agenda-item): Parse items for time-of-day
19738 specifications and move these into the prefix if possible.
19739 (org-agenda-priority): Get current heading, not previous heading
19740 during agenda remote editing.
19741
19742 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19743
19744 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19745 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19746 (remove-duplicates, delete-duplicates, substitute)
19747 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19748 (nsubstitute-if-not, find, find-if, find-if-not, position)
19749 (position-if, position-if-not, count, count-if, count-if-not)
19750 (mismatch, search, sort*, stable-sort, merge, member*)
19751 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19752 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19753 (intersection, nintersection, set-difference, nset-difference)
19754 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19755 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19756 (nsublis, tree-equal): Improve argument/docstring consistency.
19757
19758 * subr.el (send-string, send-region): Remove obsolescence declaration.
19759 (window-dot, set-window-dot, read-input, show-buffer)
19760 (eval-current-buffer, string-to-int):
19761 Add release number to obsolescence declarations.
19762
19763 2005-05-19 Kim F. Storm <storm@cua.dk>
19764
19765 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19766 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19767
19768 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19769
19770 * faces.el (list-faces-display): Make back button respect optional
19771 regexp arg.
19772
19773 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19774
19775 * calculator.el (calculator-radix-grouping-mode)
19776 (calculator-radix-grouping-digits, calculator-displayer)
19777 (calculator-radix-grouping-separator, calculator-copy-displayer):
19778 * dabbrev.el (dabbrev-search-these-buffers-only):
19779 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19780 (diff-advance-after-apply-hunk, diff-mode-hook)
19781 (diff-minor-mode-prefix):
19782 * imenu.el (imenu-use-popup-menu):
19783 * jit-lock.el (jit-lock-context-time):
19784 * newcomment.el (comment-fill-column, comment-column)
19785 (comment-style, comment-padding, comment-multi-line)
19786 (comment-empty-lines, comment-auto-fill-only-comments):
19787 * reveal.el (reveal-around-mark):
19788 * uniquify.el (uniquify-buffer-name-style)
19789 (uniquify-after-kill-buffer-p)
19790 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19791 (uniquify-min-dir-content, uniquify-separator)
19792 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19793 * w32-vars.el (w32-fixed-font-alist):
19794 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19795 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19796 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19797 * progmodes/perl-mode.el (perl-indent-level)
19798 (perl-continued-statement-offset, perl-continued-brace-offset)
19799 (perl-brace-offset, perl-brace-imaginary-offset)
19800 (perl-label-offset, perl-indent-continued-arguments)
19801 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19802 * progmodes/tcl.el (tcl-indent-level)
19803 (tcl-continued-indent-level, tcl-auto-newline)
19804 (tcl-tab-always-indent, tcl-electric-hash-style)
19805 (tcl-help-directory-list, tcl-use-smart-word-finder)
19806 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19807 (inferior-tcl-source-command):
19808 * textmodes/fill.el (enable-kinsoku):
19809 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19810 * textmodes/table.el (table-yank-handler):
19811 Specify missing group (and type, if simple) in defcustom.
19812
19813 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
19814
19815 * progmodes/compile.el (compilation-finish-function): Fix defvar.
19816
19817 2005-05-19 Richard M. Stallman <rms@gnu.org>
19818
19819 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19820
19821 * subr.el (event-basic-type): Don't get an error.
19822 (left-fringe-p): Function deleted.
19823
19824 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19825 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19826
19827 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19828 in recursive copy.
19829
19830 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19831
19832 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19833
19834 * emacs-lisp/bytecomp.el
19835 (byte-compile-file-form-custom-declare-variable):
19836 Call byte-compile-nogroup-warn if appropriate.
19837
19838 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19839 (compilation-set-window): Don't call left-fringe-p; do it directly.
19840
19841 2005-05-19 Jay Belanger <belanger@truman.edu>
19842
19843 * calc/calc-graph.el (calc-graph-format-data): Make sure
19844 var-PlotRejects is bound before trying to check its value.
19845
19846 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
19847
19848 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19849 definition of this variable from reftex-global.el to reftex.el,
19850 because it is needed in the menu.
19851
19852 2005-05-19 Lute Kamstra <lute@gnu.org>
19853
19854 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19855 years are fixed. Don't insert a space after a dash.
19856
19857 2005-05-19 Kim F. Storm <storm@cua.dk>
19858
19859 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19860
19861 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
19862
19863 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19864 strings, because (eq ... ?\\) is fairly frequent.
19865
19866 * progmodes/make-mode.el (makefile-add-this-line-targets):
19867 Simplify and integrate into `makefile-pickup-targets'.
19868 (makefile-add-this-line-macro): Simplify and integrate into
19869 `makefile-pickup-macros.
19870 (makefile-pickup-filenames-as-targets): Simplify.
19871 (makefile-previous-dependency, makefile-match-dependency):
19872 Don't stumble over `::'.
19873
19874 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
19875
19876 * subr.el (post-command-idle-hook, post-command-idle-delay):
19877 Remove obsoletion of post-command-idle-hook and
19878 post-command-idle-delay.
19879
19880 * faces.el (list-faces-display): Provide button when describe-face
19881 is called to take user back to the list of faces.
19882
19883 * help-fns.el (describe-variable): Remove hyperlinks in a
19884 variable's value as these are quite frequently inappropriate.
19885
19886 * follow.el (follow-submit-feedback, follow-mode):
19887 Remove references to post-command-idle-hook.
19888
19889 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
19890
19891 * progmodes/make-mode.el (makefile-previous-dependency)
19892 (makefile-match-dependency): Check for := (and in bsd mode also
19893 !=) to give a better result, even when font-lock is not on.
19894
19895 2005-05-18 Jay Belanger <belanger@truman.edu>
19896
19897 * calc/calc-help.el (calc-s-prefix-help):
19898 Add `calc-copy-special-constant' to help string.
19899
19900 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
19901
19902 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19903
19904 2005-05-18 Jay Belanger <belanger@truman.edu>
19905
19906 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19907 in linear factors are in proper order.
19908
19909 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
19910
19911 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19912 Support for jurabib.
19913
19914 * textmodes/reftex.el (featurep): Define aliases for overlay
19915 commands, for XEmacs compatibility, and use these aliases in
19916 overlay initializations.
19917 (reftex-highlight): Use `reftex-move-overlay'.
19918 (reftex-unhighlight): Use `reftex-delete-overlay'.
19919 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
19920 (reftex-access-search-path): Use `reftex-uniquify' instead of
19921 `reftex-uniq'
19922
19923 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19924 `before-string' property modification enables for Emacs as well.
19925 (reftex-select-item): Use `reftex-delete-overlay'.
19926 (reftex-select-mark): Use `reftex-make-overlay' and
19927 `reftex-overlay-put'.
19928 (reftex-select-unmark): Use `reftex-delete-overlay' and
19929 `reftex-overlay-put'.
19930
19931 2005-05-18 Lute Kamstra <lute@gnu.org>
19932
19933 * emacs-lisp/lisp.el (check-parens): Fix docstring.
19934
19935 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
19936
19937 * add-log.el (add-change-log-entry):
19938 * array.el (array-make-template, array-reconfigure-rows)
19939 (array-init-max-row, array-init-max-column)
19940 (array-init-columns-per-line, array-init-field-width):
19941 * replace.el (replace-match-maybe-edit, perform-replace):
19942 * textmodes/spell.el (spell-region):
19943 Replace `read-input' by `read-string'.
19944
19945 * forms.el (forms-mode):
19946 * finder.el (finder-compile-keywords):
19947 * shadowfile.el (shadow-read-files):
19948 Replace `eval-current-buffer' by `eval-buffer'.
19949
19950 * terminal.el (te-pass-through):
19951 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19952 (ange-ftp-raw-send-cmd):
19953 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19954 (send-process-next-char, telnet-initial-filter, telnet):
19955 Replace `send-string' by `process-send-string'.
19956
19957 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19958 (prolog-consult-region): Replace `send-string' by
19959 `process-send-string'; replace `send-region' by `process-send-region'.
19960
19961 * progmodes/delphi.el (delphi-log-msg):
19962 Replace `set-window-dot' by `set-window-point'.
19963
19964 * subr.el (window-dot, set-window-dot, read-input, send-string)
19965 (send-region, show-buffer, eval-current-buffer):
19966 Make really obsolete, as the comment says.
19967
19968 2005-05-17 Kim F. Storm <storm@cua.dk>
19969
19970 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19971 (cua--init-keymaps): Bind C-return instead of S-return to set
19972 rectangle mark.
19973
19974 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19975 instead of S-return to toggle/clear rectangle mark.
19976
19977 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
19978
19979 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19980 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19981 Also fontify plain strings assigned to variables, mostly so that a
19982 colon has a face and is thus not taken as a dependency separator.
19983 (makefile-previous-dependency): Inline the new matcher, because it
19984 is too complex to work in both directions.
19985 (makefile-match-dependency): Eliminate `backward' arg (see above).
19986 Completely reimplemented so as to not sometimes go into an endless
19987 loop. It should also be more efficient, because first it only
19988 searches for `:', instead of applying the very complex regexp.
19989 (makefile-mode): Cancel `font-lock-support-mode', because blocks
19990 to be fontified in one piece can be too long for JIT.
19991 Makefiles are never *that* big.
19992
19993 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
19994
19995 * dired.el (dired-mode): Simplify.
19996
19997 2005-05-17 Lute Kamstra <lute@gnu.org>
19998
19999 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20000 defcustom for the mode hook variable.
20001
20002 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20003 Emacs Lisp Reference Manual.
20004
20005 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20006
20007 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20008 (evenp, list*):
20009 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20010 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20011
20012 * net/tramp-smb.el (tramp-smb-open-connection):
20013 Pass `tramp-chunksize' as fifth (required) argument.
20014
20015 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20016
20017 * font-lock.el (lisp-font-lock-keywords-1):
20018 Set `font-lock-negation-char-face' for [^...] char group.
20019 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20020
20021 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20022 a var, and refine it to mask one more level of nested vars.
20023 (makefile-rule-action-regex): Turn it into a var, and refine it so
20024 it recognizes backslashed continuation lines as belonging to the
20025 same command.
20026 (makefile-macroassign-regex): Refine it so it recognizes
20027 backslashed continuation lines as belonging to the same command.
20028 (makefile-var-use-regex): Don't look at the next char, because it
20029 might be the same one to be skipped by the initial [^$], leading
20030 to an overlooked variable use.
20031 (makefile-make-font-lock-keywords): Remove two parameters, which
20032 are now variables that some of the modes set locally.
20033 Handle dependency and rule action matching through functions, because
20034 regexps alone match too often. Dependency matching now comes
20035 last, so it can check, whether a colon already matched something else.
20036 (makefile-mode): Inform that font-lock improves makefile parsing
20037 capabilities.
20038 (makefile-match-dependency, makefile-match-action): New functions.
20039
20040 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20041
20042 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20043
20044 * align.el (align-regexp):
20045 * ansi-color.el (ansi-color-get-face):
20046 * array.el (array-reconfigure-rows, array-init-max-row)
20047 (array-init-max-column, array-init-columns-per-line)
20048 (array-init-field-width):
20049 * dired-aux.el (dired-trample-file-versions):
20050 * dired-x.el (dired-mark-sexp):
20051 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20052 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20053 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20054 * faces.el (face-read-integer):
20055 * files.el (backup-extract-version, insert-directory):
20056 * hexl.el (hexl-insert-decimal-char):
20057 * server.el (server-process-filter):
20058 * shell.el (shell-extract-num):
20059 * startup.el (command-line-1):
20060 * term.el (term-command-hook):
20061 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20062 (time-stamp-do-number):
20063 * time.el (display-time-update):
20064 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20065 (timezone-fix-time):
20066 * vms-patch.el (vms-suspend-resume-hook):
20067 * calendar/appt.el (appt-convert-time):
20068 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20069 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20070 * calendar/cal-islam.el (mark-islamic-diary-entries):
20071 * calendar/calendar.el (calendar-cursor-to-date)
20072 (calendar-star-date):
20073 * calendar/diary-lib.el (diary-attrtype-convert)
20074 (mark-diary-entries, diary-entry-time):
20075 * calendar/solar.el (solar-get-number):
20076 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20077 * emacs-lisp/re-builder.el (reb-display-subexp):
20078 * emulation/edt.el (edt-set-scroll-margins):
20079 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20080 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20081 (vip-get-ex-count):
20082 * emulation/viper-ex.el (viper-get-ex-token)
20083 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20084 * international/fontset.el (fontset-plain-name):
20085 * mail/feedmail.el (feedmail-look-at-queue-directory):
20086 * mail/mailalias.el (mail-get-names):
20087 * mail/rmail.el (rmail-convert-to-babyl-format):
20088 * mail/rmailsum.el (rmail-make-basic-summary-line)
20089 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20090 (rmail-summary-goto-msg):
20091 * mail/smtpmail.el (smtpmail-read-response):
20092 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20093 (ange-ftp-vms-add-file-entry):
20094 * play/gametree.el (gametree-looking-at-ply)
20095 (gametree-current-branch-score):
20096 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20097 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20098 * progmodes/cperl-mode.el (condition-case):
20099 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20100 (ebrowse-set-member-buffer-column-width)
20101 (ebrowse-select-1st-to-9nth):
20102 * progmodes/etags.el (etags-snarf-tag):
20103 * progmodes/flymake.el (flymake-parse-line):
20104 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20105 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20106 (idlwave-shell-menu-def):
20107 * progmodes/ps-mode.el (ps-run-goto-error):
20108 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20109 (vhdl-speedbar-contract-level):
20110 * term/mac-win.el (x-handle-numeric-switch):
20111 * term/sun-mouse.el (sun-get-frame-data):
20112 * term/w32-win.el (x-handle-numeric-switch):
20113 * term/x-win.el (x-handle-numeric-switch):
20114 * textmodes/ispell.el (ispell-parse-output):
20115 * textmodes/nroff-mode.el (nroff-outline-level):
20116 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20117 (reftex-bib-sort-year-reverse, reftex-format-citation):
20118 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20119 (reftex-section-number):
20120 * textmodes/texinfmt.el (texinfo-paragraphindent):
20121 Replace `string-to-int' by `string-to-number'.
20122
20123 * international/latexenc.el: Add page marker to force the "Local
20124 Variables:" string out of the last page.
20125
20126 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20127
20128 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20129 tooltip-change-major-mode.
20130 (gud-tooltip-print-command): Remove case where gud-minor-mode
20131 is gdb ("--fullname").
20132 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20133 explain to user.
20134
20135 2005-05-16 Jay Belanger <belanger@truman.edu>
20136
20137 * calc/calc-store.el (calc-copy-special-constant): New function.
20138
20139 * calc/calc-ext.el (calc-init-extensions): Add binding for
20140 `calc-copy-special-constant'.
20141
20142 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20143 for the `calc-copy-special-constant' command.
20144
20145 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20146
20147 * subr.el (left-fringe-p): New function.
20148
20149 * progmodes/compile.el (compilation-setup): Set local value of
20150 overlay-arrow-string to "" always.
20151 (compilation-set-window): Left fringe then don't scroll.
20152 No left fringe then no arrow and scroll message to top.
20153 (compilation-context-lines): Adjust doc string accordingly.
20154
20155 2005-05-16 Kim F. Storm <storm@cua.dk>
20156
20157 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20158 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20159 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20160 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20161 (ido-read-file-name): Handle commands with ido property value
20162 equal to find-file as reading a file name, to allow C-d to enter dired.
20163 (ibuffer-find-file): Add ido property with value find-file.
20164
20165 2005-05-15 Kim F. Storm <storm@cua.dk>
20166
20167 * subr.el (open-network-stream-nowait): Remove.
20168 (open-network-stream-server): Remove.
20169
20170 2005-05-15 Richard M. Stallman <rms@gnu.org>
20171
20172 * faces.el (describe-face): Output a definition link button.
20173
20174 * help-mode.el (help-face-def): New button type.
20175
20176 * emacs-lisp/copyright.el (copyright-fix-years):
20177 Match properly if the first year is 2-digit.
20178 Don't mess up the whitespace after the years by filling.
20179
20180 * dired-aux.el (dired-mark-confirm):
20181 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20182
20183 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20184 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20185 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20186
20187 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20188 Set font-lock-comment-start-skip.
20189
20190 * font-lock.el (font-lock-comment-start-skip): New variable.
20191 (font-lock-comment-end-skip): New variable.
20192 (font-lock-fontify-syntactically-region): Use them if non-nil.
20193
20194 2005-05-15 Jay Belanger <belanger@truman.edu>
20195
20196 * calc/calc-store.el (calc-store-value): Return a string rather
20197 than display it as a message.
20198 Use calc-var-name for variable name.
20199 (calc-store-into): Add the result of calc-store-value to message.
20200 (calc-copy-variable): Add a message.
20201 (calc-store-exchange): Improve error messages.
20202 (calc-store-binary, calc-store-map): Don't reset the values of
20203 special constants.
20204
20205 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20206
20207 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20208 manual to docstring.
20209
20210 * files.el (hack-local-variables-confirm): Add STRING argument.
20211 Make the function handle non file visiting buffers correctly.
20212 (hack-local-variables-prop-line, hack-local-variables)
20213 (hack-one-local-variable): Use STRING arg of
20214 `hack-local-variables-confirm'.
20215
20216 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20217
20218 Sync with Tramp 2.0.49.
20219
20220 * net/tramp.el (tramp-handle-dired-call-process)
20221 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20222 because the contents of the Tramp buffer is changed before
20223 insertion (`expand-file' and alike).
20224 (tramp-handle-insert-directory): If `localname' has an empty
20225 nondirectory name, it must not be quoted.
20226 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20227 variable `tramp-chunksize'. Change callees.
20228 (tramp-open-connection-setup-interactive-shell): Check remote host
20229 for buggy `send-process-string' implementation.
20230 Set `tramp-chunksize' if found. Reported by Michael Kifer
20231 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20232 (tramp-handle-shell-command): `insert-buffer' cannot be used
20233 because the contents of the Tramp buffer is changed before
20234 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20235 <frederic.bothamy@free.fr>.
20236 (tramp-set-auto-save): Actions should be done for Tramp file name
20237 handler only. Ange-FTP has its own auto-save mechanism.
20238 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20239 (tramp-set-auto-save-file-modes): Set file modes of
20240 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20241 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20242 (tramp-bug): Remove obsolete variable.
20243 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20244 for presence of `mml-mode'. Make it running for older Emacsen as well.
20245
20246 2005-05-14 John Paul Wallington <jpw@pobox.com>
20247
20248 * ibuf-ext.el (define-ibuffer-filter filename):
20249 If `dired-directory' is a list, use its car.
20250
20251 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20252
20253 * ibuffer.el (define-ibuffer-column filename):
20254 If `dired-directory' is a list, use its car.
20255
20256 2005-05-14 Richard M. Stallman <rms@gnu.org>
20257
20258 * subr.el (symbol-file): Doc fix.
20259
20260 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20261 (byte-compile-form): Call byte-compile-nogroup-warn.
20262 (byte-compile-warning-types): Doc fix.
20263
20264 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20265
20266 * progmodes/cc-engine.el (c-literal-faces):
20267 Add font-lock-comment-delimiter-face.
20268
20269 * net/net-utils.el (dig): Use with-no-warnings.
20270
20271 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20272 (sc-recite-frame-alist, sc-default-cite-frame)
20273 (sc-default-uncite-frame, sc-default-recite-frame)
20274 (sc-attrib-selection-list, sc-rewrite-header-list):
20275 Mark as risky-local-variable.
20276
20277 * international/ogonek.el (ogonek-jak, ogonek-how):
20278 Don't use beginning-of-buffer.
20279
20280 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20281
20282 * calendar/solar.el (solar-data-list): Move definition up.
20283
20284 * dnd.el (dnd-protocol-alist): Add autoload.
20285
20286 * progmodes/sh-script.el: Many doc usage fixes.
20287 (sh-indent-after-do): Change default to match common styles.
20288
20289 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20290
20291 * files.el (interpreter-mode-alist)
20292 (auto-mode-interpreter-regexp): Doc fixes.
20293
20294 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20295
20296 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20297
20298 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20299
20300 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20301
20302 * dired.el (dired-mode): make-variable-buffer-local =>
20303 make-local-variable.
20304
20305 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20306
20307 * term/mac-win.el (mac-select-convert-to-string): Try coding
20308 systems in mac-script-code-coding-systems if specified one cannot
20309 encode string for `com.apple.traditional-mac-plain-text'.
20310
20311 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20312
20313 * progmodes/make-mode.el (makefile-targets-face)
20314 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20315 (makefile-dependency-regex): Fix it to not make the colon in
20316 $(var:a=b) special.
20317 (makefile-rule-action-regex): New regexp for highlighting embedded
20318 Shell strings.
20319 (makefile-macroassign-regex): Handle != for highlighting as
20320 embedded Shell strings.
20321 (makefile-var-use-regex): New const.
20322 (makefile-statements, makefile-automake-statements)
20323 (makefile-gmake-statements, makefile-makepp-statements)
20324 (makefile-bsdmake-statements): New consts.
20325 (makefile-make-font-lock-keywords): New function.
20326 (makefile-automake-font-lock-keywords)
20327 (makefile-gmake-font-lock-keywords)
20328 (makefile-makepp-font-lock-keywords)
20329 (makefile-bsdmake-font-lock-keywords): New consts.
20330 (makefile-mode-map): Add switchers between the various submodes.
20331 (makefile-mode): Document the availability of the variants.
20332 (makefile-automake-mode, makefile-gmake-mode)
20333 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20334
20335 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20336 new variants of makefile-mode.
20337
20338 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20339
20340 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20341 the inheritance.
20342
20343 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20344
20345 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20346 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20347
20348 * files.el (normal-mode): Extend the scope of the
20349 `enable-local-variables' binding to include the `set-auto-mode' call.
20350 (magic-mode-alist): Doc fix.
20351
20352 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20353
20354 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20355 font-lock-comment-face rather than copying its setting.
20356
20357 2005-05-12 Andreas Schwab <schwab@suse.de>
20358
20359 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20360
20361 2005-05-12 Lute Kamstra <lute@gnu.org>
20362
20363 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20364 defcustom for the mode hook variable. Delete the last argument.
20365 * generic-x.el: Fix callers of define-generic-mode.
20366 (generic-x-modes): Delete group.
20367 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20368 generic-x customization group.
20369
20370 2005-05-12 Kim F. Storm <storm@cua.dk>
20371
20372 * font-lock.el (font-lock-negation-char-face): Default to "off".
20373
20374 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20375 font-lock-negation-char-face to ! in !=.
20376
20377 2005-05-12 Masatake YAMATO <jet@gyve.org>
20378
20379 * add-log.el (find-change-log): Fix typos in the docstring
20380 of function.
20381
20382 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20383
20384 * international/latexenc.el (latexenc-find-file-coding-system):
20385 Avoid `re-search-forward' when looking for input encoding because
20386 of speed and safety. Better regular expressions for recognizing
20387 input encoding. Limit a search for TeX-master/tex-main-file to
20388 the local variable section.
20389
20390 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20391
20392 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20393 syntax of $ to "'" (quote).
20394
20395 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20396
20397 * dnd.el (dnd-protocol-alist): Improve custom type.
20398
20399 * dired.el (dired-dnd-protocol-alist): New variable.
20400 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20401 `dired-mode-hook' to the end.
20402
20403 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20404
20405 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20406 comment-end if comment-start-skip is not set.
20407 Obey the font-lock-comment-delimiter-face variables.
20408
20409 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20410
20411 * files.el (executable-find): Move from executable.el. Use
20412 locate-file.
20413 * progmodes/executable.el (executable-find): Move to files.el.
20414
20415 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20416 when trying to ensure forward progress.
20417
20418 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20419
20420 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20421 (mouse-select, mouse-select-internal, mouse-extend-internal):
20422 Use it to implement mouse-1-click-follows-link functionality.
20423
20424 2005-05-11 Richard M. Stallman <rms@gnu.org>
20425
20426 * font-lock.el (font-lock-fontify-syntactically-region):
20427 Use font-lock-comment-delimiter-face for comment delimiters.
20428
20429 2005-05-10 Jay Belanger <belanger@truman.edu>
20430
20431 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20432 preserving embedded modes.
20433
20434 2005-05-10 Richard M. Stallman <rms@gnu.org>
20435
20436 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20437
20438 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20439 Move from ada-stmt.el.
20440 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20441
20442 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20443 Move to ada-mode.el.
20444 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20445
20446 * cus-edit.el (custom-file): Call file-chase-links.
20447
20448 * files.el (read-directory-name): Fix previous change.
20449 (hack-local-variables-confirm): New function.
20450 (hack-local-variables-prop-line, hack-local-variables)
20451 (hack-one-local-variable): Use it.
20452
20453 2005-05-10 Lute Kamstra <lute@gnu.org>
20454
20455 * font-lock.el (font-lock-keywords-alist)
20456 (font-lock-removed-keywords-alist): Clarify docstrings.
20457
20458 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20459
20460 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20461 (gdb-source-info): Check for preprocessor info.
20462 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20463 a macro for a function.
20464 (gdb-info-breakpoints-custom): Try to find file again if not already
20465 found (user might have used GDB dir command).
20466 (gdb-get-location): Update gdb-location-alist correctly for change
20467 to gdb-info-breakpoints-custom.
20468
20469 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20470 (gud-tooltip-print-command): Add gdbmi case.
20471 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20472 preprocessor info.
20473
20474 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20475
20476 * startup.el (fancy-splash-insert): Fix typo in doc string.
20477
20478 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20479
20480 * obsolete/float.el (string-to-float):
20481 * obsolete/hilit19.el (hilit-add-pattern):
20482 * obsolete/rnews.el (news-parse-range, news-select-message)
20483 (news-get-pruned-list-of-files): Replace `string-to-int' by
20484 `string-to-number'.
20485
20486 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20487 `find-file-not-found-hooks'; use `add-hook'.
20488 (uncompress-while-visiting): Set `write-file-functions', not
20489 `write-file-hooks'; use `add-hook'.
20490
20491 2005-05-09 Kim F. Storm <storm@cua.dk>
20492
20493 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20494 (cua-paste): Handle clipboard action.
20495 (cua--init-keymaps): Remap clipboard-kill-region and
20496 clipboard-kill-ring-save.
20497
20498 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20499
20500 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20501 Improve commentary.
20502
20503 * simple.el (next-error-overlay-arrow-position): Revert the change
20504 made on 2005-04-30.
20505
20506 2005-05-07 Jay Belanger <belanger@truman.edu>
20507
20508 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20509 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20510 `calc-sel-reselect'.
20511
20512 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20513 Calc is in embedded mode.
20514
20515 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20516
20517 * progmodes/compile.el (compilation-setup):
20518 Set overlay-arrow-string to an empty string on text terminals.
20519
20520 * textmodes/ispell.el (ispell-program-name): Try looking for
20521 "aspell" along exec-path, and if found, use it as the default
20522 speller program.
20523
20524 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20525
20526 * international/mule.el (sgml-xml-auto-coding-function):
20527 Recognize encoding='FOO' in single quotes as well as in double quotes.
20528
20529 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20530
20531 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20532 as well as `interactive', so that defmacro* would recognize
20533 `declare' forms.
20534
20535 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20536
20537 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20538 Explain more about the LIGHTER arg's usage in the doc string.
20539 Add commentary to clarify what the code does. Fix the regexp that
20540 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20541 since it could have characters special to regular expressions.
20542
20543 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20544
20545 * replace.el (occur-1): Bind inhibit-read-only so that
20546 erase-buffer doesn't barf on read-only text properties (likewise
20547 for add-text-properties in occur-engine). Mark buffer as unmodified.
20548 (occur-engine): Don't set buffer-read-only here.
20549
20550 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20551
20552 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20553 list-buffers-directory. This caused the *cvs-commit* buffer to be
20554 sometimes mistakenly reused as a *cvs* buffer.
20555
20556 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20557
20558 * tooltip.el: Move code for GUD tooltips into gud.el.
20559 (require): CL no longer needed to compile case.
20560 (tooltip-mode): Do not toggle functions for GUD tooltips.
20561 (tooltip-gud-tips-p): Remove. Replace with minor mode
20562 gud-tooltip-mode in gud.el.
20563 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20564 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20565 tooltip-gud prefix with gud-tooltip and obsolete.
20566 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20567 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20568 (tooltip-mouse-motion): Mouse movement functions/variable.
20569 Rename in gud.el by adding gud prefix.
20570 (tooltip-gud-original-filter, tooltip-gud-dereference)
20571 (tooltip-gud-event, tooltip-toggle-gud-tips)
20572 (tooltip-gud-process-output, tooltip-gud-print-command)
20573 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20574 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20575 (gdb-tooltip-print): Move to gdb-ui.el.
20576
20577 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20578 (require): CL needed to compile case.
20579 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20580 tooltip-gud-tips-p. Make it a minor-mode.
20581 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20582 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20583 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20584 (gud-tooltip-change-major-mode)
20585 (gud-tooltip-activate-mouse-motions-if-enabled)
20586 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20587 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20588 (gud-tooltip-original-filter, gud-tooltip-dereference)
20589 (gud-tooltip-event, tooltip-toggle-gud-tips)
20590 (gud-tooltip-process-output, gud-tooltip-print-command)
20591 (gud-tooltip-tips): Move from tooltip.el.
20592
20593 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20594 (gdb-cpp-define-alist-flags): Doc fix.
20595 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20596 gud-tooltip-mode is t.
20597
20598 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20599
20600 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20601 evaporate if their text is deleted.
20602 (goto-address-at-point): Make it work as a mouse binding as well.
20603 (goto-address-at-mouse): Obsolete it. Update users.
20604
20605 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20606
20607 * calendar/appt.el (top-level): No longer activate on load.
20608
20609 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20610
20611 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20612 * net/webjump.el (webjump):
20613 * progmodes/idlw-help.el (idlwave-do-context-help1)
20614 (idlwave-highlight-linked-completions):
20615 * textmodes/po.el (po-find-file-coding-system-guts):
20616 Replace `assoc-ignore-case' by `assoc-string'.
20617
20618 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20619
20620 * files.el (locate-file): Doc fix.
20621
20622 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20623 Remove the redundant test for ms-dos.
20624
20625 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20626 look for the preprocessor with exec-suffixes. If not found in
20627 standard places, look in exec-path. Remove most of the tests that
20628 used system-type.
20629
20630 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20631
20632 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20633
20634 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20635 file-name clash with jka-compr.el on 8+3 filesystems.
20636
20637 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20638
20639 * term/mac-win.el: Don't define or bind scroll bar functions if
20640 x-toolkit-scroll-bars is t.
20641 (x-select-text, x-get-selection-value): Clear
20642 x-last-selected-text-clipboard if x-select-enable-clipboard is
20643 nil.
20644 (PRIMARY): Put mac-scrap-name property.
20645 (mac-select-convert-to-file-url): New function.
20646 (public.file-url): New selection target type. Add to
20647 selection-converter-alist.
20648 (x-get-selection, x-selection-value): Handle it.
20649 (x-cut-buffer-or-selection-value): New alias.
20650
20651 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20652
20653 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20654 entry to avoid calling bibtex-find-entry with arg global
20655 being t. Remove arg key.
20656 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20657 (bibtex-copy-summary-as-kill): Change accordingly.
20658
20659 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20660
20661 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20662 (org-agenda-date-later): Use with-current-buffer.
20663
20664 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20665
20666 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20667 (define-obsolete-variable-alias): Doc Fixes.
20668
20669 2005-05-06 Kim F. Storm <storm@cua.dk>
20670
20671 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20672 vertical-motion when selective-display is active.
20673
20674 * ido.el (ido-setup-hook): New hook.
20675 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20676 (ido-input-stack): New var.
20677 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20678 ido-next-work-file binding to M-O.
20679 Bind M-f to ido-wide-find-file-or-pop-dir.
20680 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20681 (ido-read-internal): Run ido-setup-hook.
20682 Catch quit in read-file-name and read-string to cancel edit.
20683 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20684 Automatically pop-all when completing a directory name (RET).
20685 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20686 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20687 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20688 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20689 New functions for M-b/M-f to move among the directory components.
20690 (ido-make-merged-file-list): Catch quit to cancel merge.
20691 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20692 (ido-completion-help): No warnings for ido-completion-buffer-full.
20693
20694 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20695
20696 * font-lock.el (font-lock-negation-char-face): New face and variable.
20697 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20698 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20699 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20700 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20701
20702 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20703
20704 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20705 Fix typo in docstring.
20706
20707 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20708 (ebrowse-print-statistics-line)
20709 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20710
20711 * term/w32-win.el (image-library-alist): Add additional name for
20712 Xpm library.
20713
20714 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20715
20716 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20717 use gcc instead of cpp.
20718
20719 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20720 (gdb-create-define-alist): Use it.
20721 (gdb-cpp-define-alist-program): Update for MS-DOS.
20722
20723 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20724
20725 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20726
20727 2005-05-04 Richard M. Stallman <rms@gnu.org>
20728
20729 * help.el (describe-key): No error when UNTRANSLATED is nil.
20730
20731 * simple.el (line-move-1): Fix previous change to signal errors
20732 appropriately.
20733
20734 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20735
20736 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20737 (icalendar-duration-correction): Remove.
20738 (icalendar--get-event-properties): Split result at commas.
20739 (icalendar--decode-isoduration): New optional argument
20740 DURATION-CORRECTION.
20741 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20742 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20743 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20744 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20745 (icalendar--convert-anniversary-to-ical): New functions, extracted
20746 from icalendar-export-region, with bug fixes.
20747 (icalendar-export-region): Use the above functions.
20748 (icalendar-import-buffer): Check before saving diary file.
20749 (icalendar--convert-recurring-to-diary)
20750 (icalendar--convert-non-recurring-all-day-to-diary)
20751 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20752 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20753 (icalendar--convert-ical-to-diary): Use the above functions.
20754
20755 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20756
20757 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20758 Remove these recent additions.
20759 (c-mode): Restore to before 2005-04-28.
20760
20761 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20762 recent addition.
20763
20764 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20765 (gdb-define-alist): New variables.
20766 (gdb-create-define-alist): New function.
20767 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20768 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20769 with string-to-number.
20770 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20771
20772 * progmodes/gud.el: Replace string-to-int with string-to-number.
20773 (gud-find-file): Handle gdb-define-alist.
20774
20775 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20776
20777 2005-05-02 Jay Belanger <belanger@truman.edu>
20778
20779 * calc/calc-aent.el (math-read-token):
20780 * calc/calc-bin.el (calc-word-size):
20781 * calc/calc-ext.el (calc-read-number-fancy):
20782 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20783 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20784 * calc/calc-frac.el (calc-over-notation):
20785 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20786 (calc-graph-num-points, calc-graph-init):
20787 * calc/calc-prog.el (calc-read-parse-table-part)
20788 (calc-edit-macro-repeats):
20789 * calc/calc-yank.el (calc-do-grab-rectangle):
20790 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20791 Replace `string-to-int' by `string-to-number'.
20792
20793 2005-05-02 Kim F. Storm <storm@cua.dk>
20794
20795 * kmacro.el: Use executing-kbd-macro-index variable.
20796
20797 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
20798
20799 * net/rlogin.el (rlogin-parse-words): Delete func.
20800 (rlogin): Use split-string, not rlogin-parse-words.
20801 Also, if there are option-like elements in the parsed args,
20802 take the host to be the first arg immediately following them.
20803 Suggested by Michael Mauger.
20804
20805 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20806
20807 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20808
20809 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20810
20811 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20812 (cc-mode-cpp-program): Rename to cc-define-list-program and
20813 move to cc-vars.el.
20814
20815 * progmodes/cc-vars.el (cc-define-list-program):
20816 Change to "gcc -E -dM -". Make customizable.
20817
20818 2005-05-02 Kim F. Storm <storm@cua.dk>
20819
20820 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20821
20822 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20823
20824 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20825
20826 * international/mule-util.el (truncate-string): Remove alias and
20827 obsolete declaration.
20828
20829 * international/mule-cmds.el (update-iso-coding-systems):
20830 Remove alias and obsolete declaration.
20831
20832 * international/mule.el (coding-system-parent): Remove alias and
20833 obsolete declaration.
20834
20835 * subr.el (define-function, sref): Remove aliases and obsolete
20836 declarations.
20837 (chars-in-region): Remove obsolete declaration.
20838
20839 2005-05-01 Richard M. Stallman <rms@gnu.org>
20840
20841 * info.el (Info-mode): Set widen-automatically to nil, locally.
20842
20843 * simple.el (widen-automatically): New variable.
20844 (pop-global-mark): Obey widen-automatically.
20845
20846 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
20847
20848 * term/xterm.el (function-key-map): Call substitute-key-definition
20849 before the keymap size is increased by a lot of define-key calls.
20850
20851 2005-05-01 Richard M. Stallman <rms@gnu.org>
20852
20853 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20854 Rename ARG to ELEMENT. Doc fix.
20855
20856 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20857
20858 * allout.el (allout-exposure): Remove macro and obsolete declaration.
20859 Remove references to allout-exposure/change to allout-new-exposure.
20860
20861 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20862 bytecode symbols.
20863
20864 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20865 (compiled-function-p, focus-frame, unfocus-frame):
20866 Remove aliases and obsolete declarations.
20867 Back out inadvertent changes from previous commit.
20868
20869 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20870
20871 * files.el (require-final-newline): Make Custom tags consistent
20872 with mode-require-final-newline.
20873 (mode-require-final-newline): Doc fix.
20874
20875 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
20876
20877 * international/latexenc.el (latexenc-find-file-coding-system):
20878 Fix regular expressions.
20879
20880 2005-05-01 David Kastrup <dak@gnu.org>
20881
20882 * international/latexenc.el (latexenc-find-file-coding-system):
20883 Fix regular expressions.
20884
20885 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20886
20887 * subr.el (string-to-int): Make obsolete.
20888
20889 2005-04-30 Richard M. Stallman <rms@gnu.org>
20890
20891 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20892
20893 * loadup.el: load jka-comp-hook.
20894
20895 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20896 (jka-compr-handler): Add autoload. `put' calls moved
20897 to jka-comp-hook.el.
20898 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20899 (jka-compr-inhibit): Autoload.
20900
20901 * jka-comp-hook.el: New file.
20902 Enable the mode by default.
20903
20904 * files.el (backup-buffer-copy): Use copy-file instead
20905 of write-region, and put back the 'excl.
20906
20907 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
20908
20909 * progmodes/flymake.el (flymake-split-string)
20910 (flymake-split-string, flymake-log, flymake-pid-to-names)
20911 (flymake-reg-names, flymake-get-source-buffer-name)
20912 (flymake-unreg-names, flymake-add-line-err-info)
20913 (flymake-add-err-info): Clarify docstrings.
20914 (flymake-popup-menu, flymake-make-emacs-menu)
20915 (flymake-make-xemacs-menu): Add docstrings.
20916 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20917 Set variables directly throughout.
20918
20919 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
20920
20921 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20922 exists. Initialize cc-define-alist.
20923 (c-mode): Add cc-create-define-alist locally to after-save-hook.
20924 If there is no file (Macroexpansion) don't create an alist.
20925
20926 2005-04-29 Sam Steingold <sds@gnu.org>
20927
20928 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20929 (cc-create-define-alist): Use it instead of the hard-coded string.
20930
20931 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20932
20933 * international/mule-conf.el (file-coding-system-alist): Fix regexp
20934 for latexenc.
20935
20936 2005-04-29 Lute Kamstra <lute@gnu.org>
20937
20938 * emacs-lisp/generic.el: Improve commentary section.
20939 (define-generic-mode): Improve docstring.
20940
20941 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
20942
20943 * textmodes/org.el (many places): Change to quiet the byte compiler.
20944 (org-prefix-format-compiled): New variable.
20945 (org-compile-prefix-format): New function.
20946 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20947 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20948 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20949 (org-get-entries-from-diary): Use `org-get-time-of-day' for
20950 consistency with entries from `org-mode' files.
20951 (org-get-time-of-day): Fix bug with partial matches early in a line.
20952 (org-non-link-chars): New constant.
20953 (org-link-regexp): Respect `org-non-link-chars'.
20954 (org-agenda-day-view): Remove command.
20955 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20956 (org-follow-bbdb-link, org-store-link): Search also company field.
20957 (org-highlight-overlay): New variable.
20958 (org-highlight, org-unhighlight): New functions.
20959 (org-agenda-mode): Add pre-command-hook to remove highlight.
20960 (org-evaluate-time-range): Behavior depends upon whether time stamp
20961 contains a time or not.
20962 (org-show-subtree, org-show-entry): New functions.
20963 (org-agenda-cleanup-fancy-diary): Remove empty lines.
20964
20965 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
20966
20967 * comint.el (comint-output-filter-functions): Add autoload cookie.
20968
20969 2005-04-28 Kim F. Storm <storm@cua.dk>
20970
20971 * ido.el (ido-everywhere): Fix last change.
20972
20973 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20974
20975 * international/latexenc.el: New file.
20976 * international/mule-conf.el (file-coding-system-alist): For .tex,
20977 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20978
20979 2005-04-28 Lute Kamstra <lute@gnu.org>
20980
20981 * font-lock.el (font-lock-add-keywords)
20982 (font-lock-remove-keywords): Clarify docstring.
20983 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20984 Don't start docstrings with a `*'.
20985 (font-lock-update-removed-keyword-alist): Give it a docstring.
20986
20987 * generic-x.el: Update commentary section.
20988 Only require font-lock when compiling.
20989 Define all modes conditionally.
20990 Place all generic modes in the generic-x-modes customization group.
20991 (generic-x-modes): New customization group.
20992 (generic-default-modes, generic-mswindows-modes)
20993 (generic-unix-modes, generic-other-modes): New constants.
20994 (generic-define-mswindows-modes, generic-define-unix-modes):
20995 Update docstrings. Make them obsolete.
20996 (generic-extras-enable-list): New default value. Update docstring.
20997 Improve :type. Change :set function.
20998 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20999 Fix docstring.
21000
21001 * emacs-lisp/generic.el (generic-mode-internal):
21002 Simplify font-lock-defaults.
21003 (define-generic-mode): Fix docstring.
21004
21005 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21006
21007 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21008 font-lock-face property to highlight matches.
21009
21010 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21011
21012 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21013 (cc-define-alist): New variable.
21014 (c-mode): Make it local and initialize it.
21015
21016 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21017 (gdb-exited): New function.
21018 (gdb-annotation-rules): Use it.
21019 (gdb-starting): Set gdb-active-process to t.
21020 (gdb-stopping): Amend doc string.
21021 (gdb-reset): Set gdb-active-process to nil.
21022
21023 * tooltip.el (tooltip-gud-tips): Show the associated #define
21024 directives when a C program under GDB is not executing.
21025
21026 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21027
21028 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21029 font-lock-fontify-syntactic-keywords.
21030
21031 * font-lock.el (font-lock-default-fontify-region): Don't force
21032 parse-sexp-lookup-properties to nil.
21033
21034 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21035
21036 * man.el (man-mode-syntax-table): Set up `:' to have
21037 word-constituent syntax.
21038
21039 2005-04-27 Lute Kamstra <lute@gnu.org>
21040
21041 * novice.el (disable-command): Don't add spurious newlines to the
21042 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21043
21044 2005-04-26 Jay Belanger <belanger@truman.edu>
21045
21046 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21047 than one window before deleting window.
21048
21049 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21050
21051 * shell.el (shell-prompt-pattern): Doc fix.
21052 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21053
21054 * comint.el (comint-prompt-regexp, comint-get-old-input)
21055 (comint-use-prompt-regexp)
21056 (comint-use-prompt-regexp-instead-of-fields)
21057 (comint-replace-by-expanded-history, comint-send-input)
21058 (comint-output-filter, comint-get-old-input-default)
21059 (comint-line-beginning-position, comint-bol, comint-show-output)
21060 (comint-backward-matching-input, comint-forward-matching-input)
21061 (comint-next-prompt, comint-previous-prompt):
21062 Rename `comint-use-prompt-regexp-instead-of-fields' to
21063 `comint-use-prompt-regexp'. Keep old name as alias and declare
21064 obsolete.
21065 (comint-use-prompt-regexp): Shorten first line of doc string.
21066
21067 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21068 Set paragraph-separate buffer locally to "\\'".
21069
21070 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21071 Adapt to above name change.
21072
21073 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21074 (smbclient-prompt-regexp): Ditto.
21075
21076 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21077
21078 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21079
21080 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21081 gdb-location-list.
21082 Break lines that are over 80 characters wide.
21083
21084 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21085
21086 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21087 New fun and var, to preserve compatibility.
21088
21089 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21090
21091 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21092
21093 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21094 name to file-newer-than-file-p.
21095
21096 2005-04-26 Richard M. Stallman <rms@gnu.org>
21097
21098 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21099
21100 * progmodes/python.el (python-mode):
21101 Use new name eldoc-documentation-function.
21102
21103 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21104
21105 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21106 (eldoc-documentation-function):
21107 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21108
21109 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21110
21111 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21112
21113 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21114
21115 * term/xterm.el (function-key-map): Fix strings for
21116 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21117 {C,S,A,C-S}-{f1-f12}.
21118
21119 2005-04-26 Kenichi Handa <handa@m17n.org>
21120
21121 * international/mule-cmds.el (select-safe-coding-system):
21122 Fix previous change.
21123
21124 2005-04-26 Lute Kamstra <lute@gnu.org>
21125
21126 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21127
21128 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21129 (font-lock-comment-delimiter-face): Ditto.
21130
21131 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21132
21133 2005-04-25 Jay Belanger <belanger@truman.edu>
21134
21135 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21136 to t while inserting information; use help-mode.
21137
21138 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21139
21140 * term.el (ansi-term-color-vector): Use the xterm colors.
21141 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21142
21143 2005-04-25 Lute Kamstra <lute@gnu.org>
21144
21145 * font-core.el (font-lock-defaults): Fix docstring.
21146
21147 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21148
21149 2005-04-25 Kenichi Handa <handa@m17n.org>
21150
21151 * international/mule-cmds.el (select-safe-coding-system):
21152 Don't check consistency with coding: spec, etc if raw-text or
21153 no-conversion was found to be safe.
21154
21155 2005-04-24 Richard M. Stallman <rms@gnu.org>
21156
21157 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21158 citation markers at start of each line.
21159
21160 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21161 citation markers at start of each line.
21162
21163 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21164
21165 * files.el (mode-require-final-newline): Fix previous change.
21166 (require-final-newline): Fix type label.
21167
21168 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21169
21170 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21171 statement in buffer (broken by 2004-11-24 change).
21172
21173 2005-04-24 Kim F. Storm <storm@cua.dk>
21174
21175 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21176 and read-file-name-function values. Don't overwrite existing
21177 non-nil values if ido-mode is enabled without ido-everywhere.
21178
21179 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21180
21181 * files.el (mode-require-final-newline): Minor doc fix.
21182
21183 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21184
21185 * subr.el (syntax-after): Doc fix.
21186 (syntax-class): If argument is nil, return nil. Mask off upper 16
21187 bits, not 8 bits.
21188
21189 * files.el (mode-require-final-newline): Doc fix.
21190 (backup-buffer-copy): Fix last change.
21191
21192 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21193
21194 * term/mac-win.el: Require select. Set selection-coding-system to
21195 mac-system-coding-system. Call menu-bar-enable-clipboard.
21196 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21197 (x-select-enable-clipboard): New variables.
21198 (x-select-text, x-get-selection, x-selection-value)
21199 (x-get-selection-value, mac-select-convert-to-string)
21200 (mac-services-open-file, mac-services-open-selection)
21201 (mac-services-insert-text): New functions.
21202 (CLIPBOARD, FIND): Put mac-scrap-name property.
21203 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21204 (public.tiff): Put mac-ostype property.
21205 (selection-converter-alist): Add entries for them.
21206 (mac-application-menu-map): New keymap.
21207 (interprogram-cut-function, interprogram-paste-function): Set to
21208 x-select-text and x-get-selection-value, respectively.
21209 (split-window-keep-point): Set to t.
21210
21211 2005-04-23 Richard M. Stallman <rms@gnu.org>
21212
21213 * files.el (read-directory-name): Always pass non-nil
21214 DEFAULT-FILENAME arg to read-file-name.
21215 (backup-buffer-copy, basic-save-buffer-2): Take care against
21216 writing thru an unexpected existing symlink.
21217 (revert-buffer): In indirect buffer, revert the base buffer.
21218 (magic-mode-alist): Doc fix.
21219 (buffer-stale-function): Doc fix.
21220 (minibuffer-with-setup-hook): Avoid warning.
21221 (mode-require-final-newline): Doc and custom fix.
21222
21223 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21224
21225 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21226 use the default appearance.
21227 (font-lock-comment-delimiter-face): New face, new variable.
21228
21229 * imenu.el (imenu--generic-function): The official position of a
21230 definition is the start of the line that BEG is in.
21231
21232 * midnight.el (midnight-timer): Move defvar up.
21233
21234 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21235
21236 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21237
21238 * startup.el (command-line): Use with-no-warnings.
21239
21240 * window.el (window-size-fixed): New defvar.
21241
21242 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21243
21244 * mail/rmail.el (rmail-font-lock-keywords):
21245 Use font-lock-comment-delimiter-face.
21246
21247 * mail/sendmail.el (mail-font-lock-keywords):
21248 Use font-lock-comment-delimiter-face.
21249
21250 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21251
21252 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21253
21254 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21255 Specify t for LAXMATCH when matching directories.
21256 Save match data around compilation-compat-error-properties form.
21257
21258 2005-04-23 David Kastrup <dak@gnu.org>
21259
21260 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21261 Mention that the autoloaded aliases should be kept for AUCTeX.
21262
21263 2005-04-23 Andreas Schwab <schwab@suse.de>
21264
21265 * isearch.el (isearch-forward): Doc fix.
21266
21267 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21268
21269 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21270 (jit-lock-stealth-nice): Change default value to 0.5.
21271
21272 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21273
21274 * abbrev.el (write-abbrev-file): Write table entries in
21275 alphabetical order by table name.
21276
21277 2005-04-22 Kim F. Storm <storm@cua.dk>
21278
21279 * ido.el (ido-read-internal): Fix `list' completion.
21280
21281 2005-04-22 Kenichi Handa <handa@m17n.org>
21282
21283 * recentf.el (recentf-save-file-coding-system): New variable.
21284 (recentf-save-list): Encode the file by
21285 recentf-save-file-coding-system and add coding: tag.
21286
21287 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21288
21289 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21290
21291 2005-04-21 Lute Kamstra <lute@gnu.org>
21292
21293 * loadhist.el (unload-feature): Don't remove a function from hooks
21294 if it is about to be restored to an autoload . Remove functions
21295 that will become unbound from auto-mode-alist. Simplify the code.
21296
21297 * subr.el (assq-delete-all): New implementation that is linear,
21298 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21299 (rassq-delete-all): New function.
21300
21301 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21302 Add size-indication-mode.
21303
21304 2005-04-21 Kenichi Handa <handa@m17n.org>
21305
21306 * international/mule-cmds.el: Add autoload for widget-value in
21307 eval-when-compile.
21308
21309 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21310
21311 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21312 Add tooltip-mode.
21313
21314 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21315
21316 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21317
21318 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21319 (inferior-lisp-filter-regexp, inferior-lisp-program)
21320 (inferior-lisp-load-command, inferior-lisp-prompt)
21321 (inferior-lisp-mode-hook, lisp-source-modes)
21322 (inferior-lisp-load-hook): defvar->defcustom.
21323 (inferior-lisp-program, inferior-lisp-prompt)
21324 (inferior-lisp-load-hook): Doc fixes.
21325 (inferior-lisp-install-letter-bindings): Small change in
21326 introductory comment.
21327
21328 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21329
21330 * vc.el (vc-annotate-color-map): Change some colors so that text
21331 using them as foreground is readable on both white and black
21332 backgrounds.
21333
21334 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21335
21336 * international/mule-conf.el (translation-table-for-input):
21337 Remove redundant declaration.
21338
21339 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21340
21341 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21342
21343 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21344 (tooltip-toggle-gud-tips): New function.
21345
21346 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21347
21348 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21349 right angle brackets.
21350
21351 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21352
21353 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21354
21355 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21356
21357 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21358 Remove. Update callers to use expand-file-name instead.
21359
21360 * subr.el (syntax-class): New function.
21361
21362 * simple.el (blink-matching-open): Use it.
21363
21364 * paren.el (show-paren-function): Use it to recognize parens that are
21365 also used in 2-char comment markers.
21366
21367 2005-04-19 Lute Kamstra <lute@gnu.org>
21368
21369 * loadhist.el (unload-feature): Update for new format of
21370 load-history. Simplify the code.
21371
21372 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21373
21374 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21375 (mac-add-charset-info): New function. Initialize variable
21376 mac-charset-info-alist using it.
21377 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21378 for translation.
21379 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21380 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21381 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21382 New CCL programs.
21383
21384 2005-04-19 Kim F. Storm <storm@cua.dk>
21385
21386 * simple.el (next-buffer, prev-buffer, next-error)
21387 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21388 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21389
21390 * bindings.el (next-buffer, prev-buffer, next-error)
21391 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21392 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21393 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21394 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21395
21396 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21397
21398 * isearch.el (isearch-edit-string): Make the search-ring available for
21399 minibuffer history commands.
21400 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21401 the default history commands now work just as well.
21402 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21403
21404 2005-04-18 Kim F. Storm <storm@cua.dk>
21405
21406 * emulation/cua-base.el (cua--pre-command-handler): Add more
21407 elaborate check for shift modifier on non-window systems.
21408
21409 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21410
21411 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21412
21413 2005-04-18 Kim F. Storm <storm@cua.dk>
21414
21415 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21416 and make it optional. Don't test tooltip-gud-echo-area here.
21417 (tooltip-gud-process-output, gdb-tooltip-print):
21418 Pass tooltip-gud-echo-area to tooltip-show.
21419 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21420
21421 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21422
21423 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21424 `display-graphic-p' may not be bound yet.
21425
21426 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21427
21428 * startup.el (command-line): No longer enable Xterm Mouse mode by
21429 default in terminals compatible with xterm.
21430
21431 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21432
21433 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21434
21435 * tooltip.el (tooltip-gud-echo-area): Rename from
21436 tooltip-use-echo-area.
21437 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21438 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21439 area independently of where help tooltips are displayed.
21440
21441 2005-04-17 David Kastrup <dak@gnu.org>
21442
21443 * cus-theme.el (custom-theme-write-variables): Quote variables
21444 where necessary.
21445
21446 2005-04-17 Richard M. Stallman <rms@gnu.org>
21447
21448 * simple.el (yank-excluded-properties): Add follow-link to value.
21449
21450 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21451
21452 * startup.el (fancy-splash-max-time): Just 30 seconds.
21453 (fancy-splash-delay): Just 7.
21454 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21455
21456 * loadhist.el (unload-feature): Update for new format of load-history.
21457 Simplify the code.
21458
21459 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21460 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21461
21462 * mail/sendmail.el (mail-font-lock-keywords):
21463 Don't fontify subject text.
21464 Don't fontify the text of a citation.
21465
21466 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21467
21468 * comint.el (comint-output-filter): Run comint-output-filter-functions
21469 with point where the user had it.
21470
21471 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21472
21473 * international/ucs-tables.el (ucs-set-table-for-input):
21474 Disable when using unify-on-decoding.
21475
21476 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21477
21478 * emulation/cua-base.el (cua-global-mark-face): Add special case
21479 for displays supporting a high number of colors.
21480
21481 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21482
21483 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21484
21485 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21486
21487 * filesets.el (filesets-add-buffer): If user supplies a name of a
21488 non-existing fileset, create a new fileset.
21489
21490 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21491
21492 * textmodes/org.el (org-up-heading-all): Fix bug with
21493 `outline-up-heading-all'.
21494
21495 2005-04-16 Andreas Schwab <schwab@suse.de>
21496
21497 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21498 /etc/permissions.d/* and /etc/aliases.d/*.
21499
21500 2005-04-16 Kenichi Handa <handa@m17n.org>
21501
21502 * international/code-pages.el (cp-make-coding-system):
21503 Set `translation-table-for-input' property value to the symbol
21504 ucs-mule-to-mule-unicode, not to that value.
21505 (pt154): Escape guillemet by `\'.
21506
21507 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21508
21509 * loadup.el: Load tooltip if x-show-tip is fboundp.
21510
21511 * startup.el (command-line): Add comment.
21512
21513 * tooltip.el (tooltip-mode): Specify correct standard value for
21514 Custom in init-value.
21515
21516 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21517
21518 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21519 possible.
21520
21521 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21522
21523 * textmodes/org.el (org-agenda-date-prompt): Rename from
21524 `org-agenda-date-today'.
21525 (org-evaluate-time-range): Insert at point instead of directly
21526 after time range.
21527 (org-first-headline-recenter, org-subtree-end-visible-p)
21528 (org-optimize-window-after-visibility-change): New functions
21529 (org-agenda-post-command-hook): Don't allow point at end of line,
21530 to make sure it always hits the text properties.
21531 (org-agenda-next-date-line, org-agenda-previous-date-line):
21532 New commands.
21533 (org-set-regexps-and-options): Category may contain white space.
21534 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21535 Improve marker positions.
21536 (org-agenda-new-marker): Argument POS made optional.
21537 (org-agenda-get-timestamps): Deadlines which are done are listed
21538 in org-done-face now.
21539 (org-agenda-get-todos, org-agenda-get-timestamps)
21540 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21541 Set `undone-face' and `done-face' properties.
21542 (org-last-todo-state-is-todo): New variable.
21543 (org-todo): Set `org-last-todo-state-is-todo'.
21544 (org-agenda-todo): Change face according to
21545 `org-last-todo-state-is-todo'. And change other lines referring to
21546 the same entry.
21547 (org-calendar-goto-agenda): New command.
21548 (org-calendar-to-agenda-key): New option.
21549 (org-startup-folded): New allowed value `content'.
21550 (org-set-regexps-and-options): Accept new value `content' for
21551 `org-startup-folded'.
21552 (org-get-current-options): Handle new value `content' for
21553 `org-startup-folded'.
21554 (org-insert-todo-heading): New command.
21555 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21556 interactively in empty file and option
21557 `org-insert-mode-line-in-empty-file' has been set.
21558 (org-agenda-todo, org-agenda-priority): Modify to use
21559 `org-agenda-change-all-lines'.
21560 (org-warning-face): Change color on dark background
21561
21562 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21563
21564 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21565 use preferences AppleLocale and AppleLanguages, and variable
21566 mac-system-locale for default locale. On Mac OS Classic, use
21567 mac-system-coding-system for default coding systems.
21568
21569 * term/mac-win.el: Don't set file-name-coding-system.
21570 Decode variables system-name, emacs-build-system, user-login-name, and
21571 user-full-name by mac-system-coding-system on Mac OS Classic.
21572 (mac-system-coding-system): New variable.
21573
21574 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21575
21576 * startup.el (command-line): Handle `xterm-mouse-mode' before
21577 reading init file.
21578
21579 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21580
21581 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21582
21583 * progmodes/sh-script.el (sh-here-document-word): Make it a
21584 defcustom. Doc fix.
21585 (sh-add): Bash uses $(( )) for arithmetic.
21586 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21587 (sh-maybe-here-document): Remove quotes and leading whitespace
21588 from heredoc word when closing. Indent heredoc with tabs if word
21589 starts with "-".
21590
21591 2005-04-13 Richard M. Stallman <rms@gnu.org>
21592
21593 * simple.el (undo): Fix previous change.
21594
21595 * custom.el (defface): Doc fix.
21596
21597 2005-04-13 Lute Kamstra <lute@gnu.org>
21598
21599 * Makefile.in (DONTCOMPILE): Remove list.
21600 (compile, compile-always): Don't use DONTCOMPILE.
21601 (update-authors): Load the library in which batch-update-authors
21602 is defined.
21603 * makefile.w32-in (DONTCOMPILE): Remove list.
21604 (compile, compile-always): Fix comments.
21605 (update-authors): Load the library in which batch-update-authors
21606 is defined.
21607
21608 * generic-x.el (generic-mode-ini-file-find-file-hook):
21609 Rename to ini-generic-mode-find-file-hook.
21610 Keep generic-mode-ini-file-find-file-hook as an alias.
21611 (ini-generic-mode-find-file-hook): Rename from
21612 generic-mode-ini-file-find-file-hook. Fix docstring.
21613 (ini-generic-mode): Docstring change.
21614 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21615
21616 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21617 called from lisp.
21618
21619 * generic.el: Move to the emacs-lisp subdir.
21620
21621 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21622
21623 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21624 and C-S- function and cursor motion keys.
21625
21626 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21627
21628 * startup.el (command-line): Enable Xterm Mouse mode by default.
21629 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21630 for Custom. No longer show "Mouse" in mode line when enabled.
21631 Doc fix.
21632
21633 2005-04-12 Kim F. Storm <storm@cua.dk>
21634
21635 * emulation/cua-base.el (cua-rectangle-face)
21636 (cua-rectangle-noselect-face): Define face attributes here.
21637
21638 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21639
21640 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21641
21642 * startup.el (command-line): Turn off blinking cursor if
21643 cursorBlink in resources is off or false.
21644
21645 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21646
21647 * term/mac-win.el (dnd): Require dnd.
21648 (mac-drag-n-drop): Call dnd-handle-one-url.
21649 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21650 (kTextEncodingISOLatin2): Remove constants.
21651 (mac-script-code-coding-systems): New constant.
21652 (mac-handle-language-change): New function.
21653 (special-event-map): Bind it to `language-change' event.
21654 (mac-centraleurroman, mac-cyrillic): New coding systems.
21655 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21656 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21657 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21658 encode-mac-cyrillic, respectively.
21659
21660 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21661
21662 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21663 Don't set overlay-arrow-string to "=>" as this is done
21664 globally in C now.
21665
21666 2005-04-12 Lute Kamstra <lute@gnu.org>
21667
21668 * generic-x.el (rc-generic-mode, rul-generic-mode):
21669 Fix auto-mode-alist entries.
21670 (etc-fstab-generic-mode): Tweak fontification.
21671
21672 * generic.el (generic-make-keywords-list): Fix docstring.
21673 (generic-mode-internal): Simplify generic-font-lock-keywords.
21674
21675 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21676
21677 * whitespace.el (whitespace-buffer-leading)
21678 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21679 However, fix the highlight area for the leading and
21680 trailing whitespaces to show space.
21681
21682 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21683
21684 * whitespace.el (whitespace-version): Bump to 3.5
21685
21686 (whitespace-buffer-leading, whitespace-buffer-trailing):
21687 Invert sense of the test to highlight the whitespace.
21688
21689 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21690
21691 * progmodes/gud.el (gud-display-line): GUD uses its own
21692 overlay arrow now so don't set overlay-arrow-string.
21693 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21694
21695 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21696
21697 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21698 (term-ansi-current-reverse, term-ansi-current-invisible)
21699 (term-ansi-face-already-done): Change to boolean.
21700 (term-reset-terminal, term-handle-colors-array): Handle the above
21701 vars accordingly.
21702 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21703 (term-emulate-terminal): Use the new name.
21704
21705 * faces.el (secondary-selection): Use yellow1, not yellow.
21706 (trailing-whitespace): Use red1, not red.
21707
21708 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21709
21710 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21711 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21712 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21713
21714 * cus-edit.el (dnd): New group.
21715
21716 * term/w32-win.el (dnd): Require dnd
21717 (w32-drag-n-drop): Call dnd-handle-one-url.
21718
21719 * x-dnd.el: Require dnd.
21720 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21721 Call dnd-handle-one-url.
21722 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21723 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21724 to dnd-insert-text.
21725 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21726 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21727 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21728 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21729
21730 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21731
21732 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21733
21734 * wdired.el: Doc fixes.
21735 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21736 (wdired-use-dired-vertical-movement): Rename from
21737 wdired-always-move-to-filename-beginning.
21738 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21739 (wdired-change-to-wdired-mode): Change mode name.
21740 (wdired-newline): Delete.
21741
21742 2005-04-11 Richard M. Stallman <rms@gnu.org>
21743
21744 * whitespace.el (whitespace-highlight-the-space):
21745 Don't call whitespace-unhighlight-the-space here.
21746
21747 * simple.el (undo): Record t in undo-equiv-table
21748 for the redo record made by an undo-in-region.
21749
21750 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21751
21752 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21753 (gdb-frame-inferior-io-buffer): New Functions to control
21754 display of separate IO buffer.
21755 (menu): Add them to menu-bar.
21756 (gdb-display-buffer): Check for buffer another frame.
21757 Protect GUD buffer.
21758 (gdb-setup-windows): Create IO buffer if not already there.
21759 (gdb-memory-mode): Remove purecopy noops.
21760
21761 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21762
21763 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21764 and pass to self-insert-command.
21765
21766 2005-04-11 Lute Kamstra <lute@gnu.org>
21767
21768 * generic.el: Commentary section cleanup.
21769 (generic): Delete.
21770 (generic-use-find-file-hook, generic-lines-to-scan)
21771 (generic-find-file-regexp, generic-ignore-files-regexp)
21772 (default-generic-mode, generic-mode-find-file-hook)
21773 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21774 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21775 (generic-use-find-file-hook, generic-lines-to-scan)
21776 (generic-find-file-regexp, generic-ignore-files-regexp)
21777 (default-generic-mode, generic-mode-find-file-hook)
21778 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21779
21780 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21781
21782 * bookmark.el (bookmark-write-file): Catch errors writing file.
21783 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21784
21785 2005-04-10 Richard M. Stallman <rms@gnu.org>
21786
21787 * startup.el (fancy-splash-tail): Update copyright year.
21788 (command-line): Split part of -Q into -D.
21789 (emacs-basic-display): New defvar.
21790 (fancy-splash-text): Correct name of menu item.
21791
21792 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21793
21794 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21795 lines in one node.
21796
21797 * comint.el (comint-send-input): New arg ARTIFICIAL.
21798 Callers in this file changed.
21799
21800 * abbrev.el (define-abbrevs): Read system abbrevs properly.
21801
21802 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21803
21804 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
21805
21806 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
21807 `ldap-search-internal'.
21808
21809 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21810
21811 * files.el (set-auto-mode-1): Use line-end-position.
21812
21813 * international/latin-1.el:
21814 * international/latin-2.el:
21815 * international/latin-3.el:
21816 * international/latin-4.el:
21817 * international/latin-5.el:
21818 * international/latin-8.el:
21819 * international/latin-9.el: Give punctuation syntax to NBSP.
21820
21821 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21822 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21823 Use char-classes to accept non-ascii letters, accepted in some recent
21824 bibtex implementations.
21825
21826 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
21827
21828 * custom.el (custom-set-minor-mode): Any non-nil value for the
21829 variable should enable the mode when set through Custom.
21830
21831 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21832
21833 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21834 TAB binding so tab-always-indent is obeyed.
21835 (vhdl-minibuffer-local-map): Move initialization into declaration.
21836 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21837 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21838 (vhdl-hooked-abbrev): Avoid test for XEmacs.
21839 (vhdl-current-line): Use line-beginning-position.
21840 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21841 with-output-to-temp-buffer, so the current position can be recorded.
21842
21843 2005-04-10 Masatake YAMATO <jet@gyve.org>
21844
21845 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21846 Add regexp for gcov.
21847
21848 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21849
21850 * calendar/time-date.el (time-to-seconds, seconds-to-time)
21851 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21852 syntax which Emacs 20 doesn't support.
21853
21854 2005-04-09 Richard M. Stallman <rms@gnu.org>
21855
21856 * help.el (describe-key-briefly, describe-key):
21857 Replace strings as event types with "(any string)".
21858
21859 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
21860
21861 * arc-mode.el (archive-mode-map): Move initialization into
21862 the declaration. Override *all* bindings of `undo'.
21863 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21864
21865 2005-04-09 Jay Belanger <belanger@truman.edu>
21866
21867 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21868
21869 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
21870
21871 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21872 (xterm-register-default-colors): Update color values computation
21873 to match xterm-200.
21874
21875 2005-04-09 Kenichi Handa <handa@m17n.org>
21876
21877 * international/code-pages.el (iso-latin-7): Fix the map.
21878
21879 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
21880
21881 * emacs-lisp/lisp.el (defun-prompt-regexp)
21882 (parens-require-spaces, buffer-end, end-of-defun)
21883 (insert-parentheses): Doc fixes.
21884
21885 2005-04-08 Kim F. Storm <storm@cua.dk>
21886
21887 * comint.el (comint-highlight-prompt): Fix face spec.
21888 * hi-lock.el (hi-green): Likewise.
21889
21890 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21891
21892 * cus-edit.el (custom-modified-face):
21893 * comint.el (comint-highlight-input): Fix previous changes.
21894 * term.el (term-handle-ansi-escape): Add a comment.
21895
21896 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21897
21898 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21899 in the buffer and in whitespace-highlighted-space.
21900 (whitespace-unhighlight-the-space): Simplify.
21901 (whitespace-buffer): Simplify.
21902
21903 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21904
21905 * textmodes/table.el (table-cell-face): Add special case for
21906 displays supporting a high number of colors.
21907 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21908 (vhdl-font-lock-reserved-words-face)
21909 (vhdl-speedbar-architecture-face)
21910 (vhdl-speedbar-instantiation-face)
21911 (vhdl-speedbar-architecture-selected-face)
21912 (vhdl-speedbar-instantiation-selected-face): Likewise.
21913 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21914 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21915 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21916 (ebrowse-root-class-face, ebrowse-member-attribute-face)
21917 (ebrowse-progress-face): Likewise.
21918 * progmodes/compile.el (compilation-info-face): Likewise.
21919 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21920 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21921 * calendar/calendar.el (diary-face): Likewise.
21922 * woman.el (woman-italic-face, woman-bold-face)
21923 (woman-unknown-face): Likewise.
21924 * wid-edit.el (widget-button-pressed-face): Likewise.
21925 * whitespace.el (whitespace-highlight-face): Likewise.
21926 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21927 * pcvs-info.el (cvs-marked-face): Likewise.
21928 * info.el (info-xref): Likewise.
21929 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21930 * hilit-chg.el (highlight-changes-face)
21931 (highlight-changes-delete-face): Likewise.
21932 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21933 (hi-red-b): Likewise.
21934 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21935 * font-lock.el (font-lock-keyword-face)
21936 (font-lock-function-name-face, font-lock-warning-face): Likewise.
21937 * cus-edit.el (custom-invalid-face, custom-modified-face)
21938 (custom-set-face, custom-changed-face, custom-variable-tag-face)
21939 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21940 * comint.el (comint-highlight-prompt): Likewise.
21941
21942 2005-04-08 Lute Kamstra <lute@gnu.org>
21943
21944 * font-lock.el (font-lock-keywords): Docstring fixes.
21945
21946 2005-04-08 Kenichi Handa <handa@m17n.org>
21947
21948 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21949 chars are more than a limit, print " and more..." at the tail.
21950
21951 2005-04-08 Kim F. Storm <storm@cua.dk>
21952
21953 * emacs-lisp/authors.el (authors-aliases): Update list.
21954 (authors-ignored-files): New list.
21955 (authors-fixed-entries): Fix typo.
21956 (authors-renamed-files-alist): Update list.
21957 (authors-add): Check authors-ignored-files.
21958
21959 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
21960
21961 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21962 optional, to ensure backward compatibility.
21963
21964 2005-04-08 Stephen Eglen <stephen@gnu.org>
21965
21966 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21967
21968 2005-04-08 Kim F. Storm <storm@cua.dk>
21969
21970 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21971
21972 * mouse.el (mouse-on-link-p): Doc fix.
21973
21974 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
21975
21976 * ielm.el (ielm-prompt-read-only): Doc fix.
21977
21978 * comint.el (comint-prompt-read-only): Doc fix.
21979
21980 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
21981
21982 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21983 ensure dired always handles wildcards passed to ffap.
21984 (find-file-at-point): Use it.
21985 (ffap-dired-wildcards): Doc fix.
21986
21987 2005-04-07 Juri Linkov <juri@jurta.org>
21988
21989 * simple.el (next-error-overlay-arrow-position): New defvar.
21990 Put "=>" on its property `overlay-arrow-string'. Add it to
21991 `overlay-arrow-variable-list'.
21992
21993 * progmodes/compile.el (compilation-setup):
21994 Set `next-error-overlay-arrow-position' to nil. Also set it to
21995 nil in the local hook `kill-buffer-hook'. Make local variable
21996 `overlay-arrow-string' and set it to "=>".
21997 (compilation-goto-locus): Set BOL position to
21998 `next-error-overlay-arrow-position' instead of
21999 `overlay-arrow-position'.
22000
22001 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22002 locally instead of adding it to the global hook.
22003 (Info-kill-buffer): Move up.
22004
22005 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22006
22007 * term/xterm.el (xterm-standard-colors): Update color values from
22008 xterm-200.
22009
22010 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22011
22012 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22013
22014 * fast-lock.el:
22015 * lazy-lock.el: Move them to the obsolete subdir.
22016
22017 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22018
22019 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22020 (wdired-add-replace-advice): Remove.
22021 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22022
22023 2005-04-06 Kim F. Storm <storm@cua.dk>
22024
22025 * startup.el (command-line): Add --bare-bones alias for -Q.
22026
22027 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22028
22029 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22030 create the startup fontset if a font specification ends with
22031 `mac-roman'.
22032
22033 2005-04-06 Lute Kamstra <lute@gnu.org>
22034
22035 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22036 change.
22037
22038 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22039 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22040
22041 2005-04-05 Lute Kamstra <lute@gnu.org>
22042
22043 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22044 (define-generic-mode): Ditto. Fix debug declaration.
22045
22046 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22047 Put them in the generic-x group.
22048
22049 * calendar/timeclock.el (timeclock): Doc fix.
22050
22051 * generic.el (define-generic-mode): Don't use custom-current-group.
22052 Document default :group value.
22053 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22054 (define-global-minor-mode): Don't use custom-current-group.
22055
22056 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22057
22058 * startup.el (command-line-1): Display startup-echo-area-message
22059 when fancy splash screen is in use.
22060
22061 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22062 (sh-escaped-newline): New face.
22063 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22064 newline, and use sh-escaped-newline face.
22065
22066 * progmodes/tcl.el (tcl-escaped-newline): New face.
22067 (tcl-builtin-list): New variable.
22068 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22069 newlines. Fix keywords subexpression number.
22070
22071 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22072
22073 * textmodes/org.el (org-diary-default-entry): Fix call to
22074 `add-to-diary-entry'.
22075
22076 2005-04-05 Kim F. Storm <storm@cua.dk>
22077
22078 * ediff-init.el: Use (featurep 'xemacs).
22079
22080 2005-04-05 David Ponce <david@dponce.com>
22081
22082 * cus-edit.el (face): Derive from symbol widget. Display sample
22083 of the current face on the fly.
22084 (widget-face-sample-face-get, widget-face-notify): New functions.
22085 (widget-face-value-create): Remove.
22086
22087 * wid-edit.el (widget-field-end): Temporarily remove field
22088 narrowing before to call `get-char-property'.
22089
22090 2005-04-04 Jay Belanger <belanger@truman.edu>
22091
22092 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22093 (math-read-subscripts): New variable.
22094 (math-read-preprocess-string): Process subscripts.
22095
22096 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22097
22098 * comint.el (comint-prompt-read-only): Doc fix.
22099
22100 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22101 `-1'. Doc fix.
22102
22103 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22104
22105 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22106 Change default value to nil.
22107
22108 2005-04-04 Lute Kamstra <lute@gnu.org>
22109
22110 * autorevert.el (auto-revert-mode): Specify :group.
22111 * battery.el (display-battery-mode): Specify :group.
22112 * diff-mode.el (diff-minor-mode): Specify :group.
22113 * font-core.el (font-lock-mode): Specify :group.
22114 * hl-line.el (hl-line-mode): Specify :group.
22115 * iimage.el (iimage): New customization group.
22116 (iimage-mode): Specify :group.
22117 * longlines.el (longlines-mode): Specify :group.
22118 * master.el: Don't require easy-mmode.
22119 (master): New customization group.
22120 (master-mode): Specify :group.
22121 * msb.el (msb-mode): Specify :group.
22122 * reveal.el (reveal-mode): Specify :group.
22123 * simple.el (next-error-follow-minor-mode): Specify :group.
22124 * smerge-mode.el (smerge-mode): Specify :group.
22125 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22126 * emulation/cua-base.el (cua-mode): Specify :group.
22127 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22128 * language/thai-util.el (thai-auto-composition-mode)
22129 (thai-word-mode): Specify :group.
22130 * mail/supercite.el (sc-minor-mode): Specify :group.
22131 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22132 * progmodes/flymake.el (flymake-mode): Specify :group.
22133 * progmodes/glasses.el (glasses-mode): Specify :group.
22134 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22135 * textmodes/enriched.el (enriched-mode): Specify :group.
22136 * textmodes/refill.el (refill-mode): Specify :group.
22137
22138 * add-log.el (change-log-font-lock-keywords): Names in
22139 parenthesized lists can contain spaces.
22140
22141 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22142
22143 * startup.el (fancy-splash-text): Shorten default text of
22144 "Emacs Tutorial" line. Also, if the current language env
22145 indicates an available tutorial file other than TUTORIAL,
22146 extract its title and append it to the line in parentheses.
22147 (fancy-splash-insert): If arg is a thunk, funcall it.
22148
22149 2005-04-04 Jay Belanger <belanger@truman.edu>
22150
22151 * calc.el (calc-language-alist): Add tags to customization type.
22152
22153 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22154
22155 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22156 Doc fix.
22157
22158 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22159
22160 * add-log.el (change-log-font-lock-keywords): The manual
22161 describing a Change Log entry, says: (...) "Aside from these
22162 header lines, every line in the change log starts with a space or
22163 a tab.". The font-lock was not highlighting lines started with
22164 spaces, added support for it.
22165
22166 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22167
22168 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22169 (bibtex-generate-url-list): Update docstring accordingly. Put the
22170 complex example in the docstring.
22171 (bibtex-font-lock-url): Use pop.
22172
22173 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22174
22175 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22176
22177 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22178
22179 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22180
22181 * filesets.el (filesets-set-default): Doc fix.
22182
22183 2005-04-03 Lute Kamstra <lute@gnu.org>
22184
22185 * generic.el (define-generic-mode): Add argument to specify
22186 keywords for defcustom.
22187 (default-generic-mode): Specify :group.
22188
22189 * generic-x.el: Specify :group for all generic modes.
22190
22191 * desktop.el (desktop-no-desktop-file-hook)
22192 (desktop-after-read-hook): Doc fix.
22193
22194 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22195
22196 * simple.el (visible-mode): Use explicit :group keyword.
22197 This changes the group of `visible-mode-hook' from paren-blinking
22198 to editing-basics.
22199
22200 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22201
22202 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22203 mailbox specifications as well as URLs.
22204 (rmail-insert-inbox-text): Remove unused conditional branches.
22205
22206 2005-04-01 Jay Belanger <belanger@truman.edu>
22207
22208 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22209 (calc-gnuplot-print-command): Move definitions to calc.el.
22210
22211 * calc/calc-embed.el (calc-embedded-announce-formula)
22212 (calc-embedded-open-formula, calc-embedded-close-formula)
22213 (calc-embedded-open-word, calc-embedded-close-word)
22214 (calc-embedded-open-plain, calc-embedded-close-plain)
22215 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22216 (calc-embedded-open-mode, calc-embedded-close-mode):
22217 Move definitions to calc.el.
22218
22219 * calc/calc.el (calc-settings-file, calc-language-alist):
22220 Make customizable.
22221 (calc-embedded-announce-formula, calc-embedded-open-formula)
22222 (calc-embedded-close-formula, calc-embedded-open-word)
22223 (calc-embedded-close-word, calc-embedded-open-plain)
22224 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22225 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22226 (calc-embedded-close-mode, calc-gnuplot-name)
22227 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22228 from other files and make customizable.
22229
22230 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22231
22232 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22233 Use buffer-live-p.
22234 (cvs-mode-run): Don't call cvs-update-header here.
22235 (cvs-run-process): Call cvs-update-header.
22236 Use process properties for cvs-postprocess and cvs-buffer so that
22237 the sentinel can behave better if the temp buffer is killed.
22238 Use a pipe rather than a tty, to better handle unexpected prompts.
22239 (cvs-sentinel): Rewrite. Call cvs-update-header.
22240
22241 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22242
22243 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22244 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22245
22246 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22247
22248 * generic.el (define-generic-mode): Add indentation rule.
22249
22250 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22251
22252 * files.el (mode-require-final-newline): Make Custom correctly
22253 report a nil value and allow to set it to nil via Custom.
22254 Doc fix.
22255
22256 2005-04-01 Kenichi Handa <handa@m17n.org>
22257
22258 * international/characters.el: Enable the correct case setting for
22259 dotless-i and dotted-I.
22260
22261 2005-04-01 Kim F. Storm <storm@cua.dk>
22262
22263 * ido.el (ido-file-internal): Fall back to non-ido command if
22264 initial directory is on slow ftp (or tramp) host.
22265
22266 2005-03-31 Richard M. Stallman <rms@gnu.org>
22267
22268 * emacs-lisp/autoload.el (make-autoload):
22269 Handle define-global-minor-mode.
22270
22271 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22272 Rename from easy-mmode-define-global-mode.
22273 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22274
22275 * progmodes/scheme.el (scheme-mode-syntax-table):
22276 Update syntax of | and # for two-character comment syntax.
22277
22278 2005-03-31 Lute Kamstra <lute@gnu.org>
22279
22280 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22281 (define-minor-mode): Call custom-current-group at load-time.
22282
22283 * generic.el (define-generic-mode): Add debug declaration.
22284 Add defcustom for the mode hook.
22285 (generic-mode-internal): Use run-mode-hooks.
22286
22287 2005-03-31 Kim F. Storm <storm@cua.dk>
22288
22289 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22290 (mouse-fixup-help-message): New defun called by show_help_echo
22291 to fixup mouse-2 prefix in help messages when applicable.
22292
22293 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22294
22295 2005-03-31 Kenichi Handa <handa@m17n.org>
22296
22297 * language/thai-word.el (thai-find-word-ends): Pay attention to
22298 the case that we reach the end of buffer.
22299
22300 * textmodes/fill.el (fill-text-properties-at): New function.
22301 (fill-newline): Use fill-text-properties-at instead of
22302 text-properties-at.
22303
22304 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22305
22306 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22307 not comint-quote-filename.
22308
22309 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22310
22311 * help-fns.el (help-with-tutorial): Revert last change.
22312
22313 2005-03-31 Kim F. Storm <storm@cua.dk>
22314
22315 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22316
22317 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22318
22319 * calendar/cal-china.el: Update reference to "Calendrical
22320 Calculations" book; there's a new edition.
22321 * calendar/cal-coptic.el: Likewise.
22322 * calendar/cal-french.el: Likewise.
22323 * calendar/cal-hebrew.el: Likewise.
22324 * calendar/cal-islam.el: Likewise.
22325 * calendar/cal-iso.el: Likewise.
22326 * calendar/cal-julian.el: Likewise.
22327 * calendar/cal-mayan.el: Likewise.
22328 * calendar/cal-persia.el: Likewise.
22329 * calendar/calendar.el: Likewise.
22330 * calendar/holidays.el: Likewise.
22331 * calendar/lunar.el: Likewise.
22332 * calendar/solar.el: Likewise.
22333
22334 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22335 white space from doc string.
22336
22337 2005-03-30 Jay Belanger <belanger@truman.edu>
22338
22339 * calc/calc-help.el (calc-full-help): Remove email address.
22340
22341 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22342
22343 * help-fns.el (help-with-tutorial): Delete title line.
22344
22345 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22346
22347 * calendar/cal-x.el (calendar-one-frame-setup)
22348 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22349 rather than `symbol' for set-window-dedicated-p.
22350
22351 * calendar/appt.el (appt-buffer-name): Make it a constant.
22352 (appt-add): Doc fix.
22353
22354 * filesets.el (filesets-menu-path, filesets-menu-before)
22355 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22356 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22357 (filesets-add-submenu): Delete and use add-submenu instead.
22358
22359 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22360
22361 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22362 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22363 (org-diary-default-entry): New function.
22364 (org-get-entries-from-diary): Better parsing of diary entries.
22365 (org-agenda-check-no-diary): New function.
22366 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22367 linking to diary entries.
22368 (org-agenda-execute-calendar-command): New function.
22369 (org-agenda): Improve visible section in window.
22370 Use `org-fit-agenda-window'.
22371 (org-fit-agenda-window): New option.
22372 (org-move-subtree-down): Better handling of empty lines
22373 at end of subtree.
22374 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22375 levels up.
22376 (org-fontify-done-headline): New option.
22377 (org-headline-done-face): New face.
22378 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22379 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22380 When current field is non-empty, it is copied to next row.
22381 (org-table-copy-from-above): Fix bug which made it
22382 impossible to copy fields containing only a single non-white character.
22383
22384 2005-03-30 Kim F. Storm <storm@cua.dk>
22385
22386 * kmacro.el (kmacro-end-macro): Isearch may store this command
22387 into the macro -- so ignore it when executing keyboard macro.
22388
22389 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22390
22391 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22392
22393 2005-03-29 Kenichi Handa <handa@m17n.org>
22394
22395 * language/thai.el ("Thai"): Set setup-function and exit-function
22396 for Thai language environment.
22397
22398 * language/thai-util.el: Require thai-word.
22399 (thai-word-mode-map): New variable.
22400 (thai-word-mode): New minor mode.
22401 (setup-thai-language-environment-internal): New function.
22402 (exit-thai-language-environment-internal): New function.
22403
22404 * language/thai-word.el (thai-word-table): Declare it by defvar,
22405 use dolist to initialize it.
22406 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22407 (thai-fill-find-break-point): New functions.
22408
22409 2005-03-29 Richard M. Stallman <rms@gnu.org>
22410
22411 * simple.el (idle-update-delay): Move definition up.
22412 (set-mark): Doc fix.
22413
22414 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22415
22416 * longlines.el: New file.
22417
22418 * simple.el (buffer-substring-filters): New variable.
22419 (filter-buffer-substring): New function.
22420 (kill-region, copy-region-as-kill): Use it.
22421
22422 * register.el (copy-to-register, append-to-register)
22423 (prepend-to-register): Use filter-buffer-substring.
22424
22425 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22426
22427 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22428 (gud-filter-pending-text): Move in front of gdb.
22429 (gud-overlay-arrow-position): New variable.
22430 (gud-sentinel, gud-display-line): Use it in place of
22431 overlay-arrow-position.
22432
22433 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22434
22435 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22436 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22437 (fortran-font-lock-keywords-4): New variable.
22438 (fortran-blocks-re, fortran-end-block-re)
22439 (fortran-start-block-re): New constants, for hideshow.
22440 (hs-special-modes-alist): Add a Fortran entry.
22441 (fortran-mode-map): Bind fortran-end-of-block,
22442 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22443 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22444 (fortran-looking-at-if-then, fortran-end-of-block)
22445 (fortran-beginning-of-block): New functions, for hideshow.
22446
22447 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22448 Doc fix. Tweak regexp.
22449 (f90-beginning-of-block): Push mark first.
22450
22451 2005-03-29 Jay Belanger <belanger@truman.edu>
22452
22453 * calc/calc.el: Update copyright date.
22454 (calc-version): Increase to 2.1.
22455 (calc-version-date): Remove.
22456
22457 * calc/calc-help.el: Update copyright date.
22458 (calc-full-help): Remove reference to calc-version-date.
22459 Update copyright date.
22460
22461 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22462
22463 * vc.el (vc-do-command): Use a pipe for async processes, so password
22464 prompts don't show up at places where the user can't reply.
22465
22466 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22467
22468 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22469 on the file name we pass to the inferior shell.
22470
22471 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22472
22473 * progmodes/which-func.el (which-function): Be robust in the face of an
22474 imenu--make-index-alist failure.
22475
22476 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22477
22478 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22479
22480 * progmodes/python.el (python-preoutput-filter): Fix last change.
22481
22482 2005-03-29 Lute Kamstra <lute@gnu.org>
22483
22484 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22485 functions and compiled macros.
22486 (debug-convert-byte-code): Handle macros too.
22487 (debug-on-entry-1): Don't signal an error when trying to clear a
22488 function that is not set to debug on entry.
22489
22490 2005-03-29 Jay Belanger <belanger@truman.edu>
22491
22492 * calc/calc-lang.el: Add functions to math-function-table
22493 properties of tex and math.
22494
22495 2005-03-29 Kenichi Handa <handa@m17n.org>
22496
22497 * ps-mule.el (ps-mule-plot-string): Translate characters by
22498 ps-print-translation-table.
22499 (ps-mule-begin-job): Call find-charset-region/string with
22500 ps-print-translation-table.
22501 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22502
22503 * ps-print.el (ps-print-translation-table): New variable.
22504 (ps-plot-region): Translate characters by ps-print-translation-table.
22505
22506 2005-03-29 Juri Linkov <juri@jurta.org>
22507
22508 * simple.el (next-error-highlight-timer): New variable.
22509
22510 * progmodes/compile.el (compilation-goto-locus):
22511 Use `next-error-highlight-timer' instead of `sit-for'.
22512
22513 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22514
22515 * mail/supercite.el (sc-mail-field): Use assoc-string.
22516 (sc-get-address): Simplify regexps.
22517
22518 * files.el (minibuffer-with-setup-hook): New macro.
22519 (find-file-read-args): Use it to avoid let-binding
22520 minibuffer-with-setup-hook (which breaks turning on/off
22521 file-name-shadow-mode while in the prompt).
22522
22523 * complete.el (PC-read-include-file-name-internal):
22524 Use test-completion.
22525
22526 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22527
22528 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22529
22530 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22531
22532 * window.el (window-buffer-height): Use count-screen-lines.
22533
22534 * progmodes/python.el (python-preoutput-leftover): New var.
22535 (python-preoutput-filter): Use it.
22536 (python-send-receive): Loop until all the result has been received.
22537
22538 2005-03-28 Juri Linkov <juri@jurta.org>
22539
22540 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22541
22542 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22543 "Recover Crashed Session".
22544 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22545 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22546 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22547 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22548 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22549 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22550 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22551 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22552
22553 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22554 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22555 Ediff Sessions", "Toggle use of separate control buffer frame",
22556 "Use separate frame for Ediff control buffer".
22557
22558 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22559 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22560 "Rename Bookmark", "Delete Bookmark".
22561
22562 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22563 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22564 Add `:active Info-index-alternatives' to "Next Matching Item".
22565
22566 * wdired.el (wdired-change-to-wdired-mode):
22567 Mention `wdired-abort-changes' key in the initial message.
22568
22569 * international/mule.el (auto-coding-alist): Associate non-ascii
22570 image filename extensions with `no-conversion'.
22571
22572 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22573
22574 * international/iso-acc.el:
22575 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22576
22577 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22578
22579 * textmodes/sgml-mode.el (html-mode): Doc update.
22580
22581 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22582
22583 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22584
22585 * term.el (term-move-columns): Fix face after extending a line.
22586 (term-insert-spaces): Likewise.
22587 (term-reset-terminal): Fix off by one error.
22588
22589 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22590
22591 * international/mule.el (auto-coding-alist): Add .xpi files.
22592
22593 * files.el (auto-mode-alist): Add .xpi files.
22594
22595 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22596
22597 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22598
22599 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22600
22601 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22602
22603 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22604
22605 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22606 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22607
22608 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22609 cursor to Jan 1 when needed.
22610 (calendar-end-of-year): Fix -/+ typo.
22611 Reported by Chong Yidong <cyd@stupidchicken.com>.
22612
22613 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22614
22615 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22616
22617 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22618 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22619
22620 2005-03-25 Richard M. Stallman <rms@gnu.org>
22621
22622 * filesets.el (filesets-init): Add autoload.
22623
22624 * mail/mailalias.el (mail-directory): Doc fix.
22625
22626 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22627
22628 * mail/mailalias.el (mail-directory-process): Do nothing if
22629 mail-directory-process is an atom.
22630 (mail-get-names): Ignore mail-directory-names if it is an atom.
22631 (mail-directory-process defvar): Doc fix.
22632 (mail-names): Doc fix.
22633
22634 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22635
22636 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22637
22638 2005-03-26 Kenichi Handa <handa@m17n.org>
22639
22640 * international/mule-util.el (detect-coding-with-priority):
22641 Call update-coding-systems-internal before detect-coding-region.
22642
22643 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22644
22645 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22646 (gdb-frames-mode-map): Add follow-link property.
22647
22648 2005-03-25 Jay Belanger <belanger@truman.edu>
22649
22650 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22651 for variables.
22652
22653 2005-03-25 Juri Linkov <juri@jurta.org>
22654
22655 * image-mode.el: Optimize image filename extension regexps in
22656 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22657 in `auto-mode-alist'.
22658 (image-mode): Add `image-toggle-display-text' to local hook
22659 `change-major-mode-hook'. Display the image as an image by
22660 default. Set `cursor-type' and `truncate-lines' if the image
22661 is already displayed. Take into account the current mode (image
22662 or text) in message.
22663 (image-minor-mode): New minor mode.
22664 (image-mode-maybe, image-toggle-display-text): New functions.
22665 (image-toggle-display): Use called-interactively-p.
22666 Let-bind `inhibit-read-only' to t.
22667
22668 * image-mode.el (image-minor-mode): Set `cursor-type' and
22669 `truncate-lines' if the image is already displayed. Add turning
22670 image-minor-mode off to `change-major-mode-hook'. Add message.
22671 Call `image-toggle-display-text' after turning image-minor-mode off.
22672
22673 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22674
22675 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22676 Terminal.app, use utf-8.
22677 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22678 (set-locale-environment): Use it.
22679
22680 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22681
22682 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22683
22684 * progmodes/python.el (python-close-block-statement-p)
22685 (python-outdent-p, python-current-defun): Use symbol-end.
22686
22687 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22688
22689 * files.el (save-some-buffers): Doc fix.
22690
22691 2005-03-25 Werner Lemberg <wl@gnu.org>
22692
22693 * complete.el, thumbs.el: Replace `legal' with `valid'.
22694 * calendar/calendar.el: Replace `legal' with `valid'.
22695 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22696 * mail/supercite.el: Replace `legal' with `valid'.
22697 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22698 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22699 Replace `legal' with `valid'.
22700 * textmodes/reftex-vars.el, textmodes/reftex.el:
22701 Replace `legal' with `valid'.
22702
22703 2005-03-25 Werner Lemberg <wl@gnu.org>
22704
22705 * calc/calc-forms.el, calc/calc-sel.el
22706 * midnight.el, vc-cvs.el
22707 * emacs-lisp/cl-macs.el
22708 * emulation/vip.el
22709 * eshell/esh-io.el, eshell/esh-var.el
22710 * mail/supercite.el
22711 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22712 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22713 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22714 * progmodes/sh-script.el, progmodes/xscheme.el
22715 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22716 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22717 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22718 * textmodes/reftex.el, textmodes/org.el:
22719 Replace `illegal' with `invalid'.
22720
22721 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22722
22723 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22724 (flymake-find-buildfile, flymake-find-possible-master-files)
22725 (flymake-check-include, flymake-parse-line): Replace loops over the
22726 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22727
22728 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22729 Substitute file-name-as-directory in the rest of the file.
22730 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22731 (flymake-replace-region): Remove unused arg `buffer'.
22732 (flymake-check-patch-master-file-buffer): Update calls to it.
22733 (flymake-add-err-info): Remove unused var `count'.
22734 (flymake-mode): Use define-minor-mode.
22735
22736 * progmodes/flymake.el: Use with-current-buffer.
22737 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22738 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22739 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22740 Avoid testing for `xemacs'.
22741 (flymake-nop): Move.
22742 (flymake-region-has-flymake-overlays): Return the computed value.
22743 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22744 Remove unused var `endline'.
22745 (flymake-get-line-count): Remove unused function.
22746 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22747
22748 * emulation/vi.el:
22749 * generic.el:
22750 * hilit-chg.el (global-highlight-changes):
22751 * hi-lock.el (hi-lock-mode):
22752 * follow.el: find-file-hooks -> find-file-hook.
22753
22754 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22755
22756 2005-03-24 Juri Linkov <juri@jurta.org>
22757
22758 * dired.el (dired-mode-map): Add menu item "Compare directories"
22759 for dired-compare-directories.
22760
22761 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22762 Doc fix. Replace `read-file-name' with `read-directory-name'.
22763
22764 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22765
22766 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22767
22768 2005-03-24 Jay Belanger <belanger@truman.edu>
22769
22770 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22771 relevant mode settings in calc-embedded-original-modes when modes
22772 are permanently changed.
22773
22774 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22775
22776 * autoinsert.el: find-file-hooks -> find-file-hook.
22777
22778 2005-03-24 Lute Kamstra <lute@gnu.org>
22779
22780 * generic.el (generic-font-lock-defaults): Make it obsolete.
22781 (generic-font-lock-keywords): New variable to replace
22782 generic-font-lock-defaults.
22783 (generic-mode-set-font-lock): Delete it.
22784 (generic-mode-internal): Don't call generic-mode-set-font-lock.
22785 (generic-bracket-support): Add docstring.
22786
22787 * generic-x.el: Rename generic-font-lock-defaults to
22788 generic-font-lock-keywords throughout.
22789 (mailagent-rules-setup-function): Delete it.
22790 (mailagent-rules-generic-mode): Use anonymous function instead.
22791 (show-tabs-generic-mode-font-lock-defaults-1)
22792 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22793 Quote faces.
22794 (show-tabs-tab-face, show-tabs-space-face): Specify background,
22795 not foreground.
22796
22797 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22798 Recognize define-generic-mode.
22799
22800 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
22801
22802 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22803 if there's no completion table.
22804
22805 2005-03-23 Miles Bader <miles@gnu.org>
22806
22807 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22808 Remove tty-specific variants, as they're no longer needed.
22809
22810 2005-03-23 Lute Kamstra <lute@gnu.org>
22811
22812 * generic-x.el: Code cleanup: make args constant whenever possible.
22813 (installshield-statement-keyword-list)
22814 (installshield-system-functions-list)
22815 (installshield-system-variables-list, installshield-types-list)
22816 (installshield-funarg-constants-list): Make them constants.
22817
22818 * generic.el (generic-make-keywords-list): Add autoload cookie.
22819
22820 * calendar/time-date.el: Add comment on time value formats.
22821 Don't require parse-time.
22822 (with-decoded-time-value): New macro.
22823 (encode-time-value): New function.
22824 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22825 (days-to-time): Return a valid time value when arg is huge.
22826 (time-since): Use time-subtract.
22827 (time-to-number-of-days): Use time-to-seconds.
22828
22829 2005-03-23 David Ponce <david@dponce.com>
22830
22831 * recentf.el (recentf-keep): New option.
22832 (recentf-menu-action): Default to `find-file'.
22833 (recentf-keep-non-readable-files-flag)
22834 (recentf-keep-non-readable-files-p)
22835 (recentf-file-readable-p, recentf-find-file)
22836 (recentf-cleanup-remote): Remove.
22837 (recentf-include-p): More robust.
22838 (recentf-keep-p): New function.
22839 (recentf-remove-if-non-kept): Rename from
22840 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
22841 All callers updated.
22842 (recentf-menu-items-for-commands): Fix help string.
22843 (recentf-track-closed-file): Update. Doc fix.
22844 (recentf-cleanup): Update. Count removed files. Doc fix.
22845
22846 2005-03-23 Kim F. Storm <storm@cua.dk>
22847
22848 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22849 Don't inherit from fringe face (now happens automatically).
22850
22851 2005-03-22 Kim F. Storm <storm@cua.dk>
22852
22853 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22854 position values.
22855
22856 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
22857
22858 * menu-bar.el (showhide-date-time): Remove.
22859 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22860 (menu-bar-make-mm-toggle): Simplify.
22861
22862 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22863
22864 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22865 Accept qualified variable and function names.
22866
22867 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
22868
22869 * bindings.el (completion-ignored-extensions):
22870 Remove ".lis" for `vax-vms'.
22871
22872 2005-03-22 Andreas Schwab <schwab@suse.de>
22873
22874 * generic-x.el: Revert last change.
22875 * ldefs-boot.el: Update.
22876
22877 2005-03-22 Jay Belanger <belanger@truman.edu>
22878
22879 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22880 (calc-embedded-save-original-modes)
22881 (calc-embedded-restore-original-modes): New functions.
22882 (calc-do-embedded): Save original modes when entering embedded mode
22883 and restore when leaving embedded mode.
22884 (calc-embedded-modes-change): Change the value of
22885 calc-embedded-original-modes to reflect permanent changes.
22886
22887 2005-03-22 Lute Kamstra <lute@gnu.org>
22888
22889 * generic-x.el: Require generic again.
22890
22891 2005-03-22 Miles Bader <miles@gnu.org>
22892
22893 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22894 Tweak details to look good on both ttys and bitmap displays, light
22895 or dark background, etc.
22896
22897 2005-03-21 Kim F. Storm <storm@cua.dk>
22898
22899 * tooltip.el (tooltip-show-help-function): Check car and cdr of
22900 mouse position.
22901
22902 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22903
22904 * icomplete.el: Don't forcibly turn on the mode upon load.
22905 (icomplete-mode): Use define-minor-mode.
22906 (icomplete-eoinput): Default to nil.
22907 (icomplete-minibuffer-setup): Remove autoload.
22908 (icomplete-tidy): Simplify.
22909 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22910 in the initial state or if the user has modified the field.
22911 Fix handling of icomplete-max-delay-chars.
22912 Remove code that handles the oddball case where
22913 minibuffer-completion-table is an integer.
22914 Wrap icomplete-completions in while-no-input in case building
22915 completions takes more time than expected.
22916 (icomplete-completions): Simplify.
22917
22918 2005-03-21 Richard M. Stallman <rms@gnu.org>
22919
22920 * jka-compr.el (jka-compr-really-do-compress):
22921 Make variable buffer-local.
22922
22923 * image-mode.el: Handle .xpm files too.
22924 (image-toggle-display): Preserve modification flag.
22925
22926 * help.el (where-is): Don't mention aliases with no key bindings.
22927
22928 2005-03-21 Lute Kamstra <lute@gnu.org>
22929
22930 * generic.el: Fix commentary section. Don't require cl for
22931 compilation.
22932 (generic-mode-list): Add autoload cookie.
22933 (generic-use-find-file-hook, generic-lines-to-scan)
22934 (generic-find-file-regexp, generic-ignore-files-regexp)
22935 (generic-mode, generic-mode-find-file-hook)
22936 (generic-mode-ini-file-find-file-hook): Fix docstrings.
22937 (define-generic-mode): Make it a defmacro. Fix docstring.
22938 (generic-mode-internal): Code cleanup. Add autoload cookie.
22939 (generic-mode-set-comments): Code cleanup.
22940 * generic-x.el: Don't prevent compilation. Don't require generic.
22941 Follow coding conventions. Minor code cleanup.
22942 (etc-fstab-generic-mode): Add some keywords.
22943 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22944 define-generic-mode like a function declaration.
22945
22946 2005-03-21 Jay Belanger <belanger@truman.edu>
22947
22948 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22949 changing modes.
22950
22951 2005-03-21 Sam Steingold <sds@gnu.org>
22952
22953 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22954
22955 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
22956
22957 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22958 Add underscore to "f$ lexicals" regexp.
22959
22960 2005-03-20 Juri Linkov <juri@jurta.org>
22961
22962 * subr.el (progress-reporter-do-update): When `min-value' is equal
22963 to `max-value', set `percentage' to 0 and prevent division by zero.
22964
22965 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
22966
22967 Sync with Tramp 2.0.48.
22968
22969 * net/tramp.el (all): Change all addresses to .gnu.org.
22970 (tramp-append-tramp-buffers): New defun.
22971 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22972 Catch `dont-send' signal.
22973 (tramp-set-auto-save-file-modes): Set always permissions, because
22974 there might be an old auto-saved file belonging to another
22975 original file. This could be a security threat. Reported by
22976 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22977 Check for Emacs 21.3.50 removed.
22978
22979 * net/tramp-smb.el (all): Remove debug construct for
22980 `with-parsed-tramp-file-name'.
22981 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22982 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22983 No error message if DIRECTORY or FILENAME doesn't exist.
22984 (tramp-smb-open-connection): Check existence of
22985 `tramp-smb-program'.
22986
22987 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22988
22989 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22990 Properly handle the case where the `m' or `s' command's argument is not
22991 yet terminated.
22992 (perl-indent-new-calculate): New function.
22993 (perl-indent-line): Use it.
22994
22995 2005-03-20 Miles Bader <miles@gnu.org>
22996
22997 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22998 in text-mode too. Change to new face names.
22999 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23000 Add `:weight bold' attribute.
23001 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23002
23003 2005-03-19 Juri Linkov <juri@jurta.org>
23004
23005 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23006
23007 * international/mule.el (auto-coding-alist): Sync with
23008 `auto-mode-alist' by adding upper case archive file extensions
23009 and adding ear/war to jar extension.
23010
23011 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23012
23013 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23014 running, restart it.
23015
23016 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23017
23018 * finder.el (finder-current-item): Throw an error on an empty line.
23019
23020 * man.el (Man-follow-manual-reference): If current-word returns
23021 nil, use "".
23022
23023 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23024
23025 * simple.el (goto-line): Doc fix.
23026
23027 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23028
23029 * files.el (save-buffer): Doc fix.
23030
23031 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23032
23033 * recentf.el (recentf-cleanup-remote): New variable.
23034 (recentf-cleanup): Use it to conditionally check availability of
23035 remote files.
23036
23037 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23038
23039 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23040 function names.
23041
23042 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23043
23044 * language/thai-word.el: New file.
23045
23046 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23047
23048 * files.el (backup-buffer): If the file's directory is not
23049 writable, use copy instead of move to backup the file.
23050
23051 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23052
23053 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23054
23055 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23056
23057 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23058 Use functionp instead of symbolp and fboundp. Reported by Drkm
23059 <darkman_spam@yahoo.fr>.
23060 (ps-print-version): New version 6.6.6.
23061
23062 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23063
23064 * textmodes/table.el (table--line-column-position): New idiom.
23065 (table--row-column-insertion-point-p): New function to test
23066 validity of row and column insertion operation at a location.
23067 (table-global-menu, table-cell-menu): Use above functions for
23068 deterministic test operation.
23069 (table--editable-cell-p): Behave in deterministic fashion.
23070
23071 2005-03-18 Juri Linkov <juri@jurta.org>
23072
23073 * isearch.el (isearch-lazy-highlight-new-loop):
23074 Make arguments beg and end optional.
23075 (isearch-update): Remove optional arguments nil from
23076 isearch-lazy-highlight-new-loop.
23077 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23078 isearch-lazy-highlight-case-fold-search instead of
23079 isearch-case-fold-search, and let-bind isearch-regexp to
23080 isearch-lazy-highlight-regexp.
23081 Use isearch-lazy-highlight-last-string instead of isearch-string.
23082
23083 * replace.el (perform-replace): Remove bindings of global
23084 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23085 Add three new arguments to `replace-highlight'.
23086 (replace-highlight): Add arguments string, regexp, case-fold.
23087 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23088 to allow isearch-lazy-highlight-new-loop to use these values
23089 to set corresponding isearch-lazy-highlight-* internal
23090 variables whose values lazy highlighting will use regardless of
23091 changes to global variables isearch-string, isearch-regexp,
23092 isearch-case-fold-search during lazy highlighting loop.
23093 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23094 to `lazy-highlight-cleanup'.
23095
23096 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23097 (ispell-highlight-face): Set default face to `isearch' when
23098 lazy highlighting is enabled.
23099 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23100 priority to 1. Add lazy highlighting.
23101 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23102 from `isearch-dehighlight'.
23103
23104 2005-03-18 David Ponce <david@dponce.com>
23105
23106 * files.el (hack-local-variables): Do a case-insensitive search
23107 for End.
23108
23109 2005-03-18 Juri Linkov <juri@jurta.org>
23110
23111 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23112 `isearch-lazy-highlight-cleanup', add alias to old name and
23113 declare obsolete. Add release numbers to other obsolete vars.
23114 (isearch-done, isearch-lazy-highlight-new-loop):
23115 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23116 (lazy-highlight-cleanup) <variable>: Doc fix.
23117 (isearch-lazy-highlight-update): Rename obsolete
23118 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23119
23120 2005-03-18 Kenichi Handa <handa@m17n.org>
23121
23122 * language/thai-util.el: Fix categorization of Thai characters in
23123 thai-category-table.
23124 (thai-composition-pattern): Adjust it for the above change.
23125 (thai-self-insert-command, thai-compose-syllable): New functions.
23126 (thai-compose-region): Use thai-compose-syllable.
23127 (thai-compose-string): Likewise.
23128 (thai-composition-function): Likewise.
23129 (thai-auto-composition): New function.
23130 (thai-auto-composition-mode): New minor mode.
23131
23132 * language/thai.el: Fix patterns to be registered in
23133 composition-function-table.
23134
23135 * international/quail.el (quail-input-method): Locally bind
23136 inhibit-modification-hooks to t.
23137
23138 2005-03-17 Richard M. Stallman <rms@gnu.org>
23139
23140 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23141 (perl-mode): Use run-mode-hooks.
23142
23143 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23144 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23145 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23146
23147 * mail/sendmail.el (sendmail-send-it): Reenable the code
23148 to compute resend-to-address and use it.
23149
23150 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23151
23152 * image-mode.el: New file.
23153
23154 * image.el (insert-sliced-image): Add autoload cookie.
23155
23156 * font-lock.el (font-lock-lines-before): New user option.
23157 (font-lock-after-change-function): Obey it.
23158
23159 * bindings.el (esc-map): Make M-g a prefix.
23160 Bind M-g g and M-g M-g to goto-line.
23161
23162 * faces.el (face-id): Doc fix.
23163
23164 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23165
23166 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23167 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23168 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23169
23170 * mail/sendmail.el (mail-yank-ignored-headers)
23171 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23172 Add Mail-Followup-To and Mail-Reply-To headers.
23173 (mail-citation-hook): Add autoload cookie.
23174 (mail-mode): Doc fix.
23175 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23176 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23177 (mail-mode-fill-paragraph): Handle those headers.
23178 (mail-mailing-lists): New variable.
23179 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23180
23181 2005-03-17 Juri Linkov <juri@jurta.org>
23182
23183 * isearch.el (isearch-fallback): Check for `(car previous)'
23184 before calling `isearch-other-end-state'.
23185
23186 2005-03-17 Kim F. Storm <storm@cua.dk>
23187
23188 * simple.el (move-beginning-of-line): Move to beginning of buffer
23189 line, as well as beginning of screen line.
23190
23191 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23192
23193 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23194 argument REDRAW rather than calendar-redrawing variable.
23195 * calendar/calendar.el (calendar-redrawing): Delete.
23196 (redraw-calendar): Do not bind calendar-redrawing.
23197
23198 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23199
23200 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23201 diary-file buffer.
23202
23203 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23204
23205 * help.el (describe-mode): Allow a :minor-mode-function property to
23206 specify a different minor mode toggle function than the variable.
23207 * simple.el (auto-fill-function):
23208 * subr.el (add-minor-mode): Use it.
23209
23210 2005-03-16 Kenichi Handa <handa@m17n.org>
23211
23212 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23213 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23214 (ethio-fidel-to-sera-buffer): Likewise.
23215
23216 2005-03-16 Juri Linkov <juri@jurta.org>
23217
23218 * emacs-lisp/find-func.el (find-function-regexp):
23219 Add defun-emitting macro `menu-bar-make-toggle'.
23220
23221 * isearch.el: Put `isearch-scroll' property to
23222 `split-window-horizontally'.
23223
23224 * info.el: Update error messages for `debug-ignored-errors'.
23225 (Info-isearch-search): Doc fix.
23226 (Info-find-node): Move up code to go into info buffer before
23227 recording the node to the history.
23228 (Info-fontify-node): Fontify titles only if the next line
23229 has two or more `*', `=', `-', `.'.
23230 Display "go to this node" for empty (match-string 3).
23231
23232 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23233
23234 * term/mac-win.el: Add mouse pointer shape constants.
23235
23236 2005-03-15 Kim F. Storm <storm@cua.dk>
23237
23238 * simple.el (move-beginning-of-line): Use vertical-motion.
23239
23240 2005-03-15 Juri Linkov <juri@jurta.org>
23241
23242 * isearch.el (isearch-error): New variable.
23243 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23244 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23245 (isearch-within-brackets-state): Remove.
23246 (isearch-case-fold-search-state, isearch-pop-fun-state):
23247 Decrease frame index.
23248 (isearch-mode, isearch-top-state, isearch-push-state)
23249 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23250 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23251 (isearch-search, isearch-lazy-highlight-new-loop):
23252 Replace `isearch-invalid-regexp' with `isearch-error'.
23253 Remove `isearch-within-brackets'.
23254 (isearch-search): Add `search-failed' handler to `condition-case'.
23255 (isearch-lazy-highlight-search): Add `condition-case' to catch
23256 errors and allow `isearch-lazy-highlight-update' to try
23257 highlighting from the beginning of the window.
23258 (isearch-repeat): Move up code to set isearch-wrapped to t
23259 before calling isearch-wrap-function.
23260
23261 * info.el (Info-isearch-initial-node): New internal variable.
23262 (Info-search): Signal an error in isearch mode when search leaves
23263 the initial node. Signal an error when `bound' is non-nil and
23264 nothing was found in the current subfile.
23265 (Info-isearch-search): Remove `condition-case'.
23266 (Info-isearch-wrap): Don't wrap when search failed during leaving
23267 the initial node. If `Info-isearch-search' is nil, wrap around
23268 the current node.
23269 (Info-isearch-start): New fun.
23270 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23271 `isearch-mode-hook'.
23272
23273 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23274
23275 * simple.el (normal-erase-is-backspace): Set default to t if
23276 running on Mac.
23277
23278 * term/mac-win.el (function-key-map): Sync with x-win.el.
23279
23280 2005-03-15 Kenichi Handa <handa@m17n.org>
23281
23282 * international/mule-cmds.el (locale-language-names): Modify the
23283 format of elements and add more entries.
23284 (locale-preferred-coding-systems): Add more entries.
23285 (set-locale-environment): Adjust for the change of
23286 locale-language-names.
23287
23288 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23289
23290 * pcvs.el (smerge-ediff): Remove bogus autoload.
23291
23292 2005-03-14 Lute Kamstra <lute@gnu.org>
23293
23294 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23295 Ignore a `*' at the beginning of a line.
23296
23297 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23298 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23299 subr.el.
23300 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23301 to specify indentation.
23302
23303 * generic.el (define-generic-mode): Let generic-mode-list be a
23304 list of strings; test membership with equal.
23305
23306 2005-03-14 Kim F. Storm <storm@cua.dk>
23307
23308 * simple.el (next-line, previous-line): Add optional try-vscroll
23309 arg to recognize interactive use. Pass it on to line-move.
23310 (line-move): Don't perform auto-window-vscroll when defining or
23311 executing keyboard macro to ensure consistent behavior.
23312
23313 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23314
23315 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23316
23317 2005-03-13 Lute Kamstra <lute@gnu.org>
23318
23319 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23320 debugger-setup-buffer so that backtrace marks the frames set to
23321 debug-on-exit and we don't have to do it manually. Set an extra
23322 debug-on-exit for macro's.
23323 (debugger-setup-buffer): Don't mark the top frame manually.
23324
23325 2005-03-12 Lute Kamstra <lute@gnu.org>
23326
23327 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23328 lisp-indent-function throughout.
23329 (with-no-warnings): Set lisp-indent-function property.
23330
23331 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23332
23333 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23334 Add entry for backslash.
23335
23336 2005-03-12 Juri Linkov <juri@jurta.org>
23337
23338 * info.el (Info-search): Four fixes for backward search.
23339
23340 2005-03-11 Jay Belanger <belanger@truman.edu>
23341
23342 * calc/calc.el (calc-language-alist): New variable.
23343 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23344 (calc-embedded-find-modes): Use calc-language-alist instead of
23345 calc-embedded-language-alist.
23346
23347 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23348
23349 * calendar/calendar.el (calendar-redrawing): New internal
23350 variable.
23351 (redraw-calendar): Remove bogus save-excursion from previous
23352 change. Bind calendar-redrawing to t for mark-diary-entries.
23353 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23354 calendar if that is why we were called.
23355
23356 2005-03-11 Kenichi Handa <handa@m17n.org>
23357
23358 * international/mule.el (make-coding-system): Set property
23359 coding-system-define-form to nil.
23360 (define-coding-system-alias): Likewise.
23361
23362 2005-03-11 Kenichi Handa <handa@m17n.org>
23363
23364 These changes are suggested by Dave Love <fx@gnu.org>.
23365
23366 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23367 coding: tag.
23368 (adaptive-fill-regexp): Add more bullets.
23369 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23370 regexps.
23371
23372 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23373
23374 * help.el (describe-mode): Properly handle non-trivial lighters.
23375 Don't ignore minor modes that are not listed in minor-mode-list.
23376
23377 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23378 feature ON when the user requests to turn it OFF.
23379
23380 2005-03-10 Lute Kamstra <lute@gnu.org>
23381
23382 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23383 (implement-debug-on-entry): New function to replace debug-entry-code.
23384 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23385 second argument as the 2005-03-07 change makes it obsolete.
23386 (debug-on-entry, cancel-debug-on-entry): Update call to
23387 debug-on-entry-1.
23388 (debug, debugger-setup-buffer): Comment update.
23389 (debugger-frame-number): Update to work with implement-debug-on-entry.
23390
23391 2005-03-10 Jay Belanger <belanger@truman.edu>
23392
23393 * calc/calc-embed.el (math-ms-args): Declare it.
23394 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23395 math-ms-args.
23396 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23397 variables.
23398
23399 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23400
23401 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23402 Use message-box.
23403
23404 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23405 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23406 (tooltip-gud-tips): Simplify.
23407 (tooltip-gud-tips-p): Remove superfluous :set.
23408 (tooltip-gud-modes): Add fortran-mode.
23409 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23410
23411 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23412
23413 2005-03-09 Kim F. Storm <storm@cua.dk>
23414
23415 * play/animate.el (animate-place-char): Use forward-line instead
23416 of next-line to improve performance.
23417
23418 2005-03-09 Simon Josefsson <jas@extundo.com>
23419
23420 * net/browse-url.el (browse-url-default-browser): Doc fix.
23421
23422 2005-03-09 Miles Bader <miles@gnu.org>
23423
23424 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23425 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23426
23427 2005-03-09 Kenichi Handa <handa@m17n.org>
23428
23429 * international/latin-1.el: Set case and syntax for 255 only if
23430 set-case-syntax-set-multibyte is nil.
23431
23432 * textmodes/ispell.el (ispell-insert-word): New function.
23433 (ispell-word): Use ispell-insert-word to insert a new word.
23434 (ispell-process-line): Likewise.
23435 (ispell-complete-word): Likewise.
23436
23437 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23438
23439 * calendar/calendar.el (redraw-calendar): Preserve point.
23440 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23441 (calendar-week-start-day): Move after definition of
23442 redraw-calendar. Delete buffer test, since redraw-calendar has
23443 that now.
23444
23445 * calendar/diary-lib.el (mark-diary-entries): Only call
23446 redraw-calendar in the first of any recursive calls.
23447 Reported by Alan Shutko <ats@acm.org>.
23448
23449 2005-03-08 Juri Linkov <juri@jurta.org>
23450
23451 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23452 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23453 (html-radio-buttons): Add a space before the trailing `/>' where
23454 sgml-xml-mode is non-nil.
23455 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23456 the subsequent tag of the empty XML tag.
23457 (html-href-anchor): Don't set initial input to "http:".
23458 (html-image): Ask for the image URL and set point inside alt="".
23459 (html-name-anchor): Duplicate the name in the `id' attribute when
23460 sgml-xml-mode is non-nil.
23461 (html-paragraph): Remove \n before <p>.
23462 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23463 instead of `checked' when sgml-xml-mode is non-nil.
23464
23465 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23466 Remove 1 space before #RRGGBB to not truncate it on terminal
23467 windows w/o fringes. Remove 1 space between bg and fg examples
23468 to get more space.
23469 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23470 avoid byte-compile warnings.
23471
23472 * image-file.el (image-file-handler): Put `safe-magic' property to
23473 `image-file-handler'.
23474
23475 * info.el (Info-isearch-search): Emulate word search in
23476 isearching through multiple Info nodes with Info-search.
23477 (Info-isearch-wrap): Allow isearch-word.
23478
23479 2005-03-08 Lute Kamstra <lute@gnu.org>
23480
23481 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23482 stepping into the debugger's code is not possible.
23483 (debugger-jumping-flag): Docstring update.
23484
23485 2005-03-08 Jay Belanger <belanger@truman.edu>
23486
23487 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23488 embedded mode begins.
23489 (calc-embedded-language-alist): New variable.
23490 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23491 set default language mode.
23492
23493 2005-03-08 Kenichi Handa <handa@m17n.org>
23494
23495 * international/ccl.el (define-ccl-program): Fix docstring about
23496 extra 256 bytes assured for the output buffer.
23497
23498 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23499 Fix BUFFER_MAGNIFICATION to 2.
23500 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23501
23502 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23503
23504 * align.el (align-rules-list): Added an alignment rule for CSS
23505 declarations (applies to css-mode and html-mode buffers).
23506
23507 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23508
23509 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23510
23511 2005-03-07 Kim F. Storm <storm@cua.dk>
23512
23513 * simple.el (move-beginning-of-line): New command.
23514
23515 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23516
23517 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23518
23519 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23520 and move-beginning-of-line.
23521
23522 * apropos.el (apropos-print): Omit command from M-x ... RET.
23523
23524 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23525
23526 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23527 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23528
23529 2005-03-06 Richard M. Stallman <rms@gnu.org>
23530
23531 * bindings.el (esc-map): Bind M-g to goto-line.
23532
23533 * facemenu.el (global-map): Bind M-o, not M-g.
23534
23535 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23536
23537 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23538 "Open Directory" as for "Open File".
23539
23540 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23541
23542 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23543 (push-mark-command): Run activate-mark-hook.
23544
23545 2005-03-06 Richard M. Stallman <rms@gnu.org>
23546
23547 * help-mode.el (help-mode-finish): Don't alter the element
23548 in view-return-to-alist if there already is one.
23549
23550 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23551 make sure the current buffer is the expected one.
23552
23553 * novice.el (disabled-command-function): Output in *Disabled Command*.
23554 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23555
23556 * textmodes/flyspell.el (flyspell-large-region):
23557 Pass args differently for aspell.
23558
23559 * files.el (mode-require-final-newline): Doc fix.
23560
23561 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23562
23563 * progmodes/which-func.el (which-function):
23564 Specify NOERROR when calling imenu--make-index-alist.
23565
23566 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23567
23568 * simple.el (normal-erase-is-backspace): Define default value.
23569
23570 * custom.el (custom-theme-set-variables): Remove unused var
23571 `immediate'.
23572 (custom-reevaluate-setting): Simple function to handle variables
23573 that are defined before their default value can really be
23574 computed.
23575
23576 * startup.el (command-line): Use it for temporary-file-directory,
23577 small-emporary-file-directory, auto-save-file-name-transforms,
23578 blink-cursor-mode, and normal-erase-is-backspace.
23579
23580 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23581 progress, even with buggy anchored keywords.
23582
23583 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23584
23585 * simple.el (goto-line): Remove unbalanced final parenthesis.
23586
23587 2005-03-05 Richard M. Stallman <rms@gnu.org>
23588
23589 * simple.el (goto-line): Use a number at point as the default.
23590 With C-u as arg, switch buffers.
23591
23592 2005-03-05 Juri Linkov <juri@jurta.org>
23593
23594 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23595 with `no-blinking-cursor'.
23596
23597 * startup.el (no-blinking-cursor): New defvar.
23598 (command-line): Add `--no-blinking-cursor' to longopts.
23599 Set `no-blinking-cursor' to t for command line arguments
23600 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23601 with `no-blinking-cursor' in the condition for calling
23602 `blink-cursor-mode'.
23603
23604 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23605
23606 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23607 (menu-bar-options-save): Add blink-cursor-mode.
23608 (menu-bar-options-menu): Add blink-cursor-mode.
23609
23610 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23611
23612 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23613 (icalendar-export-file, icalendar-export-region)
23614 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23615 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23616
23617 2005-03-04 Lute Kamstra <lute@gnu.org>
23618
23619 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23620 (debug-function-list): Ditto.
23621
23622 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23623
23624 * textmodes/texinfmt.el (texinfo-append-refill):
23625 Redefine the types of line to which @refill
23626 is not appended by replacing a search for `@refill\\|@bye' with
23627 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23628 itemize@refill' bug and the unfilled long lines bug.
23629 (texinfmt-version): Update number and date.
23630
23631 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23632
23633 * international/code-pages.el (windows-1250, windows-125[2-8])
23634 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23635
23636 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23637
23638 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23639 bound yet.
23640
23641 2005-03-02 Romain Francoise <romain@orebokech.com>
23642
23643 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23644 buffer after removing limits.
23645 (ibuffer-pop-filter): Ditto.
23646 Update copyright.
23647
23648 2005-03-02 Miles Bader <miles@gnu.org>
23649
23650 * button.el (make-text-button): If the user doesn't specify a
23651 type, use the default. Rewrite to use `add-text-properties' and
23652 plist functions.
23653
23654 2005-03-01 Lute Kamstra <lute@gnu.org>
23655
23656 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23657 (debugger-jumping-flag): New var.
23658 (debug-entry-code): Use it.
23659 (debugger-jump): Use debugger-jumping-flag and add
23660 debugger-reenable to post-command-hook.
23661 (debugger-reenable): Use debugger-jumping-flag and remove itself
23662 from post-command-hook.
23663 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23664 debugger-reenable.
23665
23666 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23667
23668 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23669 inclusion of "itemize\\|", which may be unnecessary, is certainly
23670 inelegant, and stops refilling in itemize lists when formatting
23671 Japanese Texinfo files to Info.
23672 Update copyright to 2005.
23673
23674 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23675
23676 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23677 of an error if GDB can't find the source file.
23678
23679 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23680
23681 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23682 not just the calendar.
23683
23684 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23685 first.
23686 (diary-redraw-calendar): New function.
23687 (make-diary-entry): Add diary-redraw-calendar to local
23688 write-contents-functions. Turn off selective display before
23689 inserting in diary.
23690
23691 2005-03-01 Kim F. Storm <storm@cua.dk>
23692
23693 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23694
23695 2005-03-01 Lute Kamstra <lute@gnu.org>
23696
23697 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23698 that debug-entry-code can be safely removed from a function while
23699 this code is being evaluated. Revert the 2005-02-27 change as the
23700 new implementation no longer requires it. Make sure that a
23701 function body containing just a string is not mistaken for a docstring.
23702 (debug): Skip one more frame in case of debug on entry.
23703 (debugger-setup-buffer): Delete one more frame line in case of
23704 debug on entry.
23705 (debugger-frame-number): Update to use the new text introduced by
23706 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23707
23708 2005-02-28 Kim F. Storm <storm@cua.dk>
23709
23710 * double.el (double-translate-key): Call force-window-update after
23711 read-event to avoid crash in redisplay.
23712
23713 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23714
23715 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23716 (debug): Use it. Move the inhibit-trace earlier.
23717 (debug-entry-code): New const.
23718 (debug-on-entry-1): Use it.
23719
23720 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23721
23722 * international/utf-16.el (ccl-encode-mule-utf-16le):
23723 Fix BUFFER_MAGNIFICATION to 2.
23724 (ccl-encode-mule-utf-16be): Likewise.
23725
23726 2005-02-28 Kenichi Handa <handa@m17n.org>
23727
23728 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23729 Fix BUFFER_MAGNIFICATION to 4.
23730 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23731
23732 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23733
23734 * speedbar.el (speedbar-update-flag): Doc fix.
23735 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23736 argument.
23737
23738 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23739
23740 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23741 have a non-nil `invisible' property but are actually visible.
23742
23743 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23744 for perldoc sections.
23745 (perl-outline-regexp, perl-outline-level): New var and function.
23746 (perl-mode): Use them.
23747
23748 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23749
23750 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23751 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23752
23753 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23754
23755 * cus-edit.el: Comment change.
23756 (custom-buffer-create-internal): Slightly reword text at top of
23757 Custom buffers. Mention there that saving an option edits the
23758 init file. Add link to Emacs manual node on `custom-file'.
23759 (custom-magic-alist): Rewrite individual State messages to use
23760 capitalized keywords. Doc fix.
23761
23762 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23763
23764 * calendar/calendar.el (calendar-buffer): Move above
23765 calendar-week-start-day.
23766 (calendar-week-start-day): Doc fix. Add :set function.
23767 (calendar-minimum-window-height): New variable.
23768 (generate-calendar-window): Only resize window if selected-window
23769 is displaying the calendar buffer. Use new variable
23770 calendar-minimum-window-height.
23771 (generate-calendar): Reword error message.
23772 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23773
23774 2005-02-27 Andreas Schwab <schwab@suse.de>
23775
23776 * vc.el (vc-do-command): Don't run command asynchronously when
23777 operating in a remote directory.
23778
23779 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23780 change from sync with Tramp 2.0.47.
23781
23782 2005-02-27 Richard M. Stallman <rms@gnu.org>
23783
23784 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23785
23786 * textmodes/flyspell.el (flyspell-mode-on):
23787 Call ispell-change-dictionary only if necessary.
23788
23789 * emacs-lisp/re-builder.el (regexp-builder): New function.
23790
23791 * register.el (describe-register-1): Explicitly handle
23792 yank-excluded-properties = t.
23793
23794 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23795 (custom-magic-alist): Change the status descriptions again.
23796 (face widget-type): Total rewrite based on `restricted-sexp'
23797 to eliminate the confusing double hiding levels.
23798
23799 * emacs-lisp/debug.el (debug-on-entry-1):
23800 If function body is empty, add nil as body form.
23801
23802 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
23803
23804 * emacs-lisp/trace.el (inhibit-trace): New var.
23805 (trace-make-advice): Use it.
23806
23807 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23808
23809 2005-02-26 Kim F. Storm <storm@cua.dk>
23810
23811 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23812 (mouse-on-link-p, mouse-drag-region-1): Use it.
23813
23814 2005-02-25 Lute Kamstra <lute@gnu.org>
23815
23816 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23817
23818 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
23819
23820 * frame.el (blink-cursor-mode): Add :group keyword.
23821
23822 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
23823
23824 * calendar/icalendar.el (icalendar--decode-isodatetime):
23825 New optional argument DAY-SHIFT.
23826 (icalendar-export-region): Fix coding-system-for-write.
23827 (icalendar--convert-ical-to-diary): Shift end-day of all-day
23828 events by one.
23829
23830 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
23831
23832 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23833
23834 2005-02-24 Kim F. Storm <storm@cua.dk>
23835
23836 * international/iso-acc.el (iso-accents-compose): Fix crash
23837 during redisplay. Call force-window-update after read-event
23838 and delete-region to signal that window is not accurate.
23839
23840 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
23841
23842 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23843 Remove unused and inexistent var `inhibit-trace'.
23844 (debugger-mode): Use run-mode-hooks.
23845 (debugger-list-functions): Add buttons; setup xref stack.
23846
23847 2005-02-23 Richard M. Stallman <rms@gnu.org>
23848
23849 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23850 appointment says it was explicitly made.
23851 (appt-add): Set the 3rd element.
23852 (appt-make-list): Preserve explicit appointments.
23853
23854 * subr.el (find-tag-default): Catch errors in forward-sexp.
23855
23856 2005-02-23 Juri Linkov <juri@jurta.org>
23857
23858 * info.el (Info-isearch-search): New defcustom.
23859 (Info-isearch-search): Call the default isearch function
23860 when Info-isearch-search is nil.
23861 (Info-isearch-wrap): Use variable Info-isearch-search.
23862
23863 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
23864
23865 * cus-edit.el: Comment change.
23866
23867 2005-02-22 Kim F. Storm <storm@cua.dk>
23868
23869 * progmodes/hideif.el (hide-ifdef-use-define-alist):
23870 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
23871
23872 2005-02-22 Simon Josefsson <jas@extundo.com>
23873
23874 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23875 New variable.
23876 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
23877 Oskarsson" <myrkraverk@users.sourceforget.net>.
23878
23879 2005-02-22 Kim F. Storm <storm@cua.dk>
23880
23881 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23882 check that window of that event is the selected window.
23883 (mouse-drag-region-1): Compare mouse event window to selected
23884 window before setting point.
23885
23886 * tooltip.el (tooltip-show-help-function): Pass event to
23887 mouse-on-link-p so it can check selected window.
23888
23889 2005-02-22 Kenichi Handa <handa@m17n.org>
23890
23891 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23892 (ps-mule-show-warning): New function.
23893 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23894 characters are found.
23895
23896 * ps-print.el (ps-header-footer-string): Return a list of header
23897 and footer strings.
23898
23899 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23900
23901 * pcvs.el (cvs-retrieve-revision): Fix thinko.
23902
23903 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
23904
23905 * frame.el (blink-cursor-mode): Use define-minor-mode.
23906
23907 * term/mac-win.el (function-key-map): Use char-names more consistently.
23908 (file-name-coding-system): Only set it for MacOS-9. The other case is
23909 already handled in mule-cmds.el (where it also works when mac-win.el
23910 is not used).
23911
23912 2005-02-21 Kenichi Handa <handa@m17n.org>
23913
23914 * international/mule.el (ctext-pre-write-conversion): Always use
23915 " *code-converting-work*" buffer for work.
23916
23917 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23918
23919 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
23920
23921 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23922
23923 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
23924
23925 * ses.el (undo-more): Restore defadvice, but only the part that
23926 allows changes outside the restricted area of the buffer.
23927
23928 2005-02-20 Kim F. Storm <storm@cua.dk>
23929
23930 * simple.el (line-move): Add fourth optional arg try-vscroll which
23931 must be set to perform auto-window-vscroll.
23932 When moving backwards and doing auto-window-vscroll, automatically
23933 vscroll to the last part of lines which are taller than the window.
23934 (next-line, previous-line): Set try-vscroll arg on line-move.
23935
23936 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
23937
23938 * replace.el (query-replace, query-replace-regexp)
23939 (replace-string, replace-regexp): When operating on region, make
23940 the minibuffer prompt say so.
23941
23942 * isearch.el (isearch-forward): Document isearch-query-replace and
23943 isearch-query-replace-regexp keybindings.
23944
23945 2005-02-19 Jay Belanger <belanger@truman.edu>
23946
23947 * calc/calc-aent.el (math-read-token): Add local variable.
23948
23949 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23950 (calc-edit-top): Move declaration to earlier in file.
23951 (calc-edit-macro-repeats): Add local variables.
23952
23953 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23954 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23955 calcFunc-tanh.
23956 Adjust integration rule for calcFunc-tan.
23957
23958 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23959
23960 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23961 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23962 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23963 (viper-skip-separators): Bug fix.
23964 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23965 particular major mode.
23966 (viper-del-backward-char-in-replace): Don't put deleted char on the
23967 kill ring.
23968
23969 * viper-ex.el (viper-color-display-p): New function.
23970 (viper-has-face-support-p): Use viper-color-display-p.
23971
23972 * viper-keym.el (viper-gnus-modifier-map): New keymap.
23973
23974 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23975
23976 * viper-util.el (viper-glob-unix-files): Fix shell status check.
23977 (viper-file-remote-p): Make equivalent to file-remote-p.
23978
23979 * viper.el (viper-major-mode-modifier-list):
23980 Use viper-gnus-modifier-map.
23981
23982 2005-02-19 David Kastrup <dak@gnu.org>
23983
23984 * subr.el (subregexp-context-p): Fix garbled doc string by adding
23985 quoting.
23986
23987 2005-02-19 Jay Belanger <belanger@truman.edu>
23988
23989 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23990 Remove extra definitions.
23991 (calc-coth): New function.
23992 (calcFunc-cot): Fix `let'.
23993
23994 2005-02-19 Eli Zaretskii <eliz@gnu.org>
23995
23996 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23997 the reasons we use "type pc" in these faces.
23998
23999 * button.el (button): Ditto.
24000
24001 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24002
24003 * replace.el (query-replace-read-from): Set the value of
24004 query-replace-from-history-variable to handle the case of an empty
24005 string entered to accept the suggested default.
24006
24007 * net/tramp.el (tramp-file-name-for-operation):
24008 Use dired-call-process instead of dired-call-process-command.
24009
24010 2005-02-19 Jay Belanger <belanger@truman.edu>
24011
24012 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24013 (math-div-non-trig): New variables.
24014 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24015 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24016 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24017 trig expressions.
24018
24019 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24020
24021 * progmodes/gdb-ui.el (gdb-var-update-handler)
24022 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24023 for watch expressions,
24024 (gdb-var-create-handler): Don't set speedbar-update-flag.
24025 (gdb-post-prompt): Simplify test for speedbar.
24026
24027 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24028
24029 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24030 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24031 we use the syntax table of the correct buffer.
24032 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24033 Felix Gatzemeier.
24034
24035 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24036 (ediff-file-remote-p): Make synonymous with file-remote-p.
24037 In all deffaces ediff-*-face-*, use min-colors.
24038
24039 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24040 ediff-recurse-to-subdirectories.
24041 (ediff-mark-if-equal): Check that the arguments are strings, use
24042 ediff-same-contents (after to Felix Gatzemeier).
24043
24044 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24045 nil.
24046
24047 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24048
24049 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24050
24051 2005-02-18 David Kastrup <dak@gnu.org>
24052
24053 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24054 use `mark-active' when defined.
24055
24056 2005-02-18 Kenichi Handa <handa@m17n.org>
24057
24058 * ps-print.el (ps-font-info-database): New entry
24059 ZapfChancery-MediumItalic with correct font name. Fix font name
24060 of the entry Zapf-Chancery-MediumItalic.
24061
24062 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24063
24064 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24065
24066 2005-02-16 Kim F. Storm <storm@cua.dk>
24067
24068 * ido.el (ido-fallback-command): Pass user input to fallback command.
24069
24070 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24071
24072 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24073 (gdb-find-file-hook): Add server prefix.
24074
24075 2005-02-16 Richard M. Stallman <rms@gnu.org>
24076
24077 * replace.el (perform-replace): Pass new args to replace-highlight.
24078 (replace-highlight): Take region args,
24079 and pass them to isearch-lazy-highlight-new-loop.
24080
24081 * novice.el (disabled-command-hook): Autoload the defalias
24082 and the make-obsolete-variable call.
24083
24084 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24085
24086 * isearch.el (isearch-lazy-highlight-start-limit)
24087 (isearch-lazy-highlight-end-limit): New variables limit
24088 the region for highlighting.
24089 (isearch-lazy-highlight-new-loop): New args BEG and END.
24090 (isearch-lazy-highlight-search): Use the new vars.
24091 (isearch-lazy-highlight-update): Likewise.
24092
24093 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24094
24095 * cus-start.el (all): Use default-boundp.
24096
24097 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24098
24099 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24100
24101 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24102
24103 * autorevert.el (auto-revert-stop-on-user-input)
24104 (auto-revert-verbose): Doc fixes.
24105
24106 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24107
24108 * international/mule-cmds.el (set-locale-environment): Remove call
24109 to set-selection-coding-system on Windows.
24110
24111 2005-02-15 Jay Belanger <belanger@truman.edu>
24112
24113 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24114 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24115 calcFunc-coth.
24116 (math-simplify-sqrt): Add simplifications.
24117
24118 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24119 to list.
24120
24121 * calc/calc-ext.el: Add functions to autoloads.
24122
24123 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24124 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24125 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24126 (math-csc-raw, math-cot-raw): New functions.
24127
24128 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24129
24130 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24131 the variable name in a message.
24132
24133 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24134 calcFunc-csc, calcFunc-cot.
24135
24136 * calc/calcalg2.el: Add derivative and integration rules for
24137 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24138 calcFunc-csch, calcFunc-coth.
24139 (math-do-integral-methods): Add to checks for when to use
24140 substitutions.
24141
24142 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24143
24144 2005-02-15 Lute Kamstra <lute@gnu.org>
24145
24146 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24147 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24148 <monnier@iro.umontreal.ca>
24149 (lisp-outline-level): Improve efficiency. Suggested by David
24150 Kastrup <dak@gnu.org>.
24151
24152 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24153
24154 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24155 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24156 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24157 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24158 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24159
24160 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24161
24162 * cus-start.el (all): Comment change.
24163
24164 2005-02-14 Lute Kamstra <lute@gnu.org>
24165
24166 * cus-start.el (all): Check if symbol is void.
24167
24168 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24169
24170 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24171 optional argument to \cite.
24172
24173 2005-02-14 Richard M. Stallman <rms@gnu.org>
24174
24175 * cus-edit.el (custom-buffer-create-internal): Update help message.
24176 (custom-magic-alist): Update help messages.
24177
24178 * cus-start.el (all): Allow a var to specify a standard value.
24179
24180 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24181
24182 * custom.el (custom-theme-set-variables): Handle variable aliases.
24183
24184 * frame.el (blink-cursor-timer): Doc fix.
24185 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24186 declare obsolete.
24187 (blink-cursor-mode): Define with defcustom and use correct
24188 standard expression in that defcustom.
24189 * startup.el (command-line): Adapt to above changes in frame.el.
24190
24191 2005-02-11 Lute Kamstra <lute@gnu.org>
24192
24193 * apropos.el (apropos-score-doc): Prevent division by zero.
24194
24195 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24196
24197 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24198 (icalendar--get-event-property-attributes)
24199 (icalendar--get-event-properties)
24200 (icalendar--datetime-to-diary-date): New functions.
24201 (icalendar--split-value): Doc fix.
24202 (icalendar--datetime-to-noneuropean-date)
24203 (icalendar--datetime-to-european-date): New optional argument
24204 SEPARATOR. Return result as a string instead of a list.
24205 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24206 (icalendar--convert-string-for-export): Rename arg S to STRING.
24207 (icalendar-export-region): Doc fix. Change name of error buffer.
24208 Save output buffer.
24209 (icalendar-import-file): Add blank at end of prompt.
24210 (icalendar-import-buffer): Doc fix. Do not switch to error
24211 buffer. Indicate status in return value.
24212 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24213 buffer. Save output buffer. Handle exception from recurrence
24214 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24215 events. Fix problems with weekly all-day events.
24216
24217 2005-02-10 Richard M. Stallman <rms@gnu.org>
24218
24219 * simple.el (eval-expression-print-format):
24220 Avoid warning about edebug-active.
24221
24222 * help.el (help-for-help-internal): Rename from help-for-help.
24223 (help-for-help): Define with defalias.
24224
24225 * font-core.el (font-lock-default-function): Use with-no-warnings.
24226
24227 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24228
24229 * custom.el (defface): Doc fix.
24230
24231 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24232
24233 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24234 width 0" to prevent word wrapping problems.
24235
24236 2005-02-09 Kim F. Storm <storm@cua.dk>
24237
24238 * ido.el (ido-file-extensions-order): New defcustom.
24239 (ido-file-extension-lessp, ido-file-extension-aux)
24240 (ido-file-extension-order): New advanced file ordering.
24241 (ido-file-lessp): New simple file ordering.
24242 (ido-sort-list): Remove.
24243 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24244 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24245
24246 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24247
24248 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24249 that some versions of grep produce.
24250 (grep-mode-font-lock-keywords): Likewise.
24251
24252 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24253
24254 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24255 (gdb-cdir): Delete.
24256 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24257 (gdb-source-info): Treat case when source file is in another
24258 directory properly.
24259 (gdb-get-location): New function.
24260
24261 2005-02-07 Jay Belanger <belanger@truman.edu>
24262
24263 * calc/calc-prog.el (calc-write-parse-table-part)
24264 (calc-fix-token-name): Fix a check for language type.
24265
24266 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24267
24268 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24269
24270 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24271 as directory not writable.
24272
24273 2005-02-07 Kim F. Storm <storm@cua.dk>
24274
24275 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24276 (cua--standard-movement-commands): Remove list.
24277 Instead, set CUA property value to move for movement commands.
24278 (cua-movement-commands): Remove. Users must set CUA prop instead.
24279 (cua--pre-command-handler): Check CUA property.
24280 (cua--init-keymaps): Don't remap undo commands.
24281 (cua-mode): Don't call cua--rectangle-on-off.
24282
24283 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24284 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24285 (cua--rect-undo-set-point): New var.
24286 (cua--rectangle-undo-boundary): Setup undo apply entry.
24287 (cua--rect-undo-handler): New function for rectangle undo.
24288 (cua--rect-start-position, cua--rect-end-position): Add.
24289 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24290 for restored rectangle. Set point if cua--rect-undo-set-point.
24291
24292 2005-02-06 Jay Belanger <belanger@truman.edu>
24293
24294 * calc/calc-lang.el (calc-tex-language): Display more information
24295 in messages.
24296
24297 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24298 in TeX mode.
24299
24300 2005-02-06 Richard M. Stallman <rms@gnu.org>
24301
24302 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24303
24304 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24305
24306 * net/ldap.el (ldap-search-internal): Support attributes with
24307 optional descriptions separated by a semi-colon, as in
24308 "userCertificate;binary".
24309
24310 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24311
24312 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24313 isn't a cons (i.e. the version is 0).
24314
24315 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24316
24317 * help.el (help-for-help): Doc fix.
24318
24319 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24320
24321 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24322 GDB-Windows on the menu-bar as this works better.
24323
24324 2005-02-04 Jay Belanger <belanger@truman.edu>
24325
24326 * calc/calc-embed.el (calc-embedded-update): Don't put in
24327 unnecessary newlines. Adjust the end of formula marker.
24328
24329 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24330 (math-latex-parse-two-args): New function.
24331
24332 2005-02-03 Lute Kamstra <lute@gnu.org>
24333
24334 * help-fns.el (help-with-tutorial): Make sure that users cannot
24335 remove the entire text of the tutorial by means of `undo'.
24336
24337 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24338
24339 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24340 in recent changes, where the ispell process was repeatedly
24341 killed & restarted.
24342
24343 * international/mule-cmds.el (set-locale-environment): Set file-name
24344 coding system to utf-8 on Darwin systems.
24345 (set-default-coding-systems): Don't set default-file-name-coding-system
24346 on Darwin systems.
24347
24348 2005-02-03 Richard M. Stallman <rms@gnu.org>
24349
24350 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24351
24352 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24353
24354 * faces.el (list-faces-display): Add optional argument.
24355
24356 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24357
24358 * font-core.el (font-lock-default-function): Handle the rare case where
24359 only font-lock-keywords is set.
24360
24361 2005-02-02 Kenichi Handa <handa@m17n.org>
24362
24363 * international/characters.el: Cancel previous change for
24364 I-WITH-DOT-ABOVE and DOTLESS-i.
24365
24366 * international/latin-5.el: Cancel previous change.
24367
24368 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24369
24370 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24371
24372 2005-02-02 Kenichi Handa <handa@m17n.org>
24373
24374 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24375 DOTLESS-i.
24376
24377 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24378 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24379
24380 * case-table.el (get-upcase-table): New function.
24381 (copy-case-table): Copy upcaes table too if non-nil.
24382 (set-case-syntax-delims): Maintain upcase table too.
24383 (set-case-syntax-pair): Likewise.
24384 (set-upcase-syntax, set-downcase-syntax): New functions.
24385 (set-case-syntax): Maintain upcase table too.
24386
24387 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24388
24389 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24390
24391 * progmodes/gud.el (gud-goto-info): New function.
24392 (gud-tool-bar-map): Use correct icon.
24393
24394 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24395
24396 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24397 When delegating, order args in the funcall correctly.
24398
24399 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24400
24401 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24402
24403 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24404
24405 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24406 buffer not visiting a file.
24407
24408 2005-01-31 Jay Belanger <belanger@truman.edu>
24409
24410 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24411 bound on the line with the formula.
24412
24413 2005-01-31 Kim F. Storm <storm@cua.dk>
24414
24415 * ses.el (ses-create-cell-variable-range)
24416 (ses-destroy-cell-variable-range, ses-reset-header-string)
24417 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24418 (ses-insert-row): Fix format of apply undo entries.
24419
24420 2005-01-31 Jay Belanger <belanger@truman.edu>
24421
24422 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24423 parts.
24424
24425 * calc/calc-embed.el (calc-embedded-open-formula)
24426 (calc-embedded-close-formula): Ignore matrix environments.
24427
24428 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24429 TeX mode.
24430
24431 * calc/calc-lang.el (math-function-table, math-oper-table)
24432 (math-variable-table): Adjust the LaTeX portions.
24433
24434 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24435 (math-latex-ignore-words): New constant.
24436
24437 2005-01-31 Richard M. Stallman <rms@gnu.org>
24438
24439 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24440 (ispell-local-dictionary): Doc fix.
24441 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24442 Don't reinitialize at run time. Don't defcustom.
24443 All uses changed to append ispell-local-dictionary-alist,
24444 or check it first.
24445 (ispell-current-dictionary): New variable for dictionary in use.
24446 (ispell-dictionary): Now used only for global default.
24447 (ispell-start-process): Set ispell-current-dictionary,
24448 not ispell-dictionary.
24449 (ispell-change-dictionary): Use this only for setting
24450 user preferences.
24451 (ispell-internal-change-dictionary): New function
24452 to change the current dictionary in use.
24453 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24454 Use ispell-current-dictionary.
24455 Handle ispell-local-dictionary-overridden.
24456 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24457
24458 2005-01-31 Jay Belanger <belanger@truman.edu>
24459
24460 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24461
24462 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24463 (calc-mode-map): Add calc-latex-language.
24464
24465 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24466 (math-latex-print-frac): New functions.
24467 (math-oper-table, math-function-table, math-variable-table)
24468 (math-complex-format, math-input-filter): Add latex properties.
24469 (calc-set-language): Set math-expr-special-function-mapping.
24470
24471 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24472 (calc-write-parse-table-part): Add LaTeX support.
24473
24474 * calc/calc.el (calc-language): Adjust docstring.
24475 (calc-set-mode-line): Add LaTeX support.
24476 (math-expr-special-function-mapping): New variable.
24477 (math-tex-ignore-words): Add to list.
24478
24479 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24480 Add LaTeX support.
24481 (math-compose-expr): Add support for special functions.
24482
24483 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24484
24485 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24486
24487 * progmodes/gdb-ui.el (gdb-memory-address)
24488 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24489 (gdb-memory-mode-map, gdb-memory-format-keymap)
24490 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24491 (gdb-memory-unit-menu): New variables for a buffer
24492 that lets the user examine program memory.
24493 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24494 (gdb-memory-format-binary, gdb-memory-format-octal)
24495 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24496 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24497 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24498 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24499 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24500 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24501 (gdb-memory-mode, gdb-memory-buffer-name)
24502 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24503 New functions for above buffer.
24504
24505 2005-01-30 Richard M. Stallman <rms@gnu.org>
24506
24507 * cus-edit.el (custom-bury-buffer): Function deleted.
24508 (custom-buffer-done-function): Option deleted.
24509 (custom-buffer-done-kill): New replacement option.
24510 (Custom-buffer-done): Call quit-window.
24511 (custom-buffer-create-internal): Update for above changes.
24512
24513 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24514
24515 * simple.el (undo-ask-before-discard): New var.
24516 (undo-outer-limit-truncate): Implement it.
24517 (undo-extra-outer-limit): Doc update.
24518
24519 2005-01-29 Richard M. Stallman <rms@gnu.org>
24520
24521 * ses.el (undo-more): Delete defadvice.
24522 (ses-begin-change): Doc fix.
24523
24524 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24525 instead of rebinding C-x u and C-_.
24526
24527 * files.el (normal-backup-enable-predicate): Return nil for files
24528 in /tmp, regardless of temporary-file-directory.
24529
24530 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24531
24532 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24533 (open-rectangle, delete-whitespace-rectangle-line)
24534 (clear-rectangle-line): If FILL, pass t instead of FILL
24535 for move-to-column's 2nd arg.
24536
24537 * simple.el (undo): Fix the test for continuing a series of undos.
24538 (undo-more): Set pending-undo-list to t when we reach end.
24539 (pending-undo-list): Move up defvar.
24540
24541 * wid-edit.el (widget-button-click):
24542 Shorten the range of the track-mouse binding.
24543
24544 * comint.el (comint-insert-input): Undo previous changes;
24545 use last-input-event in interactive spec.
24546
24547 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24548
24549 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24550 to nil before invoking call-process. Reset buffer's modified flag
24551 after fontifying it in the no-async branch.
24552
24553 * wid-edit.el (widget-specify-button): If mouse pointer shape
24554 cannot be changed, use mouse face instead.
24555
24556 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24557
24558 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24559 (gdb-goto-breakpoint): Make breakpoint handling work on template
24560 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24561 (gdb-assembler-custom): Update to recognize breakpoint information
24562 added on 2005-01-19.
24563
24564 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24565
24566 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24567 (dsssl-mode): Use define-derived-mode.
24568 (scheme-mode-initialize): Remove.
24569 (scheme-mode): Use run-mode-hooks.
24570
24571 * cus-edit.el (customize-group-other-window)
24572 (custom-buffer-create-other-window): Don't override special-display-*.
24573 (custom-mode-map): Make it dense.
24574
24575 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24576 sets the default value.
24577
24578 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24579
24580 * descr-text.el: Add more keywords.
24581
24582 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24583
24584 * speedbar.el: Avoid unnecessary use of locate-library.
24585
24586 * international/mule-cmds.el (standard-display-european-internal):
24587 Don't fiddle with latin-1 non-break space any more since it's now
24588 special cased in the C code.
24589 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24590
24591 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24592
24593 * cus-start.el (all): Add `undo-outer-limit'.
24594
24595 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24596
24597 * textmodes/bibtex.el (bibtex-format-entry):
24598 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24599 field lines.
24600 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24601 not on part of a buffer.
24602
24603 2005-01-25 Lute Kamstra <lute@gnu.org>
24604
24605 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24606 nonempty field text strings like "{letters\\macro{}more letters}".
24607 Clarify docstring.
24608 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24609 (bibtex-entry-offset, bibtex-parse-association)
24610 (bibtex-parse-field-name): Fix typos in docstrings.
24611 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24612
24613 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24614
24615 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24616 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24617 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24618 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24619
24620 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24621 isearch minor mode.
24622
24623 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24624
24625 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24626
24627 2005-01-24 Lute Kamstra <lute@gnu.org>
24628
24629 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24630 CASECHARS and NOT-CASECHARS regular expressions of the
24631 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24632 striding over charsets" error.
24633
24634 2005-01-24 Jay Belanger <belanger@truman.edu>
24635
24636 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24637 display variable name.
24638
24639 2005-01-24 Kenichi Handa <handa@m17n.org>
24640
24641 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24642 Fix setting of the element of encoded-kbd-iso2022-invocations.
24643
24644 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24645
24646 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24647 (gdb-threads-select): Change to also accept mouse events.
24648 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24649 (gdb-threads-mouse-select): Delete.
24650
24651 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24652
24653 * files.el (insert-directory): Take care of empty directory,
24654 listed without -a switch.
24655
24656 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24657
24658 * textmodes/refill.el (refill-post-command-function):
24659 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24660 to the list of functions that we should be careful not to undo.
24661 (refill-late-fill-paragraph-function): Remove.
24662 (refill-saved-state): New var.
24663 (refill-mode): Use it to save fill-paragraph-function.
24664 Save also the value of auto-fill-function.
24665
24666 * term/w32-win.el: Simplify code.
24667
24668 2005-01-23 Kim F. Storm <storm@cua.dk>
24669
24670 * simple.el (line-move): Adapt to new return value from
24671 pos-visible-in-window-p.
24672
24673 * simple.el (line-move): Fix last change. Check partial
24674 visibility at point rather than at window-start.
24675
24676 2005-01-22 Jason Rumney <jasonr@gnu.org>
24677
24678 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24679
24680 2005-01-22 David Kastrup <dak@gnu.org>
24681
24682 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24683
24684 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24685
24686 * type-break.el (type-break-mode): Add a test for
24687 type-break-file-name being non-nil.
24688
24689 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24690
24691 * net/eudc.el (top level): Call (message "") via progn, so that
24692 eudc-options-file is loaded.
24693
24694 2005-01-22 Kim F. Storm <storm@cua.dk>
24695
24696 * simple.el (line-move-1): Rename from line-move.
24697 (line-move): New function that adjusts vscroll for partially
24698 visible rows, and calls line-move-1 otherwise.
24699
24700 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24701
24702 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24703 since it's not a complete read-event implementation
24704
24705 2005-01-20 Jay Belanger <belanger@truman.edu>
24706
24707 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24708 for called function.
24709
24710 2005-01-20 Steven Tamm <steventamm@mac.com>
24711
24712 * term/mac-win.el (process-connection-type): Remove.
24713 Controlled now by s/darwin.h:PTY_ITERATION.
24714
24715 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24716
24717 * window.el (handle-select-window): Don't switch window when we're
24718 in the minibuffer.
24719
24720 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24721
24722 * subr.el (dotimes-with-progress-reporter): New macro.
24723
24724 * ses.el (ses-dotimes-msg): Remove macro.
24725 Use `dotimes-with-progress-reporter' instead.
24726
24727 2005-01-19 Steven Tamm <steventamm@mac.com>
24728
24729 * term/mac-win.el (process-connection-type): Use new
24730 operating-system-release variable to use ptys on Darwin 7 (OS X
24731 10.3) when using carbon build.
24732
24733 2005-01-19 Jay Belanger <belanger@truman.edu>
24734
24735 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24736 flags if the last command was a tab or M-tab.
24737
24738 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24739 in formula editing buffer.
24740
24741 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24742
24743 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24744 breakpoint image symbol in margin.
24745
24746 2005-01-19 Jay Belanger <belanger@truman.edu>
24747
24748 * calc/calc-prog.el (calc-execute-kbd-macro):
24749 Ignore calc-keep-arg-flag.
24750
24751 2005-01-19 Kenichi Handa <handa@m17n.org>
24752
24753 * textmodes/ispell.el (ispell-looking-at): New function.
24754 (ispell-process-line): Use ispell-looking-at to compare the ispell
24755 output and the buffer contents.
24756
24757 2005-01-18 Jay Belanger <belanger@truman.edu>
24758
24759 * calc/calc.el (calc-display-raw): Fix docstring.
24760
24761 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24762
24763 * simple.el (blink-matching-open): Strip extra info from syntax.
24764
24765 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24766 funny chars in the end-of-here-doc marker.
24767
24768 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24769
24770 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24771 that enable/disabled state of breakpoints is shown correctly in
24772 fringe and on ttys.
24773 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24774 Add breakpoint information as text properties.
24775 (gdb-mouse-toggle-breakpoint):
24776 Rename to gdb-mouse-set-clear-breakpoint.
24777 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24778 breakpoints in the margin.
24779 (gdb-remove-strings): Simplify.
24780
24781 2005-01-17 Jay Belanger <belanger@truman.edu>
24782
24783 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24784 erasing buffer.
24785
24786 2005-01-17 Richard M. Stallman <rms@gnu.org>
24787
24788 * progmodes/grep.el (grep-find): Copy from `grep' the condition
24789 for calling grep-compute-defaults.
24790
24791 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24792 if buffer is empty.
24793
24794 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24795
24796 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
24797
24798 * hilit-chg.el (highlight-changes-mode): Don't autoload.
24799
24800 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24801 non-preloaded variables.
24802
24803 2005-01-17 Steven Tamm <steventamm@mac.com>
24804
24805 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24806 tex-shell cause to force interactivity when using pipes.
24807
24808 2005-01-17 Kim F. Storm <storm@cua.dk>
24809
24810 * simple.el (just-one-space): Make arg optional.
24811
24812 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
24813
24814 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24815 posn-at-x-y to t to access left-margin.
24816
24817 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
24818
24819 Sync with Tramp 2.0.47.
24820
24821 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24822 catching keep-date problems in cp/scp operations.
24823 (tramp-handle-copy-file): Don't call `set-file-modes'
24824 unconditionally. Specialized functions should know better what is
24825 necessary. This improves performance a little bit, and the
24826 functions could catch errors with `cp -p' and `scp -p'.
24827 (tramp-do-copy-or-rename-file-via-buffer)
24828 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24829 when appropriate.
24830 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24831 Call `set-file-modes' when appropriate.
24832 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
24833 Johnsson <isak@hypergene.com>
24834 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24835 of both Tramp buffer and debug buffer. Reported by Joakim Verona
24836 <joakim@verona.se>
24837 (tramp-file-name-for-operation): Mark `shell-command' as magic for
24838 Emacs only.
24839
24840 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
24841 `find-file-hooks' and `dired-mode-hook'.
24842 (tramp-minor-mode-map): Respective map. Add remapping for
24843 `compile' and `recompile'.
24844 (tramp-remap-command, tramp-recompile): New defuns.
24845 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24846 in buffer "*Compilation*". Call the commands asynchronously.
24847
24848 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24849 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24850 `shell-command', because it isn't magic in XEmacs. Reported by
24851 Adrian Aichner <adrian@xemacs.org>.
24852
24853 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24854 `substitute-in-file-name.
24855 (tramp-smb-handle-substitute-in-file-name): New defun.
24856 (tramp-smb-advice-PC-do-completion): Delete advice.
24857
24858 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
24859
24860 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24861 Fix error in deleting region.
24862
24863 2005-01-15 Richard M. Stallman <rms@gnu.org>
24864
24865 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24866 In non-temp buffer, switch syntax table temporarily.
24867
24868 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24869
24870 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24871
24872 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24873
24874 * imenu.el (imenu--split-menu): Copy menulist before sorting.
24875 (imenu--generic-function): Use START, not BEG, as pos of definition.
24876
24877 * simple.el (just-one-space): Argument specifies number of spaces.
24878
24879 * simple.el (eval-expression-print-format): Avoid warning
24880 about edebug-active.
24881
24882 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
24883
24884 * progmodes/sh-script.el: Code copied from make-mode.el
24885 with small changes,
24886 (sh-mode-map): Bind C-c C-\.
24887 (sh-backslash-column, sh-backslash-align): New variables.
24888 (sh-backslash-region, sh-append-backslash): New functions.
24889
24890 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
24891
24892 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24893 (rmail-pop-password, rmail-pop-password-required): Move to
24894 rmail-obsolete group.
24895 (rmail-set-pop-password): Rename to rmail-set-remote-password.
24896 All callers updated.
24897 (rmail-get-pop-password): Rename to rmail-get-remote-password.
24898 Take an argument specifying whether it is POP or IMAP mailbox we
24899 are using. All callers updated.
24900 (rmail-pop-password-error): Rename to
24901 rmail-remote-password-error. Added mailutils-specific error message.
24902 (rmail-movemail-search-path)
24903 (rmail-movemail-variant-in-use): New variables.
24904 (rmail-remote-password, rmail-remote-password-required):
24905 New customization variables.
24906 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24907 (rmail-parse-url): New function.
24908 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24909 with GNU mailutils movemail.
24910
24911 2005-01-15 Kevin Ryde <user42@zip.com.au>
24912
24913 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24914 suffix to space, $ or '$, to correctly position point when going
24915 to @table style constants like DBL_MAX.
24916
24917 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
24918
24919 * type-break.el (type-break-mode, type-break-file-time)
24920 (type-break-file-keystroke-count, type-break-choose-file):
24921 Don't store data in or load data from the file if type-break-file-name
24922 is nil.
24923 (type-break-file-name): Doc update as per the above.
24924
24925 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
24926
24927 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24928 lookup-key might return nil; handle that.
24929
24930 2005-01-15 Alan Mackenzie <acm@muc.de>
24931
24932 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24933 rather than the element found, thus enabling the tree to be setcar'd.
24934
24935 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24936
24937 * textmodes/org.el (org-show-following-heading): New option.
24938 (org-show-hierarchy-above): Use `org-show-following-heading'.
24939 (org-cycle): Documentation fix.
24940
24941 * textmodes/org.el (orgtbl-optimized): New option
24942 (orgtbl-mode): New command, a minor mode.
24943 (orgtbl-mode-map): New variable.
24944 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24945 (orgtbl-error, orgtbl-self-insert-command)
24946 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24947
24948 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24949 a local variable in each org-mode buffer.
24950
24951 * textmodes/org.el (org-set-regexps-and-options): Rename from
24952 `org-set-regexps'. Added checking for STARTUP keyword.
24953 (org-get-current-options): Add STARTUP options.
24954 (org-table-insert-row): Make mode intelligent about when
24955 realignment is needed.
24956 (org-self-insert-command, org-delete-backward-char, org-delete-char):
24957 New commands.
24958 (org-enable-table-editor): New default value `optimized'.
24959 (org-table-blank-field): Support blanking regions if active.
24960
24961 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24962
24963 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24964 if the year is not given.
24965
24966 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24967 Add new escapes %m and %M, fixed bug with %F by adding
24968 save-match-data.
24969 (reftex-reference): Remove ?. from list of spaces.
24970 (reftex-label-info): Add automatic label prefix recognition.
24971
24972 * textmodes/reftex-index.el (reftex-index-next-phrase):
24973 Add slave parameter to call of `reftex-index-this-phrase'.
24974 (reftex-index-this-phrase): New optional argument.
24975 (reftex-index-region-phrases): Add slave parameter to call of
24976 `reftex-index-this-phrase'.
24977 (reftex-display-index): New argument redo.
24978 (reftex-index-rescan): Add `redo' to arguments of
24979 `reftex-display-index'.
24980 (reftex-index-Rescan, reftex-index-revert)
24981 (reftex-index-switch-index-tag): Add `redo' to arguments of
24982 `reftex-display-index'.
24983 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24984 indexing. Fix bug with matching is there is a quote before or
24985 after the word.
24986
24987 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24988 Fix bug when collecting citation keys in lines with comments.
24989 (reftex-citation): Prefix argument no longer rescans the document,
24990 but forces prompting for optional arguments of cite macros.
24991 (reftex-do-citation): Prompting for optional arguments implemented.
24992
24993 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24994 Add optional arguments to most cite commands.
24995 (reftex-cite-cleanup-optional-args): New option
24996 (reftex-cite-prompt-optional-args): New option.
24997 (reftex-trust-label-prefix): New option.
24998
24999 * textmodes/reftex-toc.el (reftex-toc-find-section):
25000 Add push-mark before changing the position in the buffer.
25001
25002 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25003 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25004
25005 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25006
25007 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25008 more carefully.
25009
25010 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25011
25012 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25013 (sgml-mode): Use it.
25014 (sgml-get-context): Better keep track of implicitly closed tags.
25015
25016 2005-01-13 Kenichi Handa <handa@m17n.org>
25017
25018 * textmodes/ispell.el: These changes are to fix misalignment error
25019 caused by equivalent characters of different Emacs charsets.
25020 (ispell-unified-chars-table): New variable.
25021 (ispell-get-decoded-string): New function.
25022 (ispell-get-casechars, ispell-get-not-casechars)
25023 (ispell-get-otherchars): Call ispell-get-decoded-string.
25024
25025 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25026
25027 * custom.el (custom-declare-variable): Just put symbol instead
25028 of (defvar . symbol) in `current-load-list'.
25029
25030 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25031
25032 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25033
25034 2005-01-12 Jay Belanger <belanger@truman.edu>
25035
25036 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25037 to create a Calc summary.
25038
25039 2005-01-12 Kim F. Storm <storm@cua.dk>
25040
25041 * mouse.el (mouse-on-link-p): Change functionality and doc
25042 string to comply with latest description in lisp ref.
25043
25044 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25045
25046 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25047 Enable mouse clicks on mode-line, header-line and margin.
25048 (event-type): Give mouse event symbols an `event-kind' property
25049 with value `mouse-click'.
25050
25051 2005-01-12 Juri Linkov <juri@jurta.org>
25052
25053 * facemenu.el (list-colors-display): Add new arg buffer-name.
25054 Use it. Fix docstring. Replace code for identifying duplicate
25055 colors by the name with call to `list-colors-duplicates' which
25056 identifies duplicate colors by the value unless the color
25057 is one of special Windows colors. Set truncate-lines to t.
25058 Print sorted duplicate color names on each line. Indent to 22
25059 \(the longest color name in rgb.txt) instead of 20. Optimize.
25060 (list-colors-duplicates): New function.
25061 (facemenu-color-name-equal): Delete function.
25062
25063 * facemenu.el (list-colors-print): New function created from code
25064 in list-colors-display. Print #RRGGBB at the window right edge.
25065 (list-colors-display): When temp-buffer-show-function is not
25066 defined, call list-colors-print from temp-buffer-show-hook
25067 to get the right value of window-width in list-colors-print
25068 after the buffer is displayed.
25069
25070 * simple.el (pop-mark): Move deactivate-mark out of conditional
25071 part to deactivate the active mark regardless of the state of the
25072 mark ring.
25073
25074 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25075 variables line in desktop files.
25076
25077 2005-01-12 Juri Linkov <juri@jurta.org>
25078
25079 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25080 Bring together isearch highlight related options.
25081 (lazy-highlight): Replace group `replace' by `matching'.
25082 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25083 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25084 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25085 and declare them obsolete.
25086 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25087 (isearch-faces): Remove defgroup.
25088 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25089 Move isearch highlighting code closer to lazy highlighting code.
25090
25091 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25092 (query-replace-highlight, query-replace-lazy-highlight)
25093 (query-replace): Move definitions to the beginning of the file.
25094
25095 2005-01-11 Juri Linkov <juri@jurta.org>
25096
25097 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25098 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25099 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25100
25101 * info.el (Info-history-forward): New variable.
25102 (Info-select-node): Reset Info-history-forward to nil.
25103 (Info-last): Turn into defalias.
25104 (Info-history-back): Rename from Info-last.
25105 Add current node to Info-history-forward.
25106 (Info-history-forward): New fun.
25107 (Info-mode-map): Replace Info-last by Info-history-back.
25108 Bind Info-history-forward to "r".
25109 (Info-mode-menu): Replace Info-last by Info-history-back.
25110 Fix menu item text. Add menu item for Info-history-forward.
25111 (info-tool-bar-map): Replace Info-last by Info-history-back.
25112 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25113 for Info-history-forward.
25114 (Info-mode): Replace Info-last by Info-history-back in docstring.
25115 Add local variable Info-history-forward.
25116 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25117
25118 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25119
25120 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25121 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25122 Ignore select-window events rather than fiddle with
25123 mouse-autoselect-window.
25124
25125 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25126
25127 * type-break.el (type-break-mode): Fix previous change.
25128
25129 2005-01-10 Jay Belanger <belanger@truman.edu>
25130
25131 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25132 calculator; only reset when point is inside a calculator.
25133 Don't adjust the window height if the window takes up the whole height
25134 of the frame.
25135
25136 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25137
25138 * ebuff-menu.el (Electric-buffer-menu-mode):
25139 Preserve value of buffer-local var header-line-format.
25140
25141 2005-01-09 Jay Belanger <belanger@truman.edu>
25142
25143 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25144 Make sure settings file exists before accessing it.
25145
25146 * calc/calc-embed.el (calc-embedded-subst):
25147 Replace math-multi-subst-rec, which is only supposed to be called
25148 by math-multi-subst, by math-multi-subst.
25149
25150 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25151
25152 * vc.el (vc-allow-async-revert): New user option.
25153 (vc-disable-async-diff): New internal variable.
25154 (vc-revert-buffer): Use them to disable asynchronous diff.
25155
25156 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25157 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25158 asynchronously if vc-disable-async-diff is t.
25159
25160 2005-01-09 Jay Belanger <belanger@truman.edu>
25161
25162 * calc/calc.el (defcalcmodevar): New macro.
25163 (calc-mode-var-list-restore-default-values)
25164 (calc-mode-var-list-restore-saved-values): New functions.
25165 (calc-mode-var-list): Use defcalcmodevar to define it.
25166 (calc-always-load-extensions, calc-line-numbering)
25167 (calc-line-breaking, calc-display-just, calc-display-origin)
25168 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25169 (calc-group-char, calc-point-char, calc-frac-format)
25170 (calc-prefer-frac, calc-hms-format, calc-date-format)
25171 (calc-float-format, calc-full-float-format, calc-complex-format)
25172 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25173 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25174 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25175 (calc-matrix-brackets, calc-language, calc-language-option)
25176 (calc-left-label, calc-right-label, calc-word-size)
25177 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25178 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25179 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25180 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25181 (calc-window-height, calc-display-trail, calc-show-selections)
25182 (calc-use-selections, calc-assoc-selections)
25183 (calc-display-working-message, calc-auto-why, calc-timing)
25184 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25185 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25186 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25187 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25188 (calc-gnuplot-geometry, calc-graph-default-resolution)
25189 (calc-graph-default-resolution-3d, calc-invocation-macro)
25190 (calc-show-banner): Use defcalcmodevar to declare them and set
25191 their default values.
25192
25193 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25194 instead of default values (but restore default values if there is
25195 an argument of 0).
25196
25197 2005-01-09 David Kastrup <dak@gnu.org>
25198
25199 * desktop.el (desktop-restore-eager): Fix typo in type.
25200
25201 2005-01-08 Richard M. Stallman <rms@gnu.org>
25202
25203 * cus-edit.el (customize): Delete :link.
25204
25205 2005-01-08 Jay Belanger <belanger@truman.edu>
25206
25207 * calc/calc.el (calc-mode): Remove the extension from the
25208 `calc-settings-file' file name when loading it.
25209
25210 2005-01-08 Kim F. Storm <storm@cua.dk>
25211
25212 * info.el (Info-mode-map, Info-next-link-keymap)
25213 (Info-prev-link-keymap, Info-up-link-keymap):
25214 Map follow-link to mouse-face.
25215 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25216
25217 2005-01-08 Jay Belanger <belanger@truman.edu>
25218
25219 * calc/calc.el (calc-settings-file): Change default value.
25220 Suggested by cgw in a comment in calc-mode.el.
25221
25222 * calc/calc-mode.el (calc-settings-file-name):
25223 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25224 Replace ~/.emacs in a prompt by calc-settings-file.
25225
25226 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25227
25228 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25229 (desktop-lazy-idle-delay): New customizable variables.
25230 (desktop-buffer-args-list): New variable.
25231 (desktop-append-buffer-args): New function.
25232 (desktop-save): Call desktop-append-buffer-args for some buffers.
25233 (desktop-lazy-create-buffer): New function.
25234 (desktop-idle-create-buffers): New function.
25235 (desktop-read): Add message about buffers to restore lazily.
25236 (desktop-lazy-abort): New command.
25237 (desktop-clear): Call desktop-lazy-abort.
25238 (desktop-lazy-complete): New command.
25239
25240 2005-01-06 Richard M. Stallman <rms@gnu.org>
25241
25242 * emacs-lisp/find-func.el (find-face-definition):
25243 Rename from find-face.
25244
25245 2005-01-06 Kim F. Storm <storm@cua.dk>
25246
25247 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25248
25249 * man.el (Man-xref-man-page, Man-xref-header-file)
25250 (Man-xref-normal-file): Add follow-link property.
25251
25252 2005-01-06 Jay Belanger <belanger@truman.edu>
25253
25254 * calc/calc-units.el: Make sure the proper macro definitions are
25255 available when compiling.
25256
25257 2005-01-06 Juri Linkov <juri@jurta.org>
25258
25259 * isearch.el (isearch-lazy-highlight-update):
25260 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25261
25262 2005-01-06 Miles Bader <miles@gnu.org>
25263
25264 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25265 (isearch-lazy-highlight-face): Use new name.
25266
25267 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25268
25269 * uniquify.el (uniquify-rationalize-file-buffer-names):
25270 Re-add an interactive spec.
25271 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25272 to the same name.
25273
25274 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25275 (isearch-update, isearch-done): Adjust calls accordingly.
25276
25277 2005-01-05 Richard M. Stallman <rms@gnu.org>
25278
25279 * custom.el (custom-set-variables, custom-theme-set-variables):
25280 Clarify documentation.
25281
25282 * emacs-lisp/find-func.el (find-variable)
25283 (find-variable-other-window, find-variable-other-frame):
25284 Fix the TYPE args to find-function-read and find-function-do-it.
25285 (find-function): Doc fix.
25286 (find-function-at-point): Replace function-at-point alias.
25287
25288 2005-01-04 Richard M. Stallman <rms@gnu.org>
25289
25290 * cus-face.el (custom-declare-face):
25291 Record defface in current-load-list.
25292
25293 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25294
25295 * emacs-lisp/find-func.el: Doc fixes.
25296 (find-face-regexp): New variable.
25297 (find-function-regexp-alist): New variable.
25298 (find-function-C-source): Third arg is now TYPE.
25299 (find-function-search-for-symbol): Handle general TYPE.
25300 (find-function-read, find-function-do-it): Handle general TYPE.
25301 (find-definition-noselect, find-face): New functions.
25302 (function-at-point): Alias deleted.
25303
25304 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25305
25306 * battery.el (display-battery-mode): Rename from display-battery.
25307 Handle the case where it gets turned off.
25308
25309 2005-01-04 Richard M. Stallman <rms@gnu.org>
25310
25311 * cus-edit.el (customize): Make :link point to user doc.
25312
25313 * man.el (Man-fontify-manpage): Turn off undo generation.
25314
25315 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25316
25317 2005-01-04 Andreas Schwab <schwab@suse.de>
25318
25319 * files.el (insert-directory): Only look for error lines in
25320 inserted text. Don't move too far after processing --dired markers.
25321
25322 2005-01-04 Richard M. Stallman <rms@gnu.org>
25323
25324 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25325 Don't expand if the character is @, period, dash, etc.
25326 (define-mail-abbrev): Quote names that contain problem characters.
25327
25328 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25329
25330 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25331
25332 2005-01-03 Richard M. Stallman <rms@gnu.org>
25333
25334 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25335 (query-replace-highlight, query-replace-lazy-highlight)
25336 (query-replace): Definitions moved up. Doc fix.
25337
25338 2005-01-03 Richard M. Stallman <rms@gnu.org>
25339
25340 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25341 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25342 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25343 (lazy-highlight-face): Rename from isearch-lazy-...
25344 Change all references to them.
25345
25346 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25347
25348 * cus-edit.el (custom-file): Doc fix for defcustom.
25349 (custom-file): The function no longer sets the variable
25350 `custom-file' to its return value.
25351
25352 * startup.el (command-line): No longer load `custom-file'.
25353
25354 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25355
25356 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25357
25358 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25359 Don't confuse module-prefixed identifiers for labels.
25360 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25361
25362 2005-01-02 Richard M. Stallman <rms@gnu.org>
25363
25364 * files.el (basic-save-buffer-1): Fix previous change.
25365
25366 * loadhist.el (file-loadhist-lookup): New function.
25367 (file-provides, file-requires): Use it.
25368
25369 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25370 instead of calculating the right size.
25371
25372 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25373
25374 * vc-svn.el (vc-svn-diff): Stay local if possible.
25375
25376 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25377
25378 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25379
25380 * files.el (hack-local-variables): Fix last change.
25381
25382 2005-01-02 Jay Belanger <belanger@truman.edu>
25383
25384 * calc/calc-yank.el (calc-edit-top): New variable.
25385 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25386 object. Change header properties.
25387 (calc-edit-finish, calc-edit-finish-stack-object)
25388 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25389 edited object.
25390 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25391 for the beginning of the edited object.
25392 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25393 for the beginning of the edited object.
25394 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25395 (calc-finish-formula-edit, calc-macro-repeats)
25396 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25397 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25398 beginning of the edited object.
25399 (calc-user-define-edit): Change the header for editing macros.
25400 Remove unnecessary variable.
25401
25402 2005-01-01 Jay Belanger <belanger@truman.edu>
25403
25404 * calc/calc-yank.el (calc-edit-mode): Change default header.
25405 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25406 * calc/calc-store.el (calc-edit-variable): Change title to match new
25407 header.
25408 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25409 mode to match new header.
25410 (calc-user-define-edit): Change titles to include names of commands.
25411 (calc-finish-formula-edit): Adjust to handle new header.
25412 (calc-finish-macro-edit): Remove.
25413 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25414 (calc-edit-macro-command, calc-edit-macro-command-type)
25415 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25416 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25417 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25418 (calc-edit-macro-finish-edit): New functions.
25419 (calc-user-define-edit): Use new functions to edit named calc macros.
25420
25421 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25422
25423 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25424
25425 * ses.el (copy-region-as-kill): Deactivate mark.
25426
25427 2005-01-01 Richard M. Stallman <rms@gnu.org>
25428
25429 * replace.el (occur-1): If the output buffer is also an input,
25430 don't kill it, rename it.
25431
25432 * faces.el (set-face-background, set-face-foreground): Doc fix.
25433
25434 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25435 for :foreground and :background.
25436
25437 * dired.el (dired-view-command-alist): Variable deleted.
25438 (dired-view-file, dired-mouse-find-file-other-window):
25439 Delete the code to use it.
25440
25441 2005-01-01 Kim F. Storm <storm@cua.dk>
25442
25443 * image.el (insert-sliced-image): Use t for line-height property.
25444
25445 See ChangeLog.11 for earlier changes.
25446
25447 ;; Local Variables:
25448 ;; coding: iso-2022-7bit
25449 ;; End:
25450
25451 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25452 Copying and distribution of this file, with or without modification,
25453 are permitted provided the copyright notice and this notice are preserved.
25454
25455 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1