]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* progmodes/compile.el (compilation-mode-font-lock-keywords):
[gnu-emacs] / lisp / ChangeLog
1 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
2
3 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4 Don't highlight "Compiling file" messages as error.
5
6 * dired-aux.el (dired-compress-file): Confirm again if gzipped
7 file already exists.
8
9 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10
11 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
12 entry, don't assign to free var; simply return the extracted filename.
13 (ff-treat-as-special): Incorporate common preamble from callers.
14 (ff-other-file-name, ff-find-the-other-file):
15 Update call to ff-treat-as-special.
16
17 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
18
19 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
20
21 * tumme.el (tumme-get-comment): Fix bug.
22
23 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
24
25 * files.el: Remove spurious * in docstrings.
26
27 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
28
29 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
30 grammar.
31 (allout-beginning-of-current-line): Beware beginning of buffer.
32 Also, a comment is simplified.
33 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
34 when appropriate. (This fix enables use for other than
35 bullet-hotspot operation.)
36 (allout-hide-current-subtree): While escalating to sibling-close,
37 make sure to situate on a topic.
38
39 2006-07-14 Kim F. Storm <storm@cua.dk>
40
41 * emulation/cua-base.el (cua-delete-selection)
42 (cua-toggle-set-mark): New defcustoms.
43 (cua-rectangle-modifier-key): Add `alt' modifier.
44 (cua-replace-region): Don't delete if cua-delete-selection is nil.
45 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
46 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
47
48 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
49
50 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
51
52 * allout.el: Require 'cl during byte-compilation/interactive load,
53 for the `assert' macro.
54 (allout-mode-deactivate-hook): New hook, run when allout mode
55 deactivates.
56 (allout-developer): New allout customization subgroup.
57 (allout-run-unit-tests-on-load): New allout-developer
58 customization variable, when true allout unit tests are run towards
59 end of file load/eval.
60 (allout-inhibit-auto-fill): Disable auto-fill activity even during
61 auto-fill-mode.
62 (allout-resumptions): Remove, to be replaced by...
63 (allout-add-resumptions): Register variable settings to be
64 reinstated by `allout-do-resumptions'. The settings are made
65 buffer-local, but the locality/globality of the suspended setting
66 is restored on resumption.
67 (allout-do-resumptions): Reinstate all settings suspended using
68 `allout-add-resumptions'.
69 (allout-test-resumptions): Unit tests (and intermediate variables)
70 for resumptions.
71 (allout-tests-globally-unbound, allout-tests-globally-true)
72 (allout-tests-locally-true): Intermediate variables for
73 resumptions unit tests.
74 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
75 (allout-exposure-category): Replaces 'allout-overlay-category variable.
76 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
77 instead of retired `allout-resumptions'. For hook functions, use
78 `local' parameter so hook settings are created and removed as
79 buffer-local settings. Revise (resumptions) setting
80 auto-fill-function so it is set only if already active. (The
81 related fill-function settings are all made in either case, so
82 that activating auto-fill-mode activity will have the custom
83 allout-mode behaviors (hanging indent on topics, if configured for it).
84 Remove all allout-exposure-category overlays on mode deactivation.
85 (allout-hotspot-key-handler): New function extracted from
86 `allout-pre-command-business', so the functionality can be used
87 for other purposes, eg as a binding in an overlay.
88 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
89 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
90 customization variable.
91 (allout-run-unit-tests): Run the (currently quite small)
92 repertoire of unit tests. Called just before the provide iff user
93 has customized `allout-run-unit-tests-on-load' non-nil.
94
95 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
96
97 * emacs-lisp/authors.el (authors-aliases): Update.
98
99 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
100
101 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
102 gdb-source-window. Add dedicated argument.
103 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
104 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
105 (gdb-display-threads-buffer, gdb-display-memory-buffer)
106 (gdb-display-locals-buffer): Use it.
107
108 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
109 Set gdb-source-window.
110
111 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
112
113 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
114 minor modes, redundant with the custom-autoload line above.
115
116 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
117
118 * longlines.el (longlines-post-command-function): Handle open-line too.
119
120 2006-07-12 Richard Stallman <rms@gnu.org>
121
122 * progmodes/grep.el (grep-last-buffer): Doc fix.
123
124 * info.el (Info-try-follow-nearest-node): Doc fix.
125
126 * emacs-lisp/edebug.el (edebug-instrument-function):
127 Err if find-function-noselect gives no position.
128
129 * emacs-lisp/find-func.el (find-function-search-for-symbol):
130 If can't find definition, return nil for position.
131 (find-function-do-it): Handle new return value
132 of find-definition-noselect.
133 (find-definition-noselect, find-variable-noselect): Doc fix.
134 (find-function-noselect): Doc fix.
135
136 * help-mode.el (help-variable-def): Handle find-variable-noselect
137 returning no position.
138 (help-function-def): Likewise for find-function-search-for-symbol.
139 (help-face-def): Likewise.
140
141 * help-fns.el (describe-variable): Handle find-variable-noselect
142 returning no position.
143
144 * files.el (locate-file-completion): Avoid duplicates in result.
145
146 * cus-edit.el (custom-no-edit): New command.
147 (custom-mode-map): Remap to custom-no-edit instead of
148 using suppress-keymap.
149
150 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
151
152 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
153 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
154 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
155
156 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
157
158 2006-07-11 Kim F. Storm <storm@cua.dk>
159
160 * ido.el (ido-copy-current-file-name): Use buffer-name if
161 buffer-file-name is nil.
162
163 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
164
165 * simple.el (undo-ask-before-discard): Set to nil.
166
167 * vc.el (vc-exec-after): Don't delete process manually.
168 (vc-print-log): Run log-view-mode in process sentinel inside
169 inhibit-read-only. Don't shrink window due to timing issues.
170
171 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
172 Avoid using with-output-to-temp-buffer, which clobbers local vars.
173
174 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
175
176 * progmodes/compile.el (compilation-error-regexp-alist-alist):
177 Fix ambiguity introduced by last change.
178 (compilation-find-file): Move save-excursion to where it may
179 make sense. Fix a left over `find-file'.
180
181 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
182
183 * textmodes/texinfmt.el (texinfo-format-separate-node):
184 Insert a string before point, which fits documentation, not after.
185 (texinfo-multitable-item): In a multitable row, insert any
186 additional needed @tabs and spaces.
187
188 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
189
190 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
191 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
192 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
193 instead of shell-command.
194 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
195 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
196 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
197 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
198 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
199 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
200
201 2006-07-11 Kim F. Storm <storm@cua.dk>
202
203 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
204 Remove special case for seconds < 0. Use (redisplay t) instead.
205
206 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
207
208 * progmodes/cc-awk.el (defconst): Use eval-and-compile to avoid
209 compilation error.
210
211 * subr.el (sit-for): New function.
212
213 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
214
215 2006-07-10 Richard Stallman <rms@gnu.org>
216
217 * ldefs-boot.el (edebug): Update page.
218
219 2006-07-10 Kim F. Storm <storm@cua.dk>
220
221 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
222 to FOR-RELEASE and TODO.
223
224 2006-07-10 Romain Francoise <romain@orebokech.com>
225
226 * emacs-lisp/authors.el (authors-aliases): Update.
227
228 2006-07-10 Alan Mackenzie <acm@muc.de>
229
230 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
231 * cc-mode.el: Changes to eradicate eval-after-load.
232
233 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
234
235 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
236 on non-char events.
237
238 2006-07-09 Romain Francoise <romain@orebokech.com>
239
240 * progmodes/compile.el (compilation-mode-font-lock-keywords):
241 Don't highlight start/end markers as compilation messages.
242
243 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
244 to t.
245
246 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
247
248 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
249
250 2006-07-08 Richard Stallman <rms@gnu.org>
251
252 * term/x-win.el (x-handle-display): Add doc string.
253
254 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
255
256 * subr.el (def-edebug-spec): Move here.
257 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
258
259 * imenu.el (imenu-choose-buffer-index): Doc fix.
260
261 2006-07-08 Romain Francoise <romain@orebokech.com>
262
263 * term/x-win.el (x-display-name): Fix typo.
264
265 2006-07-08 Eli Zaretskii <eliz@gnu.org>
266
267 * hexl.el (hexl-find-file): Doc fix.
268
269 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
270
271 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
272
273 * term/x-win.el (x-display-name): Doc fix.
274
275 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
276
277 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
278 long prefixes.
279 (fill-region-as-paragraph): Don't round up to a whole line.
280 (fill-comment-paragraph): Don't include the code-before-the-comment
281 when calling fill-region-as-paragraph.
282
283 * international/mule.el (make-char): Remove redundancy.
284
285 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
286 property may contain an anonymous function rather than a symbol.
287
288 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
289
290 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
291 Use shy regexp. Fix incorrect backref to potentially unmatched group.
292
293 * dirtrack.el (dirtrack-default-directory-function): Remove.
294 (dirtrack-directory-function): Use file-name-as-directory.
295 (dirtrack-windows-directory-function): Simplify.
296 (dirtrack-forward-slash, dirtrack-backward-slash)
297 (dirtrack-replace-slash): Remove.
298 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
299 (dirtrack): Fix wrong parenthesizing; use match-string.
300
301 * progmodes/octave-inf.el: Remove spurious * in docstrings.
302 (inferior-octave-mode): Only change the buffer-local value of
303 comint-dynamic-complete-functions.
304 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
305 Move the initialization to the declaration.
306 (inferior-octave-complete): Remove unused var `filter'.
307
308 * shell.el (shell-mode): Only change the buffer-local value of
309 comint-dynamic-complete-functions.
310
311 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
312
313 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
314 entry is skipped because it has been scheduled.
315 (org-prepare-agenda-buffers): Don't mark buffers as modified when
316 changing `:org-archived' and `:org-comment' properties.
317
318 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
319
320 * server.el (server-select-display): Don't make the temp frame
321 minibuffer-only, in case it's not a temp frame.
322 (server-process-filter): Don't delete the temp frame if it's the
323 only one we have on that display.
324
325 * files.el (find-alternate-file): Doc fix.
326
327 2006-07-05 Richard Stallman <rms@gnu.org>
328
329 * files.el (abbreviate-file-name): Add save-match-data.
330
331 2006-07-03 Richard Stallman <rms@gnu.org>
332
333 * faces.el (read-face-name): Doc fix.
334
335 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
336
337 * net/goto-addr.el (goto-address): Mark as safe for local evals.
338
339 2006-07-05 Andre Spiegel <spiegel@gnu.org>
340
341 * vc.el (vc-diff-internal): Fix prev change.
342
343 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
344
345 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
346 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
347
348 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
351 fails if the symbol contains chars like ( or '.
352 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
353 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
354 `short'.
355
356 2006-07-04 Kenichi Handa <handa@m17n.org>
357
358 * international/mule-cmds.el (set-language-info): If LANG-ENV is
359 the current one, don't call set-language-environment, but call one
360 of set-language-environment-XXX to make INFO effective now.
361 (set-language-environment): Call set-language-environment-XXX
362 functions instead of doing the various setups directly.
363 (set-language-environment-coding-systems): Delete argument eol-type.
364 (set-language-environment-input-method)
365 (set-language-environment-nonascii-translation)
366 (set-language-environment-charset)
367 (set-language-environment-fontset)
368 (set-language-environment-unibyte): New functions.
369
370 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
371
372 * locate.el (locate-update-when-revert): New option.
373 (locate-update-path): New option (suggested by Michael Albinus).
374 (locate-prompt-for-command): Whitespace change.
375 (locate-update): No longer offer to update the locate database by
376 default. Implement the two new options.
377
378 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
379
380 * tooltip.el: Move comment about track-mouse...
381
382 * progmodes/gud.el: ...to here.
383
384 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
385
386 * facemenu.el (facemenu-listed-faces): New var.
387 (facemenu-unlisted-faces): Variable deleted.
388 (facemenu-add-new-face): Use facemenu-listed-faces.
389
390 * emulation/viper-init.el, calendar/calendar.el:
391 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
392
393 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
394
395 * textmodes/org.el (org-mode): Remove no invalid settings for
396 calc embedded mode.
397 (org-mode-p): New defsubst.
398 (org-save-all-org-buffers): New function.
399 (org-first-headline-recenter): Enclose outline-regexp in group
400 delimiters.
401 (org-set-tags): Keep single space after stars.
402
403 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
404
405 * window.el (set-window-text-height): Only set window-min-height to
406 1 if that's the requested size.
407
408 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
409 (diff-unified->context, diff-context->unified)
410 (diff-reverse-direction): Make sure the end marker stays at the end.
411 (diff-mode): Add the keymap table at the end of docstring.
412 Use lexical-let rather than constructing a closure manually.
413
414 * files.el (find-file-noselect-1): Remove unused var assignment.
415 (hack-local-variables-confirm): Print lists of strings as lists of
416 strings rather than lists of symbols.
417 (abbreviate-file-name, hack-local-variables-prop-line):
418 Use match-string.
419 (hack-one-local-variable): Move `make-local-variable' nearer its use.
420 (recover-session-finish): Use line-end-position.
421
422 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
423
424 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
425
426 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
427
428 * progmodes/make-mode.el (makefile-macroassign-regex):
429 Accept preceding keyword.
430 (makefile-gmake-statements): Reorganize, now that makepp has
431 "override" and also handle forgotten "override define".
432 (makefile-makepp-statements): Add new "global", "override export"
433 and "override global".
434
435 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
436
437 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
438 (ada-compile-mouse-goto-error, ada-deactivate-properties)
439 (ada-no-auto-case): Fix typos in docstrings.
440
441 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
442
443 * info.el (Info-find-node-2): Search for makeinfo version more
444 carefully.
445
446 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
447
448 * textmodes/org.el (org-prepare-agenda-buffers):
449 Use `invisible-OK' argument for `org-end-of-subtree'.
450 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
451 (org-beginning-of-item): Fix bug in regular expression for white line.
452 (org-export-as-html): Enforce space after bullet in plain list items.
453 (org-set-autofill-regexps): Require space after plain list bullet
454 for paragraph-start.
455 (org-ts-regexp3): New constant.
456 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
457 (org-timestamp-up-day, org-timestamp-down-day)
458 (org-timestamp-change): Work with inactive timestamps.
459 (org-ts-regexp1): Don't allow brackets in time stamps.
460
461 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
462
463 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
464 for ignoring links.
465
466 * faces.el (read-face-name): Use it.
467
468 2006-06-28 Juri Linkov <juri@jurta.org>
469
470 * buff-menu.el (list-buffers-noselect): Compare Info file
471 with the string "dir" to detect Info directory.
472
473 * complete.el (partial-completion-mode): In lambda for
474 `choose-completion-string-functions' use full function signature
475 with 4 args, and move point to the end of the minibuffer only if arg
476 `mini-p' is non-nil.
477
478 2006-06-28 John Paul Wallington <jpw@pobox.com>
479
480 * ibuffer.el (ibuffer-mode): Doc fix.
481
482 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
483
484 * textmodes/org.el (org-context): New contexts :item-bullet,
485 :latex-fragment, :latex-preview.
486 (org-overlays-at, org-overlay-start, org-overlay-end):
487 New compatibility functions.
488 (org-inside-LaTeX-fragment-p): More accurate matching, using the
489 exact regexp that will be used during export.
490 (org-latex-regexps): New variable.
491 (org-cdlatex-mode): Improve advice for `texmathp'.
492 (turn-on-org-cdlatex): New function.
493
494 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
495
496 * term/mac-win.el (mac-handle-font-selection): Change keys of
497 mac-atsu-font-table from strings to numbers.
498 (mac-ts-caret-position): Use also when cursor-type is nil.
499 (mac-ts-update-active-input-area): Add Mac OS Classic support.
500 Relax condition for using overlay strings.
501 Use mac-ts-caret-position face when cursor-type is nil.
502
503 2006-06-26 Kim F. Storm <storm@cua.dk>
504
505 * help.el (view-emacs-news): Declare `res' in the right let* form.
506
507 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
508
509 * net/rcompile.el (remote-compile): Replace ange-ftp based
510 implementation by Tramp functions.
511 Suggested by Marc Abramowitz <msabramo@gmail.com>.
512
513 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
514
515 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
516
517 * international/fontset.el (setup-default-fontset): Fix a typo in
518 the "Oriya-Akruti" registry name.
519
520 2006-06-23 Lars Hansen <larsh@soem.dk>
521
522 * desktop.el (desktop-full-file-name): New function.
523 (desktop-kill, desktop-save, desktop-remove, desktop-read)
524 (desktop-revert): Use it.
525 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
526 (desktop-after-read-hook): Add option list-buffers.
527 (desktop-locals-to-save): Add tab-width.
528 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
529 Fix docstring.
530
531 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
532
533 * textmodes/org.el (org-cdlatex-mode-map)
534 (org-cdlatex-texmathp-advice-is-done): New variables.
535 (org-cdlatex-mode): New minor mode.
536 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
537 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
538 (org-export-with-archived-trees): New option.
539 (org-open-file): Remove the call to `convert-standard-filename'.
540 (org-archive-tag, org-agenda-skip-archived-trees)
541 (org-cycle-open-archived-trees)
542 (org-sparse-tree-open-archived-trees): New options.
543 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
544 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
545 New functions.
546 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
547 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
548 (org-mode-map): Add binding for `org-toggle-archive-tag'.
549 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
550 Call `org-prepare-agenda-buffers'.
551 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
552 (org-file-apps, org-file-apps-defaults-gnu)
553 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
554 Handle remote files by forcing them to be opened in Emacs.
555
556 2006-06-23 Andre Spiegel <spiegel@gnu.org>
557
558 * vc.el (vc-diff-knows-L): New variable.
559 (vc-diff-internal): Use it to handle "diff" programs that don't
560 understand -L. This works automatically, no user action is necessary.
561
562 2006-06-23 Daniel Brockman <daniel@brockman.se>
563
564 * net/rcirc.el (rcirc-default-user-full-name): Default to
565 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
566 longer exists).
567 (rcirc-process-list): Check `buffer-live-p' before attempting to
568 switch to a buffer.
569
570 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
571
572 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
573 based on rcirc-coding-system-alist.
574
575 2006-06-23 Martin Rudalics <rudalics@gmx.at>
576
577 * cus-edit.el (customize-apropos): A better error message.
578 (top level) <debug-ignored-errors>: Extend and update the list of
579 ignored error messages.
580
581 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
582
583 * complete.el (PC-do-completion): Retain capitalization of user
584 input, when possible, even if completion-ignore-case is set.
585
586 2006-06-23 Eli Zaretskii <eliz@gnu.org>
587
588 * generic-x.el (bat-generic-mode): Support .cmd files.
589
590 * dos-w32.el (top level): Use find-file-not-found-functions
591 instead of the obsolete find-file-not-found-hooks.
592
593 2006-06-22 Kim F. Storm <storm@cua.dk>
594
595 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
596 to recognize mode name containing submodes, such as Grep/lw.
597
598 2006-06-21 Kim F. Storm <storm@cua.dk>
599
600 * simple.el (line-move-1): Check for move-end-of-line instead of
601 end-of-line when setting temporary-goal-column.
602
603 2006-06-21 Miles Bader <miles@gnu.org>
604
605 * play/cookie1.el (cookie): Work properly when there's only one entry.
606
607 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
608
609 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
610 (gdb-frame-handler): Generalize frame regexp for templates.
611
612 2006-06-20 Glenn Morris <rgm@gnu.org>
613
614 * calendar/appt.el (appt-display-format): Default value must be
615 one of the customize options.
616
617 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
618
619 * term/xterm.el (terminal-init-xterm): Update key availability info.
620 Bind C-return.
621
622 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
623
624 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
625
626 * files.el (hack-local-variables): Run `hack-local-variables-hook'
627 whether or not a local variables list is defined.
628
629 * msb.el (msb): Move `sit-for' hack here to handle both
630 "mouse-down and drag" and "mouse-up and select" situations.
631 (mouse-select-buffer): Move `sit-for' hack to `msb'.
632
633 2006-06-20 Kenichi Handa <handa@m17n.org>
634
635 * international/characters.el (word-combining-categories):
636 Add entries for 2-byte Han characters.
637
638 2006-06-19 Richard Stallman <rms@gnu.org>
639
640 * bindings.el (mode-line-format): Save some mode line space.
641
642 * files.el (find-file-noselect): Improve the question wording.
643 (basic-save-buffer-2): Mask UMASK against 666.
644
645 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
646 (mouse-drag-vertical-line): Call it.
647
648 * cus-edit.el (customize-option, customize-option-other-window):
649 Error if SYMBOL is nil.
650
651 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
652
653 * textmodes/org.el: Require noutline, also on XEmacs.
654 (org-end-of-subtree): Return point.
655 (org-dblock-start-re, org-dblock-end-re): New constants.
656 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
657 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
658 (org-update-all-dblocks, org-find-dblock): New functions.
659 (org-collect-clock-time-entries): New function.
660 (org-html-handle-time-stamps): Never export CLOCK timeranges.
661 (org-fixup-indentation): Modify to deal correctly with lines
662 starting with TAB. Only one argument DIFF now.
663 (org-demote, org-promote): Call `org-fixup-indentation' with just
664 one argument, DIFF.
665 (org-mode): Don't mark buffer as modified when aligning tables.
666 (org-clock-sum): Don't mark buffer modified when adding time sum
667 properties.
668 (org-export-as-html): Add support for a link validation function.
669 (org-archive-all-done): New function.
670 (org-archive-subtree): New prefix argument. When set, archive all
671 done subtrees in this buffer.
672 (org-remove-clock-overlays)
673 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
674 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
675 (org-put-clock-overlay): Don't swallow last headline character
676 when displaying overlay.
677 (org-store-link): Link to `image-mode' with just the file name.
678
679 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
680
681 * viper-cmd.el (viper-special-read-and-insert-char):
682 Use read-key-sequence.
683 (viper-after-change-undo-hook): Misc enhancements.
684 (viper-after-change-undo-hook): New hook.
685 (viper-undo): Use viper-after-change-undo-hook.
686 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
687 (viper-next-line-at-bol): If point is on a widget or a button, simulate
688 clicking on that widget/button.
689
690 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
691
692 * ediff-diff (ediff-test-patch-utility): Catch errors.
693 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
694 (ediff-set-actual-diff-options): New function.
695 (ediff-reset-diff-options, ediff-toggle-ignore-case):
696 Use ediff-set-actual-diff-options.
697 (ediff-extract-diffs): Catch errors.
698 (ediff-whitespace): Add non-breakable space.
699 (ediff-same-file-contents): Catch errors.
700
701 * ediff-mult.el (ediff-collect-custom-diffs):
702 Save coding-system-for-read.
703
704 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
705 (ediff-vc-internal, ediff-vc-merge-internal):
706 Use ediff-delete-version-file.
707 (ediff-delete-version-file): New function.
708
709 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
710
711 * ediff.el (ediff-directories, ediff-directory-revisions)
712 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
713 (ediff-directories-internal, ediff-merge-directory-revisions)
714 (ediff-merge-directory-revisions-with-ancestor)
715 (ediff-directories3): Use read-directory-name.
716
717 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
718
719 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
720 Remove superfluous part of regexp for brace matching which is handled
721 by `scan-lists' call.
722
723 2006-06-16 Richard Stallman <rms@gnu.org>
724
725 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
726
727 * files.el (basic-save-buffer-2): For a new precious file,
728 use the default modes in the return value.
729
730 * facemenu.el (facemenu-color-alist): Doc fix.
731
732 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
733
734 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
735
736 * cus-start.el (all): Add mac-ts-script-language-on-focus.
737
738 * term/mac-win.el (mac-text-encoding-ascii): New constant.
739 (mac-utxt-to-string): Use it.
740 (mac-ts-update-active-input-area): Use mac-ae-number.
741
742 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
743
744 * term.el (term-handle-scroll, term-delete-lines)
745 (term-insert-lines): Fix off by one errors.
746
747 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
748
749 * net/tramp.el (tramp-touch): Use UTC to express time.
750
751 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
752
753 * mail/sendmail.el (mail-send): Search explicitly for
754 mail-header-separator when checking for corrupted header lines.
755
756 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
757
758 * progmodes/gdb-ui.el (gdb-same-frame): New option.
759 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
760 (gdb-init-1): Initialise them.
761 (gdb-starting): Reset gdb-printing
762 (gdb-starting): Save value of gud-overlay-arrow-position.
763 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
764 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
765 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
766 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
767
768 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
771
772 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
773
774 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
775 (ldap-search-internal): Keep error messages, and a regexp fix.
776
777 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
778
779 * files.el (hack-local-variables-confirm):
780 Display string value using its printed representation.
781
782 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
783
784 * server.el (server-edit): No-op if no server buffers exist.
785
786 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
787
788 * textmodes/page-ext.el (pages-directory-for-addresses):
789 Including `pages-directory-address-mode' in the function results
790 in the message "Buffer in which pages were found is deleted".
791
792 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
793
794 * textmodes/org.el (org-agenda-mode-map): Add bindings for
795 clocking functions.
796
797 (org-agenda-clock-in, org-check-running-clock)
798 (org-clock-out-if-current, org-remove-clock-overlays)
799 (org-put-clock-overlay): New functions.
800 (org-clock-marker, org-clock-file-total-minutes)
801 (org-clock-overlays): New variables.
802 (org-clock-display, org-clock-sum, org-clock-cancel)
803 (org-clock-out, org-clock-in): New commands.
804 (org-export): New function.
805 (org-emph-re): New constant.
806 (org-set-emph-re, org-do-emphasis-faces): New functions.
807 (org-emphasis-regexp-components, org-emphasis-alist): New options.
808 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
809 (org-export-html-convert-emphasize): Use the configurable emphasis.
810 (org-cleaned-string-for-export): Make multiline emphasis visible
811 to the exporter. New optional argument PARAMETERS.
812 (org-export-as-html): Specify :emph-multiline parameter to
813 `org-cleaned-string-for-export'.
814
815 2006-06-10 Richard Stallman <rms@gnu.org>
816
817 * help.el (help-for-help-internal): Clean up help text.
818
819 2006-06-10 Andreas Schwab <schwab@suse.de>
820
821 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
822 in doc string.
823
824 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
825
826 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
827
828 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
829 spaces after the comment start.
830
831 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
832
833 * play/pong.el (pong-init-buffer):
834 Fill buffer with spaces instead of ^A.
835
836 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
837 launched asynchronously, delete its process instead of being cool.
838 (ispell-async-processp): Check for `delete-process' existence
839 instead of `kill-process' one for consistency.
840
841 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
842
843 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
844 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
845 in mode line at startup.
846
847 2006-06-08 Kim F. Storm <storm@cua.dk>
848
849 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
850 (ido-init-completion-maps): Bind them to M-SPC and M-v.
851 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
852 (ido-file-internal): Pass full file name to write-file.
853 (ido-read-internal): Only pop stack elements automatically if they
854 actually match an existing directory or file name.
855
856 2006-06-07 Kenichi Handa <handa@m17n.org>
857
858 * international/mule.el (find-auto-coding): Don't handle the short
859 name `char-trans'.
860
861 * files.el (hack-local-variables-prop-line)
862 (hack-local-variables): Cancel the previous change.
863
864 2006-06-06 Jesper Harder <harder@phys.au.dk>
865
866 * ediff-diff.el (ediff-test-utility): Protect against file-error.
867
868 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
869
870 * diff-mode.el (diff-mode): Set buffer-read-only to t when
871 diff-default-read-only is non-nil.
872 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
873 (diff-refine-hunk): Set inhibit-read-only to t.
874
875 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
876 modifying the *Diff* buffer.
877 (diff-process-filter): New filter function for diff process that
878 sets inhibit-read-only to t when modifying the *Diff* buffer.
879
880 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
881
882 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
883 insertion point and control the number of empty lines.
884 (org-paste-subtree): Limit the number of empty lines at the end of
885 the inserted tree.
886 (org-agenda): Use buffer name of current file for narrowing.
887 (org-export-as-xml): Command removed.
888 (org-export-xml-type): Option removed.
889 (org-mode-map): Call `org-export-as-xoxo' directly.
890 (org-get-indentation): New optional argument LINE.
891 (org-fix-indentation, org-remove-tabs): New functions.
892 (org-export-as-ascii, org-ascii-level-start): Determine and apply
893 correct indentation for headlines that are converted it items.
894 (org-skip-comments): Remove table lines that contain narrowing
895 cookies but no other non-empty fields.
896 (org-set-tags): Allow groups of mutually exclusive tags.
897 (org-cmp-time): Sort 24:21 before items without time.
898 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
899 (org-open-at-point): Require double colon also for numbers.
900
901 2006-06-06 Kim F. Storm <storm@cua.dk>
902
903 * ido.el (ido-default-file-method, ido-default-buffer-method):
904 Make choice values consistent with corresponding command names.
905 (ido-visit-buffer): Update accordingly. Default to selected-window.
906
907 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
908
909 * progmodes/gud.el (gud-running): Fix doc string.
910 (gud-menu-map): Use :visible instead fo :enable for debugger test.
911 (gud-tooltip-modes): Add python-mode.
912 (gud-tooltip-print-command): Add pdb. Remove perldb.
913
914 2006-06-05 Eli Zaretskii <eliz@gnu.org>
915
916 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
917 Quote $(EMACS).
918
919 2006-06-05 Richard Stallman <rms@gnu.org>
920
921 * faces.el (defined-colors): Doc fix.
922
923 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
924
925 * vc.el (vc-process-filter): Inhibit undo info collection around
926 call to insert.
927 (vc-setup-buffer): Likewise for call to erase-buffer.
928 (vc-do-command): Likewise for call to process-file.
929
930 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
931
932 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
933 for gud-go.
934 (gud-common-init): Other debuggers may trigger error.
935
936 2006-06-05 Kenichi Handa <handa@m17n.org>
937
938 * international/mule.el (find-auto-coding):
939 Handle enable-character-translation in file header.
940
941 2006-06-04 Kim F. Storm <storm@cua.dk>
942
943 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
944 (authors-fixed-entries): Fix spelling.
945 (authors-canonical-file-name): Don't report error for wildcards.
946
947 * help.el (view-emacs-news): Rewrite to support new NEWS,
948 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
949 e.g. version 10 matches 1.10, and don't be confused by version 1.1
950 being a prefix of 1.12 (etc). A numeric prefix arg also works.
951
952 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
953
954 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
955 exec constructs like `foo bar`.
956 (sh-quoted-subshell): New helper function to search for a possibly
957 nested subshell (like `` or $()) within a "" quoted string.
958 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
959 (sh-apply-quoted-subshell): Flag quote characters inside a
960 subshell, which is itself already in a quoted region, as
961 punctuation, since this is the closest to what they actually are.
962 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
963 sh-apply-quoted-subshell.
964 (sh-font-lock-syntactic-face-function): Apply the new face for
965 text inside `` instead of the old font-lock-string-face.
966
967 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
968
969 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
970 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
971 (mac-bytes-to-text-range, mac-ae-text-range-array)
972 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
973 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
974 (mac-ts-unicode-for-key-event): New functions.
975 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
976 (mac-handle-font-selection): Use mac-ae-number.
977 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
978 New variables.
979 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
980 (mac-ts-converted-text, mac-ts-selected-converted-text)
981 (mac-ts-block-fill-text, mac-ts-outline-text)
982 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
983 (mac-ts-hilite-style-faces): New constant.
984 (mac-apple-event-map): Bind text input events.
985 (mac-dispatch-apple-event): Use command-execute instead of
986 call-interactively.
987 (global-map): Don't bind mac-apple-event.
988 (special-event-map): Bind mac-apple-event.
989
990 2006-06-02 Eli Zaretskii <eliz@gnu.org>
991
992 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
993 file name.
994 (emacs): Enclose the value of $(EMACS) in quotes.
995
996 2006-06-02 Juri Linkov <juri@jurta.org>
997
998 * international/mule.el (sgml-html-meta-auto-coding-function):
999 Remove the condition `(search-forward "<html" size t)'.
1000 Replace `\"' with `[\"']?' in `re-search-forward'.
1001
1002 2006-06-02 Kenichi Handa <handa@m17n.org>
1003
1004 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1005 as well as `coding'.
1006 (hack-local-variables): Likewise.
1007
1008 * international/mule.el (enable-character-translation):
1009 Put permanent-local and safe-local-variable properties.
1010 (find-auto-coding): Handle char-trans: tag.
1011
1012 2006-06-02 Juri Linkov <juri@jurta.org>
1013
1014 * international/mule.el (sgml-html-meta-auto-coding-function):
1015 Limit the search by the end of the HTML header (if any).
1016
1017 2006-06-01 Richard Stallman <rms@gnu.org>
1018
1019 * subr.el (with-current-buffer): Doc fix.
1020
1021 2006-06-02 Masatake YAMATO <jet@gyve.org>
1022
1023 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1024 Almost rewrite. Underlines over all lines of gcov output are too
1025 uncomfortable to read. Suggested by Dan Nicolaescu.
1026
1027 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1028
1029 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1030
1031 * shell.el (shell-mode): Use shell-mode-map in docstring.
1032
1033 * comint.el (comint-send-input): Do not add help-echo and
1034 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1035
1036 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1037
1038 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1039
1040 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1041
1042 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1043 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1044 look up the stack and pop up GUD buffer if necessary.
1045 (gdb-frames-select): Remove redundant call to gud-display-frame.
1046 (gdb-info-threads-custom): Keep point at start of buffer.
1047 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1048
1049 2006-05-31 Juri Linkov <juri@jurta.org>
1050
1051 * replace.el (query-replace-read-from, query-replace-read-to):
1052 Bind `history-add-new-input' to nil. Call `add-to-history'.
1053
1054 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1055
1056 * textmodes/table.el: Convert all HTML tags to lower case for
1057 XHTML compatibility.
1058
1059 2006-05-31 Masatake YAMATO <jet@gyve.org>
1060
1061 * progmodes/compile.el:
1062 (compilation-error-regexp-alist-alist::gcov-called-line):
1063 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1064
1065 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1066
1067 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1068 Revert inadvertent changes made with last commit.
1069
1070 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1071
1072 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1073 New functions.
1074
1075 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1076
1077 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1078
1079 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1080 only matches in the right place.
1081 (org-upcoming-deadline): New face.
1082 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1083 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1084 and make it an option.
1085 (org-export-ascii-bullets): New option.
1086 (org-export-as-html): Many changes to emit valid XHTML.
1087 (org-par-open): New variable.
1088 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1089 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1090 (org-timeline): Pass `org-timeline-show-empty-dates' to
1091 `org-get-all-dates'. Interpret empty dates returned by
1092 `org-get-all-dates'.
1093 (org-get-all-dates): New argument EMPTY. Add dates without
1094 entries to the list, mark large ranges of empty dates.
1095 (org-point-in-group, org-context): New functions.
1096
1097 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1098
1099 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1100
1101 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1102 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1103 to C-mouse-3 (for 2 button mice).
1104 (gdb-send): Do the right thing for C-d.
1105
1106 * speedbar.el (speedbar-detach): Delete.
1107 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1108 it breaks things.
1109 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1110
1111 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1112
1113 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1114 Makeppfile.
1115
1116 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1117 Add makepp diagnostic.
1118
1119 2006-05-29 Richard Stallman <rms@gnu.org>
1120
1121 * window.el (fit-window-to-buffer): Doc fix.
1122
1123 * help.el (temp-buffer-max-height): Doc fix.
1124
1125 * subr.el (with-current-buffer): Doc fix.
1126
1127 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1128
1129 * term/x-win.el: Bind F10 to menu-bar-start if available.
1130
1131 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1132
1133 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1134 uses with a simple test.
1135 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1136 (term-send-raw-string, term-send-raw, term-mouse-paste)
1137 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1138 (term-handle-exit, term-read-input-ring)
1139 (term-previous-matching-input-string)
1140 (term-previous-matching-input-string-position)
1141 (term-previous-matching-input-from-input)
1142 (term-replace-by-expanded-history, term-send-input)
1143 (term-skip-prompt, term-bol, term-send-invisible)
1144 (term-kill-input, term-delchar-or-maybe-eof)
1145 (term-backward-matching-input, term-check-source)
1146 (term-proc-query, term-emulate-terminal)
1147 (term-handle-colors-array, term-process-pager, term-pager-line)
1148 (term-pager-bob, term-unwrap-line, term-word)
1149 (term-dynamic-complete-filename)
1150 (term-dynamic-complete-as-filename)
1151 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1152 unlesses.
1153
1154 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1155
1156 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1157 during bootstrapping.
1158
1159 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1160 Basically undo the change of 2006-05-26: use extra arguments instead of
1161 dynamic scoping.
1162 (ewoc-locate): Remove unused var `footer'.
1163
1164 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1165
1166 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1167
1168 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1169 (generate-file-autoloads): Obey it. Return whether autoloads were
1170 added at point or not.
1171 (update-file-autoloads): Use this new return value.
1172 Remove redundant test for the presence of an autoload cookie.
1173
1174 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1175 This one calls hack-local-variables.
1176 (generate-file-autoloads, update-file-autoloads): Use it.
1177
1178 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1179 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1180 (bibtex-sort-entry-class-alist): Don't set the global value.
1181 (bibtex-init-sort-entry-class-alist): New fun.
1182 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1183 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1184 of bibtex-init-sort-entry-class.
1185
1186 2006-05-28 Richard Stallman <rms@gnu.org>
1187
1188 * subr.el (load-history-regexp): If FILE is relative, insist
1189 entire last name component must match it.
1190 (load-history-filename-element, load-history-regexp): Doc fixes.
1191
1192 2006-05-29 Kim F. Storm <storm@cua.dk>
1193
1194 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1195 `pos' and `raw-data' for clarity, as eval forms may access these.
1196
1197 2006-05-28 Kim F. Storm <storm@cua.dk>
1198
1199 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1200
1201 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1202
1203 * progmodes/make-mode.el (makefile-browser-map)
1204 (makefile-mode-syntax-table): Move initialization inside declaration.
1205 (makefile-fill-paragraph): Use the default comment-filling code.
1206
1207 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1208
1209 * replace.el (query-replace-defaults): New variable.
1210 (query-replace-read-from): Use `query-replace-defaults' for
1211 default value, instead of history list.
1212 (query-replace-read-to): Update `query-replace-defaults'.
1213
1214 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1215
1216 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1217 with no X toolkit.
1218
1219 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1220
1221 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1222 (tumme-show-all-from-dir): Add autoload.
1223
1224 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1225
1226 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1227 (tumme-remove-tag): Fix bug.
1228
1229 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1230
1231 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1232 FOOTER args. Update unique caller.
1233 (ewoc-delete): Compute last node once before looping.
1234 (ewoc--node-branch): Merge into unique caller.
1235 (ewoc--node): Don't define constructor make-ewoc--node for this
1236 structure.
1237 (ewoc): Add member `hf-pp' to this structure.
1238 (ewoc--wrap): New func.
1239 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1240 header/footer pretty-printers. Save header/footer pretty-printer.
1241 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1242
1243 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1244
1245 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1246
1247 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1248 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1249 Tag'. Change "Compare directories..." to "Change Directories...".
1250 Move tumme commands to Operate, Regexp and Immediate menus.
1251 Change "Add Comment" to "Add Image Comment". Change "Add Image
1252 Tag" to "Add Image Tags".
1253
1254 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1255 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1256 `tumme-delete-tag'.
1257
1258 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1259
1260 * shell.el (shell-mode): Call shell-dirtrack-mode after
1261 list-buffers-directory is made a local variable, to avoid setting
1262 the default value.
1263
1264 2006-05-26 Kevin Ryde <user42@zip.com.au>
1265
1266 * info.el (Info-index-next): Use where-is-internal to report
1267 actual binding of Info-index-next, rather than hard-coded `,'.
1268
1269 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1270
1271 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1272 and "Find Command in Manual" to here.
1273
1274 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1275 Info-current-file as the file name.
1276
1277 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1278
1279 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1280 overrides will now be done a different way.
1281 (ses-set-parameter): Reapply this function for undo.
1282 (ses-set-header-row): Reconstruct header row during undo.
1283 (ses-widen): New function.
1284 (ses-goto-data, ses-reconstruct-all): Use new function.
1285 (ses-command-hook): Widen buffer during undo, before unupdating
1286 the cells.
1287 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1288 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1289 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1290 formula hasn't been executed yet.
1291
1292 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1293
1294 * comint.el (comint-kill-whole-line): Rename arg to count.
1295 Fix doc string.
1296
1297 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1298
1299 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1300 to copy-file.
1301
1302 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1303
1304 * simple.el (toggle-truncate-lines): Make arg optional for
1305 backward compatibility.
1306
1307 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1308
1309 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1310 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1311 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1312 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1313 (ewoc--adjust): Use ewoc--current-dll.
1314 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1315
1316 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1317
1318 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1319 compact error message.
1320 (org-tags-view): Refresh category table in each file.
1321 (org-table-justify-field-maybe): Remove superfluous arguments to
1322 `format'.
1323 (org-export-as-html): Insert "<p>" before postamble.
1324 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1325
1326 2006-05-26 Kenichi Handa <handa@m17n.org>
1327
1328 * textmodes/po.el (po-find-charset): Pay attention to the case
1329 FILENAME is a cons (NAME . BUFFER).
1330 (po-find-file-coding-system-guts): Likewise.
1331
1332 * arc-mode.el (archive-set-buffer-as-visiting-file):
1333 Call find-operation-coding-system with (FILENAME . BUFFER).
1334
1335 * tar-mode.el (tar-extract): Call find-operation-coding-system
1336 with (FILENAME . BUFFER).
1337
1338 * international/mule.el (decode-coding-inserted-region):
1339 Call find-operation-coding-system with (FILENAME . BUFFER).
1340
1341 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1342
1343 * image-mode.el (image-toggle-display): Use buffer contents to
1344 generate image for a remote file.
1345
1346 2006-05-25 Juri Linkov <juri@jurta.org>
1347
1348 * replace.el (query-replace-read-from, query-replace-read-to):
1349 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1350
1351 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1352
1353 * whitespace.el (whitespace-cleanup): Change to cleanup
1354 region if one is active.
1355 * whitespace.el (whitespace-cleanup-internal): New internal method.
1356
1357 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1358
1359 * dired.el (dired-mode-map): Add help-echo strings to tumme
1360 commands. Bind `tumme-dired-display-image' to C-t i.
1361
1362 * tumme.el (tumme-display-image): Change documentation string slightly.
1363 (tumme-dired-display-image): Add call to `display-buffer'.
1364
1365 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1366
1367 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
1368 Signal error if RAW-DATA is a multibyte string.
1369
1370 2006-05-24 Richard Stallman <rms@gnu.org>
1371
1372 * subr.el (with-local-quit): When handling `quit' signal,
1373 make a chance for quit-flag to cause a quit.
1374
1375 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
1376 (ad-disable-advice): Add autoloads.
1377
1378 * subr.el (read-passwd): Copy PROMPT before changing its properties.
1379
1380 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1381
1382 * dired.el (dired-mode-map): Change menu items for tumme as per
1383 suggestions in emacs-devel.
1384
1385 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1386
1387 * dired.el (dired-mode-map): Fix breakage.
1388
1389 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1390
1391 * tumme.el (tumme-display-dired-image): Rename to...
1392 (tumme-dired-display-image): ...this.
1393 (tumme-track-movement): Change default value to t.
1394 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
1395 used from `tumme-next-line-and-display' and similar commands.
1396
1397 * dired.el (dired-mode-map): Add Thumbnail submenu under the
1398 Immediate menu. Add some tumme commands there.
1399
1400 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
1401
1402 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
1403
1404 2006-05-24 Chong Yidong <cyd@mit.edu>
1405
1406 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
1407 menu entries that open submenus.
1408
1409 2006-05-24 Alan Mackenzie <acm@muc.de>
1410
1411 * startup.el (command-line): For names of preloaded files, don't
1412 append ".elc" (now done in Fload), and call file-truename on the
1413 lisp directory.
1414
1415 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
1416 match ANY loaded file with the right name, not just those in
1417 load-path. Put a regexp matching the file name into
1418 after-load-alist, rather than the name itself.
1419
1420 * subr.el: New functions load-history-regexp,
1421 load-history-filename-element, do-after-load-evaluation.
1422
1423 * international/mule.el (load-with-code-conversion): Do the
1424 eval-after-load stuff by calling do-after-load-evaluation.
1425
1426 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
1427
1428 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
1429 has not been killed.
1430
1431 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1432
1433 * term/mac-win.el: Set idle timer to clean up expired Apple events.
1434 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
1435 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
1436 Optionally set error message in reply.
1437
1438 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
1439
1440 * textmodes/org.el (org-open-at-point): Use renamed variable
1441 `org-confirm-shell-link-function'.
1442 (org-confirm-shell-link-function): Rename from
1443 `org-confirm-shell-links'.
1444 (org-export-directory): New function.
1445 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
1446 (org-export-icalendar): Use `org-export-directory'.
1447 (org-indent-item): Keep cursor position.
1448 (org-link-file-path-type): New option.
1449 (org-export-as-html): Fix bug with plain lists starting in
1450 column 0.
1451 (org-export-as-html): Remove deadline formatting, this happens
1452 now already in `org-html-handle-time-stamps'.
1453 (org-export-html-style): Deadline class removed.
1454 (org-insert-labeled-timestamps-at-point): New option.
1455 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
1456 of `hide-sublevels 1', in case the first headline is not level 1.
1457 (org-overview, org-content): New fuction.
1458 (org-cycle-global-status, org-cycle-subtree-status): Make these
1459 variables buffer-local.
1460 (org-global-cycle): New command.
1461 (org-shifttab): Use `org-global-cycle'.
1462 (org-insert-heading, org-insert-item): Go to end of new
1463 headline/item after creating it.
1464 (org-export-visible): Rename from `org-export-copy-visible'.
1465 Now creates a temporary org-file and applies an exporting command
1466 to it.
1467 (org-table-eval-formula): Support for lisp forms.
1468 (org-agenda-todo-ignore-scheduled): New option.
1469 (org-agenda-get-todos): Use new option
1470 `org-agenda-todo-ignore-scheduled'.
1471 (org-export-html-inline-images): New value `maybe'.
1472 (org-export-as-html): Inlining of images dependent on link description.
1473 (org-archive-subtree): Check for end-of-buffer before trying
1474 `kill-line'.
1475 (org-agenda-follow-mode): New option.
1476 (org-export-with-tags, org-export-with-timestamps): New options.
1477 (org-html-handle-time-stamps): New function.
1478 (org-keyword-time-regexp): New variable.
1479 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
1480 (org-agenda-todo-list-sublevels): New option.
1481 (org-html-level-start): When TITLE is nil, just close all levels.
1482 (org-parse-key-lines, org-parse-export-options): Remove functions,
1483 replaced by `org-infile-export-plist'.
1484 (org-combine-plists, org-infile-export-plist)
1485 (org-default-export-plist): New functions.
1486 (org-export-html-preamble, org-export-html-postamble)
1487 (org-export-html-auto-preamble, org-export-html-auto-postamble):
1488 New variables.
1489 (org-export-publishing-directory): New option.
1490 (org-export-as-html, org-export-as-ascii): Use the new property
1491 lists for settings.
1492 (org-export-copy-visible, org-export-as-xoxo):
1493 Respect `org-export-publishing-directory'.
1494 (org-link-search, org-store-link, org-file-apps): Support for
1495 links to BibTeX database entries..
1496 (org-get-current-options, org-set-regexps-and-options):
1497 Implement logging as a startup option.
1498 (org-store-link): Make sure context string is never empty
1499 (org-insert-link): Use relative path when possible.
1500 (org-at-item-checklet-p): New function.
1501 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
1502 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
1503 (org-metaright, org-metaup, org-metadown, org-shiftup)
1504 (org-shiftdown, org-shiftright, org-shiftleft)
1505 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
1506 Dispatch using `call-interactively'.
1507 (org-call-with-arg): New defsubst.
1508 (org-tag-alist, org-use-fast-tag-selection): New options.
1509 (org-complete): Use `org-tag-alist'.
1510 (org-fast-tag-insert, org-fast-tag-selection): New functions.
1511 (org-next-item, org-previous-item): New commands.
1512 (org-beginning-of-item, org-end-of-item): Add (interactive) to
1513 make command.
1514 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
1515
1516 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
1517
1518 * emacs-lisp/ewoc.el (ewoc-delete): New function.
1519 (ewoc-filter): Use `ewoc-delete'.
1520
1521 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
1522
1523 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1524
1525 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
1526 Signal more user-friendly error messages.
1527
1528 * complete.el (PC-do-completion): Undo the addition of implicit
1529 wildcards if they did not lead to finding any match.
1530 (read-file-name-internal): Don't add the final > if the completion is
1531 not finished.
1532
1533 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
1534
1535 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
1536 Quote safe-local-variable predicate.
1537
1538 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1539
1540 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
1541
1542 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1543
1544 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
1545
1546 * progmodes/make-mode.el (makefile-special-targets-list)
1547 (makefile-macro-table, makefile-target-table): Mark as risky.
1548 (makefile-query-one-target-method): Make this the alias for the
1549 following variable.
1550 (makefile-query-one-target-method-function): Make this the real name.
1551
1552 * textmodes/artist.el (artist-text-renderer): Make this the alias
1553 for the following variable.
1554 (artist-text-renderer-function): Make this the real name.
1555
1556 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
1557 the alias for the following variable.
1558 (flyspell-generic-check-word-predicate): Make this the real name.
1559
1560 * textmodes/ispell.el (ispell-format-word): Make this the alias
1561 for the following variable.
1562 (ispell-format-word-function): Make this the real name.
1563 (ispell-message-text-end): Mark as risky.
1564
1565 * skeleton.el (skeleton-transformation, skeleton-filter)
1566 (skeleton-pair-filter): Make these the aliases for the following
1567 variables.
1568 (skeleton-transformation-function, skeleton-filter-function)
1569 (skeleton-pair-filter-function): Make these the real names.
1570
1571 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
1572 and skeleton-pair-filter-function.
1573
1574 * textmodes/sgml-mode.el (sgml-transformation): Make this the
1575 alias for the following variable.
1576 (sgml-transformation-function): Make this the real name.
1577 (sgml-tag-alist): Mark as risky.
1578
1579 2006-05-21 Richard Stallman <rms@gnu.org>
1580
1581 * simple.el (kill-region): Interactively, pass point, then mark.
1582
1583 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
1584
1585 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
1586
1587 2006-05-21 Romain Francoise <romain@orebokech.com>
1588
1589 * dired-x.el (dired-mode-map): Don't bind M-g.
1590
1591 2006-05-20 Richard Stallman <rms@gnu.org>
1592
1593 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
1594 (dired-goto-file): Doc fix.
1595
1596 2006-05-21 Kim F. Storm <storm@cua.dk>
1597
1598 * emulation/cua-base.el: Mention customizing cua-mode as alternative
1599 way to enable built-in cua-mode if user loads older CUA-mode package.
1600
1601 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
1602 if default-filename is specified.
1603
1604 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1605
1606 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
1607
1608 * info.el (info-apropos): Make sure current-file and current-node
1609 have non-nil values. Speed up by using add-to-list instead of
1610 manual consing.
1611
1612 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1613
1614 * progmodes/make-mode.el (makefile-mode): Doc fix.
1615
1616 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1617
1618 * dired-aux.el (dired-do-shell-command): Doc fix.
1619
1620 2006-05-20 Kevin Ryde <user42@zip.com.au>
1621
1622 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
1623 ``(custom-manual :tag "Foo" "(foo)Node")''.
1624
1625 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
1626
1627 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
1628 value is an integer.
1629
1630 2006-05-20 Eli Zaretskii <eliz@gnu.org>
1631
1632 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
1633 "format".
1634 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
1635
1636 2006-05-20 Martin Rudalics <rudalics@gmx.at>
1637
1638 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
1639 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
1640
1641 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1642
1643 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
1644 regexp for keywords.
1645
1646 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
1647
1648 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
1649 replace-regexp-in-string.
1650
1651 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
1652 encode, and escape file name on conversion to URL.
1653
1654 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1655
1656 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
1657 Don't unescape URL.
1658 (dnd-get-local-file-name): Unescape URL on conversion to file name.
1659
1660 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
1661 on conversion to URLs.
1662
1663 * net/browse-url.el (browse-url-file-url): Encode file name on
1664 conversion to URL.
1665
1666 * term/mac-win.el (mac-ae-open-documents): Escape file name on
1667 conversion to URL.
1668
1669 2006-05-19 Eli Zaretskii <eliz@gnu.org>
1670
1671 * progmodes/cc-styles.el (c-style-alist): Doc fix.
1672
1673 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1674
1675 * term/mac-win.el (mac-bytes-to-digits): Remove function.
1676 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
1677
1678 2006-05-19 Glenn Morris <rgm@gnu.org>
1679
1680 * calendar/diary-lib.el (diary-bahai-date)
1681 (list-bahai-diary-entries, mark-bahai-diary-entries)
1682 (mark-bahai-calendar-date-pattern): Not interactive.
1683 (add-to-diary-list): New optional arg LITERAL. Doc fix.
1684 (diary-entries-list): Change format of 4th element in each entry.
1685 (diary-list-entries): Use add-to-diary-list.
1686 (diary-goto-entry): Handle the case where the buffer visiting the
1687 diary has been killed.
1688 (fancy-diary-display): Add 'locator to button rather than 'marker.
1689 Only generate temp-face when there are marks to apply.
1690 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
1691 (diary-fancy-date-pattern): New variable.
1692 (diary-time-regexp): Doc fix.
1693 (diary-anniversary, diary-time): New faces.
1694 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
1695 diary-time-regexp. Add font-lock-multiline property where needed.
1696 Use new faces diary-anniversary and diary-time.
1697 (diary-fancy-font-lock-fontify-region-function): New function, to
1698 handle multiline font-lock pattern in fancy diary.
1699 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
1700 (diary-font-lock-keywords): Tweak time regexp. Use new face
1701 diary-time.
1702
1703 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
1704
1705 * international/code-pages.el (mik): Table corrected.
1706
1707 2006-05-18 Kim F. Storm <storm@cua.dk>
1708
1709 * progmodes/grep.el (grep-find): Don't check grep-find-command
1710 before running command (breaks non-interactive usage).
1711
1712 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
1713
1714 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
1715 (ewoc--insert-new-node): Don't insert trailing newline.
1716 Instead, adjust successor nodes's start markers.
1717 (ewoc--refresh-node): Delete all text from current node's start
1718 marker to the next one's; adjust successor nodes's start markers.
1719 (ewoc--create): Doc fixes.
1720 (ewoc--refresh): Don't insert newline.
1721 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
1722 * pcvs.el (cvs-make-cvs-buffer):
1723 Specify extra newline for ewoc's header and footer.
1724 (cvs-update-header): Update initial header recognition.
1725 Append newline to final header and footer values.
1726 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
1727
1728 2006-05-17 Richard Stallman <rms@gnu.org>
1729
1730 * files.el (file-name-extension): Doc fix.
1731
1732 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
1733
1734 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
1735 we can explicitly enable/disable rather than toggle.
1736 (shell-mode): Use it.
1737 (shell-cd): Don't try to reproduce what `cd' does.
1738
1739 2006-05-17 Kim F. Storm <storm@cua.dk>
1740
1741 * ido.el (ido-read-internal): Use only nondirectory part of
1742 default item.
1743
1744 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
1745
1746 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
1747 (ewoc-nth): Doc fix.
1748
1749 (ewoc-map, ewoc-invalidate): Compute PP before looping.
1750
1751 2006-05-16 Eli Zaretskii <eliz@gnu.org>
1752
1753 * international/mule.el (auto-coding-alist): Add .lha to files
1754 read with no-conversion.
1755
1756 * files.el (auto-mode-alist): Add .lha files to archive file
1757 extensions.
1758
1759 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
1760 Convert csize to integer when computing offsets within the
1761 compressed archive file.
1762
1763 2006-05-16 Kim F. Storm <storm@cua.dk>
1764
1765 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
1766 with read-from-minibuffer.
1767
1768 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1769
1770 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
1771 (byte-compile-warnings): Fix safe-local-variable property.
1772
1773 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
1774
1775 * allout.el (allout-show-bodies, allout-old-style-prefixes)
1776 (allout-stylish-prefixes, allout-numbered-bullet)
1777 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
1778 predicates to qualify `safe-local-variable' property, when
1779 available, else use equivalent lambda.
1780 (allout-current-topic-collapsed-p): Do the right thing regarding
1781 trailing blank lines.
1782
1783 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
1784
1785 * server.el (server-start): Only create a directory if needed.
1786 (server-edit, server-unload-hook): server-start => server-mode.
1787 (kill-emacs-hook): Cleanup upon exit.
1788
1789 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
1790
1791 * hexl.el (hexlify-buffer): Encode process arguments manually.
1792
1793 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
1794
1795 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
1796 call to gdb-tooltip-print.
1797
1798 2006-05-15 Romain Francoise <romain@orebokech.com>
1799
1800 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
1801 systems, default to "tar" since those systems probably have GNU tar.
1802
1803 2006-05-14 Lars Hansen <larsh@soem.dk>
1804
1805 * desktop.el (desktop-missing-file-warning): Fix docstring.
1806 (desktop-restore-file-buffer): Correct question asked on missing file.
1807
1808 2006-05-14 Kim F. Storm <storm@cua.dk>
1809
1810 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
1811 Add CUA move property.
1812
1813 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
1814
1815 * custom.el (custom-push-theme): Load the variable before checking
1816 its `standard-value'.
1817
1818 2006-05-13 Lars Hansen <larsh@soem.dk>
1819
1820 * desktop.el (desktop-save): Use with-temp-buffer.
1821
1822 2006-05-12 Glenn Morris <rgm@gnu.org>
1823
1824 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
1825 * calendar/calendar.el (calendar-mode-map):
1826 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
1827 * calendar/appt.el (appt-check, appt-make-list): Refer to
1828 diary-view-entries, diary-list-entries, diary-show-all-entries
1829 rather than obsolete aliases.
1830
1831 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
1832
1833 * simple.el (line-move-finish): Avoid calling point motion hooks
1834 while processing intangibility.
1835
1836 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
1837
1838 * term/xterm.el (terminal-init-xterm): Fix typo.
1839
1840 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
1841
1842 * allout.el (allout-view-change-hook): Mark as being deprecated,
1843 to be replaced by `allout-exposure-change-hook'.
1844 (allout-exposure-change-hook): New, replacing
1845 `allout-view-change-hook'.
1846 (allout-flag-region): Run new hook `allout-exposure-change-hook',
1847 in addition to `allout-view-change-hook'.
1848 (allout-show-bodies, allout-old-style-prefixes)
1849 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
1850 lambda forms to prevent their showing up in variable help
1851 presentations as inscrutable byte-compiled code.
1852 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
1853 Use string-or-null-p to qualify safe-local-variable values.
1854 (allout-reindent-bodies): Use memq to qualify matches against
1855 valid safe-local-variable values. Also, quote the lambda as above.
1856 (allout-use-mode-specific-leader): Add missing candidate-value
1857 symbols, use memq, and quote the lambda.
1858 (allout-overlay-interior-modification-handler): Remove unused
1859 variables `msg' and 'opened'.
1860 (allout-hidden-p): Constrain invisibility consideration to allout's
1861 invisibility spec, disregarding invisibility for other reasons.
1862
1863 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
1864
1865 * files.el (version-control): Correct safe values.
1866
1867 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
1868
1869 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
1870
1871 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
1872 (ewoc--insert-new-node): New func.
1873 Update callers of deleted funcs to use it, instead.
1874
1875 2006-05-11 Glenn Morris <rgm@gnu.org>
1876
1877 * calendar/calendar.el (diary-show-all-entries): Do not refer to
1878 obsolete alias `show-all-diary-entries'.
1879 (make-diary-entry): Not interactive.
1880 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
1881 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
1882 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
1883 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1884 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
1885 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
1886
1887 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1888
1889 * calendar/calendar.el (calendar-french-date-string)
1890 (calendar-mayan-date-string, calendar-chinese-date-string)
1891 (calendar-astro-date-string, calendar-iso-date-string)
1892 (calendar-islamic-date-string, calendar-bahai-date-string)
1893 (calendar-hebrew-date-string, calendar-coptic-date-string)
1894 (calendar-ethiopic-date-string, calendar-persian-date-string):
1895 These functions are not interactive.
1896
1897 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
1898
1899 * files.el: Balance parentheses.
1900
1901 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
1902
1903 * files.el, newcomment.el, outline.el, simple.el,
1904 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
1905 progmodes/cc-vars.el, progmodes/compile.el:
1906 Move `safe-local-variable' declarations to the respective files.
1907
1908 * help-fns.el (describe-variable): Don't print safe-var if it is
1909 byte-code. Improve wording as suggested by Luc Teirlinck.
1910
1911 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1912
1913 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
1914 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
1915 Use a token for pending-triggers to ensure gdb-var-update
1916 gets called once per user input again for pre-GDB 6.4.
1917 (gdb-var-delete): Match on more complex expressions.
1918 (gdb-var-list-children-handler, gdb-var-create-handler):
1919 Use a token for consistency.
1920
1921 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
1922
1923 * textmodes/org.el (org-read-date, org-goto-calendar)
1924 (org-agenda-goto-calendar):
1925 Bind `view-calendar-holidays-initially' to nil.
1926
1927 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
1928
1929 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
1930 Update all callers to do it there, instead.
1931
1932 2006-05-10 Glenn Morris <rgm@gnu.org>
1933
1934 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
1935 prefix arg case, to avoid view-diary-entries-initially error.
1936 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
1937 (calendar-date-is-legal-p): Handle dates with no day part.
1938
1939 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
1940
1941 * comint.el (comint-insert-input): Just make it when
1942 comint-use-prompt regexp is nil (default) and with the mouse.
1943 (comint-copy-old-input): Reinstate from 2004-06-23.
1944 (comint-mode-map): Bind C-c C-m to it.
1945
1946 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
1947
1948 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
1949 Remove spurious move to point-max (new comint behavior fixes).
1950
1951 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
1952 compatibility function (Emacs 18/19).
1953 (idlwave-is-continuation-line): Always return point at start of
1954 previous non-blank continuation line.
1955 `keyword-parameters': Fix continued comment font-lock matcher.
1956 (idlwave-font-lock-fontify-region): Written, use as
1957 font-lock-fontify-region-function, to fix continued keyword
1958 fontification issues.
1959
1960 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1961
1962 * term/mac-win.el (mac-font-panel-mode): Doc fix.
1963 (mac-service-selection, mac-service-open-file)
1964 (mac-service-open-selection, mac-service-mail-selection)
1965 (mac-service-mail-to, mac-service-insert-text): Rename from
1966 mac-services-*. All uses changed.
1967 (mac-apple-event-map): Rename event symbol `services' to `service'.
1968
1969 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
1970
1971 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
1972 (ewoc--node-enter-first, ewoc--node-enter-last)
1973 (ewoc--delete-node-internal): Merge funcs into unique callers.
1974
1975 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
1976
1977 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
1978 return value of read-from-minibuffer for empty input.
1979
1980 2006-05-09 Miles Bader <miles@gnu.org>
1981
1982 * comint.el (comint-insert-input): Remove redundant calls to setq
1983 and goto-char.
1984
1985 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
1986
1987 * comint.el (comint-insert-input): Make it work when
1988 comint-use-prompt-regexp is t.
1989
1990 2006-05-10 Miles Bader <miles@gnu.org>
1991
1992 * subr.el (field-at-pos): New function.
1993
1994 * comint.el (comint-insert-input): Use it.
1995
1996 2006-05-09 Juri Linkov <juri@jurta.org>
1997
1998 * battery.el (battery-linux-proc-acpi): Also try
1999 `/proc/acpi/thermal_zone/THR2/temperature'.
2000
2001 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2002 for now unused lambda `string-or-null'.
2003
2004 * add-log.el (change-log-default-name): Put `string-or-null-p'
2005 instead of lambda on `safe-local-variable' property.
2006
2007 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2008 `region-end' instead of `mark' and `point'.
2009 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2010 Operate on region in Transient Mark mode when the mark is active.
2011 Use `region-beginning' and `region-end' instead of `mark' and
2012 `point'.
2013 (diff-hunk-text, diff-goto-source): Doc fix.
2014
2015 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2016 face `mode-line-buffer-id' for mode-line buffer face instead of
2017 hard-coded `(:weight bold)'.
2018
2019 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2020 buffer-undo-list to t (undo-ask is reproducible by visiting
2021 nested archives).
2022
2023 2006-05-09 Kim F. Storm <storm@cua.dk>
2024
2025 * progmodes/grep.el (rgrep): Set default directory of *grep*
2026 buffer if we start M-x rgrep in the *grep* buffer and choose
2027 a different base directory.
2028
2029 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2030
2031 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2032 completion also when ido is loaded.
2033
2034 2006-05-09 Masatake YAMATO <jet@gyve.org>
2035
2036 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2037 "warning" and "import".
2038 (cpp-font-lock-keywords): Added "warning".
2039
2040 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2041
2042 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2043
2044 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2045
2046 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2047 pages at a time, if we signal the end, we should indeed reach that end.
2048
2049 2006-05-08 David Reitter <david.reitter@gmail.com>
2050
2051 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2052 output during execution of the body.
2053
2054 2006-05-08 Kim F. Storm <storm@cua.dk>
2055
2056 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2057
2058 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2059
2060 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2061 Use with-current-buffer.
2062
2063 2006-05-07 Kim F. Storm <storm@cua.dk>
2064
2065 * subr.el (add-to-history): Remove keep-dups arg.
2066
2067 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2068 to nil around call to add-to-history.
2069
2070 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2071
2072 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2073 than after a buffer modification.
2074
2075 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2076
2077 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2078 call to...
2079 (gud-watch): ...here so speedbar is raised for already watched
2080 expressions.
2081 (gdb-speedbar-refresh): Delete function.
2082 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2083 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2084 earlier change).
2085 (gdb-var-evaluate-expression-handler)
2086 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2087
2088 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2089 Update localized contents for all buffers except ignored modes.
2090
2091 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2092
2093 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2094 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2095 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2096 (mac-handle-font-panel-closed, mac-handle-font-selection):
2097 New functions.
2098 (mac-font-panel-mode): New minor mode.
2099 (mac-apple-event-map): Add bindings for toolbar toggle button and
2100 font panel.
2101 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2102
2103 2006-05-07 John Paul Wallington <jpw@pobox.com>
2104
2105 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2106 Avoid `regexp-opt'; simplify regexp for readability.
2107
2108 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2109
2110 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2111 * files.el (buffer-stale-function):
2112 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2113 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2114 links to the main manual, not to emacs-xtra.
2115
2116 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2117
2118 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2119 MacJapanese if text is ASCII-only.
2120
2121 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2122
2123 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2124 unless so nil isn't returned.
2125 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2126
2127 2006-05-06 Kim F. Storm <storm@cua.dk>
2128
2129 * subr.el (add-to-history): New function.
2130
2131 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2132 (ediff-merge-files-with-ancestor):
2133 * env.el (setenv):
2134 * isearch.el (isearch-update-ring):
2135 * server.el (server-visit-files):
2136 * progmodes/grep.el (lgrep, rgrep):
2137 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2138 * progmodes/xscheme.el (xscheme-insert-expression):
2139 Use add-to-history.
2140
2141 * kmacro.el (kmacro-push-ring): Use add-to-history.
2142 (kmacro-ring-length): Remove unused defun.
2143 (kmacro-start-macro): Use kmacro-push-ring.
2144
2145 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2146
2147 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2148 directly instead of a lambda expression that calls it.
2149
2150 2006-05-06 Kim F. Storm <storm@cua.dk>
2151
2152 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2153 instead of compute-motion.
2154
2155 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2156
2157 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2158 change.
2159
2160 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2161
2162 * startup.el (command-line-1): Refer to "Pure Storage" on
2163 pure-space-overflow.
2164
2165 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2166
2167 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2168 provided faces once they all have been used up.
2169
2170 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2171
2172 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2173 reference to the Lisp manual to the warning about pure space
2174 overflow.
2175
2176 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2177
2178 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2179 argument to avoid the call to `ispell-internal-change-dictionary'
2180 when not needed.
2181 (ispell-change-dictionary): Use this argument and call
2182 `ispell-internal-change-dictionary' after the possible change
2183 to `ispell-local-dictionary'.
2184 (ispell-internal-change-dictionary): Check for a change in
2185 personal dictionary use too.
2186 Cosmetic changes from Agustin Martin
2187 <agustin.martin@hispalinux.es>.
2188
2189 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2190
2191 * startup.el (command-line): On MS-Windows, probe "~", not
2192 "~USER", for warning about non-existent home directory
2193
2194 * arc-mode.el (archive-l-e): New optional argument `float' means
2195 generate a float value.
2196 (archive-arc-summarize, archive-lzh-summarize)
2197 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2198 with 3rd argument non-nil when file's size is being computed.
2199 Format the file sizes with %8.0f instead of %8d.
2200
2201 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2202
2203 * cus-start.el (all): Add mac-dnd-known-types.
2204
2205 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2206 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2207 (mac-TIFF-to-string): New functions.
2208 (x-get-selection, x-selection-value)
2209 (mac-select-convert-to-string): Use them.
2210 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2211 (mac-dnd-types-alist): New customization variable.
2212 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2213 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2214 (mac-dnd-handle-drag-n-drop-event): New functions.
2215 (mac-drag-n-drop): Remove function.
2216 (global-map): Bind drag-n-drop and M-drag-n-drop to
2217 mac-dnd-handle-drag-n-drop-event.
2218
2219 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2220
2221 * progmodes/perl-mode.el (perl-beginning-of-function):
2222 Skip anonymous subs.
2223
2224 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2225
2226 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2227 regexp-opt at run time.
2228
2229 * term.el (term-handle-ansi-escape): Fix off by one error.
2230
2231 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2232
2233 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2234 (gdb-init-1, gdb-post-prompt): ...and references to it.
2235 (gdb-frame-handler): Strip directory name from filename if present.
2236
2237 * progmodes/gud.el (gdb-force-update): Delete defvar
2238 (gud-speedbar-buttons): ...and references to it. Use window-start
2239 to try to keep positon in watch expression.
2240
2241 2006-05-03 Richard Stallman <rms@gnu.org>
2242
2243 * simple.el (next-history-element, previous-history-element): Doc fix.
2244
2245 * isearch.el (isearch-update-ring): Doc fix.
2246
2247 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2248
2249 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2250 into consideration. Replace one arm ifs with whens.
2251
2252 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2253
2254 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2255 (menu): Fix typo.
2256
2257 2006-05-02 Miles Bader <miles@gnu.org>
2258
2259 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2260
2261 2006-05-02 Jay Belanger <belanger@truman.edu>
2262
2263 * calc/calc-embed.el (calc-override-minor-modes-map)
2264 (calc-override-minor-modes): New variables.
2265 (calc-do-embedded): Make sure that Calc keystrokes aren't
2266 overwritten by minor modes.
2267
2268 2006-05-02 Chong Yidong <cyd@mit.edu>
2269
2270 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2271
2272 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2273
2274 * startup.el (command-line-1): Refer to Lisp manual when
2275 pure-space-overflow occurs.
2276
2277 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2278 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2279 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2280 (version-control): Don't use `t' for safe-local-variable declarations.
2281
2282 2006-05-01 Richard Stallman <rms@gnu.org>
2283
2284 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2285 M-r, M-R, M-A, M-SPC or M-DEL.
2286 (diff-mode-map): diff-refine-hunk now on C-c C-w
2287 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2288
2289 * help-mode.el (help-mode): view-exit-action calls delete-window
2290 only when it is safe and possible.
2291
2292 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2293 in messages.
2294
2295 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2296
2297 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2298 in the default tool-bar-map.
2299
2300 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2301
2302 * net/tramp.el (tramp-completion-file-name-handler-alist)
2303 (tramp-run-real-handler, tramp-completion-run-real-handler)
2304 (tramp-completion-handle-file-name-all-completions)
2305 (tramp-completion-handle-file-name-completion): Autoload them.
2306 (tramp-completion-handle-file-exists-p)
2307 (tramp-completion-handle-file-name-directory)
2308 (tramp-completion-handle-file-name-nondirectory)
2309 (tramp-completion-handle-expand-file-name): Remove them.
2310 (tramp-handle-file-name-directory): Return the real directory name.
2311 Returning "/" only doesn't need to be necessary any longer.
2312 (tramp-file-name-handler): Make special attention when in hostname
2313 completion mode.
2314 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2315 (tramp-register-file-name-handlers):
2316 Register `tramp-completion-file-name-handler' only when
2317 `partial-completion-mode' is enabled.
2318 (tramp-completion-handle-file-name-all-completions):
2319 Delete directory part from results.
2320 (tramp-get-completion-methods, tramp-get-completion-user-host):
2321 Discard deleting "/", it doesn't work after the change of
2322 `tramp-handle-file-name-directory' above.
2323
2324 2006-05-01 Kim F. Storm <storm@cua.dk>
2325
2326 * progmodes/grep.el (grep-expand-template): Use save-match-data
2327 and symbol-value.
2328
2329 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2330
2331 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2332 Use select-frame-set-input-focus instead of raise-frame.
2333 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2334
2335 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2336
2337 * progmodes/gud.el (gud-def): Add %c case.
2338 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2339 (gud-format-command): Make match case sensitive. Match on %F.
2340
2341 2006-04-30 Glenn Morris <rgm@gnu.org>
2342
2343 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2344 (cal-tex-preamble): Use cal-tex-preamble-extra.
2345 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2346 than alias `list-diary-entries'.
2347
2348 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2349
2350 * help-fns.el (describe-variable): Add info about safe local variables.
2351
2352 2006-04-29 Richard Stallman <rms@gnu.org>
2353
2354 * bindings.el (mode-line-format): help-echo doc fixes.
2355
2356 * net/tramp.el (tramp-file-name-handler-alist): Delete
2357 expand-file-name and other operations that can cause spurious loading.
2358
2359 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2360
2361 * files.el (safe-local-variable-p): Remove support for the special
2362 value t.
2363
2364 * textmodes/paragraphs.el (sentence-end-without-space):
2365 Fix safety predicate.
2366 (sentence-end-double-space, sentence-end-without-period)
2367 (paragraph-ignore-fill-prefix):
2368 * textmodes/fill.el (colon-double-space):
2369 * abbrev.el (abbrev-mode): Tighten the safety predicate.
2370
2371 * subr.el (booleanp): New fun.
2372
2373 * textmodes/reftex-vars.el (reftex-guess-label-type):
2374 Tighten the safety predicate.
2375
2376 2006-04-28 Kim F. Storm <storm@cua.dk>
2377
2378 * progmodes/grep.el (defgroup grep): Doc fix.
2379 (grep-auto-highlight): Remove.
2380 (grep-template): New defcustom.
2381 (grep-find-template): Rename from grep-tree-template.
2382 (grep-files-aliases): Rename from grep-tree-files-aliases.
2383 Remove "all" alias, add "l" alias.
2384 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
2385 (grep-find-ignored-directories): New defcustom to replace
2386 grep-tree-ignore-CVS-directories, to facilitate ignoring
2387 subdirectories for multiple version control systems.
2388 (grep-mode-map): Add Recursive grep item to GREP menu.
2389 (grep-regexp-history, grep-files-history): New defvars.
2390 (grep-probe): New helper function.
2391 (grep-compute-defaults): Use it to simplify code.
2392 Adapt to name changes.
2393 Use `.' as base in grep-find-template rather than <D>.
2394 (grep): Remove superfluous highlight-regexp arg. Fix doc.
2395 Call grep-compute-defaults unconditionally.
2396 (grep-expand-keywords): New defconst.
2397 (grep-expand-template): Rename from grep-expand-command-macros.
2398 Simplify via grep-expand-keywords. Look at case-fold-search instead
2399 of grep-tree-ignore-case to add -i option.
2400 Bind case-fold-search to nil while matching keywords.
2401 (grep-tree-last-regexp, grep-tree-last-files): Remove.
2402 (grep-read-regexp, grep-read-files): New helper functions.
2403 (rgrep): Rename from grep-tree. Rework to use proper histories.
2404 Adapt to changes in defcustoms and functions above.
2405 (lgrep): New command, as grep, but using same interactive UI as rgrep.
2406
2407 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
2408
2409 * net/tramp.el (tramp-completion-file-name-handler):
2410 Disable Tramp's functionality while loading Tramp itself.
2411 (tramp-register-file-name-handlers): That's a defsubst now.
2412 Code from `tramp-repair-jka-compr' moved here. Apply it via
2413 `after-init-hook'.
2414 (tramp-repair-jka-compr): Remove.
2415
2416 2006-04-27 Jay Belanger <belanger@truman.edu>
2417
2418 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
2419 read expression when `math-read-big-expr' doesn't work.
2420
2421 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
2422
2423 * startup.el (command-line-1): Display warning when
2424 pure-space-overflow is non-nil.
2425
2426 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2427
2428 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
2429 risky.
2430
2431 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2432
2433 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
2434 Return the URL or nil if none can be generated.
2435
2436 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
2437
2438 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
2439 byte compiler warnings.
2440 (gud-basic-call, gud-find-expr): Let user select an expression
2441 for printing. Print expression as well as value in GUD buffer.
2442
2443 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
2444
2445 * allout.el: Remove local autoload declaration for
2446 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
2447 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
2448 (allout-plain-bullets-string, allout-distinctive-bullets-string)
2449 (allout-use-mode-specific-leader, allout-old-style-prefixes)
2450 (allout-stylish-prefixes, allout-numbered-bullet)
2451 (allout-file-xref-bullet, allout-presentation-padding)
2452 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
2453 safe-local-variable with suitable value spec, and add autoload
2454 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
2455 (move-beginning-of-line, move-end-of-line): Repair so these compat
2456 functions now actually resituate the point, when appropriate.
2457
2458 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2459
2460 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
2461
2462 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
2463 (add-log-iso8601-time-string): Fix call to format-time-string.
2464
2465 2006-04-26 Kim F. Storm <storm@cua.dk>
2466
2467 * subr.el (posn-string, posn-image, posn-object): Doc fix.
2468
2469 2006-04-26 Masatake YAMATO <jet@gyve.org>
2470
2471 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
2472 Add support for "//" style comments. Remove `b' flag
2473 from ?* in `asm-mode-syntax-table'.
2474
2475 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2476
2477 * follow.el: Use (featurep 'xemacs) everywhere.
2478 (follow-mode): Use define-minor-mode.
2479 (follow-mode-map): Move initialization into the declaration.
2480 Use command remapping.
2481 (follow-emacs-version-xemacs-p): Remove.
2482 (follow-submit-feedback): Remove.
2483
2484 * allout.el (allout-layout, allout-passphrase-verifier-string)
2485 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
2486
2487 * textmodes/reftex-vars.el (reftex-vref-is-default)
2488 (reftex-fref-is-default, reftex-guess-label-type):
2489 Tighten up a bit the safety predicate.
2490
2491 * textmodes/paragraphs.el (sentence-end-double-space)
2492 (sentence-end-without-period, sentence-end-without-space)
2493 (page-delimiter, paragraph-ignore-fill-prefix):
2494 Tighten up a bit the safety predicate.
2495
2496 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
2497
2498 * progmodes/python.el (python-continuation-line-p)
2499 (python-beginning-of-statement): syntax-ppss may return
2500 a negative depth.
2501 (python-mode): Don't forcefully enable font-lock.
2502
2503 * time-stamp.el (time-stamp-start, time-stamp-end)
2504 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
2505
2506 * add-log.el: Remove spurious * in docstrings.
2507 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
2508 (add-change-log-entry): Use it here, since it's not specific
2509 to iso8601.
2510 (add-log-iso8601-time-string): Don't use it here any more.
2511 (change-log-indent-text, change-log-indent): Rename from add-log-*.
2512
2513 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
2514
2515 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
2516
2517 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
2518 (rcirc-toggle-low-priority): Doc fix.
2519 (rcirc-handler-NOTICE): Remove beginning of line anchor in
2520 ChanServ regexp.
2521 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
2522 #emacs.
2523 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
2524 (rcirc-decode-coding-system): Use utf-8 as the default.
2525 (rcirc-multiline-minor-mode): Set the fill-column.
2526 (rcirc-format-response-string): Display bright and dim nicks.
2527 (rcirc-browse-url): Update interactive spec to fill ARG.
2528 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
2529 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
2530
2531 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2532
2533 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
2534 case for @Article, etc.
2535
2536 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
2537
2538 * net/tramp.el (tramp-register-file-name-handlers): New defun.
2539 Added with autoload cookie.
2540 (tramp-unload-file-name-handlers): Rename from
2541 `tramp-unload-file-name-handler-alist'.
2542
2543 2006-04-23 Romain Francoise <romain@orebokech.com>
2544
2545 * comint.el (comint-match-partial-filename): Doc fix.
2546
2547 2006-04-21 Glenn Morris <rgm@gnu.org>
2548
2549 * calendar/cal-menu.el (calendar-mode-map): Refer to
2550 `diary-view-entries' rather than alias `view-diary-entries'.
2551 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
2552
2553 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
2554
2555 * progmodes/antlr-mode.el (antlr-default):
2556 * cus-edit.el (custom-documentation):
2557 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
2558 in defface.
2559
2560 2006-04-21 Kim F. Storm <storm@cua.dk>
2561
2562 * image.el (image-type): New defun split out of create-image.
2563 (create-image): Use it.
2564
2565 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
2566
2567 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
2568 (org-open-at-point): Remove the "...done" message to keep output
2569 in the echo area visible.
2570 (org-export-as-xoxo): Fix call to `indent-region'.
2571
2572 2006-04-21 Kevin Ryde <user42@zip.com.au>
2573
2574 * international/mule.el (keyboard-coding-system): defcustom
2575 info-link fixes: "Specify Coding" has been split, keyboard now in
2576 "Terminal Coding", and "Single-Byte Character Support" is now
2577 "Unibyte Mode".
2578
2579 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
2580
2581 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
2582 Use font-lock-warning-face for any errors e.g. no stack.
2583 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
2584
2585 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2586
2587 * progmodes/sh-script.el (sh-shell): Mark as safe.
2588
2589 * newcomment.el (comment-start, comment-start-skip)
2590 (comment-end-skip, comment-end): Mark as safe.
2591
2592 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
2593
2594 * textmodes/org.el (org-deadline-announce): Face removed.
2595 (org-level-faces, org-n-levels): Convert to constant.
2596 (org-compatible-face): New function.
2597 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
2598 (org-level-5, org-level-6, org-level-7, org-level-8)
2599 (org-special-keyword, org-warning, org-headline-done, org-link)
2600 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
2601 (org-scheduled-today, org-scheduled-previously, org-time-grid):
2602 Face definition revised for better color tty support.
2603 (org-bold-re, org-italic-re, org-underline-re): New constants.
2604 (org-set-font-lock-defaults): Use the new constants.
2605 (org-agenda-highlight-todo): New function.
2606 (org-agenda-todo): Fix bug with point at end of line.
2607 (org-agenda-change-all-lines, org-finalize-agenda-entries):
2608 Fontify TODO keywords.
2609 (org-insert-link): Preserve relative path in ../ links.
2610 (org-export-as-html): Convert links pointing to .org files into
2611 links that will work beteen the exported HTML files.
2612 (org-todo-list): Fix bug when arg=0.
2613 (org-insert-heading): More fine-tuning.
2614
2615 2006-04-19 Romain Francoise <romain@orebokech.com>
2616
2617 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
2618 from `rmail-mime-charset-pattern'.
2619
2620 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2621
2622 * progmodes/python.el (python-mode): Fix typo.
2623
2624 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
2625
2626 * comint.el (comint-previous-input): Don't clobber input line
2627 when moving off either end of the input history ring.
2628 (comint-delete-input): New function, used by
2629 `comint-previous-input' and others.
2630 (comint-previous-matching-input):
2631 Use `coming-delete-input'. Save the partial input if leaving the
2632 edit line. Goto point-max before deleting input to avoid
2633 partial input fragments hanging around.
2634 (comint-restore-input): New function, used by `comint-previous-input'.
2635
2636 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
2637
2638 * imenu.el (imenu--index-alist): Balance parentheses.
2639
2640 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
2641
2642 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
2643
2644 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
2645
2646 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
2647 file is nil.
2648
2649 2006-04-18 Richard Stallman <rms@gnu.org>
2650
2651 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
2652
2653 * imenu.el (imenu-create-index-function, imenu--index-alist)
2654 (imenu--last-menubar-index-alist, imenu--make-index-alist)
2655 (imenu-default-create-index-function, imenu--generic-function):
2656 Doc fixes.
2657
2658 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
2659
2660 * help-mode.el (help-mode): Set view-exit-action to delete window.
2661
2662 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
2663 now works by passing nil as arg.
2664
2665 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
2666
2667 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
2668 (read-abbrev-file): Provide default when reading filename.
2669
2670 * files.el (enable-local-variables): Allow :all as value.
2671 (hack-local-variables): Implement that value.
2672 (safe-local-variable-values, safe-local-eval-forms)
2673 (enable-local-variables): Mark as risky.
2674 (find-file-visit-truename, kept-old-versions): Mark safe.
2675
2676 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
2677 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
2678 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
2679
2680 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
2683 Use forward-line so as to get to BOL even in the presence of fields.
2684 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
2685 in return.
2686 (inferior-tcl): Tell tclsh to work in interactive mode.
2687
2688 * complete.el (partial-completion-mode):
2689 Use 'choose-completion-string-functions to make sure that
2690 choose-completion fills the minibuffer properly.
2691
2692 * complete.el (PC-old-read-file-name-internal): Remove.
2693 (PC-read-include-file-name-internal): Remove. Turn it into an advice
2694 of read-file-name-internal.
2695 (partial-completion-mode): Enable/disable this advice.
2696
2697 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
2698
2699 * net/tramp.el (tramp-completion-file-name-handler): Revert change
2700 of 2006-04-17.
2701
2702 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
2703
2704 * textmodes/org.el (org-insert-heading): Insert heading before
2705 current if at beginning of line.
2706 (org-todo, org-date): New faces.
2707 (org-table-align): Make sure tooltip window contains full text.
2708 (org-no-properties): New defsubst.
2709 (org-set-font-lock-defaults): Use new faces.
2710
2711 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
2712
2713 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
2714 for root variables.
2715
2716 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
2717 (gdb-frame-address): Re-use to identify frame for watch expression.
2718 (gdb-var-list, gdb-var-create-handler): Add frame address for root
2719 variables.
2720 (gdb-init-1, gdb-source, gdb-post-prompt)
2721 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
2722 (gdb-frame-handler): Get gdb-frame-address.
2723
2724 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
2725
2726 Sync with Tramp 2.0.53.
2727
2728 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
2729 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
2730 (tramp-completion-file-name-handler): Add autoload cookie for
2731 adding to `file-name-handler-alist'.
2732
2733 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
2734 the prompt. If it returns earlier (when detecting an error
2735 message), the rest of the output will merge accidently with the
2736 output of the next command. Reported by M Jared Finder
2737 <jared@hpalace.com>.
2738
2739 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
2740 for `process-file', in order to let it work for older Emacsen too.
2741
2742 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
2743
2744 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
2745 (tex-font-lock-keywords-3): Use it.
2746
2747 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2748
2749 * newcomment.el (comment-add): New function.
2750 (comment-region-default, comment-dwim): Use it.
2751
2752 2006-04-15 Michael Olson <mwolson@gnu.org>
2753
2754 * emacs-lisp/tq.el: Improve comments.
2755 (tq-queue-head-question): New accessor function.
2756 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
2757 Update for modified queue structure.
2758 (tq-queue-add): Accept `question' argument.
2759 (tq-queue-pop): If a question is pending, send it.
2760 (tq-enqueue): Accept new optional argument `delay-question'.
2761 If this is non-nil, and at least one other question is pending a
2762 response, queue the question rather than sending it immediately.
2763
2764 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2765
2766 * calendar/appt.el (appt-add): Check whether an appointment is
2767 already present in appt-time-msg-list. Simplify code.
2768
2769 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
2770
2771 * progmodes/cc-langs.el (c-mode-menu):
2772 Don't presume c-subword-mode is bound.
2773
2774 2006-04-13 Bill Wohler <wohler@newt.com>
2775
2776 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
2777 (customize-package-emacs-version): Use cdr instead of cadr now
2778 that alists use dotted pairs.
2779
2780 * custom.el (defcustom): Fix docstring for :package-version.
2781
2782 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
2783
2784 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
2785 (tramp-handle-shell-command): Display output buffer only when
2786 `tramp-display-shell-command-buffer' is true.
2787 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
2788
2789 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2790
2791 * textmodes/org.el (org-set-autofill-regexps): Set only the local
2792 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
2793
2794 2006-04-13 Romain Francoise <romain@orebokech.com>
2795
2796 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
2797 leaving temporary .cvsignore buffers behind.
2798
2799 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2800
2801 * textmodes/org.el (org-set-regexps-and-options)
2802 (org-get-current-options): Better names for the startup folding
2803 options.
2804
2805 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
2806
2807 * vc.el (vc-annotate): Arrange for point to end up at the same
2808 line number as in the original, but only when using a new buffer.
2809
2810 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
2811
2812 * files.el (hack-one-local-variable-eval-safep):
2813 Recognize `edebug-form-spec' for `put', but only if it passes
2814 `edebug-basic-spec'. Generalize `put' handling.
2815
2816 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
2817 vetting file-local form specs.
2818
2819 * allout.el (allout-layout): Autoload its `safe-local-variable'
2820 property.
2821
2822 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
2823
2824 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
2825 (org-agenda-mouse-1-follows-link)
2826 (org-mouse-1-follows-link): New options.
2827 (org-format-agenda-item): Fix bug if TAGS is nil.
2828 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
2829
2830 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
2831
2832 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
2833 GDB 6.1+ gives full filename for "info sources" so use
2834 file-name-nondirectory.
2835
2836 2006-04-12 Romain Francoise <romain@orebokech.com>
2837
2838 * subr.el (read-passwd): Bind `message-log-max' to nil.
2839
2840 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * progmodes/perl-mode.el (perl-indent-new-calculate):
2843 Recompute parse-start after jumping backward by a whole sexp.
2844
2845 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2846
2847 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
2848 window configuration.
2849 (vc-annotate-display-select): Select the buffer so that current-buffer
2850 (and selected-window) is the output buffer at the end of vc-annotate.
2851
2852 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
2853
2854 * vc.el (vc-annotate-color-map): Add custom TTY color map for
2855 8-color terminals, to use all of the colors in a sensible order.
2856 256-color terminals work well with the standard map.
2857 (vc-annotate-lines): Only strip the first color character if it
2858 is "#", to allow for terminal-style named colors.
2859 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
2860 the correct buffer is scrolled.
2861
2862 2006-04-11 Richard Stallman <rms@gnu.org>
2863
2864 * emacs-lisp/bytecomp.el (byte-compile-file):
2865 Bind enable-local-variables to :safe, and make normal-mode obey it.
2866
2867 * files.el (enable-local-variables): Allow value :safe.
2868 (normal-mode): Doc fix.
2869 (hack-local-variables): Implement enable-local-variables = :safe.
2870 (hack-local-variables-confirm): Don't prevent quitting.
2871
2872 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * loadhist.el (unload-feature): A bit of sanity check of
2875 load-history entries. Cancel timer-vars before unbinding them.
2876
2877 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
2878 quote special chars, and make the trick work on the hex part of the
2879 buffer as well.
2880 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
2881 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
2882
2883 * startup.el (normal-splash-screen): Fix last change so we don't wait
2884 2 minutes if we don't show the splash screen.
2885
2886 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
2887
2888 * textmodes/org.el (org-export-plain-list-max-depth)
2889 (org-table-spaces-around-separators)
2890 (org-radio-targets, org-activate-camels)
2891 (org-table-spaces-around-invisible-separators): Options removed.
2892 (org-time-stamp-rounding-minutes, org-remember-templates)
2893 (org-ellipsis, org-activate-links, org-descriptive-links):
2894 New options.
2895 (org-remember-apply-template, org-current-time)
2896 (org-finish-edit-table-field)
2897 (org-link-unescape, org-link-escape)
2898 (org-string-width, org-table-clean-line, org-html-do-expand)
2899 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
2900 (org-read-agenda-file-list): New functions.
2901 (org-table-edit-field)
2902 (org-table-create-or-convert-from-region): New commands
2903 (org-table-toggle-vline-visibility): Command removed.
2904 (org-table-convert-region): Made a command.
2905 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
2906 Replace with the normal org- functions.
2907 (org-self-insert-command): Don't trigger realign unnecessarily
2908 when blanking a field that is not full.
2909 (org-mode): `Set buffer-invisibility-spec' for links.
2910 (org-activate-links2): Hide link part and only show descriptive
2911 part of the link.
2912 (org-insert-link): Modify for new linking system.
2913 (org-store-link): Store description separately, for use by
2914 `org-insert-link'.
2915 (org-table-align): Use `org-string-width'.
2916 (defgroup): Completely new group structure for custom variables.
2917 (org-agenda-files): Option: Single file name allowed. Function:
2918 Optional argument unrestrited means ignore any restricitons.
2919 (org-install-agenda-files-menu): Find a buffer in Org-mode before
2920 trying to modify the menu. Use generalized access to
2921 `org-agenda-files.'
2922 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
2923 (org-agenda-file-to-front, org-remove-file, org-diary)
2924 (org-tags-view, org-export-icalendar-all-agenda-files)
2925 (org-export-icalendar-combine-agenda-files): Use generalized
2926 access to `org-agenda-files'.
2927 (org-remember-handler): Correctly preserve heading if present.
2928 (org-table-insert-row, org-table-insert-hline): Deal with
2929 invisible characters.
2930
2931 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
2932
2933 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
2934 (vc-annotate-color-map): New 18 element constant
2935 value/saturation, rotating hue colormap, from red->blue.
2936 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
2937 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
2938 (vc-annotate): To avoid killing the required local variables,
2939 set them before the end of `with-output-to-temp-buffer', and
2940 after first switching to annotate-mode.
2941 (vc-annotate-warp-version): Add buffer argument in goto-line to
2942 ensure annotation, not source, is scrolled.
2943
2944 2006-04-10 Bill Wohler <wohler@newt.com>
2945
2946 * custom.el (defcustom, custom-handle-keyword):
2947 Add :package-version keyword.
2948 (custom-add-package-version): New function. Sets value of new
2949 property 'custom-package-version from :package-version keyword.
2950 (defcustom): Create Common Keywords section in docstring.
2951 (defface, defgroup): Replace definitions of a select few keywords
2952 with a reference to the Common Keywords in defcustom.
2953 (defcustom, defface, defgroup): Replace reference to Customization
2954 chapter in manual with hyperlink.
2955
2956 * cus-edit.el (customize-package-emacs-version-alist):
2957 New variable.
2958 (customize-changed-options): Add check for custom-package-version.
2959 (customize-package-emacs-version): New function to look up Emacs
2960 version corresponding to the given package version.
2961
2962 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
2963 defun name, in similar fashion to find-variable-regexp.
2964
2965 2006-04-10 Eli Zaretskii <eliz@gnu.org>
2966
2967 * international/mule-cmds.el (set-locale-environment): Fix last
2968 change for when the locale's preferences don't specify any encoding.
2969
2970 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
2973 so the defined var/fun doesn't need to be quoted.
2974
2975 2006-04-10 Richard Stallman <rms@gnu.org>
2976
2977 * finder.el (finder-mode-map): Add n and p bindings.
2978
2979 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
2980
2981 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
2982 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
2983 (gdb-setup-windows): Put something in source window if we can't find
2984 the source file.
2985 (gdb-frame-handler): Make it work again with just assembly.
2986 (gdb-data-list-register-values-handler): Make it work when there is
2987 no stack.
2988
2989 2006-04-09 Richard Stallman <rms@gnu.org>
2990
2991 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
2992 specs while looking for charset.
2993
2994 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
2995
2996 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
2997 Make them faces.
2998 (lm-font-lock-keywords): Update appropriately.
2999
3000 2006-04-10 Kim F. Storm <storm@cua.dk>
3001
3002 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3003 it can also replace buffer-substring-no-properties.
3004
3005 * emulation/cua-base.el (cua-delete-region, cua-paste)
3006 (cua-repeat-replace-region): Use filter-buffer-substring.
3007
3008 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3009 (cua-cut-region-to-global-mark): Likewise.
3010
3011 * emulation/cua-rect.el (cua--extract-rectangle)
3012 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3013
3014 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3015
3016 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3017 entry-type. Add field delimiters to numerical fields if they are
3018 not present.
3019
3020 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3021
3022 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3023 string-const to return value.
3024 (bibtex-remove-delimiters): Use it.
3025
3026 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3027
3028 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3029 cl-byte-compile-compiler-macro unless it exists.
3030
3031 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3032
3033 * files.el (hack-local-variables-confirm) <offer-save>:
3034 Clarify message text. Suggested by Ralf Angeli.
3035
3036 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3037
3038 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3039 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3040 instead of `buffer-substring' and `delete-region'. (Most of the
3041 code actually copied from `kill-region'.)
3042
3043 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3044
3045 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3046 (rcirc-default-port): Rename from rcirc-port.
3047 (rcirc-default-nick): Rename from rcirc-nick.
3048 (rcirc-default-user-name): Rename from rcirc-user-name.
3049 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3050 (rcirc-low-priority-flag): New variable.
3051 (rcirc-decode-coding-system): New defcustom.
3052 (rcirc-encode-coding-system): New defcustom.
3053 (rcirc-coding-system-alist): New defcustom.
3054 (rcirc-multiline-major-mode): New defcustom.
3055 (rcirc-nick): New internal variable.
3056 (rcirc-process): Remove variable.
3057 (rcirc-server-buffer): New variable.
3058 (rcirc): Update to use rcirc-default-* variables above.
3059 (rcirc-connect): Do not add window-configuration-hook-here.
3060 (rcirc-server): New internal variable.
3061 (rcirc-connect): Do not send keepalive pings if
3062 rcirc-keepalive-seconds is nil.
3063 (with-rcirc-server-buffer): New macro.
3064 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3065 (rcirc-server-name): Rename from rcirc-server.
3066 (rcirc-buffer-process): New function.
3067 (rcirc-buffer-nick): New function.
3068 (rcirc-buffer-target): Remove function.
3069 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3070 New commands.
3071 (rcirc-mode-map): Change binding of C-c C-l to
3072 rcirc-toggle-low-priority.
3073 (rcirc-mode): Initialize coding system based on
3074 rcirc-coding-system-alist. New change-major-mode-hook to part the
3075 channel on a mode change. Make kill-buffer-hook buffer-local.
3076 (rcirc-change-major-mode-hook): New function.
3077 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3078 (rcirc-last-post-time): New variable.
3079 (rcirc-process-message): Store the last time user posted a message
3080 to this target.
3081 (rcirc-multiline-minor-mode): New mode.
3082 (rcirc-multiline-minor-mode-map): New mode map.
3083 (rcirc-edit-multiline): Put multiline-edit buffer in
3084 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3085 (rcirc-print): Ignore any line starting with an ignored nick.
3086 (rcirc-print): Decode using rcirc-decode-coding-system.
3087 (rcirc-track-minor-mode): Update global-mode-string when disabling
3088 this mode.
3089 (minor-mode-alist): Add LowPri indicator.
3090 (rcirc-toggle-low-priority): New function.
3091 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3092 next lowpriority buffer with activity.
3093 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3094 last time the user posted a message in to the target.
3095 (rcirc-update-activity-string): New formatting for low priority
3096 buffers.
3097 (rcirc-split-activity): New function.
3098 (rcirc-handler-PART, rcirc-handler-KICK)
3099 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3100 (rcirc-nick-away-alist): New variable.
3101 (rcirc-handler-301): New handler. Away messages are printed once
3102 per change.
3103
3104 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3105
3106 * info.el (Info-follow-nearest-node): Doc fix.
3107
3108 * international/mule-cmds.el (set-locale-environment): Make sure
3109 the coding-system preferred by the locale's language has the same
3110 EOL conversion type as the original buffer-file-coding-system.
3111 (locale-language-names): Add a few MS Windows language codes.
3112
3113 2006-04-07 Richard Stallman <rms@gnu.org>
3114
3115 * simple.el (eval-expression): Doc fix.
3116
3117 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3118 (eval-defun): Doc fixes.
3119
3120 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3121
3122 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3123
3124 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3125
3126 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3127 GDB list command without argument for greater generality.
3128
3129 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3130
3131 * subr.el (string-or-null-p): New function.
3132
3133 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3134
3135 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3136
3137 * files.el: Update comment about safe-local-variable declarations.
3138
3139 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3140
3141 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3142 See idlwave.org.
3143
3144 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3145 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3146
3147 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3148 See idlwave.org.
3149
3150 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3151 version 6.0 (minimal changes). See idlwave.org.
3152
3153 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3154 6.0 (minimal changes). See idlwave.org.
3155
3156 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3157
3158 2006-04-06 Romain Francoise <romain@orebokech.com>
3159
3160 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3161 symmetric encryption features and a new asynchronous interface to
3162 GnuPG. This new version is version 1.4, plus whitespace changes.
3163
3164 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3165
3166 * files.el: Move some `safe-local-variable' declarations to the
3167 respective files.
3168
3169 * textmodes/ispell.el (ispell-check-comments)
3170 (ispell-local-dictionary): Mark as safe.
3171
3172 * abbrev.el (abbrev-mode): Mark as safe.
3173
3174 * add-log.el (change-log-default-name): Mark as safe.
3175
3176 * textmodes/reftex-vars.el (reftex-vref-is-default)
3177 (reftex-fref-is-default, reftex-level-indent)
3178 (reftex-guess-label-type): Mark as safe.
3179
3180 * textmodes/fill.el (colon-double-space): Mark as safe.
3181
3182 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3183 (sentence-end-double-space, sentence-end-without-period)
3184 (sentence-end-without-space, sentence-end, sentence-end-base)
3185 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3186
3187 2006-04-06 Kim F. Storm <storm@cua.dk>
3188
3189 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3190 the :set-after list.
3191 (ido-downcase-unc-hosts): New user option. Default on.
3192 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3193 when it is set, as regexps are now applied on the fly.
3194 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3195 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3196 on the fly, but only when ido-process-ignore-lists is set.
3197 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3198 Only downcase names if ido-downcase-unc-hosts is set.
3199
3200 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3201
3202 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3203
3204 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3205
3206 2006-04-05 Kim F. Storm <storm@cua.dk>
3207
3208 * ido.el (ido-mode): Set after ido-unc-hosts and
3209 ido-ignore-unc-host-regexps.
3210 (ido-save-history): Save ido-unc-hosts-cache.
3211 (ido-load-history): Load ido-unc-hosts-cache.
3212 (ido-reread-directory): Refresh unc hosts cache in // dir.
3213
3214 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3215 to nil while displaying slash screen.
3216
3217 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3218
3219 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3220 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3221
3222 2006-04-05 Kenichi Handa <handa@m17n.org>
3223
3224 * international/characters.el: Setup cases of Latin, Greek, and
3225 Cyrillic characters in CJK charsets.
3226
3227 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3228
3229 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3230 default-enable-multibyte-characters. This reverts the change from
3231 revision 6.17 which is no longer necessary because the passphrase
3232 is sent separately now. GnuPG messages are unreadable under
3233 multibyte locales with default-enable-multibyte-characters set to nil.
3234
3235 2006-04-04 Andreas Schwab <schwab@suse.de>
3236
3237 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3238 and `byte-compile-warnings' as `safe-local-variable'.
3239
3240 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3241
3242 * man.el (Man-mode-map): Restore the \r binding.
3243 (Man-abstract-xref-man-page): If Man-target-string is a function,
3244 call it.
3245 (Man-highlight-references): Use Man-default-man-entry to get the
3246 target. Deal with xrefs too.
3247 (Man-highlight-references0): Don't call the target function.
3248
3249 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3250 cannot deal with it.
3251
3252 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3253
3254 * pgg-gpg.el: Clean up process buffers every time gpg processes
3255 complete.
3256
3257 2006-04-04 Kenichi Handa <handa@m17n.org>
3258
3259 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3260 here.
3261 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3262 Temporarily bind inhibit-field-text-motion to t.
3263
3264 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3265
3266 * startup.el (normal-splash-screen): Only set mode-line-format in the
3267 splash buffer, so as not to interfere when debugging the code.
3268 Ignore errors when switching buffer.
3269
3270 2006-04-03 Romain Francoise <romain@orebokech.com>
3271
3272 * dired.el (dired-dnd-protocol-alist): Fix typo.
3273
3274 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3275
3276 * savehist.el (savehist): Add :version.
3277 (savehist-ignored-variables): New variable.
3278 (savehist-minibuffer-hook): Don't save variables listed in
3279 `savehist-ignored-variables'.
3280
3281 * dired.el (dired-dnd-protocol-alist): Mention that change does
3282 only apply to new buffers in doc string.
3283
3284 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3285
3286 * recentf.el (recentf-open-files-item): Include newline in button
3287 field, so opening a file will work, when the point is at the end
3288 of the file name. Allow, for example, to [i]search a file by
3289 extension and just push RET to open it.
3290
3291 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3292
3293 * pgg-gpg.el (pgg-gpg-process-filter)
3294 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3295
3296 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3297 lines, temporary fix.
3298
3299 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3300
3301 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3302
3303 2006-04-02 Richard Stallman <rms@gnu.org>
3304
3305 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3306
3307 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3308
3309 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3310 header-mouse-map.
3311
3312 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3313 (ibuffer-mode-header-map): New keymaps.
3314 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3315 and keybindings for column headers.
3316 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3317 property.
3318
3319 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3320
3321 * speedbar.el (speedbar-after-create-hook): Doc fix.
3322
3323 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3324
3325 * shell.el (shell-directory-tracker)
3326 (shell-dynamic-complete-command): Doc fixes.
3327
3328 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3329
3330 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3331 terminals.
3332
3333 2006-04-01 Kim F. Storm <storm@cua.dk>
3334
3335 * ido.el (ido-unc-hosts-cache): New defvar.
3336 (ido-unc-hosts): If value of defcustom is a function, call it to
3337 get list of UNC hosts. Add function-item choices to specify
3338 ido-unc-hosts-net-view or user function.
3339 (ido-ignore-unc-host-regexps): New defcustom.
3340 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3341 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3342 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3343
3344 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3345
3346 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3347 wwidth.
3348
3349 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3350
3351 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3352 (ido-max-work-file-list, ido-switch-buffer)
3353 (ido-read-file-name-as-directory-commands):
3354 Fix typos in docstrings.
3355
3356 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3357
3358 * term/mac-win.el (mac-system-coding-system): Define and use after
3359 Mac-specific coding systems are ready.
3360
3361 2006-03-27 Romain Francoise <romain@orebokech.com>
3362
3363 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3364
3365 * ldefs-boot.el: Update.
3366
3367 2006-03-27 Daiki Ueno <ueno@unixuser.org>
3368
3369 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
3370 passphrases when it is not needed.
3371 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
3372 passphrase stuff from gpg, should only be necessary when you use
3373 gpg with a smartcard.
3374
3375 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
3376
3377 * comint.el (comint-dynamic-list-completions): Allow user to
3378 select *Completions* buffer.
3379
3380 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
3381
3382 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
3383
3384 2006-03-26 Andreas Schwab <schwab@suse.de>
3385
3386 * progmodes/gud.el (gdb): Only complain about multiple debugging
3387 when the gdb process is still running.
3388
3389 2006-03-25 Eli Zaretskii <eliz@gnu.org>
3390
3391 * mail/rmail.el (tool-bar-map): Defvar it.
3392 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
3393 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
3394
3395 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
3396
3397 * help.el (print-help-return-message): Suggest to use
3398 display-buffer instead of switch-to-buffer-other-window to restore
3399 the previous window without selecting it.
3400
3401 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3402
3403 * frame.el (select-frame-by-name): Call x-focus-frame also when
3404 window-system is mac.
3405
3406 * term/mac-win.el: Adjust Courier font specifications in
3407 x-fixed-font-alist.
3408 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
3409 when directly encoding to UTF-16 in native byte order, no BOM.
3410
3411 2006-03-25 Kim F. Storm <storm@cua.dk>
3412
3413 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
3414 (cua--init-keymaps): Use it instead of fixed C-return.
3415 (cua-mode): Set after it.
3416
3417 * emulation/cua-rect.el (cua--init-rectangles):
3418 Use cua-rectangle-mark-key instead of fixed C-return.
3419
3420 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
3421
3422 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
3423 "run" in .gdbinit.
3424 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
3425
3426 2006-03-24 Romain Francoise <romain@orebokech.com>
3427
3428 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
3429 `display-buffer-other-frame'.
3430
3431 2006-03-24 Kim F. Storm <storm@cua.dk>
3432
3433 * apropos.el (apropos-synonyms): Add selection => region.
3434
3435 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3436
3437 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3438 (gdb-var-list-children-regexp, gdb-var-update-regexp)
3439 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
3440 (gdb-data-list-register-values-regexp)
3441 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
3442 Future proof against new fields being added to MI output.
3443 (gdb-send): Don't treat backslashes for program input as
3444 continuations.
3445 (gdb-assembler-handler): Don't use window-start for this handler.
3446 (gdb-frame-handler): Don't change to hollow arrow if overlay
3447 arrow doesn't move to new frame.
3448
3449 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
3450
3451 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
3452 prevent compiler warnings.
3453 (gdb-stopped): Check for gud-last-last-frame (case: signal).
3454 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
3455 (gdb-assembler-custom): Use hollow-right-triangle for assembler
3456 buffer too.
3457
3458 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
3459
3460 * pgg-gpg.el (pgg-gpg-update-agent): Check for
3461 make-network-process, so we can use the same code in Gnus v5-10
3462 too and have this file fully synchronized with that release.
3463
3464 2006-03-23 Romain Francoise <romain@orebokech.com>
3465
3466 * ibuf-ext.el (ibuffer-read-filter-group-name):
3467 Use `ibuffer-generate-filter-groups' to make completion list match
3468 the filter groups that are really displayed in the Ibuffer buffer.
3469 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
3470
3471 2006-03-23 Kenichi Handa <handa@m17n.org>
3472
3473 * international/mule-cmds.el (sort-coding-systems): Describe that
3474 the argument is modified in docstring.
3475
3476 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
3477
3478 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
3479 (pgg-gpg-update-agent): New function.
3480 (pgg-gpg-use-agent-p): New function.
3481 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
3482 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
3483 (pgg-gpg-sign-region): Use it.
3484
3485 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
3486
3487 * cus-edit.el (custom-face-set): Call custom-push-theme before
3488 face-spec set so that `changed' theme is correctly saved.
3489 (custom-face-reset-standard): Reset to recalculated face rather
3490 than defface spec.
3491
3492 * custom.el (custom-push-theme): Only save `changed' theme if the
3493 current face does not match the defface specs.
3494
3495 2006-03-21 Simon Josefsson <jas@extundo.com>
3496
3497 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
3498 <wilde@sha-bang.de>.
3499 (pgg-gpg-use-agent): New variable.
3500 (pgg-gpg-process-region): Use it.
3501 (pgg-gpg-encrypt-region): Likewise.
3502 (pgg-gpg-encrypt-symmetric-region): Likewise.
3503 (pgg-gpg-decrypt-region): Likewise.
3504 (pgg-gpg-sign-region): Likewise.
3505 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
3506
3507 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
3508
3509 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
3510 bracket links.
3511
3512 2006-03-21 Kim F. Storm <storm@cua.dk>
3513
3514 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
3515 fringe-indicator-alist instead of modifying global value.
3516 (gdb-frame-handler): Likewise.
3517
3518 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
3519
3520 * diff-mode.el (diff-function): Make it inherit from diff-header
3521 instead of diff-context.
3522
3523 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
3524 bitmap.
3525 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
3526 change names in macro above for consistency.
3527 (gdb-frame-handler): Use hollow-right-triangle for all selected
3528 frames which except the innermost (where execution has stopped).
3529 (gdb-reset): Reset buffer-local values of overlay-arrow.
3530
3531 2006-03-20 Richard Stallman <rms@gnu.org>
3532
3533 * simple.el (set-mark-command): Doc fix.
3534
3535 * files.el (display-buffer-other-frame): New command.
3536 (ctl-x-4-map): Bind C-x 5 C-o to it.
3537
3538 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
3539
3540 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
3541 rather than just defer-time, in case defer-time has been changed but
3542 the timer isn't running yet.
3543 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
3544
3545 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
3546
3547 * help-mode.el (help-follow-symbol): New function.
3548 Essentially identical to the old `help-follow', but do not let
3549 `push-button' do the work when on an xref.
3550 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
3551
3552 2006-03-19 Richard Stallman <rms@gnu.org>
3553
3554 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
3555 preceded by the word `program'.
3556 (help-follow-mouse, help-follow): Throw error if not on xref.
3557 Delete no longer used args.
3558
3559 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
3560
3561 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
3562 annotation ensure gud-overlay-arrow-position is redisplayed.
3563
3564 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3565
3566 * textmodes/bibtex.el (bibtex-include-OPTkey)
3567 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
3568 (bibtex-autokey-name-case-convert)
3569 (bibtex-autokey-titleword-case-convert): Make these the aliases
3570 for the following two variables.
3571 (bibtex-autokey-name-case-convert-function)
3572 (bibtex-autokey-titleword-case-convert-function): Make these the
3573 real names.
3574 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
3575 bibtex-font-lock-crossref sublists.
3576 (bibtex-mode): Revert 2005-12-30 change (which made
3577 completion-ignore-case buffer-local).
3578 (bibtex-url): Simplify.
3579
3580 2006-03-19 Kim F. Storm <storm@cua.dk>
3581
3582 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
3583 cursor property value to 2 (to align with C level change).
3584
3585 2006-03-19 Bill Wohler <wohler@newt.com>
3586
3587 * image.el (image-load-path-for-library): Shorten first line in
3588 docstring.
3589
3590 2006-03-18 Richard Stallman <rms@gnu.org>
3591
3592 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
3593
3594 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
3595
3596 * isearch.el (isearch-other-meta-char): Handle user bindings for
3597 shifted control characters.
3598
3599 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
3600
3601 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
3602 part that matches email addresses, file names, etc.
3603
3604 2006-03-18 Eli Zaretskii <eliz@gnu.org>
3605
3606 * term/w32-win.el (mouse-set-font):
3607 Mention w32-list-proportional-fonts in the doc string.
3608
3609 2006-03-18 Kim F. Storm <storm@cua.dk>
3610
3611 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
3612 (ido-unc-hosts): New user option to explicitly define list of know
3613 UNC-style hosts for completion.
3614 (ido-cache-unc-host-shares-time): New user option.
3615 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
3616 New helper functions for UNC file-name support.
3617 (ido-may-cache-directory): Check for UNC host. Simplify.
3618 (ido-wash-history): Clean out old UNC hosts.
3619 (ido-nonreadable-directory-p): UNC hosts are always readable.
3620 (ido-directory-too-big-p): UNC hosts are never too big.
3621 (ido-set-current-directory): Handle UNC root path.
3622 (ido-file-name-all-completions): Complete UNC host names from
3623 ido-unc-hosts list. Cache UNC host shares.
3624 (ido-make-file-list-1): Don't filter UNC root.
3625 (ido-exhibit): Check for // in root directory, and switch to UNC
3626 mode by setting ido-current-directory to //.
3627
3628 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
3629
3630 * cus-edit.el (customize-changed-options): Mention explicit
3631 version number as default in prompt.
3632
3633 2006-03-17 Bill Wohler <wohler@newt.com>
3634
3635 * image.el (image-load-path-for-library): Minor docstring fix.
3636
3637 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
3638
3639 * textmodes/org.el (org-read-date): Include subgroup 5 into
3640 replacement text.
3641 (org-popup-calendar-for-date-prompt): Fix customization type.
3642
3643 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
3644
3645 * progmodes/gdb-ui.el (gud-watch): Provide completion.
3646 (gdb-continuation): New variable.
3647 (gdb-send): Deal with continuation lines.
3648
3649 * progmodes/gud.el (gud-gdb-complete-command)
3650 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
3651 expressions.
3652 (gud-tooltip-mode): Use buffer-local value.
3653
3654 2006-03-16 Kim F. Storm <storm@cua.dk>
3655
3656 * ido.el (ido-edit-input): Use selected match, if any.
3657
3658 2006-03-16 Bill Wohler <wohler@newt.com>
3659
3660 * image.el (image-load-path-for-library): Prefer user's images in
3661 image-load-path.
3662
3663 2006-03-16 Martin Rudalics <rudalics@gmx.at>
3664
3665 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
3666 when checking for attempt to drag leftmost or rightmost scrollbar.
3667
3668 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
3669
3670 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
3671 (gdb-force-mode-line-update): New function.
3672 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
3673 (gdb-exited): Use them.
3674 (gdb-signal): New function.
3675 (gdb-annotation-rules): Provide a rule for it.
3676
3677 2006-03-16 Kenichi Handa <handa@m17n.org>
3678
3679 * international/mule.el (auto-coding-regexp-alist): Add entries
3680 for Unicode BOM.
3681
3682 * sort.el (sort-build-lists): Temporarily bind
3683 inhibit-field-text-motion to t.
3684
3685 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
3686
3687 * locate.el (locate-command, locate-make-command-line)
3688 (locate-fcodes-file, locate-update-command)
3689 (locate-prompt-for-command, locate, locate-with-filter)
3690 (locate-get-file-positions): Doc fixes.
3691 (locate-buffer-name, locate-header-face): Remove leading `*' in
3692 defcustom.
3693 (locate-filter-output): Use `keep-lines' instead of its alias
3694 `delete-non-matching-lines'.
3695 (locate-get-filename, locate-get-dirname): Add introductory comment.
3696 (locate-find-directory-other-window): Give appropriate error
3697 message if used outside main listing.
3698
3699 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
3700
3701 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
3702 the new extend-region feature.
3703 (font-lock-after-change-function): Update correspondingly.
3704 * jit-lock.el (jit-lock-after-change): Update correspondingly.
3705 * progmodes/grep.el (font-lock-lines-before): Don't disable.
3706
3707 2006-03-15 Bill Wohler <wohler@newt.com>
3708
3709 * image.el (image-load-path-for-library): Fix example by not
3710 recommending that one binds image-load-path. Just defvar it to
3711 placate compiler and only use it if previously defined.
3712
3713 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
3714
3715 * textmodes/org.el (org-insert-centered): Use `string-width' to
3716 make underlining work for wide characters.
3717 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
3718 TAB to `org-cycle', to make sure that no binding in
3719 `outline-mode-map' can supercede it.
3720
3721 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
3722
3723 * allout.el: Increment version to 2.2.1 in file commentary.
3724
3725 (allout-version): Increment to 2.2.1.
3726
3727 (allout-default-layout): New customization variable, used when the
3728 file lacks a specific allout-layout. Uses allout-layout-type for
3729 recursively nested definition.
3730
3731 (allout-layout-type): Widget defining allout layouts, necessary for
3732 self-recursive definition.
3733
3734 (allout-mode): Incorporate allout-default-layout as fallback for
3735 allout-layout.
3736
3737 (allout-layout): Mark as 'safe-local-variable', and refer mention
3738 fallback to `allout-default-layout' in absence of a specified value.
3739 (allout-passphrase-verifier-string)
3740 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
3741
3742 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
3743
3744 (allout-get-encryption-passphrase-verifier): Use correct name of
3745 passphrase verifier in docstring.
3746
3747 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
3748
3749 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
3750 elements.
3751 (gdb-find-watch-expression): Make it work for arrays too.
3752 Follow change to gdb-var-list.
3753 (gud-watch): Allow the user to enter variable name with a prexix
3754 arg. Create keybindings.
3755 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
3756 (gdb-var-list-children-handler, gdb-var-update-handler)
3757 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
3758 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
3759 Follow change to gdb-var-list.
3760 (gdb-starting): Don't show the overlay arrows when program is running.
3761
3762 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
3763 gdb-var-list.
3764
3765 2006-03-14 Bill Wohler <wohler@newt.com>
3766
3767 * image.el (image-load-path-for-library): Pass value of path
3768 rather than symbol. Always return list of directories.
3769 Guarantee that image directory comes first.
3770
3771 2006-03-14 Alan Mackenzie <acm@muc.de>
3772
3773 * font-core.el (font-lock-extend-region\(-function\)?.):
3774 New function/variable.
3775
3776 * font-lock.el (font-lock-after-change-function):
3777 Call font-lock-extend-region. Obey font-lock-lines-before.
3778 (font-lock-default-fontify-region): Remove reference to
3779 font-lock-lines-before.
3780
3781 * jit-lock.el (jit-lock-after-change):
3782 Call font-lock-extend-region. Obey font-lock-lines-before.
3783
3784 2006-03-14 David Ponce <david@dponce.com>
3785
3786 * tree-widget.el (tree-widget-themes-load-path)
3787 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3788
3789 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
3790
3791 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
3792 (rcirc-print): Mark the start of text at the end of the prompt.
3793 (rcirc-track-minor-mode): Add autoload cookie.
3794 (rcirc-update-activity-string): Add space to front of mode-line
3795 indicator.
3796
3797 2006-03-13 Miles Bader <miles@gnu.org>
3798
3799 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
3800 (rcirc-abbrev-nick): Remove function.
3801 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
3802
3803 2006-03-13 David Ponce <david@dponce.com>
3804
3805 * tree-widget.el: Handle themes across all occurrences of the main
3806 themes sub-directory found in tree-widget-themes-load-path.
3807 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
3808 (tree-widget--locate-sub-directory): Return all occurrences.
3809 (tree-widget-themes-path): New function.
3810 Replace tree-widget-themes-directory, and return a list of directories.
3811 (tree-widget-set-parent-theme)
3812 (tree-widget-lookup-image): Use it.
3813
3814 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
3815
3816 * textmodes/org.el (org-link-search): Avoid self-matching of
3817 links, allow target text to be distributed over several lines.
3818 (org-search-not-link): New function.
3819 (org-set-regexps-and-options, org-get-current-options):
3820 New startup options.
3821 (org-export-as-html): Take odd-level setting from local variable.
3822 (org-fontify-emphasized-text): New option.
3823 (org-set-font-lock-defaults): Include emphasized text.
3824 (org-follow-mhe-link): Allow folder-only links, fix folder name.
3825 (org-font-lock): Customize group renamed from `org-faces'.
3826
3827 2006-03-13 John Paul Wallington <jpw@pobox.com>
3828
3829 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
3830 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
3831
3832 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
3833
3834 * cus-start.el (all): Delete :version keyword for members of the
3835 fringe group, since the entire group is new in 22.1.
3836
3837 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
3838
3839 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
3840 map if value is hexadecimal (an address).
3841 (gud-watch): Only search roots for existing watch expressions.
3842 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
3843 prevent caching problems with speedbar-update-directory-contents.
3844
3845 2006-03-12 Juri Linkov <juri@jurta.org>
3846
3847 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
3848 before comparing with `low' and `warn'.
3849
3850 * info.el (Info-dir-remove-duplicates): Move point to the
3851 beginning of the current line after deleting the entries from
3852 redundant heading. Use marker for `limit' and compare it with
3853 point before calling `re-search-forward'.
3854
3855 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
3856
3857 * simple.el (yank): Fix typo in docstring.
3858
3859 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
3860
3861 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
3862 messages, where "D" is the 6th character.
3863
3864 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3865
3866 * simple.el (yank): Fix last change.
3867
3868 2006-03-11 David Ponce <david@dponce.com>
3869
3870 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
3871 merging elements from the standard ispell-dictionary-alist.
3872 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
3873 alist, and return the new alist.
3874
3875 2006-03-11 Richard Stallman <rms@gnu.org>
3876
3877 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
3878
3879 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
3880 the way it is implemented is too unclean.
3881
3882 * simple.el (kill-region, yank): Doc fix.
3883
3884 * battery.el (battery-echo-area-format): Doc fix.
3885 (battery-mode-line-format): Likewise.
3886 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
3887 (battery-linux-proc-acpi): Ignore batteries that say "charged".
3888
3889 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
3890
3891 * progmodes/octave-mod.el (octave-indent-for-comment):
3892 Behave according to do string.
3893
3894 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
3895
3896 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
3897 Be visible only if major mode is Mail Mode.
3898
3899 * textmodes/flyspell.el (flyspell-external-point-words)
3900 (flyspell-process-localwords): Fix last changes.
3901
3902 2006-03-11 Eli Zaretskii <eliz@gnu.org>
3903
3904 * calendar/holidays.el (list-holidays): Doc fix.
3905
3906 * international/mule.el (auto-coding-alist): Add .odt
3907 (OpenOffice's open document) files.
3908
3909 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
3910 document) files. Mention in the doc string the need to sync with
3911 auto-coding-alist.
3912
3913 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
3914
3915 * files.el (hack-local-variables-confirm): Don't prompt for ! if
3916 enable-local-variables is set to always query, or there is no
3917 savable variable.
3918
3919 2006-03-10 Bill Wohler <wohler@newt.com>
3920
3921 * image.el (image-load-path-for-library): Merge at least three
3922 functions from Gnus and MH-E into this one function that can now
3923 be shared.
3924
3925 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
3926
3927 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
3928 gdb-remove-mouse-face and remove help-echo too.
3929 (gdb-enqueue-input): Correct conditional clause.
3930
3931 2006-03-10 Glenn Morris <rgm@gnu.org>
3932
3933 * calendar/calendar.el (calendar-holidays): Doc fix.
3934 * calendar/holidays.el (list-holidays): Doc fix.
3935
3936 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
3937
3938 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
3939 it gets called in gdb-prompt anyway.
3940 (gdb-use-separate-io-buffer): Only restore window arrangement for
3941 gdb-many-windows.
3942 (gdb-enqueue-input): Make it harder to send GDB input when program
3943 is running.
3944 (gdb-buffer-list): New variable.
3945 (gdb-remove-mouse-face): New function.
3946 (gdb-starting): Use it when GDB input won't get sent.
3947
3948 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
3949
3950 * help.el (view-lossage): Remove trailing whitespace before
3951 inserting "\n".
3952
3953 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
3954
3955 * files.el (hack-local-variables-confirm):
3956 Set coding-system-for-read to nil before writing to .emacs.
3957
3958 * arc-mode.el (archive-extract): Check if an existing buffer name
3959 comes from a different archive.
3960
3961 * help.el (describe-key-briefly): If KEY is a down event, read and
3962 discard the up event.
3963
3964 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
3965
3966 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
3967 be edited and use font-lock-warning-face for any changes.
3968
3969 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
3970 (gdb-edit-value): Use it to report any errors.
3971
3972 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
3973
3974 * help.el (describe-key): Remove leftover test code.
3975
3976 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
3977
3978 * textmodes/org.el: Move defvars out of eval-when-compile.
3979 Use buffer-file-name variable.
3980 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
3981 arg `file'.
3982 (org-level-faces): Remove startup dependency.
3983 (org-cycle, org-map-tree, org-scan-tags)
3984 (org-remember-handler): Don't call `outline-level' directly.
3985 (org-mhe-search-all-folders): New option.
3986 (org-mhe-get-message-folder-from-index)
3987 (org-mhe-get-message-folder): Fix indexing search.
3988 (org-format-agenda-item): Handle nil TAGS argument.
3989 (org-cleaned-string-for-export, org-activate-target-links)
3990 (org-make-target-link-regexp): Deal with empty radio target list.
3991 (org-tag): New face.
3992 (org-get-level-face): New function.
3993 (org-set-font-lock-defaults): Simplify setup for headlines.
3994 (org-complete): Pass common substring to `display-completion-list'.
3995
3996 2006-03-06 David Ponce <david@dponce.com>
3997
3998 * tree-widget.el: Update Commentary header.
3999 (tree-widget-theme-name): Ignore parent themes.
4000 (tree-widget-set-parent-theme): New function.
4001 (tree-widget-set-theme): Use it.
4002 (tree-widget-set-image-properties): Move definition. Does nothing
4003 if image properties have already been set.
4004 (tree-widget-image-properties): Move definition. Receive an image
4005 name. Set the :pointer property.
4006 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4007 Don't set the :pointer image property.
4008 (tree-widget-convert-widget): New function. Handle :dynargs
4009 compatibility here.
4010 (tree-widget): Use it to :convert-widget. Add the :expander-p
4011 predicate to control when the :expander function is entered.
4012 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4013 (tree-widget-value-create): Handle :expander-p. widget-apply
4014 :expander.
4015 (tree-widget-expander-p): New function. Default value of the
4016 :expander-p property.
4017
4018 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4019
4020 * help.el (describe-key): Properly handle the return value of
4021 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4022 remaps. Handle string and vector `follow-link' values.
4023
4024 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4025
4026 * complete.el (PC-expand-many-files): Try be more careful when parsing
4027 the shell's output.
4028
4029 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4030
4031 * outline.el (hide-sublevels): Provide better interactive default.
4032
4033 2006-03-06 Kenichi Handa <handa@m17n.org>
4034
4035 * international/fontset.el (create-fontset-from-fontset-spec):
4036 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4037
4038 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4039
4040 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4041 backslashes instead of one in regexp.
4042 (gud-tooltip-dereference): Add missing optional argument.
4043
4044 2006-03-04 John Paul Wallington <jpw@pobox.com>
4045
4046 * wdired.el (toplevel): Require `cl' at compile-time.
4047
4048 2006-03-04 Andreas Schwab <schwab@suse.de>
4049
4050 * server.el (server-process-filter): Handle errors during
4051 evaluation of the argument.
4052
4053 2006-03-03 John Paul Wallington <jpw@pobox.com>
4054
4055 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4056 escape parentheses at beginning of line.
4057 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4058 (t-mouse-mode): Remove period from end of error message.
4059
4060 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4061
4062 * textmodes/flyspell.el (flyspell-process-localwords):
4063 Be case-sensitive.
4064
4065 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4066
4067 * cus-edit.el (custom-quote): Remove function, since it has been
4068 moved to custom.el.
4069
4070 * font-lock.el (lisp-font-lock-keywords-2)
4071 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4072 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4073 they have no special meaning.
4074
4075 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4076 indirect buffer gets killed before indirect buffer. Use dolist.
4077
4078 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4079
4080 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4081 value instead of a literal constant (1) on more pauses.
4082
4083 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4084
4085 * textmodes/flyspell.el (flyspell-external-point-words):
4086 Be case-sensitive.
4087
4088 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4089
4090 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4091 with "www".
4092
4093 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4094
4095 * allout.el: Restablish intermediate missing comment header to
4096 preserve outline structure.
4097 (allout-beginning-of-current-entry): Skip invisible text.
4098 (allout-open-topic): Fix opening a topic at end-of-buffer.
4099 (allout-minor-mode): Move nearer to allout-mode function.
4100
4101 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4102
4103 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4104
4105 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4106
4107 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4108 is nil.
4109
4110 * progmodes/gud.el (gud-speedbar-menu-items):
4111 Use buffer-local-value and add missing :visible keyword.
4112
4113 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4114
4115 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4116
4117 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4118 must be `follow-link'.
4119
4120 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4121
4122 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4123 formatting: No nested anchors.
4124 (org-all-targets): Fix bug with XEmacs compatibility.
4125 (org-read-date): Add (require 'parse-time).
4126 (org-set-tags): Fix bug with extra inserted space.
4127 (org-export-html-style): Define a style class for targets.
4128 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4129 (org-hide-leading-stars): New option.
4130 (org-hide): New face.
4131 (org-set-font-lock-defaults): Allow to hide leading stars.
4132 (org-get-legal-level, org-tr-level): New functions.
4133 (org-odd-levels-only): New option.
4134 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4135 (org-demote, org-promote): Deal with double-star levels.
4136 (org-convert-to-odd-levels): New command.
4137
4138 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4139
4140 * speedbar.el (speedbar-update-localized-contents): Try to
4141 preserve window-start.
4142 (speedbar-update-directory-contents): Try to preserve window-start
4143 and window-point.
4144 (speedbar-update-special-contents): Don't move back to start of window.
4145
4146 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4147 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4148 speedbar-timer-fn.
4149 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4150 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4151 instead of gdb-speedbar-timer-fn.
4152
4153 2006-02-28 Jay Belanger <belanger@truman.edu>
4154
4155 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4156 (math-compose-expr): Use latex option when calling
4157 `math-compose-tex-matrix' for latex mode.
4158
4159 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4160
4161 * speedbar.el: Re-instate comments about developing for speedbar
4162 [this is what info and gdb-ui use even if better methods exist now].
4163
4164 * t-mouse.el: New file.
4165 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4166 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4167 (t-mouse-make-event-element): Use posn-at-x-y instead.
4168 (t-mouse-make-event): Deal with Fedora Core 3.
4169 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4170 (t-mouse-mouse-position-function): New function. Use it instead
4171 of advising mouse-position.
4172 (t-mouse-mode): New minor mode.
4173 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4174
4175 2006-02-27 Glenn Morris <rgm@gnu.org>
4176
4177 * calendar/calendar.el (calendar-holidays): Doc fix.
4178
4179 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4180
4181 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4182 Re-introduce the concept of a source window.
4183 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4184 consistency with get-buffer-create.
4185 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4186 (gdb-data-list-register-values-handler)
4187 (gdb-stack-list-locals-handler): Try to preserve window-start as
4188 well as window-point.
4189 (gdb-display-source-buffer): New function (old concept).
4190 (gdb-goto-breakpoint): Use it.
4191
4192 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4193 for gdb-ui/gdb-mi (old concept).
4194
4195 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4196
4197 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4198 binding.
4199
4200 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4201
4202 * textmodes/reftex-sel.el (reftex-select-label-map)
4203 (reftex-select-bib-map): Add `follow-mouse' binding.
4204
4205 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4206
4207 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4208 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4209 Give :set functions to provide automatic updating.
4210 Update docstring. Give compiler defvars early in the file
4211 and move the defcustoms to a later spot where all called functions
4212 are defined.
4213 (jka-compr-file-name-handler-entry): Doc fix.
4214 (jka-compr-compression-info-list--internal)
4215 (jka-compr-mode-alist-additions--internal)
4216 (jka-compr-load-suffixes--internal): New variables.
4217 (jka-compr-install): Set the three above variables.
4218 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4219 (jka-compr-update, jka-compr-set): New functions.
4220 (auto-compression-mode): Doc fix.
4221
4222 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4223 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4224 Use jka-compr-compression-info-list--internal,
4225 jka-compr-mode-alist-additions--internal and
4226 jka-compr-load-suffixes--internal.
4227
4228 * files.el (load-library):
4229 * loadhist.el (file-loadhist-lookup):
4230 * startup.el (command-line):
4231 * subr.el (locate-library):
4232 * emacs-lisp/autoload.el (update-directory-autoloads):
4233 * emacs-lisp/find-func.el (find-library-suffixes):
4234 Use `get-load-suffixes' instead of `load-suffixes'.
4235
4236 * subr.el (locate-library):
4237 * emacs-lisp/find-func.el (find-library-name):
4238 Use `load-file-rep-suffixes' instead of '("").
4239
4240 2006-02-26 Kim F. Storm <storm@cua.dk>
4241
4242 * ido.el (ido-save-history, ido-load-history): Simplify.
4243 Don't use find-file-noselect to avoid interference from other modes.
4244
4245 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4246
4247 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4248 to use the default shell if filename is not available.
4249 Reported by Giorgos Keramidas.
4250
4251 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4252
4253 * progmodes/etags.el (tags-completion-table): Do completion from
4254 all the tables in the current list, as documented in the manual.
4255
4256 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4257
4258 * CC Mode Update to 5.31.3.
4259
4260 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4261
4262 * progmodes/cc-mode.el (c-postprocess-file-styles):
4263 Bind inhibit-read-only to t, around the call to
4264 c-remove-any-local-eval-or-mode-variables, so that it works on a
4265 RO file.
4266
4267 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4268
4269 * progmodes/cc-awk.el: Correct a typo.
4270
4271 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4272
4273 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4274 c-hungry-delete-backwards, at the request of RMS. Leave the old
4275 name as an alias.
4276
4277 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4278
4279 * progmodes/cc-mode.el: Correct a typo.
4280
4281 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4282
4283 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4284
4285 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4286
4287 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4288 brace-else-brace (error due to mbeg, mend being undefined).
4289
4290 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4291
4292 * progmodes/cc-mode.el: File Local variables: Solve the problem
4293 where both `mode' and c-file-offsets are specified: `mode' will
4294 overwrite c-f-o's settings:
4295 (c-remove-any-local-eval-or-mode-variables): New function.
4296 (c-postprocess-file-styles): Call the above new function, within
4297 c-tentative-buffer-change, to splat `mode' and `eval' before the
4298 second hack-local-variables.
4299
4300 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4301
4302 * progmodes/cc-mode.el:
4303 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4304 (c-after-change): Protect the match data with save-match-data.
4305 It was getting corrupted by c-after-change-check-<>-operators.
4306
4307 * cc-defs.el: [Supersedes patch V1.38]:
4308 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4309 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4310
4311 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4312 with save-match-data. It was being corrupted when Font Lock was
4313 not enabled.
4314
4315 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4316
4317 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4318 Mode and Subword Mode.
4319
4320 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4321 real labels ("case 1:" or "foo:") from non-labels ("public:").
4322 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4323 coding; c-f-t-2 doesn't move over a token at EOB.
4324
4325 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4326
4327 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4328 (c-update-modeline): Concatenate the minor mode indicators
4329 directly onto mode-name, removing c-submode-indicators.
4330 Sometimes, c-s-i got separated from the mode name on the mode line.
4331
4332 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4333 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4334
4335 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4336
4337 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4338 error message when there's an evaluation error to show whether
4339 it's loaded from source or not.
4340 (c-filter-ops): Make it available at runtime too to work when
4341 `c-make-init-lang-vars-fun' needs to evaluate from source.
4342
4343 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4344
4345 * help.el (help): Revert last part of 2006-02-23 change (deletion
4346 of the `provide' call).
4347
4348 2006-02-23 Juri Linkov <juri@jurta.org>
4349
4350 * compare-w.el (compare-windows-highlight): Add new value
4351 `persistent' and change :type from `boolean' to `choice'.
4352 (compare-windows-overlays1, compare-windows-overlays2):
4353 New internal variables.
4354 (compare-windows-highlight): If compare-windows-highlight is
4355 `persistent', add current overlays to compare-windows-overlays[12]
4356 instead of adding compare-windows-dehighlight to pre-command-hook.
4357 (compare-windows-dehighlight): Delete all overlays from
4358 compare-windows-overlays[12].
4359
4360 * info.el (Info-search): Don't bind search-spaces-regexp to
4361 Info-search-whitespace-regexp in non-regexp isearch mode.
4362
4363 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4364
4365 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
4366
4367 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
4368
4369 * textmodes/org.el (org-xemacs-p)
4370 (org-export-html-show-new-buffer, org-table-may-need-update)
4371 (org-insert-item, org-mhe-get-message-real-folder)
4372 (org-mhe-get-message-folder-from-index)
4373 (org-mhe-get-message-folder, org-mhe-get-message-num)
4374 (org-mhe-get-header, org-make-org-heading-search-string)
4375 (org-make-org-heading-camel, org-table-sort-lines)
4376 (org-format-org-table-html, org-format-table-table-html):
4377 Fix typos in docstrings.
4378
4379 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
4380
4381 * textmodes/org.el (org-cleaned-string-for-export)
4382 (org-solidify-link-text): New function.
4383 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
4384 XEmacs, just to silence the compiler.
4385 (org-export-as-ascii, org-export-as-html-and-open):
4386 Use `org-cleaned-string-for-export' and create internal links.
4387 (org-follow-mhe-link): Require mh-e, use folder.
4388
4389 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4390
4391 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
4392
4393 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
4394 gdb-debug-log-length.
4395 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
4396 it a real ring but...
4397 (gud-gdba-marker-filter): ...make it work like mark-ring.
4398 (gdb-enable-debug): Rename from gdb-enable-debug-log.
4399 (gdb-mouse-jump): New function. Add bindings.
4400
4401 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
4402
4403 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
4404 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
4405 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
4406 (gdb-debug-log-length): Customize it's length.
4407 (gud-watch, gdb-var-create-handler): Display function::var format
4408 but don't use to create variable object.
4409 (gdb-var-create-handler): Use message-box in place of message.
4410 (gdb-stopped): Call gdb-exited if signalled.
4411
4412 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
4413
4414 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
4415
4416 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
4417
4418 * textmodes/reftex.el (reftex-locate-file): Search all extensions
4419 if `reftex-try-all-extensions' is set.
4420
4421 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
4422 fail silently when there is no valid argument at point.
4423 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
4424 `fail-silently' argument. From a patch by David Reiter.
4425
4426 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
4427 New commands.
4428 (org-mark-ring): New variable.
4429 (org-mark-ring-length): New option.
4430 (org-open-at-point, org-goto, org-open-file): Push old position
4431 onto the mark ring.
4432 (org-add-hook): New function.
4433 (org-export-table-remove-special-lines): New option.
4434 (org-skip-comments, org-format-org-table-html): Respect new
4435 option `org-export-table-remove-special-lines'.
4436 (org-open-file): Allow special command configuration for
4437 directory link.
4438 (org-file-apps): Fix bugs in customize type, added setting
4439 for directories.
4440 (org-activate-tags, org-format-agenda-item, org-complete)
4441 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
4442 (org-get-tags, org-get-buffer-tags, org-open-at-point)
4443 (org-link-search, org-make-org-heading-search-string)
4444 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
4445 (org-radio-targets, org-file-link-context-use-camel-case)
4446 (org-activate-camels): New options.
4447 (org-update-radio-target-regexp, org-all-targets)
4448 (org-make-target-link-regexp, org-activate-target-links):
4449 New functions.
4450 (org-make-org-heading-search-string): New function.
4451 (org-store-link, org-insert-link): Use new option
4452 `org-file-link-context-use-camel-case'.
4453 (org-activate-camels): Use new option `org-activate-camels'.
4454 (org-link-regexp): Add mhe prefix.
4455 (org-open-at-point, org-store-link): Support for mhe links.
4456 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
4457 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
4458 (org-mhe-get-header, org-follow-mhe-link): New functions.
4459 (org-remove-angle-brackets, org-add-angle-brackets):
4460 New functions.
4461 (org-bracket-link-regexp): New constant.
4462 (org-read-date): Fix bug that was rejecting all typed dates.
4463 (org-link-search): Make hierarchy above visible after a match.
4464 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
4465 (org-store-link): Fix bug with link creation when cursor is in
4466 an empty line.
4467 (org-open-at-point): Fix bug with matching a link.
4468 Fixed buggy argument sequence in call to `org-view-tags'.
4469 (org-compile-prefix-format): Set `org-prefix-has-tag'.
4470 (org-prefix-has-tag): New variable.
4471 (org-format-agenda-item): Remove tags from headline
4472 if appropriate.
4473 (org-agenda-remove-tags-when-in-prefix): New option.
4474
4475 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
4476
4477 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
4478 Fix the regular expressions.
4479
4480 2006-02-21 Richard M. Stallman <rms@gnu.org>
4481
4482 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4483 if there's no other specific basis.
4484
4485 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
4486 as variables at all.
4487 (unsafep-variable): Rename arg; doc fix.
4488
4489 * abbrevlist.el (list-one-abbrev-table): Add autoload.
4490
4491 * calendar/appt.el (diary-selective-display): Add defvar.
4492
4493 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
4494
4495 * isearch.el (search-whitespace-regexp): Fix custom type.
4496
4497 * help.el (describe-key-briefly): Compute interactive args
4498 in same was as before previous change.
4499
4500 * files.el (enable-local-variables): Doc fix.
4501
4502 2006-02-21 Kim F. Storm <storm@cua.dk>
4503
4504 * fringe.el: Cleanup as file is now pre-loaded.
4505 (fringe-bitmaps): Initialize unconditionally.
4506 (fringe-mode, set-fringe-style): Remove autoload cookies.
4507
4508 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4509
4510 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
4511 `horizontal-bar'.
4512 (fringe-cursor-alist): Use `horizontal-bar'.
4513
4514 2006-02-20 Kim F. Storm <storm@cua.dk>
4515
4516 * fringe.el (fringe-bitmaps): Update to new bitmap names.
4517 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
4518
4519 * loadup.el: Load "fringe" on window systems.
4520
4521 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4522
4523 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
4524 out of scope components.
4525
4526 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
4527 default.
4528
4529 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
4530
4531 * custom.el (customize-mark-to-save, customize-mark-as-set):
4532 Load the symbol first.
4533
4534 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
4535
4536 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
4537 strech spec so it doesn't display as "^J" on the header line
4538 when `Buffer-menu-use-header-line' is t.
4539
4540 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
4541
4542 * speedbar.el (speedbar-make-button): Keep text properties
4543 of string arguments if desired.
4544
4545 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
4546 expessions.
4547
4548 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
4549 of speedbar.
4550
4551 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
4552
4553 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
4554 to value of `read-file-name-completion-ignore-case'.
4555
4556 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
4557
4558 * custom.el (customize-mark-as-set): Push to `user' theme.
4559
4560 * cus-edit.el (custom-save-variables): Allow unthemed values.
4561 (customize-set-variable): Push setting to `user' theme.
4562
4563 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4564
4565 * progmodes/gud.el: Don't require font-lock as it's now
4566 automatically loaded.
4567 (gud-speedbar-buttons): Replace gdb-var-changed with
4568 gdb-force-update.
4569
4570 * progmodes/gdb-ui.el (gdb-force-update): Rename from
4571 gdb-var-changed.
4572 (gdb-post-prompt): Use it.
4573 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4574 (gdb-var-update-handler, gdb-var-delete)
4575 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
4576 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
4577 gdb-force-update in gdb-post-prompt.
4578 (gdb-reset): Clear watch expressions from speedbar when quitting.
4579
4580 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
4581
4582 * viper-cmd.el (viper-insert-state-post-command-sentinel)
4583 (viper-change-state-to-vi, viper-change-state-to-emacs):
4584 Make aware of cursor coloring in the Emacs state.
4585 (viper-special-read-and-insert-char): Use read-char-exclusive.
4586 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
4587
4588 * viper-init.el (viper-emacs-state-cursor-color): New variable.
4589
4590 * viper-util.el (viper-save-cursor-color)
4591 (viper-get-saved-cursor-color-in-replace-mode)
4592 (viper-get-saved-cursor-color-in-insert-mode)
4593 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
4594 state.
4595 (viper-get-saved-cursor-color-in-emacs-mode): New function.
4596
4597 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
4598 (ediff-ignore-case-option3, ediff-actual-diff-options)
4599 (ediff-actual-diff3-options): New variables to control case sensitivity.
4600 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
4601 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
4602 (ediff-toggle-ignore-case): New function.
4603 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
4604
4605 * ediff-help.el (ediff-long-help-message-narrow2)
4606 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
4607 (ediff-long-help-message-word-mode): Add ignore-case command.
4608 (ediff-help-for-quick-help): Add ignore-case command.
4609
4610 * ediff-merg.el: Move provide to the end.
4611
4612 * ediff-ptch.el: Move provide to the end.
4613
4614 * ediff-wind.el: Move provide to the end.
4615
4616 * ediff-mult.el: Move provide to the end.
4617 (ediff-set-meta-overlay): Enable follow-link.
4618
4619 * ediff.el: Move provide to the end.
4620 Break recursive load cycle in eval-when-compile.
4621 (ediff-patch-buffer): Better heuristics.
4622
4623 * ediff-util.el: Move provide to the end.
4624 Break recursive load cycle in eval-when-compile.
4625 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
4626 defuns.
4627 (ediff-submit-report): Pass the values of ediff-diff3-program,
4628 ediff-diff3-options.
4629
4630 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
4631
4632 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
4633 the opening bracket of the following bracketing pairs: {}, [], (), <>,
4634 `' (for example, in the docstring of `windmove-default-keybindings').
4635
4636 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
4637
4638 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
4639 shadow face. Don't provide binding to edit variable when it is
4640 out of scope.
4641
4642 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
4643 (gdb-var-update-handler): Detect out of scope variables with pre
4644 GDB 6.4 too.
4645 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
4646 Reset status of variable objects to nil in update handlers.
4647 (gdb-var-update-handler-1): Detect when a variable object comes
4648 in scope. setcar on var changes gdb-var-list directly.
4649
4650 2006-02-17 Juri Linkov <juri@jurta.org>
4651
4652 * ffap.el (ffap) <defface>: Add explicit face declaration.
4653 (ffap-highlight): Use face `ffap' directly instead of checking
4654 for its existence.
4655
4656 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
4657 `visible-ok' of `other-buffer' to find the right original buffer.
4658
4659 * info.el (Info-search): Skip `Local Variables' node.
4660
4661 2006-02-17 Juri Linkov <juri@jurta.org>
4662
4663 * info.el (Info-find-file): Check for symbols `apropos', `history',
4664 `toc' in the input filename, and return these symbols as is.
4665 (Info-find-node-2): Set Info-current-file to symbols `apropos',
4666 `history', `toc' instead of strings.
4667 (Info-set-mode-line): For non-string Info-current-file use the
4668 symbol's name inside **.
4669 (Info-isearch-push-state): Add quote before Info-current-file and
4670 Info-current-node.
4671 (Info-isearch-pop-state): Use `equal' instead of `string='.
4672 (Info-extract-pointer, Info-following-node-name): Use
4673 `match-string-no-properties' instead of `match-string'.
4674 (Info-up): Check `old-file' for `stringp'.
4675 (Info-history): Use `equal' instead of `string-equal'.
4676 Check `file' for `stringp'.
4677 (Info-history): Use symbol `history' instead of string as first arg
4678 of `Info-find-node'.
4679 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
4680 `toc' instead of string.
4681 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
4682 instead of `buffer-substring', and `match-string-no-properties'
4683 instead of `match-string'.
4684 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
4685 instead of strings.
4686 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
4687 Use symbol `apropos' instead of string.
4688 (Info-copy-current-node-name): Check `Info-current-file' for
4689 `stringp' and construct a command with `Info-find-node' from it.
4690 (Info-fontify-node): Use `match-string-no-properties' instead of
4691 `match-string' and check file names for `stringp'.
4692 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
4693 `history', `toc' instead of strings.
4694
4695 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
4696
4697 * files.el: Rearrange functions and variables in the file local
4698 variables section.
4699
4700 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
4701
4702 * files.el: Add truncate-lines, ispell-check-comments and
4703 ispell-local-dictionary as safe local variables.
4704
4705 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
4706
4707 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
4708 out of scope variables.
4709 (gud-speedbar-buttons): Use unless.
4710
4711 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
4712 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
4713 (gdb-show-changed-values): Also use for out of scope variables.
4714 (gdb-var-update-handler-1): Note if variable goes out of scope.
4715
4716 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
4717
4718 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
4719 default to global variable values for unsupplied args.
4720 (rcirc-get-buffer-create): Fix bug with setting the target.
4721 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
4722 test for rcirc-always-use-server-buffer-flag here.
4723 (rcirc-response-formats): Add %N, which is a facified nick. %n
4724 uses the default face. Change the ACTION format string. If the
4725 "nick" is the server, don't print anything for that field.
4726 Comment fixes.
4727 (rcirc-target-buffer): Don't test
4728 rcirc-always-use-server-buffer-flag here.
4729 (rcirc-print): Squeeze extra spaces out of the text before message.
4730 (rcirc-put-nick-channel): Strip potential "@" char from nick
4731 before adding them to nick table.
4732 (rcirc-url-regexp): Improve to match address like "foo.com".
4733
4734 2006-02-17 Eli Zaretskii <eliz@gnu.org>
4735
4736 * allout.el (allout-hidden-p): Move this defsubst before
4737 allout-overlay-interior-modification-handler, where it is first
4738 used.
4739
4740 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
4741
4742 * allout.el: Use allout invisible-text overlays instead of
4743 selective display for concealed text. Also, lots of general
4744 cleanup, and improved compatibility code.
4745
4746 (allout-version) Incremented, corrected, revised, and refined
4747 module commentary.
4748
4749 (provide 'allout): Moved to the bottom, added a require of overlay.
4750
4751 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
4752 `except-current'.
4753 (allout-write-file-hook-handler): Minimize delay.
4754 (count-trailing-whitespace-region): New function so
4755 auto-encryption of current topic can resituate cursor exactly.
4756 PGP/GPG encryption trims trailing whitespace from lines, which
4757 must be accounted for across encryption then decryption.
4758
4759 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
4760 just plain "\C-c", to avoid intruding on user's keybinding space.
4761
4762 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
4763 parameter, so user request to provide a new password is done.
4764
4765 (allout-outside-normal-auto-fill-function, allout-auto-fill):
4766 Refined mechanism for auto-filling behavior while in allout mode.
4767
4768 (allout-mode): Explicitly specify the mode map in the docstring.
4769 Clarify provision for various write-file hook var names.
4770 Adjusted for invisible-text overlays instead of selective-display.
4771
4772 (allout-depth): Really return 0 if not within any topic. This
4773 rectifies `allout-beginning-of-level' and sequence numbering
4774 errors that occur when cutting and pasting numbered topics.
4775 Changed from a in-line subst to a regular function, as well.
4776
4777 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
4778
4779 (allout-end-of-subtree, allout-end-of-subtree)
4780 (allout-end-of-entry, allout-end-of-current-heading)
4781 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
4782 (allout-show-children, allout-show-to-offshoot)
4783 (allout-hide-current-entry, allout-show-current-entry): Rectified
4784 handling of trailing blank lines between items.
4785
4786 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
4787 (allout-current-depth, allout-unprotected, allout-hidden-p)
4788 (allout-on-current-heading-p, allout-listify-exposed)
4789 (allout-chart-subtree, allout-goto-prefix)
4790 (allout-back-to-current-heading, allout-get-body-text)
4791 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
4792 (allout-hide-region-body, allout-toggle-subtree-encryption)
4793 (allout-encrypt-string, allout-encrypted-key-info)
4794 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
4795 (allout-file-vars-section-data): Adjusted for use with
4796 invisible-text overlays instead of selective-display.
4797
4798 (allout-kill-line, allout-kill-topic, allout-yank-processing):
4799 Reworked for use with invisible text overlays.
4800
4801 (allout-current-topic-collapsed-p): New function.
4802
4803 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
4804 to know when to close the containing topic.
4805
4806 (allout-pre-command-business, allout-post-command-business):
4807 Simplify undo-batching and dynamic isearch exposure.
4808
4809 (allout-set-overlay-category): New for invisible-text overlays.
4810 Sets properties of allout-overlay-category, used by
4811 allout-flag-region to set invisible-text overlay properties.
4812 (allout-get-invisibility-overlay): Get the first qualifying
4813 invisibility overlay, so we can find the extent of it.
4814 (allout-back-to-visible-text): Get to just before the beginnining
4815 of the current invisibility overlay, if any.
4816
4817 (allout-overlay-insert-in-front-handler)
4818 (allout-overlay-interior-modification-handler)
4819 (allout-before-change-handler, allout-isearch-end-handler): New
4820 functions to handle extraordinary actions affecting concealed
4821 text.
4822
4823 (allout-flag-region): Use overlays instead of selective-display
4824 for invisible text - by inheritence from the properties of
4825 allout-overlay-category in mainline Emacs, and applied
4826 property-by-property in XEmacs, some recent versions of which
4827 don't inherit the properties from the category. Provisions to
4828 respond to concealed-text edits simplified drastically.
4829
4830 (allout-isearch-rectification, allout-isearch-was-font-lock)
4831 (allout-isearch-expose, allout-enwrap-isearch)
4832 (allout-isearch-abort, allout-pre-was-isearching)
4833 (allout-isearch-prior-pos, allout-isearch-did-quit)
4834 (allout-isearch-dynamic-expose)
4835 (allout-hide-current-entry-completely): Functions deleted.
4836
4837 (allout-undo-aggregation): Explicit undo aggregation no longer
4838 necessary due to transition away from selective-display.
4839
4840 (set-allout-regexp, allout-up-current-level)
4841 (allout-next-visible-heading, allout-forward-current-level)
4842 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
4843 (allout-kill-line, allout-yank-processing, allout-show-children)
4844 (allout-expose-topic, allout-old-expose-topic)
4845 (allout-listify-exposed, allout-insert-latex-header)
4846 (allout-toggle-subtree-encryption, allout-encrypt-string)
4847 (remove-from-invisibility-spec, allout-hide-current-subtree):
4848 Ditched unused variables.
4849
4850 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
4851
4852 * textmodes/ispell.el (ispell-change-dictionary): Call
4853 ispell-buffer-local-dict instead of
4854 ispell-accept-buffer-local-defs.
4855 (ispell-local-dictionary-alist): Accept as valid any coding-system
4856 supported by Emacs.
4857 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
4858 changed to iso-8859-3.
4859
4860 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
4861
4862 * speedbar.el (speedbar-frame-width): Make an inline function
4863 instead of a macro. Use frame-width.
4864 (speedbar-try-completion, speedbar-update-contents)
4865 (speedbar-timer-fn): Use consp.
4866 (speedbar-update-localized-contents): Try to preserve point.
4867
4868 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
4869 (menu): Re-order menu items.
4870 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
4871 field.
4872 (gdb-var-update-handler-1): Use it for GDB 6.4+.
4873 (gdb-post-prompt): Speed things by not forcing update.
4874
4875 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
4876
4877 * wid-edit.el (widget-button-click): For mouse-1, cancel button
4878 press and perform default action if we get a mouse movement event.
4879
4880 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
4881
4882 * calendar/icalendar.el (icalendar--get-event-property)
4883 (icalendar--get-event-property-attributes): Fix typos in
4884 docstrings.
4885
4886 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
4887 docstring.
4888
4889 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
4890
4891 * bs.el (bs-mode): Use `buffer-disable-undo'.
4892 (bs--get-file-name): Simplify.
4893 (bs-show-in-buffer): Mark the buffer as not modified.
4894
4895 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4896
4897 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
4898 widget-button-click.
4899
4900 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
4901 (custom-mode): Update docstring.
4902
4903 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
4904 binding.
4905
4906 * files.el (hack-local-variables-confirm): Allow scrolling if the
4907 file variable list is too long. Kill temp buffer after use.
4908
4909 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
4910
4911 * progmodes/gud.el (gdb): Improve doc string.
4912 (gdb-script-font-lock-keywords): Expand allowed character set.
4913
4914 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
4915 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
4916 (gdb-separate-io-interrupt, gdb-separate-io-quit)
4917 (gdb-separate-io-stop, gdb-separate-io-eof):
4918 Rename from gdb-inferior-* to gdb-separate-*.
4919 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
4920
4921 2006-02-14 Jay Belanger <belanger@truman.edu>
4922
4923 * calc/calc-arith.el (math-check-known-scalarp): Make sure
4924 expression is a symbol before checking that it is bound.
4925
4926 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
4927 test to see if equation can be solved.
4928
4929 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4930
4931 * wid-edit.el (widget-button-click): Use :pressed-face property
4932 for overlay face, if it exists.
4933
4934 * cus-edit.el (custom-manual, custom-add-see-also)
4935 (custom-add-parent-links, custom-group-link): Add :pressed-face
4936 property to links.
4937
4938 * files.el (hack-local-variables): Remove ignored variables before
4939 checking if any variables need setting.
4940
4941 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4942
4943 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
4944
4945 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
4946
4947 * help.el (where-is): Fix message for remapped commands.
4948
4949 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
4950 Fix typos in docstrings.
4951
4952 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
4953
4954 * files.el (safe-local-variable-values): New option.
4955 (hack-local-variables-prop-line): Return a list of variable-value
4956 pairs if MODE-ONLY is non-nil.
4957 (hack-local-variables): Construct list of variable-value pairs,
4958 and apply or reject them in one go. Ask for confirmation if
4959 variables are not known safe.
4960 (hack-local-variables-confirm): Complete rewrite. Support
4961 `safe-local-variable-values'.
4962 (enable-local-variables): Update docstring to reflect new
4963 behavior.
4964 (ignored-local-variables): Ignore ignored-local-variables and
4965 safe-local-variable-values.
4966 (safe-local-variable-p): New function.
4967 (risky-local-variable-p): `safe-local-variable' property check
4968 moved to safe-local-variable-p.
4969 (hack-one-local-variable): Checks moved to hack-local-variables.
4970
4971 (byte-compile-dynamic, c-basic-offset, c-file-style)
4972 (c-indent-level, comment-column, fill-column, fill-prefix)
4973 (indent-tabs-mode, kept-new-versions, no-byte-compile)
4974 (no-update-autoloads, outline-regexp, page-delimiter)
4975 (paragraph-start, paragraph-separate, sentence-end)
4976 (sentence-end-double-space tab-width, version-control):
4977 Add `safe-local-variable' property.
4978
4979 * find-lisp.el: Delete nonexistent `autocompile' file variable.
4980
4981 * icomplete.el, play/landmark.el: Change nonexistent
4982 `outline-layout' file variable to `allout-layout'.
4983
4984 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
4985
4986 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
4987 (gdb-get-changed-registers): Test value of gud-minor-mode relative
4988 to gud-comint-buffer.
4989 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
4990 gdb-ui.el for gdb-mi.el.
4991 (gdb-post-prompt, gdb-get-changed-registers): Move test for
4992 registers buffer to gdb-get-changed-registers.
4993 (gdb-breakpoint-regexp): New regexp. Allow toggling and
4994 deletion of catchpoints (throw and catch).
4995 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4996 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
4997 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
4998 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
4999 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5000
5001 2006-02-13 Jay Belanger <belanger@truman.edu>
5002
5003 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5004 expression is a symbol before checking that it is bound.
5005
5006 2006-02-13 Richard M. Stallman <rms@gnu.org>
5007
5008 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5009 for the minibuffer too, but not if resize-mini-windows will interfere.
5010
5011 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5012 inside `interactive' spec.
5013 (describe-key-briefly-internal, describe-key-internal):
5014 Functions merged back into their callers.
5015
5016 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5017
5018 * info.el (info-xref-visited): Inherit from info-xref too.
5019 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5020 when propertizing Info-current-file and Info-current-node.
5021
5022 2006-02-13 Juri Linkov <juri@jurta.org>
5023
5024 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5025 (tumme-thumb-name): Fix per-directory format.
5026
5027 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5028
5029 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5030
5031 2006-02-12 Miles Bader <miles@gnu.org>
5032
5033 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5034
5035 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5036
5037 * tumme.el: Remove history section. If someone needs the it, it
5038 can always be found in CVS.
5039
5040 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5041
5042 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5043 about the Thumbnail Managing Standard option.
5044
5045 2006-02-12 Richard M. Stallman <rms@gnu.org>
5046
5047 * subr.el (substitute-key-definition): Doc fix.
5048
5049 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5050
5051 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5052
5053 * info.el (Info-mode): Doc fix.
5054
5055 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5056
5057 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5058
5059 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5060 because on Solaris a POSIX compatible "id" is needed. Reported by
5061 Magnus Henoch <mange@freemail.hu>.
5062
5063 2006-02-12 Juri Linkov <juri@jurta.org>
5064
5065 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5066 (tumme) <defgroup>: Change :group to `multimedia'.
5067 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5068 Managing Standard.
5069 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5070 Fix dostring.
5071 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5072 and %y. Fix docstring.
5073 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5074 (tumme-cmd-create-standard-thumbnail-command): New user options.
5075 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5076 is `standard'. Fix docstring.
5077 (tumme-thumb-width, tumme-thumb-height): New user options.
5078 (tumme-external-viewer): Try to find various viewers.
5079 (tumme-get-thumbnail-image): Use `create-image' instead of
5080 constructing the `image' structure.
5081 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5082 `standard'.
5083 (tumme-thumb-name): Add file name generation for standard storage.
5084 Simplify code for other storages.
5085 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5086 Add modification time %m and thumbnail-nq8 %q.
5087 Use `tumme-cmd-create-standard-thumbnail-command' if
5088 tumme-thumbnail-storage is `standard'.
5089 (tumme-dired-insert-marked-thumbs): New autoload command.
5090 (tumme-dired-after-readin-hook): New function.
5091 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5092 `tumme-thumb-size'.
5093 (tumme-display-image): Replace size-x %x and size-y %y with
5094 width %w and height %h.
5095
5096 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5097 `tumme-dired-insert-marked-thumbs'.
5098
5099 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5100
5101 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5102 include path).
5103 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5104 matching tag.
5105
5106 2006-02-12 Miles Bader <miles@gnu.org>
5107
5108 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5109 New variables.
5110 (rcirc-abbrev-nick): New function.
5111 (rcirc-format-response-string): Rewrite to use the formats in
5112 `rcirc-response-formats' and expand escape sequences therein.
5113 A text-property `rcirc-text' is added over the actual response
5114 text to make easy to find inside the returned string.
5115 (rcirc-print): When filling, just look for the `rcirc-text'
5116 text-property to find the appropriate fill prefix, instead of
5117 using hardwired patterns.
5118
5119 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5120
5121 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5122 Managing Standard.
5123
5124 2006-02-11 Kim F. Storm <storm@cua.dk>
5125
5126 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5127 Don't use insert-buffer; do insert-buffer-substring directly.
5128 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5129
5130 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5131
5132 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5133 with inhibit-read-only. Suggested by Stefan Monnier.
5134 (revert-buffer): Let insert-file-contents discard
5135 buffer-undo-list. Simplify code.
5136 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5137
5138 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5139
5140 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5141
5142 * help.el (describe-key-briefly): Now a wrapper for
5143 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5144 to t. Populate yank-menu if empty.
5145 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5146 (describe-key): Now a wrapper for describe-key-internal. Bind
5147 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5148 (describe-key-internal): Renamed from describe-key.
5149
5150 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5151
5152 * progmodes/glasses.el (glasses-separator): Doc fix.
5153 (glasses-original-separator): New defcustom.
5154 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5155
5156 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5157
5158 * mwheel.el (mouse-wheel-up-event): Doc fix.
5159
5160 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5161
5162 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5163 (tumme-dir): New function. Copied from thumbs.el.
5164
5165 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5166
5167 * desktop.el (desktop-outvar): Fix typo.
5168 (desktop-save-buffer-p): Doc fix.
5169
5170 * subr.el (substitute-key-definition): Fix typo.
5171
5172 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5173
5174 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5175 when window-system is mac.
5176
5177 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5178
5179 2006-02-10 Kim F. Storm <storm@cua.dk>
5180
5181 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5182 indirect-function instead of using condition-case.
5183
5184 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5185
5186 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5187 less `colloquial'...
5188
5189 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5190
5191 * tumme.el: Add a couple of todo items.
5192
5193 2006-02-09 Lars Hansen <larsh@soem.dk>
5194
5195 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5196 (highlight-changes-mode): Don't change desktop-locals-to-save.
5197
5198 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5199
5200 * image-mode.el (image-toggle-display): Clear image cache if using
5201 filename.
5202
5203 2006-02-09 Masatake YAMATO <jet@gyve.org>
5204
5205 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5206 a `dired-man' target.
5207
5208 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5209 boundary of symbols.
5210
5211 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5212
5213 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5214
5215 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5216
5217 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5218 `mapcar'; return nil.
5219
5220 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5221
5222 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5223 some other event.
5224
5225 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5226
5227 * net/rcirc.el (rcirc-startup-channels-alist):
5228 Add irc.freenode.net and #emacs as defaults.
5229 (rcirc-ignore-all-activity-flag): Remove variable.
5230 (rcirc-authinfo): New variable.
5231 (rcirc-authinfo-filename): Remove variable.
5232 (rcirc-always-use-server-buffer-flag): New flag.
5233 (rcirc): M-x rcirc will automatically connect without prompting.
5234 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5235 connection in lisp.
5236 (rcirc-process-server-response-1): Remove everything but the nick
5237 portion of the sender so it doesn't need to be done everywhere
5238 else. Update related code.
5239 (global-map): Remove global keybindings.
5240 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5241 (rcirc-send-input): Split into several functions.
5242 (rcirc-process-input-line, rcirc-process-message)
5243 (rcirc-process-command): New functions.
5244 (rcirc-target-buffer): New function to determine where to route
5245 messages.
5246 (rcirc-user-nick): Save match data.
5247 (rcirc-toggle-ignore-buffer-activity)
5248 (rcirc-update-activity-string): Remove global ignore functionality,
5249 which can be done now by toggling rcirc-track-minor-mode.
5250 (rcirc-track-minor-mode-map): New keymap.
5251 (rcirc-track-minor-mode): New minor-mode.
5252 (ignore): Make the ignore output nicer. Always print it when
5253 adding or removing nicks.
5254 (rcirc-url-regexp): Improve.
5255 (rcirc-mangle-text): Remove properties before using text in the
5256 modeline.
5257 (rcirc-authenticate): Authentication data comes from
5258 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5259 (rcirc-server-prefix): Inherit from rcirc-server.
5260
5261 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5262
5263 * Makefile.in (compile): Append "|| true" to the end of the `find'
5264 command, like compile-always does.
5265
5266 2006-02-08 Sam Steingold <sds@gnu.org>
5267
5268 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5269 output from a dead connection.
5270
5271 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5272
5273 * dired.el (dired-mode-map): Add more bindings for tumme.
5274
5275 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5276
5277 * wdired.el (wdired-mode-map): Use remap.
5278 (wdired-get-filename): Massage.
5279 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5280 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5281 `keymap' property rather than `local-map'.
5282
5283 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5284
5285 * tumme.el (tumme-get-thumbnail-image): New utility function.
5286 Suggested by from Chong Yidong.
5287 (tumme-dired-with-window-configuration): Rename from
5288 `tumme-dired'. Add code to save window configuration.
5289 (tumme-restore-window-configuration): New command to restore the
5290 window configuration that `tumme-dired-with-window-configuration'
5291 saves before it changes the window configuration.
5292 (tumme-show-all-from-dir): New command to display thumbnails for
5293 all files in a directory entered by the user, like M-x thumbs.
5294 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5295 have been created.
5296 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5297 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5298 Remove obsolete test function.
5299
5300 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5301
5302 * vc.el (small-temporary-file-directory): Remove defvar; there's
5303 a defcustom for it in files.el.
5304
5305 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5306 Fix typo in message.
5307 (tumme-gallery-generate): Fix typo in `error' message.
5308 (tumme-display-window-height-correction)
5309 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5310 (tumme-line-up-interactive): Dox fixes.
5311 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5312 (tumme-restore-window-configuration, tumme-format-properties-string)
5313 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5314 Fix typos in docstrings.
5315
5316 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5317
5318 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5319
5320 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5321
5322 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5323 User should use hook if desired.
5324
5325 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5326 buffer if necessary.
5327 (gdb-delete-frame-or-window): New function.
5328 (gdb-breakpoints-mode-map): Bind "q" to it.
5329
5330 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5331
5332 * textmodes/nroff-mode.el: Clean up name space.
5333 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5334 (nroff-mode): Obey the global setting of nroff-electric-mode.
5335 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5336
5337 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5338
5339 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5340
5341 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5342
5343 2006-02-06 Lars Hansen <larsh@soem.dk>
5344
5345 * generic-x.el (etc-fstab-generic-mode): Add file system types
5346 cifs and usbdevfs. Allow special chars in file names.
5347
5348 2006-02-05 Jay Belanger <belanger@truman.edu>
5349
5350 Update copyright notices of the files in lisp/calc.
5351
5352 2006-02-05 Romain Francoise <romain@orebokech.com>
5353
5354 Update copyright notices of all files in the lisp/play directory.
5355
5356 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5357
5358 * ldefs-boot.el: Regenerate.
5359
5360 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5361
5362 2006-02-05 Kim F. Storm <storm@cua.dk>
5363
5364 * files.el (magic-mode-regexp-match-limit): New defvar.
5365 (set-auto-mode): Use it to limit magic-mode-alist matching.
5366
5367 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
5368
5369 * simple.el (display-message-or-buffer): Compare the number of
5370 characters to the frame width when determining whether a 1-line
5371 message string will fit in the echo area. Count screen lines
5372 instead of buffer lines when determining whether a multi-line
5373 message will fit in the echo area/minibuffer window.
5374
5375 2006-02-04 Eli Zaretskii <eliz@gnu.org>
5376
5377 * info.el (Info-index, Info-mode): Improve the description of the
5378 `i' command.
5379
5380 * ldefs-boot.el: Regenerate.
5381
5382 2006-02-03 Werner Lemberg <wl@gnu.org>
5383
5384 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
5385 greedy to find the closing bracket in \*[...] and similar
5386 expressions. This is a first rough fix -- many additional
5387 refinements are necessary to make nroff mode really usable with groff.
5388
5389 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
5390
5391 * international/mule-cmds.el (set-locale-environment):
5392 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
5393 libX11.
5394
5395 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
5396
5397 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
5398 archive are created in archive-tmpdir.
5399
5400 2006-02-02 John Paul Wallington <jpw@pobox.com>
5401
5402 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
5403 (ibuffer-fontification-alist): Use it.
5404 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
5405 to "* z" and the Ibuffer Mark menu.
5406
5407 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
5408
5409 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
5410
5411 * textmodes/table.el (*table--cell-describe-mode)
5412 (*table--cell-describe-bindings): Undo last change since
5413 print-help-return-message is not obsoleted by anything at all.
5414
5415 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
5416
5417 * emulation/cua-base.el (cua-mode): Doc fix.
5418
5419 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
5420
5421 * dframe.el (dframe-handle-make-frame-visible)
5422 (dframe-handle-iconify-frame, dframe-get-focus)
5423 (dframe-select-attached-frame, dframe-power-click)
5424 (dframe-frame-mode): Fix typos in docstrings.
5425
5426 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
5427 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
5428 Fix typos in docstrings.
5429
5430 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
5431 (hi-lock-face-buffer, hi-lock-font-lock-hook)
5432 (hi-lock-archaic-interface-message-used)
5433 (hi-lock-file-patterns-range): Fix typos in docstrings.
5434
5435 * savehist.el (savehist-loaded, savehist-load, savehist-install)
5436 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
5437
5438 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
5439 Fix typo in docstring.
5440
5441 * net/newsticker.el (newsticker--decode-iso8601-date)
5442 (newsticker--set-customvar, newsticker--buffer-insert-item)
5443 (newsticker--do-run-auto-mark-filter)
5444 (newsticker--parse-generic-feed): Doc fixes.
5445 (newsticker--retrieval-timer-list, newsticker-url-list)
5446 (newsticker-hide-immortal-items-in-echo-area)
5447 (newsticker-hide-obsolete-items-in-echo-area)
5448 (newsticker-new-item-face, newsticker--enclosure)
5449 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
5450 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
5451 (newsticker--parse-generic-feed, newsticker--cache-contains)
5452 (newsticker--stat-num-items, newsticker-download-enclosures):
5453 Fix typos in docstrings.
5454
5455 * net/rcirc.el (rcirc-debug): Doc fix.
5456 (rcirc-fill-column, rcirc-receive-message-hooks)
5457 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
5458 (rcirc-mode, rcirc-generate-new-buffer-name)
5459 (rcirc-startup-channels, rcirc-ignore-update-automatic)
5460 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
5461 Fix typos in docstrings.
5462 (rcirc-print): "?\ " -> "?\s".
5463 (rcirc-cmd-join): Improve argument/docstring consistency.
5464
5465 2006-02-01 Mark A. Hershberger <mah@everybody.org>
5466
5467 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
5468 before narrow-to-region.
5469
5470 2006-02-01 Richard M. Stallman <rms@gnu.org>
5471
5472 * simple.el (move-beginning-of-line): Scan properly for invis change.
5473
5474 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
5475
5476 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
5477
5478 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
5479 change bit only when id-format is 'integer. Reported by Matt
5480 Hodges <M.P.Hodges@rl.ac.uk>.
5481
5482 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
5483
5484 * hilit-chg.el (highlight-changes-initial-state)
5485 (highlight-changes-global-initial-state): Doc fixes.
5486 (highlight-changes-global-modes, global-highlight-changes):
5487 Fix typos in docstrings.
5488
5489 2006-02-01 Kim F. Storm <storm@cua.dk>
5490
5491 * emulation/cua-base.el (cua-mode): Mention that CUA enables
5492 transient-mark-mode in doc string.
5493
5494 2006-01-31 Richard M. Stallman <rms@gnu.org>
5495
5496 * replace.el (multi-occur): Doc fix.
5497 (multi-occur-in-matching-buffers): Rename from
5498 multi-occur-by-filename-regexp. Prefix arg says match
5499 buffer names instead of file names.
5500
5501 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
5502
5503 * bs.el: Allow non-default values of `bs-header-lines-length'.
5504 (bs--running-in-xemacs): Remove (not needed anymore).
5505 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
5506 instead of `shrink-window', thus avoiding having to compute the
5507 height of the window.
5508 (bs--up): Wrap around even when there's no header.
5509 (bs--down): Use `forward-line' instead of `next-line'.
5510
5511 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
5512
5513 * image-mode.el (image-toggle-display): Use file name if possible,
5514 instead of unnecessarily allocating a (possibly huge) lisp string.
5515
5516 2006-01-30 John Paul Wallington <jpw@pobox.com>
5517
5518 * subr.el (toplevel): Define `cl-assertion-failed' condition here
5519 because the `assert' macro signals it at runtime.
5520
5521 * emacs-lisp/cl.el (toplevel): Remove definition of
5522 `cl-assertion-failed' condition.
5523
5524 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
5525
5526 * thumbs.el (thumbs-marked-list): Make buffer-local and
5527 permanent-local.
5528 (thumbs-insert-thumb): Make help-echo non-sticky.
5529 (thumbs-file-alist): Use eolp as check for (non)-image.
5530
5531 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
5532
5533 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
5534 (ediff-before-session-group-setup-hooks)
5535 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
5536 Fix typos in docstrings.
5537
5538 * window.el (bw-dir, bw-eqdir, balance-windows)
5539 (split-window-keep-point): Fix typos in docstrings.
5540
5541 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
5542 (org-quote-string, org-calendar-to-agenda-key)
5543 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
5544 (org-show-following-heading, org-tags-column)
5545 (org-use-tag-inheritance, org, org-allow-space-in-links)
5546 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
5547 (org-enable-table-editor, org-calc-default-modes)
5548 (org-table-allow-automatic-line-recalculation)
5549 (org-export-html-style, org-export-with-fixed-width)
5550 (org-export-with-sub-superscripts, org-special-keyword)
5551 (org-formula, org-time-grid, org-table-may-need-update)
5552 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
5553 (org-goto-quit, org-get-indentation, org-end-of-item)
5554 (org-move-item-down, org-move-item-up)
5555 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
5556 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
5557 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
5558 (org-agenda-log-mode, org-agenda-toggle-diary)
5559 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
5560 (org-agenda-file-to-end, org-agenda-no-heading-message)
5561 (org-agenda-get-closed, org-format-agenda-item)
5562 (org-cmp-priority, org-cmp-category, org-cmp-time)
5563 (org-agenda-change-all-lines, org-agenda-diary-entry)
5564 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
5565 (org-link-search, org-camel-to-words, org-open-file)
5566 (org-remember-handler, org-table-convert-region)
5567 (org-table-move-row-down, org-table-move-row-up)
5568 (org-table-copy-region, org-table-wrap-region)
5569 (org-table-toggle-vline-visibility)
5570 (org-table-get-vertical-vector, org-table-modify-formulas)
5571 (org-table-get-specials, org-recalc-commands)
5572 (org-table-rotate-recalc-marks, org-table-eval-formula)
5573 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
5574 (org-level-color-stars-only, org-insert-heading):
5575 Fix typos in docstrings.
5576 (last-arg): Add defvar.
5577
5578 * makefile.w32-in (WINS): Add erc.
5579 (MH_E_SRC): Update (copied from lisp/Makefile.in).
5580
5581 2006-01-29 Bill Wohler <wohler@newt.com>
5582
5583 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
5584 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
5585 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
5586 (mh-autoloads): Don't use comments on otherwise empty lines.
5587
5588 2006-01-29 Edward O'Connor <ted@oconnor.cx>
5589
5590 * emulation/viper.el (viper-major-mode-modifier-list): Add
5591 insert-state and vi-state entries for erc-mode.
5592 (viper-go-away, viper-set-hooks): Add and remove
5593 viper-comint-mode-hook from erc-mode-hook as appropriate.
5594
5595 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
5596
5597 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
5598
5599 * bs.el (bs--format-aux): Implement `middle' alignment as
5600 described in the docstring for `bs-attributes-list'.
5601 (bs--get-name): Simplify. Don't pad the buffer name.
5602
5603 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
5604
5605 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
5606 English aspell dictionary is installed, use the first entry of
5607 ispell-dictionary-alist-1.
5608
5609 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
5610
5611 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
5612 Doc fix.
5613
5614 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
5615
5616 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
5617 for `process-file', in order to let it work for older Emacsen too.
5618
5619 2006-01-27 Eli Zaretskii <eliz@gnu.org>
5620
5621 * international/latexenc.el: Add a suitable `coding:' tag.
5622 (latexenc-find-file-coding-system): Undo last change.
5623
5624 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5625
5626 * international/latexenc.el (latexenc-find-file-coding-system):
5627 Make sure latexenc-main-file is a regular file and is readable.
5628
5629 2006-01-27 Andre Spiegel <spiegel@gnu.org>
5630
5631 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
5632 Pass FILE to vc-user-login-name.
5633
5634 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
5635
5636 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
5637
5638 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
5639 there are no more images to display.
5640 (thumbs-mark, thumbs-unmark): Revert change so that they move to
5641 the next image.
5642
5643 2006-01-26 Richard M. Stallman <rms@gnu.org>
5644
5645 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
5646
5647 * wid-edit.el (advertised-widget-backward): New alias.
5648 (widget-keymap): Use advertised-widget-backward for S-TAB.
5649
5650 * tumme.el: Correct the keywords.
5651 (tumme-dir-max-size): Use defvar.
5652 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
5653
5654 * simple.el (move-beginning-of-line): Take account of fields.
5655 (clone-indirect-buffer-other-window): Take args like
5656 clone-indirect-buffer, and work like it.
5657
5658 * help-fns.el (describe-function): Don't pass `nil' as default.
5659
5660 * files.el (risky-local-variable-p): Follow var aliases.
5661
5662 * subr.el (lazy-completion-table): Doc fix.
5663
5664 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
5665 global binding of `line'.
5666
5667 2006-01-25 Andre Spiegel <spiegel@gnu.org>
5668
5669 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
5670 Tramp.
5671
5672 * vc.el (vc-default-dired-state-info): Pass FILE to
5673 vc-user-login-name.
5674 (vc-default-update-changelog): Don't use vc-user-login-name, we
5675 don't need it here.
5676
5677 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
5678 no longer necessary.
5679
5680 2006-01-25 Kenichi Handa <handa@m17n.org>
5681
5682 * international/mule.el (decode-char): Avoid the overhead of
5683 calling utf-lookup-subst-table-for-decode if
5684 utf-translate-cjk-mode is nil.
5685 (encode-char): Avoid the overhead of calling
5686 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
5687 nil.
5688
5689 2006-01-22 Kenichi Handa <handa@m17n.org>
5690
5691 * international/mule.el (make-subsidiary-coding-system): Reset
5692 `coding-system-define-form' property of subsidiaries to nil.
5693 Avoid duplicated entry in coding-system-alist.
5694 (make-coding-system): Avoid duplicated entry in
5695 coding-system-alist.
5696 (define-coding-system-alias): Likewise.
5697
5698 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
5699
5700 * completion.el: Minor fixes in introductory comment.
5701 (completion-def-wrapper): Fix alist.
5702
5703 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
5704
5705 * thumbs.el (thumbs-new-image-size): New function.
5706 (thumbs-increment-image-size-element)
5707 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
5708 (thumbs-decrement-image-size): Delete.
5709 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
5710 temp files and use to resize.
5711 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
5712 Use increment argument to enlarge/shrink. Preserve point.
5713 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
5714 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
5715 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
5716 (thumbs-mark, thumbs-unmark): Preserve point.
5717 (thumbs-modify-image): Keep old temp files and use to modify.
5718 Cleanup old temp files at load time. Preserve point.
5719 (thumbs-view-image-mode-map): Use new command names.
5720
5721 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
5722
5723 * log-view.el (log-view-minor-wrap): First rev is the one at point.
5724
5725 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
5726 the nastiest part of the cyclic dependency.
5727 (cal-menu-update): Use dotimes and calendar-increment-month.
5728
5729 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
5730 (calendar-week-start-day): Add an :initializer.
5731 (calendar-mode-map): Use suppress-keymap, and command remapping.
5732 (describe-calendar-mode): Setup xref-stack info for the back button.
5733 (calendar-star-date): Insert before delete.
5734 (calendar-set-mode-line): Add file-modified info if applicable.
5735 (calendar-increment-month): New function.
5736
5737 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
5738
5739 * font-lock.el (lisp-font-lock-keywords-2):
5740 Recognize "& keywords" only at word boundaries.
5741
5742 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
5743
5744 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
5745 and permanent-local.
5746 (thumbs-max-image-number): New variable.
5747 (thumbs-do-thumbs-insertion): Use them.
5748 (thumbs-per-line): Change default to 4.
5749 (thumbs-marked-list): Rename from thumbs-markedL.
5750 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
5751 (thumbs-rename-images): Use -list instead of L for internal variables.
5752 (thumbs-call-convert): Use call-process instead of shell-command.
5753 (thumbs-insert-thumb): Add filename as help-echo to each image.
5754 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
5755 Give dir to thumbs-show-thumbs-list.
5756 (thumbs-show-thumbs-list): Set default-directory to that of images.
5757 (thumbs-dired-show): Rename from thumbs-dired-show-all.
5758 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
5759 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
5760 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
5761
5762 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
5763
5764 * ses.el (ses-read-cell): Provide a default value.
5765
5766 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
5767
5768 * term/w32-win.el (image-library-alist): Add additional names for
5769 GIF library.
5770
5771 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5772
5773 * international/latexenc.el (latexenc-find-file-coding-system):
5774 Add file-regular-p check.
5775
5776 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
5777
5778 * simple.el (clone-buffer): Don't show the new buffer in the same
5779 window.
5780
5781 2006-01-23 Juri Linkov <juri@jurta.org>
5782
5783 * faces.el (link, link-visited): New faces based on default values
5784 of `info-xref' and `info-xref-visited'.
5785
5786 * info.el (info-xref): Inherit from `link'.
5787 (info-xref-visited): Inherit from `link-visited'.
5788
5789 * cus-edit.el (custom-buffer-create-internal): Use widget type
5790 `custom-manual' instead of `info-link' and don't set properties
5791 `button-face' and `mouse-face' explicitly.
5792 (custom-browse-group-tag, custom-browse-variable-tag)
5793 (custom-browse-face-tag): Inherit from widget class
5794 `custom-group-link' instead of `push-button'.
5795 (custom-button-unraised): Inherit from `underline' face.
5796 (custom-link): Inherit from `link' face. Fix doc and group.
5797 (custom-add-parent-links, custom-group-value-create): Don't set
5798 properties `button-face' and `mouse-face' explicitly for
5799 `custom-group-link' widget.
5800 (custom-group-link): Add properties `button-face' and `mouse-face'
5801 to widget definition.
5802 (custom-field-keymap): New variable. Put `custom-field-keymap' to
5803 editable-field's :keymap property.
5804 (custom-mode): Fix docstring: substitute keybindings for
5805 `widget-forward' and `widget-backward' from `widget-keymap',
5806 `widget-complete' from `custom-field-keymap', replace old
5807 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
5808
5809 * desktop.el (desktop-load-file): Check for `fboundp' before
5810 calling `symbol-function'.
5811
5812 * simple.el (clone-buffer, clone-indirect-buffer)
5813 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
5814 `read-string'. Fix prompts.
5815
5816 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
5817
5818 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
5819
5820 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
5821
5822 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
5823
5824 * startup.el (inhibit-splash-screen, initial-scratch-message):
5825 Doc fixes.
5826
5827 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
5828
5829 Sync with Tramp 2.0.52.
5830
5831 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
5832 net/tramp-vc.el: Add code for unloading Tramp. See comment before
5833 `tramp-unload-tramp' for checklist.
5834
5835 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
5836 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
5837 (tramp-unload-file-name-handler-alist)
5838 (tramp-unload-tramp): New defuns.
5839 (tramp-advice-PC-expand-many-files): New defadvice.
5840 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
5841 removed.
5842 (tramp-handle-expand-file-name): Remove double slash.
5843 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
5844 It doesn't matter, because it will be converted later on.
5845 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
5846 implementation was just heuristic.
5847 (tramp-post-connection): Set uid and gid properties.
5848 (tramp-convert-file-attributes): Set file's gid change bit.
5849 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
5850 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
5851 in case of su(do)? methods. The home directory of the local user
5852 will be taken else.
5853 (tramp-open-connection-telnet)
5854 (tramp-open-connection-rsh, tramp-open-connection-su)
5855 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
5856 local shell prompt could hurt. Reported by Romain Francoise
5857 <romain@orebokech.com>.
5858 (tramp-let-maybe): Add `edebug-form-spec' property.
5859 (tramp-handle-expand-file-name): Bind `default-directory' locally
5860 to "/" in order to avoid problems with UNC shares or Cygwin
5861 mounts.
5862 (tramp-md5-function): Fix typo in error message.
5863
5864 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
5865
5866 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
5867 for byte-compiler pacification.
5868
5869 2006-01-22 Andre Spiegel <spiegel@gnu.org>
5870
5871 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
5872 ID-FORMAT `string'. This allows us to get rid of
5873 `vc-user-login-name UID'.
5874
5875 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
5876
5877 2006-01-22 John Paul Wallington <jpw@pobox.com>
5878
5879 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
5880
5881 2006-01-21 Martin Rudalics <rudalics@gmx.at>
5882
5883 * emacs-lisp/find-func.el (find-definition-noselect)
5884 (find-variable-noselect): Search variables in C source code too.
5885 (find-function-C-source, find-function-noselect, find-function)
5886 (find-function-other-frame, find-variable-noselect, find-variable)
5887 (find-variable-other-frame, find-variable-at-point):
5888 Fix docstrings.
5889
5890 2006-01-21 Francesco Potorti` <pot@gnu.org>
5891
5892 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
5893
5894 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
5895
5896 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
5897 Default to disabling the "Save affix" question.
5898
5899 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
5900
5901 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
5902 the first arg to run-python.
5903
5904 2006-01-21 Eli Zaretskii <eliz@gnu.org>
5905
5906 * startup.el (command-line-1): Handle --no-desktop if desktop.el
5907 is not loaded.
5908
5909 2006-01-20 Jay Belanger <belanger@truman.edu>
5910
5911 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
5912 limit is 0.
5913
5914 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
5915 the correct variable.
5916
5917 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
5918
5919 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
5920 link. Fixed buggy argument sequence in call to `org-view-tags'.
5921 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5922 (org-prefix-has-tag): New variable.
5923 (org-format-agenda-item): Remove tags from headline if
5924 appropriate.
5925 (org-agenda-remove-tags-when-in-prefix): New option.
5926 (org-get-tags-at): New function.
5927
5928 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
5929
5930 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
5931 (thumbs-find-image): Move image name and number from buffer name
5932 to mode name. Set thumbs-buffer. Preserve point so that large
5933 images remain visible.
5934 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
5935 order.
5936 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
5937 mode name.
5938 (thumbs-next-image, thumbs-previous-image): Make them work.
5939
5940 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
5941
5942 * cus-edit.el (custom-buffer-create-internal): State in the text above
5943 the whole buffer buttons that they do not operate on hidden items.
5944 (custom-face-menu): Use `custom-face-save' instead of
5945 `custom-face-save-command'.
5946 (custom-face-save-command): Make it an alias for `custom-face-save'
5947 and declare it obsolete.
5948 (custom-face-save): Doc fix.
5949
5950 * dired.el (dired-no-confirm): Add quote.
5951 (dired-subdir-alist-pre-R): Add quote in
5952 `make-variable-buffer-local' form and remove unbalanced parenthesis.
5953
5954 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
5955
5956 * textmodes/table.el (table-mode-indicator): Typo in last change.
5957
5958 2006-01-19 Richard M. Stallman <rms@gnu.org>
5959
5960 * outline.el (hide-leaves): Don't call outline-end-of-heading.
5961 Fixes bug reported in Nov 2005.
5962
5963 * isearch.el (isearch-forward): Doc fix.
5964
5965 * dired.el (dired-move-to-filename-regexp): Define as alias.
5966 (dired-no-confirm): Use defcustom.
5967 (dired-subdir-alist-pre-R): Put defvar at top level.
5968
5969 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
5970
5971 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
5972 Mark as risky.
5973
5974 * simple.el (set-mark-command): Doc fix.
5975 (clone-indirect-buffer-other-window):
5976 Read arg like clone-indirect-buffer.
5977 (move-beginning-of-line): Skip invisible newlines.
5978
5979 2006-01-19 Masatake YAMATO <jet@gyve.org>
5980
5981 * progmodes/cpp.el (cpp-edit-load): Make the order of
5982 listed conditions in a base C code buffer and its associate
5983 CPP Edit buffer the same.
5984
5985 2006-01-19 Kenichi Handa <handa@m17n.org>
5986
5987 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
5988 (rmail-mime-feature): Likewise.
5989 (rmail-require-mime-maybe): Use display-warning to show a warning
5990 message.
5991
5992 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
5993 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
5994
5995 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * array.el: Move defvars out of eval-when-compile.
5998 (array-make-template): Replace undeclared global var with a local one.
5999 (array-mode): Inline initialization functions.
6000 (array-init-local-variables, array-init-max-row)
6001 (array-init-max-column, array-init-columns-per-line)
6002 (array-init-field-width, array-init-rows-numbered)
6003 (array-init-line-length, array-init-lines-per-row): Remove.
6004
6005 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6006 (doc-mode-map): Define explicitly.
6007 (doctor-txtype): Use mapc.
6008
6009 * textmodes/table.el: Move defvars out of eval-when-compile.
6010 Remove harmful code meant to avoid byte-compiler warnings.
6011 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6012 specification that checks table-fixed-width-mode directly.
6013 (table-recognize-region, table-recognize-cell):
6014 Use restore-buffer-modified-p.
6015 (table-fixed-width-mode): Remove code that refreshes
6016 table-fixed-mode-indicator.
6017 (*table--cell-describe-bindings, *table--cell-describe-mode):
6018 Avoid obsolete name print-help-return-message.
6019 (table--test-cell-list): Don't use replace-regexp from elisp.
6020 (table--point-entered-cell-function, table--point-left-cell-function):
6021 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6022
6023 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6024 that was after the end of file. Use buffer-file-name variable.
6025 (org-timestamp-change): Use with-current-buffer.
6026 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6027 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6028 `file'.
6029
6030 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6031 (fortran-break-line): Remove unused var `opoint'.
6032 (fortran-abbrev-start): Obey help-event-list.
6033
6034 2006-01-18 Jesper Harder <harder@phys.au.dk>
6035
6036 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6037
6038 2006-01-18 Masatake YAMATO <jet@gyve.org>
6039
6040 * progmodes/make-mode.el (makefile-imake-mode): New mode
6041 derived from makefile-mode.
6042 (makefile-imake-mode-syntax-table): New syntax table
6043 derived from makefile-mode-syntax-table.
6044 (makefile-mode): Write about makefile-imake-mode in doc string.
6045 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6046 (makefile-imake-font-lock-keywords): New font lock keywords.
6047
6048 * files.el (auto-mode-alist): Add Imakefile.
6049
6050 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6051
6052 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6053 loading the file rather than when turning on flyspell-mode.
6054
6055 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6056
6057 * cus-edit.el (customize-rogue): Minor doc fix.
6058
6059 2006-01-17 Juri Linkov <juri@jurta.org>
6060
6061 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6062 instead of the file at the mark as default if the file at the mark
6063 is the same as the file at point or if dired-dwim-target-directory
6064 is not the same as the current directory and the mark is not active.
6065
6066 * log-view.el (log-view-minor-wrap): Use the same logic to get
6067 revisions as `log-view-diff'.
6068
6069 * info.el (Info-revert-find-node): Check for Info-current-file
6070 before preserving new-history.
6071
6072 * man.el (Man-heading-regexp): Add `/'.
6073
6074 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6075 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6076
6077 2006-01-16 Juri Linkov <juri@jurta.org>
6078
6079 * faces.el (mode-line-faces): New defgroup.
6080 (mode-line-highlight): Move definition after new defgroup.
6081 (mode-line, mode-line-inactive, mode-line-highlight):
6082 Replace :group `modeline' with `mode-line-faces'.
6083 (mode-line-buffer-id): New face.
6084 (modeline-buffer-id): New face alias.
6085 (vertical-border): Remove :group `modeline'.
6086
6087 * bindings.el (propertized-buffer-identification): Use face
6088 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6089 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6090 (mode-line-buffer-identification-keymap): For mouse-1 replace
6091 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6092 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6093 mouse-3.
6094
6095 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6096 Buffer-menu-buffer. Doc fix.
6097 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6098 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6099 `Buffer-menu-buffer'.
6100
6101 * info.el (Info-mode-line-node-keymap): New defvar.
6102 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6103 Propertize Info-current-node with `mode-line-buffer-id' and
6104 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6105
6106 * time.el (display-time-mail-face): Replace :group `faces' with
6107 `mode-line-faces'.
6108
6109 2006-01-16 Kenichi Handa <handa@m17n.org>
6110
6111 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6112
6113 * language/european.el (cp1252): New alias for windows-1252.
6114
6115 * international/mule.el (autoload-coding-system): Prepare for EOL
6116 variants.
6117
6118 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6119
6120 * term.el (term-raw-map): Add mapping for insert.
6121 (term-send-insert): New.
6122 (term-mode): Make variables local here instead of doing it in
6123 `term-emulate-terminal'.
6124 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6125 Scroll reverse needs to take into account the scroll region.
6126 Saving and restoring the cursor should save the color attributes too.
6127 (term-reset-terminal): Reset the scroll region.
6128 (term-handle-ansi-escape): Cursor up and down should take into
6129 account the scroll region.
6130 (term-set-scroll-region): Rename from `term-scroll-region'.
6131 Move to 0,0 after setting the region.
6132 (term-handle-scroll): Handle scroll up.
6133 (term-down): Fix off by one error.
6134 (term-delete-lines): Do not delete outside the scroll region.
6135 (term-insert-lines): Take into account the scroll region.
6136
6137 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6138
6139 * textmodes/ispell.el (ispell-internal-change-dictionary)
6140 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6141 (start, end): Move declaration outside of eval-when-compile.
6142
6143 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6144 (flyspell-mode-on): Use it.
6145
6146 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6147 ispell-kill-ispell-hook.
6148
6149 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6150
6151 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6152 (Custom-reset-saved): Do not ask for confirmation in single option
6153 buffers.
6154
6155 2006-01-13 Richard M. Stallman <rms@gnu.org>
6156
6157 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6158
6159 2006-01-13 Romain Francoise <romain@orebokech.com>
6160
6161 * add-log.el (add-change-log-entry, change-log-merge):
6162 Conditionally use `hard-newline'.
6163
6164 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6165
6166 * wid-edit.el (widget-field-end): If the overlay is no longer
6167 associated with a buffer, behave as if the overlay didn't exist.
6168
6169 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6170 Make sure the links use the `custom-link' face.
6171
6172 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6173
6174 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6175 (ld-script-mode): Don't set indent-line-function since we don't
6176 have one.
6177
6178 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6179
6180 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6181 application.
6182 (org-file-apps-defaults-gnu): Use mailcap as the default for
6183 selecting an application on a UNIX system.
6184 (org-agenda-show-tags): New command.
6185 (org-table-insert-hline): Keep cursor in current table line.
6186 (org-table-convert): Offset effect of modifying
6187 `org-table-insert-hline'.
6188 (org-format-agenda-item): New optional argument TAG.
6189 (org-compile-prefix-format): Handle %T format for the tag.
6190 (org-expand-wide-chars): New function.
6191 (org-table-insert-row, org-table-insert-hline):
6192 Use `org-expand-wide-chars'.
6193 (org-open-file): Fix bug in program launch.
6194 (org-get-time-of-day): Fix bug with times before 1am.
6195 (org-agenda-menu): Add tags commands.
6196
6197 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6198
6199 * textmodes/ispell.el (ispell-init-process): Include the used
6200 dictionary in ispell process start message.
6201 (ispell-internal-change-dictionary): When flyspell-mode is active
6202 and dictionary is changed, make sure ispell process is restarted
6203 and flyspell word cache cleared out for the current buffer.
6204 (ispell-change-dictionary): Make sure flyspell word cache is
6205 cleared out in all buffers with active flyspell mode when
6206 dictionary is globally changed.
6207 Call ispell-internal-change-dictionary after dictionary change.
6208
6209 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6210
6211 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6212
6213 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6214 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6215 years. Fix small differences wrt Makefile.in.
6216 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6217 Makefile.in does.
6218
6219 2006-01-12 Bill Wohler <wohler@newt.com>
6220
6221 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6222 mh-search.el.
6223
6224 2006-01-12 Masatake YAMATO <jet@gyve.org>
6225
6226 * progmodes/ld-script.el: Update copyright year.
6227
6228 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6229
6230 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6231 Don't add widget if setting undefined.
6232
6233 2006-01-12 John Paul Wallington <jpw@pobox.com>
6234
6235 * help-fns.el (describe-variable): Remove newlines from void
6236 variable output.
6237
6238 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6239
6240 * wdired.el (wdired-mode-map): Add help echo for
6241 wdired-abort-changes.
6242
6243 * man.el (Man-file-name-regexp): Adjust for a list of files.
6244
6245 2006-01-12 Masatake YAMATO <jet@gyve.org>
6246
6247 * progmodes/ld-script.el (auto-mode-alist): Support
6248 suffix conventions used in netbsd and eCos.
6249
6250 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6251
6252 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6253 (custom-variable-menu, custom-face-menu, custom-group-menu)
6254 (Custom-mode-menu): Change names of menu items. (As discussed on
6255 emacs-devel.)
6256 (custom-face-menu): Add "Undo Edits" item.
6257
6258 * startup.el (init-file-user): defcustom -> defvar.
6259
6260 * tooltip.el (tooltip-mode): Doc fix.
6261
6262 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6263
6264 * reveal.el (reveal-post-command): window-buffer signals an error on
6265 dead windows rather than returning nil.
6266 (reveal-open-new-overlays): An overlay might die while we open others.
6267
6268 2006-01-11 Bill Wohler <wohler@newt.com>
6269
6270 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6271 phrasing in docstring.
6272
6273 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6274 can give some systems gas. Add new file mh-buffers.el.
6275
6276 2006-01-06 Masatake YAMATO <jet@gyve.org>
6277
6278 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6279 C preprocessor forward ported from GNU Emacs 21.2.
6280
6281 * progmodes/asm-mode.el (asm-font-lock-keywords):
6282 Use `cpp-font-lock-keywords'.
6283
6284 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6285
6286 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6287 of $ for "\\.ld[s]?".
6288
6289 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6290
6291 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6292 (tcl-indent-line): Return `noindent' if inside a string.
6293
6294 * progmodes/flymake.el (flymake-split-string): Remove more than one
6295 empty string at beg/end of the result.
6296 (flymake-find-buildfile, flymake-find-possible-master-files):
6297 Use expand-file-name.
6298 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6299 since expand-file-name does it for us. Use directory-file-name.
6300 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6301 (flymake-ler-get-type, flymake-ler-get-text)
6302 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6303 (flymake-current-line-no): Remove spurious interactive spec.
6304 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6305 (flymake-check-include): Remove arg inc-path merged into inc-name.
6306 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6307 Arg regexp-list replaced by a simple regexp.
6308 (flymake-master-make-header-init, flymake-master-tex-init):
6309 Correspondingly replace regexp-list with a regexp. Fix regexp.
6310
6311 2006-01-10 Simon Josefsson <jas@extundo.com>
6312
6313 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6314 describing AUTH PLAIN fix.
6315
6316 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6317
6318 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6319 (report-emacs-bug): Don't record initial prompt text.
6320 Instead, add text properties to prompting text.
6321 (report-emacs-bug-hook): Delete prompting text.
6322
6323 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6324
6325 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6326 `dirs'. Adjust callers.
6327
6328 2006-01-09 John Paul Wallington <jpw@gnu.org>
6329
6330 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6331
6332 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6333
6334 * reveal.el (reveal-open-new-overlays): New extracted fun.
6335 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6336 using them. Simplify the code.
6337 (reveal-post-command): Use them. Fix up obsolete windows in
6338 reveal-open-spots.
6339
6340 * progmodes/flymake.el: Use `require' rather than autoload for
6341 XEmacs's overlays.
6342 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6343 Delete. Use file-relative-name instead.
6344 (flymake-get-syntax-check-program-args, flymake-perl-init):
6345 Simplify the resulting code.
6346
6347 * log-view.el (log-view-file-re, log-view-message-re): Add support
6348 for DaRCS output.
6349
6350 2006-01-09 Alex Schroeder <alex@gnu.org>
6351
6352 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6353 identifiers sometimes added in square brackets at the beginning of
6354 subject lines.
6355
6356 2006-01-07 Richard M. Stallman <rms@gnu.org>
6357
6358 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6359 (Custom-reset-current, Custom-reset-saved): Change question text.
6360 (Custom-reset-standard): Likewise.
6361 (custom-variable-reset-saved): Doc fix.
6362
6363 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6364
6365 * startup.el (init-file-user): Doc fix.
6366
6367 2006-01-07 Alex Schroeder <alex@gnu.org>
6368
6369 * mail/rmail.el (rmail-current-subject): New function.
6370 (rmail-current-subject-regexp): New function.
6371 (rmail-next-same-subject): Use it.
6372
6373 * mail/rmailsum.el (rmail-summary-by-topic):
6374 Use rmail-current-subject and rmail-current-subject-regexp.
6375 (rmail-summary-next-same-subject): Ditto.
6376
6377 * net/rcirc.el (rcirc-send-input): No longer check whether the
6378 process is open, since not all commands need an open process.
6379 (rcirc-send-string): Check whether the process is open before
6380 sending anything.
6381 (rcirc-ignore-list): New option.
6382 (rcirc-ignore-list-automatic): New variable.
6383 (rcirc-print): Take rcirc-ignore-list into account.
6384 (rcirc-cmd-ignore): New command.
6385 (rcirc-ignore-update-automatic): New function.
6386 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
6387 list if ignored nicks.
6388 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
6389
6390 2006-01-06 David Reitter <david.reitter@gmail.com>
6391
6392 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
6393 reflect the address to which the report will be sent.
6394
6395 2006-01-06 Eli Zaretskii <eliz@gnu.org>
6396
6397 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
6398 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
6399
6400 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
6401
6402 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
6403
6404 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
6405 the doc string: "functoin" => "function".
6406 * ldefs-boot.el: Likewise.
6407
6408 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
6409 message text: "Duplicat" => "Duplicate".
6410
6411 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
6412
6413 * files.el (basic-save-buffer-2): If backing-up failed, reset
6414 buffer-backed-up to nil.
6415
6416 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
6417
6418 * progmodes/gud.el (gdb-script-skip-to-head)
6419 (gdb-script-calculate-indentation): Indent for breakpoint command
6420 lists also.
6421
6422 2006-01-05 Bill Wohler <wohler@newt.com>
6423
6424 * Makefile.in (compile-always): Add mh-autoloads dependency.
6425 (bootstrap): Remove mh-autoloads dependency, as compile dependency
6426 provides it.
6427 (updates): Remove mh-autoloads dependency, since it probably has
6428 already run recently (via recompile).
6429
6430 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6431
6432 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
6433 argument `force' to disable the flyspell-last-buffer optimization.
6434 (flyspell-mode-on): Use it.
6435
6436 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
6437 flymake-simple-cleanup.
6438 (flymake-allowed-file-name-masks): Use this new default.
6439 All the functions are now called in the right buffer rather than
6440 passing the buffer as argument.
6441 (flymake-process-sentinel): Switch to buffer before calling cleanup.
6442 (flymake-parse-err-lines): Remove redundant buffer arg.
6443 (flymake-get-program-dir): Comment out unused function.
6444 (flymake-start-syntax-check, flymake-start-syntax-check-process):
6445 Remove redundant buffer argument.
6446 (flymake-get-real-file-name, flymake-simple-java-cleanup)
6447 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
6448
6449 2006-01-05 Richard M. Stallman <rms@gnu.org>
6450
6451 * info.el (Info-find-node): Don't record previous node if have none.
6452 (info): Go to directory only if history is empty.
6453
6454 * simple.el (mark): Doc fix.
6455
6456 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6457
6458 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
6459 already of desired type.
6460 (mac-ae-list): Coerce parameter to "list" type.
6461 (mac-dispatch-apple-event): Replace cadr part of event with a
6462 dummy position so that event-start returns it.
6463
6464 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
6465
6466 * textmodes/org.el (org-end-of-subtree): New function.
6467 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
6468 Use `org-end-of-subtree'.
6469 (org-agenda, org-agenda-convert-date): Protect calls to
6470 `fit-window-to-buffer'.
6471 (org-tags-view): Force matching of sublevels when doing a
6472 todo-only search. Define the correct redo command, including the
6473 arguments.
6474 (org-agenda-redo): Display message.
6475 (org-check-for-org-mode): New function.
6476 (org-agenda-type): New variable.
6477 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
6478 Set `org-agenda-type'.
6479 (org-agenda-check-type): New function.
6480 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
6481 (org-agenda-week-view, org-agenda-day-view)
6482 (org-agenda-next-date-line, org-agenda-previous-date-line)
6483 (org-agenda-log-mode, org-agenda-toggle-diary)
6484 (org-agenda-toggle-time-grid, org-agenda-date-later)
6485 (org-agenda-date-prompt, org-agenda-diary-entry)
6486 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
6487 (org-agenda-convert-date, org-agenda-menu):
6488 Use `org-agenda-check-type'.
6489 (org-make-overlay, org-delete-overlay)
6490 (org-detatch-overlay, org-move-overlay, org-overlay-put):
6491 New compatibility functions.
6492 (org-calendar-select-mouse): New command.
6493
6494 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
6495
6496 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
6497 (Custom-reset-standard): Fix y-or-n-p messages.
6498 (custom-link): New face for links.
6499 (custom-buffer-create-internal, custom-manual): Use it.
6500 (custom-face-save): Push to theme-face before setting face spec.
6501
6502 * wid-edit.el (widget-default-mouse-face-get): New function.
6503 (widget-specify-button): Handle mouse-face like button-face.
6504
6505 * custom.el (load-theme): Clear old theme settings if reloading.
6506
6507 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
6508
6509 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
6510 "Erase Customization" button back to same position it occupies in
6511 the individual State menus.
6512
6513 2006-01-04 Kim F. Storm <storm@cua.dk>
6514
6515 * wid-edit.el (key-sequence): Rework widget to read key binding
6516 using `kbd' syntax. Use C-q to insert literal key, event, or code.
6517 (widget-key-sequence-default-value): Default value for empty sequence.
6518 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
6519 (widget-key-sequence-read-event): New command for C-q.
6520 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
6521 (widget-key-sequence-value-to-external): New functions.
6522
6523 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
6524
6525 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
6526 Use expand-file-name.
6527 (flymake-delete-temp-directory): Use expand-file-name,
6528 file-name-directory, and directory-file-name.
6529 (flymake-strrchr): Delete.
6530 (flymake-start-syntax-check): Don't pass the redundant buffer argument
6531 to the init-f function.
6532 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
6533 (flymake-init-find-buildfile-dir)
6534 (flymake-init-create-temp-source-and-master-buffer-copy)
6535 (flymake-simple-make-init-impl, flymake-simple-make-init)
6536 (flymake-master-make-init, flymake-master-make-header-init)
6537 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
6538 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
6539 (flymake-xml-init): Remove corresponding redundant buffer argument.
6540 (flymake-allowed-file-name-masks): Remove last elems that are equal to
6541 the default anyway. Clean up regexps.
6542
6543 * progmodes/flymake.el (flymake-temp-source-file-name)
6544 (flymake-master-file-name, flymake-temp-master-file-name)
6545 (flymake-base-dir): New buffer-local vars.
6546 (flymake-buffer-data, flymake-get-buffer-value)
6547 (flymake-set-buffer-value): Replace those hash-tables by the new
6548 buffer-local vars. Update callers.
6549
6550 * progmodes/flymake.el (flymake-check-start-time)
6551 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
6552 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
6553 Move definition, so we can remove redundant earlier declaration.
6554 (flymake-replace-regexp-in-string, flymake-split-string)
6555 (flymake-get-temp-dir): Use defalias.
6556 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
6557 (flymake-xemacs-window-edges): Remove unused function.
6558 (flymake-get-point-pixel-pos): Move.
6559 (flymake-pid-to-names, flymake-reg-names)
6560 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
6561 Replace by a simple list flymake-processes and by process-buffer.
6562 Update callers. Other than simplify the code, it uses buffers rather
6563 than buffer-names so it doesn't get confused by uniquify.
6564 (flymake-buffer-data): The global value should just be nil.
6565
6566 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
6567 Optimize the body of a defalias like any other code.
6568
6569 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
6570 Make sure we've setup font-lock's vars. It may influence which
6571 function we then call.
6572 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
6573 here since it's too late anyway.
6574
6575 2006-01-03 Romain Francoise <romain@orebokech.com>
6576
6577 * startup.el (fancy-splash-tail, normal-splash-screen):
6578 Update copyright year.
6579
6580 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
6581
6582 * mouse.el (mouse-drag-track): Rename, from
6583 `mouse-drag-region-1'. Includes optional argument required to
6584 enable post-drag event processing (e.g. delete region keys).
6585 Can be used without this argument to track a mouse region and operate
6586 on it as soon as the drag completes.
6587 (mouse-drag-region): Use `mouse-drag-track'.
6588
6589 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
6590
6591 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
6592 Move to `custom-buffer' group.
6593
6594 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
6595 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
6596 (custom-theme-insert-face-marker, custom-theme-variable-menu)
6597 (custom-theme-face-menu): New variables.
6598 (custom-theme-add-variable, custom-theme-variable-action)
6599 (custom-variable-reset-theme, custom-theme-delete-variable)
6600 (custom-face-reset-theme, custom-theme-face-action)
6601 (custom-theme-delete-face, custom-theme-merge-theme)
6602 (custom-theme-add-face, custom-theme-visit-theme): New functions.
6603
6604 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
6605
6606 * custom.el: Move Custom Themes commentary to start of theme code.
6607 (custom-known-themes): Rename `standard' theme to `changed'.
6608 (custom-push-theme): Caller no longer specifies what theme to use
6609 when doing `reset'---the setting is simply removed from the theme.
6610 Delete MODE from `theme-value' and `theme-settings' properties.
6611 (custom-declare-theme): Ignore &rest args since we don't use them.
6612
6613 (custom-loaded-themes): Delete variable.
6614 (custom-theme-load-themes, custom-theme-loaded-p)
6615 (custom-theme-value): Delete functions.
6616
6617 (custom-declare-theme): Signal error on invalid theme names.
6618 (provide-theme): custom-loaded-themes was deleted.
6619 (load-theme): Load the file unconditionally.
6620 (enable-theme): Call `load-theme' if theme is undefined.
6621 (custom-enabled-themes): Only update value for successful loads.
6622 (disable-theme): Complete from enabled themes when interactive.
6623 (custom-variable-theme-value): Calculate theme value directly.
6624
6625 (custom-theme-reset-variables, custom-reset-variables): Mark as
6626 XEmacs compatibility functions. We don't actually use these.
6627
6628 * cus-edit.el (custom-variable-state-set):
6629 Use custom-variable-theme-value instead of custom-theme-value.
6630 (custom-face-state-set): Rename `standard' theme to `changed'.
6631 (custom-save-variables, custom-save-faces): Delete unneeded
6632 references to custom-reset-variables.
6633 (custom-save-resets): Delete function.
6634 (custom-save-variables, custom-save-faces): MODE argument deleted.
6635 (custom-save-variables, custom-save-faces): Ignore theme values.
6636
6637 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
6638 compatibility function.
6639
6640 2006-01-01 Richard M. Stallman <rms@gnu.org>
6641
6642 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
6643 (Custom-reset-current, Custom-reset-saved): Likewise.
6644 (Custom-reset-standard): Show message if aborted.
6645 (custom-mode): Doc fix, describing those commands.
6646
6647 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
6648 put on event-kind property.
6649
6650 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
6651
6652 * custom.el (provide-theme): Ban `user' theme name.
6653 (custom-enabling-themes): New variable.
6654 (enable-theme): Don't enable user if custom-enabling-themes is t.
6655 (custom-enabled-themes): Make it a defcustom.
6656 (custom-theme-recalc-face): No-op if face is undefined.
6657
6658 * cus-edit.el (custom-button-mouse): New variable.
6659 (custom-button-mouse): New face.
6660 (custom-raised-buttons, custom-mode): Use it.
6661
6662 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
6663
6664 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6665
6666 * progmodes/gud.el (gud-display-line): Support hl-line in the
6667 source buffer.
6668
6669 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
6670
6671 * mouse.el (mouse-drag-window-above): Verify that the found window
6672 overlaps with the given window in the horizontal dimension.
6673
6674 2005-12-31 Eli Zaretskii <eliz@gnu.org>
6675
6676 * Makefile.in (cvs-update): New target.
6677
6678 * makefile.w32-in (cvs-update): Ditto.
6679
6680 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
6681
6682 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
6683 (custom-new-theme-mode-map): New variable.
6684
6685 2005-12-30 Richard M. Stallman <rms@gnu.org>
6686
6687 * custom.el (custom-load-themes): Function deleted.
6688
6689 * cus-edit.el (custom-save-loaded-themes): Function deleted.
6690 (custom-save-variables): Don't delete or add custom-load-themes call.
6691
6692 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 * cus-start.el: Add `visible-cursor'.
6695
6696 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
6697 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
6698 (flymake-process-filter): Switch to buffer before calling it instead.
6699 (flymake-post-syntax-check, flymake-highlight-err-lines)
6700 (flymake-delete-own-overlays, flymake-parse-err-lines)
6701 (flymake-start-syntax-check, flymake-start-syntax-check-process)
6702 (flymake-count-lines, flymake-parse-residual):
6703 Remove constant buffer argument.
6704 (flymake-start-syntax-check-for-current-buffer): Remove.
6705 Update callers to use flymake-start-syntax-check instead.
6706 (flymake-display-err-menu-for-current-line):
6707 Remove unused var `mouse-pos'.
6708 (flymake-restore-formatting): Comment out unused function.
6709 (flymake-report-status, flymake-report-fatal-status): Remove buffer
6710 argument, use current-buffer instead. Update callers.
6711
6712 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6713
6714 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
6715 buffer-local because choose-completion-delete-max-match requires
6716 that we set completion-ignore-case (i.e., binding via let is not
6717 sufficient).
6718 (bibtex-complete): Always set completion-ignore-case and
6719 choose-completion-string-functions. The latter is needed because
6720 choose-completion-string-functions keeps its value if we quit the
6721 *Completions* buffer without requesting a completion.
6722
6723 2005-12-30 Andreas Schwab <schwab@suse.de>
6724
6725 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
6726
6727 2005-12-30 Eli Zaretskii <eliz@gnu.org>
6728
6729 * jit-lock.el (jit-lock-chunk-size): Doc fix.
6730
6731 2005-12-30 Juri Linkov <juri@jurta.org>
6732
6733 * locate.el (locate-fcodes-file, locate-header-face)
6734 * progmodes/delphi.el (delphi-other-face)
6735 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
6736
6737 * paren.el (show-paren-match, show-paren-mismatch): Use existing
6738 group `paren-showing-faces'.
6739
6740 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
6741 (goto-address): Fix docstring.
6742
6743 * net/webjump.el (webjump-sample-sites): Update URLs.
6744
6745 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
6746
6747 * subr.el (cancel-change-group): Add listp around pending-undo-list.
6748
6749 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * font-lock.el (font-lock-compile-keywords): Signal an error when
6752 font-lock-set-defaults hasn't been called.
6753
6754 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
6755
6756 * subr.el (noreturn, 1value): Doc fixes.
6757
6758 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6759
6760 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
6761 that assoc-string returns nil.
6762
6763 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6764
6765 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
6766 (bibtex-entry-type-str, bibtex-empty-field-re)
6767 (bibtex-search-backward-string, bibtex-preamble-prefix)
6768 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
6769 (bibtex-any-valid-entry-type): New variable.
6770 (bibtex-parse-field-name): Simplify.
6771 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
6772 (bibtex-preamble-prefix): Include left delimiter.
6773 (bibtex-search-forward-field, bibtex-search-backward-field):
6774 Allow unbounded search past entry boundaries (required by bibtex-pop).
6775 (bibtex-text-in-field-bounds): Use push.
6776 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
6777 (bibtex-parse-preamble, bibtex-valid-entry)
6778 (bibtex-beginning-first-field): New functions.
6779 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
6780 (bibtex-map-entries): Fix docstring.
6781 (bibtex-flash-head): New arg prompt. Simplify.
6782 (bibtex-enclosing-field): Include code of bibtex-inside-field.
6783 (bibtex-insert-kill): Simplify. Always insert text past the
6784 current field or entry.
6785 (bibtex-format-entry): Use bibtex-parse-field.
6786 (bibtex-pop): Use bibtex-beginning-of-entry and
6787 bibtex-end-of-entry to initiate the search. Insert empty field if
6788 we found ourselves.
6789 (bibtex-print-help-message): New args field and comma.
6790 Handle entry keys.
6791 (bibtex-make-field): Use bibtex-beginning-of-entry.
6792 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
6793 invalid entry.
6794 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
6795 Handle preambles. Simplify code for thorough test.
6796 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
6797 New arg comma. Handle entry heads.
6798 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
6799 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
6800 New arg comma.
6801 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
6802 (bibtex-fill-field): Simplify.
6803 (bibtex-fill-entry): Use bibtex-beginning-first-field and
6804 bibtex-parse-field.
6805 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
6806 (bibtex-complete): Use bibtex-parse-preamble.
6807
6808 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
6809
6810 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
6811 Display name of expression instead of convenience variable.
6812 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
6813
6814 * progmodes/gud.el (gud-tooltip-dereference): Rename from
6815 toggle-gud-tooltip-dereference.
6816 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
6817 (gud-tooltip-tips): ...here when dereferencing.
6818
6819 2005-12-28 Bill Wohler <wohler@newt.com>
6820
6821 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
6822
6823 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
6824
6825 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
6826 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
6827 (vc-annotate-display-autoscale): Adjust call.
6828 (vc-annotate-display-default): Adjust call. Make arg compulsory.
6829 Fix interactive spec.
6830 (vc-annotate-time-span): Remove.
6831 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
6832 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
6833 (vc-annotate-display-select): Use new name.
6834
6835 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
6836 (vc-annotate-mode-menu): Remove left-over redundant declaration.
6837 Correct the construction of span entries. Simplify.
6838 (vc-annotate-display-select): Fix the nil case.
6839 (vc-annotate): Remove obsolete (and now broken) code.
6840 (vc-annotate-extract-revision-at-line): Remove obsolete code.
6841 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
6842
6843 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
6844
6845 * subr.el (lazy-completion-table): Correct typo in docstring.
6846
6847 * startup.el (command-line): Use `custom-reevaluate-setting' for
6848 `send-mail-function'.
6849
6850 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
6851
6852 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
6853
6854 * mail/smtpmail.el (smtpmail-try-auth-methods):
6855 Send credentials together with "AUTH PLAIN" command.
6856
6857 2005-12-27 Richard M. Stallman <rms@gnu.org>
6858
6859 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
6860 mouse-2, go back to previously selected window, so it's selected
6861 when mouse-2 command runs.
6862
6863 2005-12-27 Juri Linkov <juri@jurta.org>
6864
6865 * descr-text.el (describe-text-sexp): Use square brackets for
6866 button [Show] to distinguish it from the property value `show'.
6867 (describe-property-list): Use `insert-text-button' with
6868 `help-face' type instead of putting face in quotes, because button
6869 is not created automatically for a list of faces.
6870 (describe-text-properties-1): Put button-type value in quotes to
6871 distinguish from plain text "button".
6872 (describe-char): Display code point values in hex. Don't use
6873 `symbol-name' for `current-input-method' because it is a string.
6874 Use `insert-text-button' with `help-face' type instead of putting
6875 hardcoded face in quotes, because button is not created automatically.
6876
6877 2005-12-27 Richard M. Stallman <rms@gnu.org>
6878
6879 * progmodes/glasses.el (glasses-face): More specific custom type.
6880
6881 * files.el (set-visited-file-name): Doc fix.
6882
6883 * textmodes/flyspell.el (flyspell-external-point-words):
6884 Use local var buffer-scan-pos to advance scan for next misspelling.
6885 Advance it only after we find the misspelling.
6886
6887 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
6888
6889 * textmodes/flyspell.el (flyspell-external-point-words):
6890 New criteria for finding the misspelling in the buffer.
6891
6892 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
6893
6894 * help-mode.el (help-insert-string): Set help-xref-stack-item
6895 rather than call help-setup-xref.
6896
6897 * descr-text.el (describe-char): Revert previous changes for
6898 optional buffer argument.
6899
6900 2005-12-27 Juri Linkov <juri@jurta.org>
6901
6902 * help-mode.el (help-insert-string): New function. Save buffer
6903 contents in cases where it is impossible to recompute the old contents.
6904
6905 * descr-text.el (describe-char): Set help-xref-stack-item
6906 explicitly after buffer has been generated.
6907
6908 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6909
6910 * cus-start.el (all): Add x-gtk-show-hidden-files.
6911
6912 2005-12-26 Richard M. Stallman <rms@gnu.org>
6913
6914 * replace.el (perform-replace): Calculate match-again
6915 before skipping read-only matches.
6916
6917 * paren.el (paren-showing-faces): New group.
6918 (show-paren-match, show-paren-mismatch): Move to that group.
6919
6920 * button.el (button): Put into group `basic-faces'.
6921
6922 * progmodes/make-mode.el: Remove faces from group `faces'.
6923
6924 * apropos.el (apropos, apropos-value): Doc fix.
6925 (apropos-documentation): Doc fix.
6926
6927 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
6928
6929 * subr.el (lazy-completion-table): Remove argument `args'.
6930
6931 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6932 Don't use the `args' argument of lazy-completion-table.
6933
6934 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
6935
6936 * descr-text.el (describe-char): Add optional argument for buffer.
6937 Set buffer appropriately. Call help-setup-xref.
6938 Suggested by Stefan Monnier.
6939
6940 2005-12-26 Juri Linkov <juri@jurta.org>
6941
6942 * descr-text.el: Require `help-fns' at runtime. Don't require
6943 `button' for byte compilation.
6944 (describe-text-widget): Add `help-echo' for first button.
6945 Use `help-info' for second.
6946 (describe-property-list): Use `help-argument-name' instead of `italic'.
6947 (describe-text-category): Add prompt to interactive spec.
6948 Call `help-setup-xref'.
6949 (describe-char): Use `help-character-set'. Add `help-echo' for
6950 code point. Use `help-input-method'. Remove superfluous insert.
6951
6952 2005-12-25 Richard M. Stallman <rms@gnu.org>
6953
6954 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
6955 at point, in case of narrowing.
6956
6957 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
6958
6959 * locate.el (locate-header-face): Allow nil in type.
6960
6961 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
6962
6963 2005-12-25 Romain Francoise <romain@orebokech.com>
6964
6965 * battery.el (battery-linux-proc-acpi): Also try
6966 `/proc/acpi/thermal_zone/THM0/temperature'.
6967
6968 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
6969
6970 * custom.el (custom-push-theme): Fix docstring.
6971
6972 * cus-edit.el (custom-variable-set, custom-variable-save)
6973 (custom-variable-save): Custom-quote widget values.
6974 (customize-save-variable): Fix custom-push-theme call.
6975
6976 2005-12-24 Eli Zaretskii <eliz@gnu.org>
6977
6978 * w32-fns.el (w32-batch-update-autoloads): New function.
6979
6980 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
6981 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
6982 from the command line.
6983
6984 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
6985
6986 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
6987 reset means to remove setting from theme entirely. Don't keep
6988 expanding theme-settings list; delete old entries if necessary.
6989
6990 * cus-edit.el (custom-buffer-create-internal): Move "Erase
6991 customization" button one line up.
6992 (custom-themed): New face.
6993 (custom-magic-alist): New value, THEMED, for theme settings.
6994 (custom-variable-state-set, custom-face-state-set):
6995 Check theme-value instead of saved-value.
6996 (custom-variable-reset-standard, custom-face-reset-standard):
6997 Remove theme setting entirely. Recalculate new values.
6998 (custom-variable-set, custom-variable-set)
6999 (custom-variable-reset-saved, custom-variable-reset-backup)
7000 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7001 (custom-variable-save): Fix typos.
7002
7003 2005-12-23 Juri Linkov <juri@jurta.org>
7004
7005 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7006 Add autoload cookies.
7007 (edebug-outside-d-c-i-n-s-w): New variable.
7008 (edebug-display, edebug-outside-excursion): Use it to save the
7009 original value of default-cursor-in-non-selected-windows.
7010 Set default-cursor-in-non-selected-windows to t while Edebug
7011 is active.
7012 (edebug-mode, edebug-eval-mode): Doc fix.
7013
7014 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7015 with `buffer-substring-no-properties' to remove common substring
7016 highlighting.
7017
7018 * info.el (info-other-window, info): Rename function argument
7019 `file' to `file-or-node'.
7020 (Info-complete-menu-item): Use local variable `complete-nodes' to
7021 keep the global value of `Info-complete-nodes' unchanged for
7022 subsequent completions.
7023 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7024
7025 * simple.el (get-next-valid-buffer, last-buffer)
7026 (next-error-buffer-p, next-error-find-buffer)
7027 (minibuffer-history-sexp-flag): Doc fix.
7028
7029 * savehist.el (savehist-mode-hook): Add `:group'.
7030
7031 * log-view.el: Call autoload for vc-find-version.
7032 (log-view-current-file): Adjust subgroup numbers.
7033 (log-view-current-tag): Add `length'.
7034
7035 2005-12-23 Richard M. Stallman <rms@gnu.org>
7036
7037 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7038
7039 2005-12-23 Juri Linkov <juri@jurta.org>
7040
7041 * hi-lock.el (hi-lock-archaic-interface-message-used)
7042 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7043 (hi-lock-mode): Display "Hi" in the mode line only when
7044 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7045 (hi-lock-write-interactive-patterns):
7046 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7047 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7048 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7049 font-lock-add-keywords to t.
7050
7051 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7052
7053 * hi-lock.el (hi-lock-highlight-range): New variable.
7054 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7055 only if font-lock-fontified is non-nil. Remove overlays.
7056 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7057 font-lock-fontified is non-nil, otherwise use overlays (instead of
7058 text properties).
7059 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7060 New variables.
7061 (hi-lock-string-serialize) New function.
7062
7063 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7064
7065 * menu-bar.el (menu-find-file-existing): New function.
7066 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7067
7068 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7069
7070 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * vc.el: Remove unnecessary leading * in docstrings.
7073 (vc-annotate-mode-map): Move initialization into declaration.
7074 (vc-static-header-alist): Nitpick on the regexp.
7075 (vc-default-init-version): New fun.
7076 (vc-register): Use it.
7077 (vc-insert-headers): Use dolist.
7078 (vc-annotate-get-backend): Remove unused function.
7079 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7080 (vc-annotate-mode): Remove corresponding call.
7081 (vc-annotate-car-last-cons): Simplify.
7082 (vc-annotate-buffers): Remove var.
7083 (vc-annotate-backend): Make it buffer-local.
7084 (vc-annotate): Move the interaction to the interactive spec.
7085 Add a `buf' argument.
7086 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7087 killing&creating a vc-annotate buffer, which is very disruptive when
7088 the buffers are shown in dedicated frames.
7089
7090 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7091
7092 * descr-text.el: Add FSF as maintainer.
7093 (describe-text-mode, describe-text-mode-map)
7094 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7095 help-mode.
7096 (describe-text-widget, describe-text-sexp)
7097 (describe-property-list, describe-text-category)
7098 (describe-text-properties, describe-text-properties-1)
7099 (describe-char): Use help buttons instead of widgets.
7100 (describe-char-unicodedata-file): Make URL link in doc string.
7101
7102 2005-12-22 Richard M. Stallman <rms@gnu.org>
7103
7104 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7105 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7106 Don't include buttons that write a file when there's no file.
7107 (custom-variable-menu, custom-face-menu, custom-group-menu):
7108 Don't include commands that write a file when there's no file.
7109 (customize-browse): Reword the top-of-buffer help intro.
7110 (custom-buffer-create-internal): Fix previous change.
7111 (customize-changed-options-previous-release): Prev release is 21.1.
7112 (customize-changed-options): Doc fix.
7113 (customize-changed): New alias.
7114 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7115 Say "standard values".
7116 (Custom-reset-standard): Doc fix.
7117 (custom-face-reset-standard): Doc fix.
7118
7119 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7120
7121 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7122 even if font-lock-mode is non-nil since it may be t without having
7123 turned on font-lock-mode-internal.
7124 (font-lock-choose-keywords): Minor optimization.
7125 (font-lock-add-keywords, font-lock-remove-keywords)
7126 (font-lock-set-defaults): Don't call make-local-variable on a variable
7127 that we know to already be local.
7128
7129 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7130
7131 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7132 messages if in the minibuffer.
7133
7134 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7135
7136 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7137 (tex-mode-flyspell-verify, flyspell-get-word)
7138 (flyspell-external-point-words): Don't use point-min/max uselessly.
7139
7140 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7141 by Kevin Rodgers. Instead, just hide the completions buffer if we
7142 don't need to show it.
7143
7144 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7145
7146 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7147
7148 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7149
7150 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7151 delete-windows-on with an inexistent buffer.
7152
7153 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7154
7155 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7156 Delete defcustom variable :tag names.
7157
7158 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7159
7160 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7161 (log-view-font-lock-keywords): Ajust subgroup numbers.
7162 (log-view-current-tag): Don't hard code the number of subgroups.
7163
7164 2005-12-20 Juri Linkov <juri@jurta.org>
7165
7166 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7167 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7168
7169 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7170 (menu-bar-non-minibuffer-window-p): Instead of checking
7171 display-multi-frame-p, use selected-frame when menu-updating-frame
7172 is nil.
7173
7174 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7175
7176 * align.el (align-rules-list): Use [ \t] instead of \s-
7177 for column separators in text mode.
7178
7179 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7180
7181 * help-mode.el (help-customize-variable, help-customize-face):
7182 Don't pop help-xref-stack as help-follow no longer pushes
7183 anything on to it.
7184
7185 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7186
7187 * textmodes/org.el (org-agenda-custom-commands): New option.
7188 (org-agenda): Offer custom commands on splash screen.
7189 (org-make-tags-matcher): Parser for Boolean logic added.
7190 (org-agenda-set-tags): New command.
7191 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7192 (org-set-tags): Efficiency improvements.
7193 (org-auto-align-tags): New option.
7194 (org-todo, org-demote, org-promote): Realign tags.
7195 (org-tags-completion-function): Use also "&" and "|" as separators.
7196 (org-org-menu): Agenda commands simplified.
7197
7198 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7199
7200 * cus-edit.el (customize-apropos, customize-apropos-options):
7201 Docstring changes.
7202
7203 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7204
7205 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7206
7207 * longlines.el (longlines-mode): Wrap while widened.
7208 (longlines-decode-region, longlines-encode-region): Compute max
7209 just once.
7210
7211 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7212
7213 * cus-edit.el (mac): New group.
7214
7215 * cus-start.el (all): Add user options in macterm.c. Add test for
7216 Mac-related built-ins. Fix test for GTK-related built-ins.
7217
7218 * term/mac-win.el (mac-handle-language-change)
7219 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7220 (mac-services-open-selection, mac-services-mail-selection)
7221 (mac-services-mail-to, mac-services-insert-text)
7222 (mac-dispatch-apple-event): Add docstrings.
7223 (x-get-selection, mac-select-convert-to-string): Select coding
7224 system from `utf-16be' and `utf-16le' using `byteorder'.
7225
7226 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7227
7228 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7229 a "list" (lambda ...) rather than a real completion list.
7230
7231 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7232 lexical-let when encountering ((lambda (...) ...) ...).
7233
7234 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7235
7236 * progmodes/sh-script.el (sh-mode):
7237 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7238 * textmodes/picture.el (picture-mode): Update docstrings.
7239
7240 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7241
7242 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7243 commands enclosed in $(ARGQUOTE)s should not be split between two
7244 lines, as that will break with GNU Make >3.80, when sh.exe is used
7245 and arg quoting is with '..'.
7246 (autoloads): Don't break the quoted --eval expression between
7247 several lines.
7248
7249 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7250
7251 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7252 Capture error from printing circular structures.
7253
7254 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7255
7256 * wid-edit.el (widget-checkbox-action): Clear undo info.
7257
7258 2005-12-16 Bill Wohler <wohler@newt.com>
7259
7260 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7261 bar, not menubar in comment.
7262
7263 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7264
7265 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7266 After-change-functions should not clobber the match data.
7267
7268 2005-12-16 Juri Linkov <juri@jurta.org>
7269
7270 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7271 instead of `buffer-substring'.
7272 (completion-common-substring): Doc fix.
7273 (completion-setup-function): Use minibuffer-completion-contents
7274 instead of minibuffer-contents. Don't set common-string-length
7275 initially. Remove special handling of partial-completion-mode.
7276 Move computation of completion-base-size into one cond.
7277 Call completion-base-size-function in mainbuf. In computation of
7278 completion-base-size for file name completion don't move point to
7279 the end of the minibuffer. Move computation of common-string-length
7280 into one cond. Start putting faces only when common-string-length>=0.
7281 Add condition to put completions-common-part when
7282 common-string-length>0.
7283
7284 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7285 place point at the first different character in the minibuffer
7286 even if this position is at the beginning of the minibuffer.
7287
7288 * info.el (Info-read-node-name-1): In completion-base-size-function's
7289 lambda return 1 if common-substring or minibuffer-completion-contents
7290 starts with (, and 0 otherwise.
7291
7292 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7293 Use `crm-current-element' for second arg of `display-completion-list'.
7294
7295 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7296
7297 * files.el (set-auto-mode): Look for an interpreter specified on
7298 the first line also if search for mode specification succeeded,
7299 but the mode is not known.
7300
7301 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7302
7303 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7304 (org-open-at-point): Implement tag searches as links.
7305 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7306 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7307 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7308 (org-agenda-dispatch): New commands.
7309 (org-use-tag-inheritance, org-tags-column): New options.
7310 (org-tab-follows-link, org-return-follows-link): New options.
7311 (org-tags): New customize group.
7312 (org-start-icalendar-file): Get local time zone.
7313 (org-tags-completion-function): New function.
7314 (org-set-font-lock-defaults): Make sure links will also be
7315 highlighted inside headlines.
7316
7317 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7318
7319 * term.el (term-emulate-terminal):
7320 Let term-handle-ansi-terminal-messages override what Bash says about
7321 its current directory.
7322
7323 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7324
7325 * bindings.el (last-buffer): Move to simple.el.
7326 * simple.el (last-buffer): Move here.
7327 (get-next-valid-buffer): New function.
7328 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7329 (prev-buffer): Ditto. Rename to `previous-buffer'.
7330
7331 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7332 * bindings.el (global-map): Ditto.
7333
7334 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7335
7336 * cus-edit.el: Introductory comment change.
7337 (custom-magic-alist): Change message string for the `rogue' state.
7338
7339 2005-12-15 Richard M. Stallman <rms@gnu.org>
7340
7341 * tooltip.el: Delete defcustom variable :tag names.
7342
7343 * complete.el (partial-completion-mode): Doc fix.
7344
7345 * textmodes/flyspell.el (flyspell-external-point-words):
7346 Use save-excursion to ensure we don't move backward in the
7347 search loop, not even one character.
7348 (flyspell-delete-all-overlays): Use remove-overlays directly.
7349
7350 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7351 (ispell-start-process): Set that variable.
7352 Clear ispell-buffer-local-name.
7353 (ispell-internal-change-dictionary):
7354 Set ispell-current-dictionary after killing process.
7355 (ispell-buffer-local-dict):
7356 Don't set spell-personal-dictionary after killing process.
7357 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7358 (ispell-tex-skip-alists, ispell-html-skip-alists)
7359 (ispell-skip-region-alist): Mark as risky.
7360
7361 * net/newsticker.el (newsticker--retrieval-timer-list)
7362 (newsticker--display-timer, newsticker-running-p)
7363 (newsticker-ticker-running-p): Definitions moved up.
7364
7365 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
7366
7367 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
7368
7369 2005-12-15 David Ponce <david@dponce.com>
7370
7371 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
7372 (recentf-edit-list, recentf-open-files): Signal an error when
7373 there is no recent file.
7374
7375 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7376
7377 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
7378 read-only except for texinfo-format-region evaluation.
7379
7380 2005-12-14 Richard M. Stallman <rms@gnu.org>
7381
7382 * vc.el (vc-default-previous-version, vc-default-next-version)
7383 (vc-do-command): Doc fixes.
7384
7385 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7386
7387 * textmodes/bibtex.el (bibtex-expand-strings)
7388 (bibtex-autokey-expand-string, bibtex-name-part)
7389 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
7390 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
7391 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
7392 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
7393 (bibtex-entry-postfix, bibtex-known-entry-type-re)
7394 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
7395 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
7396 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
7397 (bibtex-beginning-of-last-entry): Remove.
7398 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
7399 message if comma is missing but buffer is read-only.
7400 (bibtex-parse-field-text): Handle whitespaces at the end of field
7401 text. Return 3-element list with beginning and end of field text
7402 and end of field.
7403 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
7404 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
7405 (bibtex-search-forward-field, bibtex-search-backward-field):
7406 Search always delimited by limits of entry. Use more efficient
7407 search algorithms.
7408 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
7409 bibtex-end-of-name-in-field.
7410 (bibtex-text-in-field-bounds): Handle BibTeX strings when
7411 extracting the content of a field.
7412 (bibtex-text-in-field): Use search limits.
7413 (bibtex-parse-string-prefix): Handle empty string keys based on
7414 bibtex-string-empty-key.
7415 (bibtex-parse-string): Fix docstring.
7416 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
7417 (bibtex-preamble-prefix, bibtex-strings): New functions.
7418 (bibtex-skip-to-valid-entry): Include preceding whitespace in
7419 BibTeX entries (consistent with other BibTeX functions).
7420 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
7421 (bibtex-search-entry): Fix docstring. Simplify.
7422 (bibtex-flash-head, bibtex-complete-string-cleanup)
7423 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
7424 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
7425 (bibtex-parse-entry): New optional arg content.
7426 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
7427 Use bibtex-text-in-field-bounds.
7428 (bibtex-print-help-message): Handle BibTeX strings and preambles.
7429 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
7430 bibtex-parse-string-postfix.
7431 (bibtex-find-text-internal): New function.
7432 (bibtex-remove-delimiters): Use it.
7433 (bibtex-find-text): Use it. New optional arg help.
7434 (bibtex-complete): Handle BibTeX string and preamble entries.
7435 (bibtex-Preamble): Fix order of closing delimiters.
7436
7437 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * vc.el (vc-default-revert): New fun.
7440
7441 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
7442
7443 2005-12-14 Romain Francoise <romain@orebokech.com>
7444
7445 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
7446 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
7447 (font-lock-remove-keywords): Likewise.
7448
7449 2005-12-14 Juri Linkov <juri@jurta.org>
7450
7451 * log-view.el (log-view-diff): Doc fix.
7452
7453 * isearch.el (isearch-query-replace): Use (mark) instead of
7454 isearch-opoint if mark is active in transient-mark-mode.
7455
7456 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
7457
7458 * isearch.el (isearch-query-replace): Check for isearch-other-end.
7459
7460 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
7461
7462 * progmodes/cpp.el (cpp-face): New widget.
7463 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
7464
7465 2005-12-14 Juri Linkov <juri@jurta.org>
7466
7467 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
7468 around `erase-buffer' and `insert'.
7469
7470 * descr-text.el (describe-text-properties): Replace buffer name
7471 "*Help-2*" with "*Help*<2>".
7472 (describe-char): Add functions print-help-return-message,
7473 toggle-read-only. Use help-setup-xref with nil to not store
7474 describe-char in help-xref-stack. Use help-make-xrefs to
7475 make [back] button.
7476
7477 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
7478
7479 * wdired.el (wdired-old-point): New internal variable.
7480 (wdired-change-to-wdired-mode): Set it buffer-locally.
7481 (wdired-abort-changes): Restore point after aborting changes.
7482
7483 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7484
7485 * vc.el (vc-do-command): Add a new value t for okstatus.
7486
7487 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
7488 frame in case of errors.
7489
7490 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7491
7492 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
7493 so it comes after "On the Left" in the menu.
7494
7495 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
7496
7497 * cus-edit.el (customize-apropos, customize-apropos-options)
7498 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
7499
7500 2005-12-12 Bill Wohler <wohler@newt.com>
7501
7502 * vc-svn.el (vc-svn-registered): Fix problem of visiting
7503 non-writable Subversion-controlled files by saving window
7504 configuration before calling vc-do-command. vc-do-command calls
7505 pop-to-buffer on error which is unexpected during registration.
7506
7507 2005-12-12 Jay Belanger <belanger@truman.edu>
7508
7509 * calc/README: Update the summary of changes.
7510
7511 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
7512
7513 * descr-text.el (describe-char): Rework last fix to solve the problem
7514 is the same way it's solved for everything else in that function
7515 (i.e. by extracting the info before setting up the *Help* buffer).
7516
7517 2005-12-12 Kim F. Storm <storm@cua.dk>
7518
7519 * subr.el (version-regexp-alist): Allow space as separator before
7520 non-numeric part, e.g. "1.0 alpha".
7521 (version-to-list): Interpret .X.Y version as 0.X.Y version.
7522
7523 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
7524
7525 * textmodes/org.el (org-agenda, org-timeline, org-todo):
7526 Implement Logging and the keep-modes setting.
7527 (org-get-category): Make sure a string is returned.
7528 (org-log-done): New function.
7529 (org-log-done, org-closed-string): New options.
7530
7531 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7532
7533 * tooltip.el (tooltip-y-offset): Change default to 20.
7534
7535 2005-12-12 Richard M. Stallman <rms@gnu.org>
7536
7537 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
7538
7539 * frame.el (display-hourglass): Doc fix.
7540
7541 * help.el (help-for-help-internal): Simplify entry for `a'.
7542
7543 * info.el (Info-on-current-buffer): Doc fix.
7544 (info-insert-file-contents): Don't test (featurep 'jka-compr).
7545
7546 * startup.el (inhibit-splash-screen): Make this the real name.
7547 (inhibit-startup-message): Make this the alias.
7548 (command-line): Find only simple.el, and use its directory
7549 to fill in other preloaded files' names.
7550 (command-line): Deactivate the mark if deactivate-mark is set.
7551
7552 * international/mule.el (load-with-code-conversion):
7553 Bind deactivate-mark.
7554
7555 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
7556
7557 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
7558
7559 * cus-edit.el (customize-apropos): Avoid listing an option more
7560 than once under different aliases. No longer list user options
7561 that are not defined with defcustom (unless a prefix arg is given).
7562 Doc fix.
7563 (customize-apropos-options): Doc fix.
7564
7565 2005-12-11 Juri Linkov <juri@jurta.org>
7566
7567 * frame.el (set-background-color, set-foreground-color)
7568 (set-cursor-color, set-mouse-color, set-border-color):
7569 Add explicit prompts to read colors by `facemenu-read-color'.
7570 (show-trailing-whitespace, blink-cursor-delay)
7571 (blink-cursor-interval, display-hourglass, hourglass-delay):
7572 Remove tags.
7573 (display-hourglass, hourglass-delay): Doc fix.
7574 (cursor-in-non-selected-windows): Capitalize words in tag.
7575
7576 * faces.el (frame-background-mode): Replace `choice-item' keywords
7577 with `const' to not make [default] button. Change default value tag
7578 from `default' to `automatic'. Doc fix.
7579 (trailing-whitespace) <defface>: Change group `whitespace' to
7580 `whitespace-faces'.
7581
7582 2005-12-11 Richard M. Stallman <rms@gnu.org>
7583
7584 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
7585
7586 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7587
7588 * term/mac-win.el: Create keymap for mac-apple-event-map.
7589
7590 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
7591
7592 * tooltip.el (tooltip-mode): Move to start of file so that it
7593 appears at top of customize buffer.
7594
7595 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7596 Add the gud groupname.
7597 (gud-tooltip-mode): Add the tooltip groupname.
7598 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
7599 avoid conflict with tooltip-use-echo-area.
7600
7601 2005-12-10 Romain Francoise <romain@orebokech.com>
7602
7603 * help.el (help-for-help-internal): Add `r' in doc string.
7604
7605 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
7606
7607 * align.el (align-regexp, align-highlight-rule):
7608 Use region-beginning and region-end instead of point and mark, so that
7609 repetition (with `repeat-complex-command') recomputes the region
7610 bounds.
7611
7612 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
7613
7614 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
7615 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
7616 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
7617 (balance-windows): Rewrite using the above new functions.
7618
7619 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
7620
7621 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
7622 react if global-hi-lock-mode seems intended.
7623 (global-hi-lock-mode) Renamed from hi-lock-mode.
7624 (hi-lock-archaic-interface-message-used)
7625 (hi-lock-archaic-interface-deduce): New variables.
7626 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
7627 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
7628 (hi-lock-find-patterns, hi-lock-font-lock-hook):
7629 Replace hi-lock-buffer-mode with hi-lock-mode.
7630
7631 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
7632
7633 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
7634 completion list, even after a partial completion has been
7635 inserted in the current buffer. If there are more than 1
7636 completion, redisplay the *Completions* buffer; if the
7637 completion is unique, delete the *Completions* window.
7638
7639 2005-12-10 Eli Zaretskii <eliz@gnu.org>
7640
7641 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
7642 strings and long subject lines that were broken into multiple
7643 lines at arbitrary places. Handle subjects that have "Re: " in
7644 the middle.
7645
7646 2005-12-10 John W. Eaton <jwe@octave.org>
7647
7648 * emacs/octave-mod.el (octave-electric-space): Don't indent
7649 comments or strings if octave-auto-indent is nil.
7650
7651 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7652
7653 * term/mac-win.el: Require url when compiling.
7654 Call mac-process-deferred-apple-events after loading init files.
7655 (mac-apple-event-map): New defvar. Define event handlers in it.
7656 (core-event, internet-event): New Apple event class symbols.
7657 (open-application, reopen-application, open-documents)
7658 (print-documents, open-contents, quit-application)
7659 (application-died, show-preferences, autosave-now, get-url):
7660 New Apple event ID symbols.
7661 (about): New HICommand ID symbol.
7662 (mac-event-spec, mac-event-ae): New macros.
7663 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
7664 (mac-ae-selection-range, mac-ae-text-for-search)
7665 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
7666 (mac-application-menu-map): Remove keymap. Handlers for HICommand
7667 and Services menu events are now defined in mac-apple-event-map.
7668 (mac-drag-n-drop): Remove selection range handling.
7669
7670 2005-12-10 Kenichi Handa <handa@m17n.org>
7671
7672 * simple.el (zap-to-char):
7673 * isearch.el (isearch-process-search-char): Translate CHAR by
7674 translation-table-for-input.
7675
7676 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
7677
7678 * foldout.el (foldout-exit-fold): Properly hide subtree.
7679
7680 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7681
7682 * files.el (save-buffer):
7683 * international/ucs-tables.el (ucs-set-table-for-input):
7684 * mail/mail-extr.el (mail-extract-address-components):
7685 * mail/sendmail.el (mail-mode): Reformat doc string.
7686
7687 2005-12-09 Juri Linkov <juri@jurta.org>
7688
7689 * isearch.el (isearch-highlight): Change main overlay priority
7690 from 1 to 1001. Simplify.
7691 (isearch-lazy-highlight-update): Change lazy overlay priority
7692 from 0 to 1000.
7693
7694 * replace.el (replace-highlight): Change overlay priority from
7695 1 to 1001.
7696
7697 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
7698 Change overlay priority from 1 to 1001. Reuse existing overlay.
7699
7700 * compare-w.el (compare-windows-highlight): Change overlay
7701 priority from 1 to 1000.
7702
7703 * menu-bar.el (menu-bar-edit-menu): Add listp around
7704 pending-undo-list to disable menu item "undo" when pending
7705 undo list is empty.
7706
7707 * locate.el (locate): Disable undo in *Locate* buffer.
7708
7709 2005-12-09 Kim F. Storm <storm@cua.dk>
7710
7711 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
7712
7713 2005-12-09 David Ponce <david@dponce.com>
7714
7715 * recentf.el: Improvement of the menu code.
7716 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
7717 instead of menu hook.
7718 (recentf-show-menu, recentf-hide-menu): New functions.
7719 (recentf-menu-customization-changed, recentf-mode): Use them.
7720 (recentf-menu-action, recentf-max-menu-items)
7721 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
7722 (recentf-arrange-by-rule-others)
7723 (recentf-arrange-by-rules-min-items)
7724 (recentf-arrange-by-rule-subfilter) : Don't use
7725 `recentf-menu-customization-changed'.
7726 (recentf-arrange-rules): Likewise. Accept functions to compute
7727 sub-menu titles.
7728 (recentf-menu-filter): Likewise. Doc fix.
7729 (recentf-menu-value-shortcut): Doc fix.
7730 (recentf-dump-variable): Quote atom value.
7731 (recentf-make-menu-items): Update to use it as a menu filter.
7732 (recentf-match-rule): New function.
7733 (recentf-arrange-by-rule): Use it.
7734 (recentf-indirect-mode-rule): New function.
7735 (recentf-build-mode-rules): Use it.
7736 (recentf-dir-rule): New function.
7737 (recentf-arrange-by-dir): Use it.
7738 (recentf-filter-changer-current): Rename from
7739 `recentf-filter-changer-state'. All references updated.
7740 (recentf-filter-changer-alist): Update filter names.
7741 (recentf-filter-changer-select): New function.
7742 (recentf-filter-changer): Use it. Make a sub-menu from filters
7743 available in `recentf-filter-changer-alist'.
7744 (recentf-data-cache, recentf-clear-data)
7745 (recentf-update-menu): Remove. All references updated.
7746 (recentf-match-rule-p, recentf-build-dir-rules)
7747 (recentf-filter-changer-goto-next)
7748 (recentf-filter-changer-get-current)
7749 (recentf-filter-changer-get-next): Remove.
7750
7751 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
7752
7753 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
7754 buffer "Reset" button to "Reset to Current" for consistency with
7755 the State buttons.
7756
7757 2005-12-08 John Paul Wallington <jpw@pobox.com>
7758
7759 * ibuf-ext.el (define-ibuffer-filter filename):
7760 If `dired-directory' is a list then really use its car.
7761
7762 2005-12-08 Kim F. Storm <storm@cua.dk>
7763
7764 * emulation/cua-rect.el (cua--rectangle-aux-replace):
7765 Fix indention of text on right side of replaced rectangle.
7766
7767 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
7768
7769 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
7770 No need to check gud-comint-buffer is bound.
7771 (gdb): Prevent multiple debugging when first session uses gdba.
7772
7773 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7774
7775 CC Mode update to 5.31.
7776
7777 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
7778 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
7779 We might do this function properly in the future).
7780
7781 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
7782 New macros c-sentence-end and c-default-value-sentence end, to cope
7783 with Emacs 22's new function `sentence-end'.
7784
7785 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7786
7787 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
7788 compat issue using `c-put-overlay' and `c-delete-overlay'.
7789
7790 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
7791 New compat macros to handle overlays/extents.
7792
7793 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7794
7795 * progmodes/cc-fix.el: Add definitions of the macros push and pop
7796 (for GNU Emacs 20.4)
7797
7798 * progmodes/cc-defs.el:
7799 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
7800
7801 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
7802 highlighting mechanism so it will work in XEmacs too.
7803
7804 * progmodes/cc-defs.el: Insert c-int-to-char.
7805
7806 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
7807 call to the new macro c-int-to-char. This solves XEmacs's
7808 regarding characters as different from integers.
7809
7810 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7811
7812 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
7813 New internal helper.
7814
7815 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
7816 construct to make the indirect face lookup work in XEmacs.
7817
7818 (c-cpp-matchers): Append the negation char face to the existing
7819 fontification, so that the cpp face doesn't disappear.
7820 Use `c-make-syntactic-matcher' to avoid negation chars in comments
7821 and strings.
7822
7823 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
7824 to map to `font-lock-negation-char-face' in emacsen where it exists.
7825
7826 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7827
7828 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
7829
7830 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
7831 Rename "c-subword-move-mode" as "c-subword-mode".
7832
7833 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
7834 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
7835
7836 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7837
7838 * progmodes/cc-mode.el: Added autoload directive for
7839 `c-subword-move-mode' for use in older emacsen.
7840
7841 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7842
7843 * progmodes/cc-mode.el:
7844 (i) Insert a binding for C-c C-backspace into
7845 c-bind-special-erase-keys which works in TTYs.
7846 (ii) Make sure that when file styles are used, any explicitly
7847 given style variables take priority over those in the style.
7848 Do this by calling `hack-local-variables' a second time.
7849
7850 * progmodes/cc-vars.el: Add language specific customization
7851 widgets for AWK to c-doc-comment-style, c-require-final-newline
7852 and c-default-style. Add a defcustom for awk-mode-hook.
7853 Give c-syntactic-element and c-syntactic-context doc-strings by
7854 directly setting their `variable-documentation' propery.
7855 This allows Emacs 22.1 to read these with C-h v.
7856
7857 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
7858
7859 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7860
7861 * progmodes/cc-fonts.el, cc-vars.el
7862 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
7863 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
7864 Masatake YAMATO.
7865
7866 (c-doc-comment-style): Made GtkDoc default in C mode.
7867
7868 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
7869 and C-c C-<delete>.
7870
7871 (c-bind-special-erase-keys): New function for use on
7872 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
7873
7874 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
7875 <delete> key behavior in XEmacs according to `delete-forward-p'.
7876 C.f. `c-electric-delete'.
7877
7878 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7879
7880 * progmodes/cc-mode.el: Give c-hungry-backspace and
7881 c-hungry-delete-forward permanent key bindings.
7882
7883 * progmodes/cc-cmds.el (c-electric-semi&comma):
7884 Bind c-syntactic-context for calls to "criteria functions", for
7885 consistency with other calls to user functions.
7886
7887 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
7888 `current-prefix-arg', since this might be the prefix arg to a
7889 command which calls c-indent-command as a function. Change the
7890 interactive spec from "p" to "P".
7891
7892 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
7893 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
7894 was difficult to understand.
7895
7896 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7897
7898 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
7899 first char of an identifier.
7900
7901 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
7902 +" syntax in C++.
7903
7904 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7905
7906 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
7907 auto-fill doesn't split a c-comment's last word from a hanging
7908 "*/" when a space is typed between them after fill-column.
7909
7910 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
7911
7912 * progmodes/cc-styles.el (c-set-style)
7913 (c-setup-paragraph-variables): Abort the command if we're not in a
7914 CC Mode buffer.
7915
7916 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
7917 with blank comment-prefix, and a blank line as the comment's
7918 second line.
7919
7920 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7921
7922 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
7923 Incorporate the patterns added in the Emacs development branch
7924 for the new Emacs 22 face `font-lock-negation-char-face'.
7925
7926 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
7927 of "red" since it stands out better in xterms and DOS terminals.
7928
7929 * progmodes/cc-engine.el (c-literal-faces):
7930 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
7931
7932 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
7933
7934 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
7935 forcibly enable c-electric-flag.
7936
7937 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
7938 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
7939 after the comment-prefix of a C-style comment will close that comment.
7940
7941 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
7942
7943 * progmodes/cc-fonts.el (c-basic-matchers-before)
7944 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
7945 in Pike.
7946
7947 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
7948 digraphs.
7949
7950 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
7951 (c-cpp-message-directives, c-cpp-include-directives)
7952 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
7953 (c-cpp-expr-directives): Introduce new language constants to
7954 control cpp syntax in a cleaner way.
7955
7956 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
7957
7958 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
7959
7960 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
7961 (c-multiline-string-start-char): New language constants and
7962 variables to specify how newlines in string literals work.
7963
7964 (c-font-lock-invalid-string): Use them.
7965
7966 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
7967 unbalanced close brace is entered. Optimization by avoiding going
7968 back over arbitrarily large blocks. Removed hints that this
7969 function only would be relevant/useful in AWK.
7970
7971 (c-electric-brace): Indent syntactically after the cleanups since
7972 lineup functions might do it differently then.
7973
7974 * progmodes/cc-engine.el, cc-langs.el
7975 (c-opt-op-identifier-prefix): New language constant and variable.
7976
7977 (c-just-after-func-arglist-p, c-after-special-operator-id)
7978 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
7979
7980 * progmodes/cc-align.el, cc-engine.el
7981 (c-after-special-operator-id): New helper to handle C++ operator
7982 identifiers.
7983
7984 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
7985 (c-guess-basic-syntax): Handle C++ operator identifiers in
7986 declarations.
7987
7988 * progmodes/cc-langs.el (c-assignment-operators): Add the
7989 trigraph version of ^= too.
7990
7991 * progmodes/cc-langs.el (c-assignment-operators): Add the
7992 trigraph version of |= in C++.
7993
7994 * progmodes/cc-fonts.el (c-font-lock-declarators):
7995 Handle `c-decl-hangon-kwds' after the identifier name.
7996
7997 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
7998 whether an arglist is "nonempty", ignore a comment after the open
7999 paren if it isn't followed by a non-comment token on the same line.
8000
8001 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8002 Enable heuristics below the point to cope with classes inside special
8003 brace lists in Pike.
8004
8005 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8006
8007 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8008
8009 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8010
8011 * progmodes/cc-guess.el (cc-guess-install): New function to
8012 install an already guessed style in another buffer.
8013
8014 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8015 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8016 anyway if the change always is undone.
8017
8018 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8019
8020 Implement togglable electricity:
8021
8022 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8023 saying when it should be used.
8024
8025 * progmodes/cc-engine.el: Add the new buffer-local variable,
8026 c-electric-flag.
8027
8028 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8029 c-toggle-auto-newline.
8030
8031 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8032 c-toggle-auto-newline. Remove the binding for
8033 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8034 c-toggle-electric-state.
8035
8036 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8037
8038 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8039 c-\(forward\|backward\)-subword.
8040 (c-update-modeline): Add the new modeline flag `l' for
8041 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8042 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8043 Make the old name an alias of the new name.
8044 (c-toggle-electric-state): New function.
8045 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8046 Adapt these functions to do electric things only when
8047 c-electric-flag is non-nil.
8048 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8049 new functions from c-electric-brace.
8050 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8051 mode, so that the tentative extra newline doesn't change the
8052 syntax of the following brace.
8053 (c-electric-brace): Restructure by extracting the above functions.
8054 Tidy up the coding somewhat.
8055 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8056 restructure a bit.
8057
8058 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8059
8060 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8061 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8062
8063 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8064 (c-submode-indicators): Change name from `c-auto-hungry-string'
8065 since it's now used to track another submode.
8066
8067 (c-update-modeline): Convert to function and extended to check
8068 `c-subword-move-mode'.
8069
8070 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8071 Convert to compat aliases for `c-forward-subword' and
8072 `c-backward-subword'.
8073
8074 * progmodes/cc-subword.el: New functions and minor mode to handle
8075 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8076
8077 (c-forward-subword, c-backward-subword, c-mark-subword)
8078 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8079 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8080 Functions corresponding to the standard word handling functions.
8081
8082 (c-subword-move-mode): Minor mode that replaces all the standard
8083 word handling functions with their subword equivalences.
8084
8085 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8086
8087 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8088 entry for one-liner-defun.
8089
8090 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8091 name in its def-edebug-spec.
8092
8093 * progmodes/cc-cmds.el (c-electric-brace): Make the
8094 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8095 compacts space before a comment, if this will make things fit on
8096 one line.
8097
8098 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8099
8100 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8101
8102 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8103 clean-up one-liner-defun.
8104
8105 * progmodes/cc-styles.el: Add the new "awk" style.
8106
8107 * progmodes/cc-vars.el: Add description of one-liner-defun to
8108 c-cleanup-list's doc-string. New user options,
8109 c-max-one-liner-length. In c-default-style, set the default style
8110 for AWK to "awk".
8111
8112 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8113
8114 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8115 macros inside labels.
8116
8117 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8118 `c-at-statement-start-p' and `c-at-expression-start-p'.
8119
8120 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8121 error if the mark isn't set.
8122
8123 * progmodes/cc-engine.el (c-guess-continued-construct)
8124 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8125 accurately detect functions inside functions.
8126
8127 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8128 like `c-at-statement-start-p' that additionally recognizes commas
8129 and expression parentheses as delimiters.
8130
8131 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8132 to avoid heuristics that doesn't work for unclosed blocks.
8133 (c-at-statement-start-p): New function.
8134
8135 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8136 Objective-C directives, e.g. directives spanning lines should work
8137 reasonably well now.
8138
8139 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8140
8141 (c-forward-objc-directive): New function to move over any ObjC
8142 directive.
8143
8144 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8145 (c-basic-matchers-before): Use it.
8146
8147 (c-font-lock-objc-iip-decl): Remove.
8148
8149 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8150 in the template arglist recognition.
8151
8152 * progmodes/cc-styles.el (c-style-alist): Fix several
8153 inconsistencies in the Whitesmith style.
8154
8155 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8156 New lineup function to get lines after Whitesmith style blocks
8157 correctly indented.
8158
8159 (c-lineup-whitesmith-in-block): Back out the compensation for
8160 opening parens since it's done using `add' lists in the style
8161 definition instead. Don't use the anchor position since it varies
8162 too much between the syntactic symbols. :P
8163
8164 * progmodes/cc-vars.el (c-valid-offset): Update.
8165
8166 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8167 lists where the offsets are combined according to several
8168 different methods: `first', `min', `max', and `add'.
8169 Report offset evaluation errors with `c-benign-error' so that some kind
8170 of reindentation still is done.
8171
8172 * progmodes/cc-engine.el (c-guess-basic-syntax):
8173 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8174 `arglist-close'.
8175
8176 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8177 situations for `arglist-cont-nonempty' and `arglist-close'.
8178
8179 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8180
8181 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8182 cc-bytecomp-boundp' in a number of places.
8183
8184 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8185 macro related issue.
8186
8187 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8188
8189 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8190 list is now [asdf], a char class [:alpha:].
8191 Include code for char classes.
8192 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8193 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8194
8195 Remove (nearly all of) the cruft associated with AWK Mode's former
8196 concept of "virtual semicolons":
8197
8198 Adapt c-beginning-of-statement, c-end-of-statement (together with
8199 subfunctions) to use the new notion of "virtual semicolon" in
8200 place of the old awkward special handling for AWK. There remains
8201 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8202 * progmodes/cc-cmds.el:
8203 (c-ascertain-adjacent-literal): In the backwards direction, now
8204 recognises AWK regexp delimiters as string delimiters.
8205 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8206 check more rigorously for "end of macro".
8207 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8208 virtual semicolons;
8209 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8210 out the code for forward movement into ...
8211 (c-end-of-statement): Now contains the code for forward movement,
8212 adapted for virtual semicolons.
8213
8214 * progmodes/cc-engine.el:
8215 (c-ws*-string-limit-regexp): New regexp.
8216 (c-forward-single-comment, c-backward-single-comment): Comment out
8217 the (now redundant) "special" AWK stuff.
8218
8219 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8220 c-string-par-start, c-string-par-separate to be more like Text
8221 Mode than Fundamental Mode.
8222
8223 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8224
8225 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8226 to the fontified region so that fontification doesn't occur
8227 outside it (could happen e.g. when fontifying a line with an
8228 unfinished declaration).
8229
8230 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8231
8232 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8233 start of the file. ^L now separate sections of the file.
8234 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8235 (c-awk-one-line-possibly-open-string-re)
8236 (c-awk-regexp-one-line-possibly-open-char-class-re)
8237 (c-awk-one-line-possibly-open-regexp-re)
8238 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8239 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8240
8241 Amend the concept of "virtual semicolons" (in the indentation
8242 engine) for languages like AWK, such that they are now
8243 conceptually attached to end of the last token of a statement, not
8244 the end of the line. (In AWK Mode, however, the pertinent text
8245 property is still physically set on the EOL.) Remove the specific
8246 tests for awk-mode, thus facilitating the introduction of other
8247 language modes where EOLs can end statements.
8248 (Note: The funtionality in cc-cmds.el, specifically
8249 c-beginning/end-of-statement has yet to be amended.)
8250
8251 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8252 New macros.
8253
8254 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8255 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8256 c-vsemi-status-unknown-p-fn (in a new page).
8257
8258 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8259 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8260 numerous awkward forms like
8261 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8262 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8263 variable before-ws-ip, the place just after char-before-ip appears.
8264
8265 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8266 a comment.
8267
8268 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8269
8270 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8271 `c-tentative-buffer-changes'.
8272
8273 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8274 convert to macro to choose between Emacs and XEmacs at compile time.
8275
8276 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8277
8278 (c-tentative-buffer-changes): New macro to handle temporary buffer
8279 changes in a convenient way.
8280
8281 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8282 for `c-tentative-buffer-changes'.
8283
8284 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8285 the checks for paren sexps between the point and the keyword, to
8286 avoid some false alarms.
8287
8288 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8289 Fixed a situation where an error could be thrown for unbalanced
8290 parens. Changed to make use of c-keyword-member' to avoid some
8291 repeated regexp matches.
8292
8293 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8294 These language variable are no longer necessary.
8295
8296 (c-block-stmt-kwds): New language constant used by
8297 c-looking-at-inexpr-block'.
8298
8299 (c-guess-basic-syntax): Remove an optional check that looked at
8300 the existence of the now removed language variables.
8301
8302 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8303 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8304 object instantiation expressions as declarations in some contexts.
8305 This bug only affected languages where the declarator can't be
8306 enclosed in parentheses.
8307
8308 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8309 insert newlines before and after substatement braces.
8310
8311 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8312 function declaration headers and the handling of C++ style member
8313 init lists.
8314
8315 (c-just-after-func-arglist-p): Rewritten to use
8316 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8317
8318 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8319
8320 (c-guess-basic-syntax): Adapt case 5B for the new
8321 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8322 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8323 covers all cases now).
8324
8325 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8326
8327 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8328
8329 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8330 c-string-par-start/separate c-sentence-end-with-esc-eol,
8331 initialised in c-setup-paragraph-variables, used in string
8332 scanning subroutines of c-beginning-of-statement.
8333
8334 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8335 which precedes the newly inserted `{'.
8336
8337 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8338
8339 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8340 function for declaration level blocks. It should now cope with
8341 templates better and also be a lot more comprehensible.
8342
8343 (c-looking-at-decl-block): The new function.
8344
8345 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8346 for compatibility.
8347
8348 (c-add-class-syntax, c-guess-continued-construct)
8349 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8350
8351 (c-decl-block-key): Change to tell apart ambiguous and
8352 unambiguous keywords. Pike specials are now handled directly in
8353 the code instead.
8354
8355 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8356 New language constants and variables to make the backward skip in
8357 `c-looking-at-decl-block' as tight as possible.
8358
8359 (c-nonsymbol-token-char-list): New language constant.
8360
8361 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8362 find balanced template arglists backwards.
8363
8364 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8365 making char classes for `c-syntactic-skip-backward'.
8366
8367 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
8368 16D - can't be a class-close at that point.
8369
8370 * progmodes/cc-engine.el (c-guess-basic-syntax)
8371 (c-add-class-syntax): Don't narrow out the enclosing declaration
8372 level. This makes everything a lot easier, and it was actually
8373 only four small places that needed it to work. Some places that
8374 previously did `widen' are removed now, which has the effect that
8375 `c-guess-basic-syntax' never will look at things outside the
8376 current narrowment now. The anchor position for `topmost-intro'
8377 is affected by this, but it was so bogus it was basically useless
8378 before, and now it's equally bogus but in a slightly different way.
8379
8380 (c-narrow-out-enclosing-class): Gone.
8381
8382 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
8383 the narrowed region.
8384
8385 (c-least-enclosing-brace): Remove silly optional argument.
8386
8387 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
8388 the point could be left directly after an open paren when finding
8389 the beginning of the first decl in the block.
8390
8391 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
8392 Specify which submatch to use.
8393
8394 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
8395
8396 (c-decl-start-re): No longer any need for special treatment of
8397 ObjC due to the above.
8398
8399 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
8400 presumably follows C in that regard.
8401
8402 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
8403 New language constants to specify operator tokens inside
8404 identifiers in a more high level way.
8405
8406 (c-opt-identifier-prefix-key): New internal language constant.
8407
8408 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
8409 (c-identifier-start, c-identifier-key): Now completely calculated
8410 from other constants.
8411
8412 (c-identifier-last-sym-match): Decommission since it's no longer used.
8413
8414 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
8415
8416 * progmodes/cc-engine.el (c-forward-name): Remove the
8417 optimization when c-identifier-key is equal to c-symbol-key since
8418 it doesn't work in byte compiled files. Don't record empty
8419 regions as identifiers.
8420
8421 * progmodes/cc-langs.el (c-filter-ops): New helper function to
8422 simplify access to `c-operators' and its likes.
8423
8424 (c-operator-list, c-all-op-syntax-tokens)
8425 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
8426 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
8427 (c-primary-expr-regexp, c-cast-parens): Use it.
8428
8429 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
8430 an explicit language in functions.
8431
8432 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
8433 variant of adornment.
8434
8435 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
8436 variable.
8437
8438 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
8439 the Pike value.
8440
8441 * progmodes/cc-engine.el (c-on-identifier)
8442 (c-simple-skip-symbol-backward): Small fix for handling "-"
8443 correctly in `skip-chars-backward'. Affected the operator lfun
8444 syntax in Pike.
8445
8446 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
8447 diagnostic message about precompiled language vars not being used.
8448
8449 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
8450 "__attribute__" is followed by a parenthesis.
8451
8452 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
8453 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
8454 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
8455
8456 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
8457 Internal cleanups to properly detect the declared identifiers in
8458 various declarations.
8459
8460 (c-decl-start-kwds): New language constant to recognize
8461 declarations that can start anywhere. Used for class declarations
8462 in Pike.
8463
8464 (c-specifier-key, c-not-decl-init-keywords)
8465 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
8466 (c-find-decl-spots): Implement `c-decl-start-kwds'.
8467
8468 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
8469 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
8470 handling of the compiler specific extension keywords into a new
8471 language constant `c-decl-hangon-kwds' that defines keyword
8472 clauses to be ignored in declarations.
8473
8474 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
8475 past unrecognized tokens when handling `c-colon-type-list-kwds'.
8476 Necessary to stop at the declared identifier in e.g. IDL valuetype
8477 declarations.
8478
8479 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
8480 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
8481 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
8482 (c-forward-decl-or-cast-1): Recognize the declared identifier in
8483 class and enum declarations as such and not as part of the type.
8484
8485 (c-forward-decl-or-cast-1, c-forward-label): Relax the
8486 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
8487
8488 (c-forward-decl-or-cast-1): Don't disregard sure signs of
8489 declarations when there's some syntax error later on.
8490
8491 (c-complex-decl-matchers): Did away with a reference to
8492 `c-specifier-key'.
8493
8494 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
8495 value - this variable is always dynamically bound.
8496
8497 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
8498 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
8499 * cc-cmds.el, cc-defs.el: Change the policy for marking up
8500 functions that might do hidden buffer changes: All such internal
8501 functions are now marked instead of those that don't.
8502
8503 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
8504 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
8505 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
8506 (c-literal-type): Allow these functions to make hidden buffer changes,
8507 so that they are free to use text property caching later on.
8508
8509 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
8510 (c-electric-brace, c-electric-slash, c-electric-star)
8511 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
8512 (c-electric-paren, c-electric-continued-statement, c-indent-command)
8513 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
8514 (c-context-line-break): Add `c-save-buffer-state' calls to comply
8515 with the changed semantics of the functions above.
8516
8517 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
8518 when macros occur in obscure places. Optimized the sexp movement
8519 a bit.
8520
8521 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8522
8523 Enhancements for c-beginning-of-statement to work in AWK Mode:
8524
8525 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
8526 (completed statement) with `}' (statement completed by closing
8527 brace or semicolon) and `$' (statement completed by EOL).
8528
8529 (c-awk-virtual-semicolon-ends-prev-line-p)
8530 (c-awk-virtual-semicolon-ends-line-p)
8531 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
8532 (c-awk-at-statement-end-p): New functions.
8533
8534 * progmodes/cc-cmds.el: Simplify the structure of functions
8535 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
8536 two functions and c-beginning-of-statement to handle AWK Mode.
8537
8538 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
8539 c-backward-single-comment for AWK mode. Attempt to clarify their
8540 doc-strings.
8541
8542 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
8543
8544 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8545
8546 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
8547 label handling. Labels are now recognized in a uniform and more
8548 robust way, regardless of context. Text properties are put on all
8549 labels to recognize the following declarations better.
8550 Multiword labels are handled both in indentation and fontification for
8551 the benefit of language extensions like Qt. For consistency, keywords
8552 in labels are now fontified with the label face instead.
8553 That also applies to "case" and "default".
8554
8555 (c-beginning-of-statement-1): Fix some bugs in the label
8556 handling. Disregard `c-nonlabel-token-key' in labels that begin
8557 with `c-label-kwds'.
8558
8559 (c-find-decl-spots): Support that the callback adds more
8560 `c-decl-end' spots to find.
8561
8562 (c-forward-decl-or-cast-1): Don't treat a list of plain
8563 identifiers followed by a colon as a declaration.
8564
8565 (c-forward-label): New function to recognize labels.
8566
8567 (c-guess-basic-syntax): Replace uses of `c-label-key' with
8568 `c-forward-label'. Moved the label recognition cases (14 and 15)
8569 earlier since they aren't so context sensitive now. Handle labels
8570 on the top level gracefully. Moved access label recognition to
8571 the generic label case (CASE 15) - removed CASE 5E.
8572
8573 (c-font-lock-declarations): Add recognition of labels in the
8574 same round since we need to handle labels in parallell with other
8575 declarations to recognize both accurately. It should also improve
8576 speed.
8577
8578 (c-simple-decl-matchers, c-basic-matchers-after):
8579 Move `c-font-lock-labels' so that it only is used on decoration level 2
8580 since `c-font-lock-declarations' handles it otherwise.
8581
8582 (c-complex-decl-matchers): Remove the simplistic recognition of
8583 access labels.
8584
8585 (c-decl-prefix-re): Remove the kludges that was necessary to cope
8586 with labels earlier.
8587
8588 (c-decl-start-re): New language variable to make
8589 `c-font-lock-declarations' stop for the special protection labels
8590 in Objective-C that start with `@'.
8591
8592 (c-label-key): Remove since it's no longer used.
8593
8594 (c-recognize-colon-labels, c-label-prefix-re): New language
8595 constants to support recognition of generic colon-terminated labels.
8596
8597 (c-type-decl-end-used): `c-decl-end' is now used whenever there
8598 are colon terminated labels.
8599
8600 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
8601 first argument starts with a special brace list.
8602
8603 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
8604 (c-font-lock-declarations): Break out the declaration and cast
8605 recognition from `c-font-lock-declarations' to a new function, so
8606 that it can be used in the indentation engine.
8607
8608 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
8609 up to the start of the literal. Fixed bug with the point on the
8610 wrong side of the search limit that could happen when the start
8611 position is inside a literal.
8612
8613 * progmodes/cc-engine.el (c-parse-state)
8614 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
8615 so that it's kept a little bit back to increase the hit rate.
8616
8617 (c-parse-state): Change the macro handling and fixed some
8618 glitches. Macro context is checked more often than necessary now,
8619 but otoh less garbage conses are generated.
8620
8621 * progmodes/cc-engine.el (c-parse-state)
8622 (c-invalidate-state-cache): Cache the last position where
8623 `c-state-cache' applies. This can speed up refontification quite
8624 a bit in blocks where there are many non-brace parens before the point.
8625
8626 (c-state-cache-end): New variable for this.
8627
8628 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
8629 cache variable.
8630
8631 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
8632 get close initial continue positions when the start position is
8633 inside a literal or macro. Do not call the callback for spots
8634 before the start position (which can happen e.g. for `c-decl-end'
8635 spots inside comments). Optimize better in special cases when the
8636 region is a single line inside a literal or macro (typically when
8637 the current line is refontified).
8638
8639 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
8640 to `c-add-stmt-syntax' - there's no need to explicitly whack off
8641 entries from the paren state.
8642
8643 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
8644 special case for "else if" clauses.
8645
8646 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
8647 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
8648
8649 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
8650 New language variable to recognize the gcc extension with statement
8651 blocks inside expressions.
8652
8653 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
8654 it somewhat more comprehensible. The argument AT-BLOCK-START is
8655 no longer used and hence removed.
8656
8657 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
8658 to `c-add-stmt-syntax'.
8659
8660 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
8661 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
8662 This fixes bogus label recognition.
8663
8664 * progmodes/cc-engine.el (c-add-type, c-check-type)
8665 (c-forward-name, c-forward-type): Improve storage of template
8666 types in `c-found-types' so that they can be recognized better.
8667
8668 (c-syntactic-content): Add option to skip past nested parens.
8669
8670 * progmodes/cc-engine.el (c-forward-name):
8671 Set `c-last-identifier-range' all the time. It's less work that way.
8672 Handle that there might not be an identifier to store in
8673 `c-last-identifier-range'.
8674
8675 (c-forward-type): Handle that `c-last-identifier-range' might be
8676 nil from `c-forward-name'.
8677
8678 * progmodes/cc-defs.el (c-safe-scan-lists)
8679 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
8680
8681 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
8682 to work even if the form fails.
8683
8684 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
8685 down in a large file in one go.
8686
8687 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
8688
8689 * progmodes/cc-align.el (c-lineup-assignments): New lineup
8690 function which is like `c-lineup-math' but returns nil instead of
8691 `c-basic-offset' when it doesn't match.
8692
8693 (c-lineup-math): Change to use `c-lineup-assignments'.
8694
8695 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8696
8697 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
8698 c-beginning-of-statement. New subfunctions
8699 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
8700
8701 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8702
8703 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
8704 hardcoded char classes whereever possible. Changed a couple of
8705 places to use skip by syntax instead of skip by char class.
8706
8707 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
8708 Fix a bug in the regexp that caused extreme backtracking.
8709
8710 * progmodes/cc-langs.el (c-block-comment-starter)
8711 (c-block-comment-ender): New language constants to specify in a
8712 single place how block comments look.
8713
8714 (c-comment-start-regexp, c-block-comment-start-regexp)
8715 (comment-start, comment-end, comment-start-skip)
8716 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
8717 (c-syntactic-ws, c-nonempty-syntactic-ws)
8718 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
8719 `c-line-comment-starter', `c-block-comment-starter' and
8720 `c-block-comment-ender'.
8721
8722 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
8723 New language constants to break up things a bit.
8724
8725 (c-simple-ws): New language constant for simple whitespace.
8726
8727 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
8728
8729 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
8730 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
8731 newlines. Allow and ignore nil elements in the list.
8732
8733 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8734
8735 * progmodes/cc-cmds.el: Comment out a (n almost certainly
8736 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
8737
8738 * progmodes/cc-cmds.el: Tidy up the comments in
8739 c-beginning-of-statement and subfunctions.
8740
8741 * progmodes/cc-awk.el: Replace calls to put-text-property to the
8742 more flexible c-put-char-property and c-clear-char-properties.
8743 Add the author's email address.
8744
8745 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
8746
8747 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
8748 closing "*/" of a block comment.
8749
8750 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
8751 subfunctions) so that it works at BOB and EOB.
8752
8753 * progmodes/cc-cmds.el, cc-vars.el: More updating of
8754 c-beginning-of-statement, including new variable
8755 c-block-comment-start-regexp.
8756
8757 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8758
8759 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
8760 symbols from `*-font-lock-extra-types' so that there's no need to
8761 use `regexp-opt' on those lists.
8762
8763 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
8764 `c-type-modifier-kwds' is empty.
8765
8766 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
8767 there are several strings on the same line.
8768
8769 * progmodes/cc-engine.el (c-literal-limits): Remove the
8770 compatibility function for older emacsen. `c-literal-limits-fast'
8771 has now taken the place of this function.
8772
8773 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
8774 with older emacsen: We now require `pps-extended-state'.
8775
8776 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8777
8778 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
8779 which obviates the need to hack sentence-end. This now handles
8780 escaped newlines in strings correctly. Correct minor bugs in
8781 c-move-over-sentence and in c-beginning-of-statement.
8782
8783 * progmodes/cc-cmds.el (c-beginning-of-statement (and
8784 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
8785 that movement over macros and code are rigorously separated from
8786 eachother. Correct a few incidental bugs.
8787
8788 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
8789 Improve its doc-string. Improve the handling of certain specific cases.
8790
8791 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8792
8793 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
8794 (c-guess-basic-syntax): Change the way class-level labels are
8795 recognized; they can now contain essentially any symbols.
8796
8797 (c-opt-extra-label-key): New language variable to cope with the
8798 special protection label syntax in Objective-C.
8799
8800 (c-opt-access-key): Remove; this is now handled better by
8801 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
8802
8803 (c-complex-decl-matchers): Update to handle that
8804 `c-opt-access-key' no longer exists.
8805
8806 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
8807 improved label recognition in `c-beginning-of-statement-1'.
8808
8809 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
8810 Recognize bitfields better.
8811
8812 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
8813 Remove some cruft and fixed a bug that could cause it to go to a
8814 position further down.
8815
8816 * progmodes/cc-langs.el, cc-engine.el
8817 (c-beginning-of-statement-1): Improve detection of labels in
8818 declaration contexts.
8819
8820 (c-beginning-of-decl-1): Use it.
8821
8822 (c-nonlabel-token-key): New language constant and variable needed
8823 by `c-beginning-of-statement-1'.
8824
8825 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
8826 manifested itself due to the correction in `c-forward-sexp'.
8827
8828 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
8829 Make these behave as documented when used at the buffer limits.
8830
8831 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
8832 (c-type-decl-end-used): Made this a language variable.
8833
8834 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
8835 correctly when `combine-after-change-calls' is used together with
8836 temporary narrowings.
8837
8838 * progmodes/cc-engine.el (c-beginning-of-statement-1):
8839 Report labels correctly when the start point is immediately after the
8840 colon.
8841
8842 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
8843 Remove since it isn't used anymore.
8844
8845 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
8846 bracket arglists such as template parens in C++.
8847
8848 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
8849 in the last check-in. Some optimization.
8850
8851 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
8852 where it could stop at the same level in a preceding sexp when
8853 PAREN-LEVEL is set.
8854
8855 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
8856 text property lookup only when it's needed.
8857
8858 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
8859 Change the policy for paren marked angle brackets to be more
8860 persistent; once marked they remain marked even when they're found
8861 to be unbalanced in the searched region. This should keep the
8862 paren syntax around even when individual lines are refontified in
8863 multiline template arglists.
8864
8865 (c-parse-and-markup-<>-arglists): New dynamically bound variable
8866 to control markup so that incorrect angle bracket arglists aren't
8867 marked in contexts where the correct value for
8868 `c-disallow-comma-in-<>-arglists' isn't known.
8869
8870 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
8871 argument has become `c-parse-and-markup-<>-arglists'.
8872
8873 (c-remove-<>-arglist-properties): Remove - no longer used.
8874
8875 (c-after-change-check-<>-operators): New function used on
8876 `after-change-functions' to avoid that "<" and ">" characters that
8877 are part of longer operators have paren syntax.
8878
8879 (c-<>-multichar-token-regexp): New language variable used by
8880 `c-after-change-check-<>-operators'.
8881
8882 (c-after-change): Call `c-after-change-check-<>-operators'.
8883
8884 (c-font-lock-<>-arglists): Use the context properties set by
8885 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
8886 correctly to avoid doing invalid markup.
8887
8888 (c-font-lock-declarations): Remove code that undoes the invalid
8889 markup done by `c-font-lock-<>-arglists'.
8890
8891 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
8892 after `c-font-lock-declarations'.
8893
8894 * progmodes/cc-engine.el (c-syntactic-skip-backward):
8895 Add paren-level feature.
8896
8897 (c-guess-basic-syntax): Improve the anchor position for
8898 `template-args-cont' in nested template arglists. There's still
8899 much to be desired in this area, though.
8900
8901 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8902
8903 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
8904 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
8905
8906 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8907
8908 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
8909 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
8910
8911 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
8912 it doesn't work no longer are supported.
8913
8914 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
8915 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
8916 requires support for the syntax-table' text property, which rules
8917 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
8918 cruft associated with those versions.
8919
8920 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
8921 for the `syntax-table' text property, which rules out Emacs 19 and
8922 XEmacs < 21.4. Removed various compatibility cruft associated
8923 with those versions.
8924
8925 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
8926 support for the `syntax-table' text property.
8927
8928 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
8929 variable and use an extra quoted face name instead. All the
8930 emacsen flavors handle that correctly.
8931
8932 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
8933 (c-font-lock-declarators, c-font-lock-declarations)
8934 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
8935 property to mark the items in in declarator lists to handle
8936 refontification inside multiline declarations better.
8937
8938 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
8939 construct like "a * b = c;" as a declaration.
8940
8941 2005-12-08 Kim F. Storm <storm@cua.dk>
8942
8943 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
8944 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
8945 select either meta, hyper, or super modifier for rectangle commands.
8946 (cua--rectangle-modifier-key): New defvar.
8947 (cua--M/H-key): Use it. Remove special case for `space'.
8948 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
8949 on X, to meta otherwise. Always bind C-return to toggle
8950 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
8951
8952 * emulation/cua-rect.el (cua-help-for-rectangle):
8953 Use cua--rectangle-modifier-key. Handle super modifier too.
8954 (cua--init-rectangles): Always bind C-return to toggle rectangle.
8955 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
8956
8957 * ido.el: Move Acknowledgements and History after Commentary.
8958 Minor changes to Commentary.
8959
8960 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
8961 keymap if cua--prefix-override-timer is `shift'.
8962 (cua--shift-control-prefix): New function; emulate "type prefix
8963 key twice" functionality to handle shifted prefix key override.
8964 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
8965 New commands.
8966 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
8967
8968 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
8969
8970 * textmodes/org.el (org-insert-heading): Try to do items before
8971 headings.
8972 (org-agenda-mode): Quote `org-agenda-mode-hook'.
8973 (org-insert-item): New function.
8974 (org-renumber-ordered-list): Don't skip to higher level lists.
8975
8976 2005-12-08 Juri Linkov <juri@jurta.org>
8977
8978 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
8979
8980 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
8981
8982 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
8983
8984 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
8985 the constructed function name fun-1.
8986
8987 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
8988 because such links don't lead to parent documentation.
8989
8990 2005-12-08 Kenichi Handa <handa@m17n.org>
8991
8992 * descr-text.el (describe-char): Use *Help-2* buffer if the
8993 current buffer is *Help*. Call describe-text-properties while
8994 setting the original buffer.
8995
8996 2005-12-07 Bill Wohler <wohler@newt.com>
8997
8998 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
8999 and causes problems with non-MH users (such as Gnus users).
9000
9001 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9002
9003 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9004 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9005 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9006 command "info sources". Move calls to GDB command "list".
9007 (gdb-find-file-hook): Just use gdb-source-file-list.
9008 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9009 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9010 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9011 (gdb-data-list-register-values-handler): Use correct trigger name.
9012
9013 2005-12-07 Kim F. Storm <storm@cua.dk>
9014
9015 * ido.el (ido-completion-map): Rename from ido-mode-map.
9016 (ido-common-completion-map, ido-file-completion-map)
9017 (ido-file-dir-completion-map, ido-buffer-completion-map):
9018 Rename from ido-mode-....-map.
9019 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9020 (ido-setup-completion-map): Rename from ido-define-mode-map.
9021 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9022 to ido-completion-map.
9023
9024 2005-12-07 Kenichi Handa <handa@m17n.org>
9025
9026 * international/mule-cmds.el
9027 (set-display-table-and-terminal-coding-system): If the coding
9028 system specified in `unibyte-display' property is different from
9029 the arg coding-system, don't setup standard-display-table.
9030
9031 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9032
9033 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9034 that comments end at \n, regardless of selective-display.
9035
9036 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9037
9038 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9039 (gdb-version): New variables.
9040 (gdb-source-file-list, gdb-register-names)
9041 (gdb-changed-registers): New variables for use with GDB 6.4+.
9042 (gdb-ann3): Replace with...
9043 (gdb-init-1, gdb-init-2): ...two new functions.
9044 (gdba, gdb-prompt): Call gdb-init-1.
9045 (gdb-get-version): New function. Call gdb-init-2 from here.
9046 (gud-watch): Make it work with mouse events too.
9047 (gdb-post-prompt): Don't add to queue until GDB version is known.
9048 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9049 (gdb-locals-mode): Use gdb-version.
9050 (gdb-memory-format-map, gdb-memory-unit-map)
9051 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9052 (gdb-locals-font-lock-keywords-1)
9053 (gdb-locals-font-lock-keywords-2): New variables.
9054 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9055 (gdb-set-gud-minor-mode-existing-buffers-1)
9056 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9057 (gdb-var-update-1, gdb-var-update-handler-1)
9058 (gdb-data-list-register-values-handler)
9059 (gdb-data-list-register-values-custom)
9060 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9061 (gdb-stack-list-locals-handler, gdb-get-register-names):
9062 New functions for use with GDB 6.4+.
9063 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9064 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9065 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9066 (gdb-stack-list-locals-regexp)
9067 (gdb-data-list-register-names-regexp): New regexps for use with
9068 GDB 6.4+.
9069
9070 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9073
9074 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9075
9076 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9077 prompts work for AUTH PLAIN. Also reported by Steve Allan
9078 <seallan@verizon.net>.
9079
9080 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9081
9082 * frame.el (set-frame-parameter): Add doc string.
9083
9084 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9085
9086 * textmodes/org.el (org-occur-highlights): New variable.
9087 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9088 (org-highlight-sparse-tree-matches): New option.
9089 (org-do-occur): New function.
9090 (org-get-heading): Make it work also at beginning of line.
9091 (org-category-table): New variable.
9092 (org-get-category-table, org-get-category)
9093 (org-camel-to-words, org-link-search): New functions.
9094 (org-select-this-todo-keyword): New variable.
9095 (org-todo-list): New command.
9096 (org-shiftright, org-shiftleft): New commands.
9097 (org-agenda-todo): Add prefix argument.
9098 (org-show-hierarchy-above): New option.
9099 (org-show-todo-tree): Numerical prefix creates tree for specific
9100 TODO keyword.
9101 (org-outline-level): New function, to assign a level to plain
9102 lists items.
9103 (org-cycle-include-plain-lists): New option.
9104 (org-mode): Use `org-outline-level' as value of `outline-level'.
9105 (org-cycle): Temporarily switch `outline-regexp' if
9106 `org-cycle-include-plain-lists' is non-nil.
9107 (org-start-icalendar-file): Fix format bug.
9108 (org-agenda-get-day-entries): Create category table.
9109 (org-agenda-get-todos, org-agenda-get-timestamps)
9110 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9111 (org-agenda-get-blocks): Use `org-get-category'.
9112 (org-context-in-file-links): Rename from
9113 `org-line-numbers-in-file-links'.
9114
9115 2005-12-06 Romain Francoise <romain@orebokech.com>
9116
9117 * window.el (balance-windows): Delete extraneous third arg in call
9118 to `enlarge-window'.
9119
9120 2005-12-06 Kenichi Handa <handa@m17n.org>
9121
9122 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9123
9124 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9125
9126 * progmodes/gdb-ui.el (gdb-var-create-handler)
9127 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9128 (gdb-var-list-children-handler, gdb-var-update-handler):
9129 Current buffer is already gdb-partial-output-buffer, don't
9130 make it current again.
9131
9132 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9133
9134 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9135 (list-buffers-noselect): Use it.
9136
9137 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9138
9139 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9140 (mail-yank-ignored-headers): Use regexp-opt.
9141 (mail-mode-map): Move initialization into declaration.
9142 (mail-sent-via): Remove unused shadowed var `to-line'.
9143 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9144 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9145 (mail-do-fcc): Use dolist and push.
9146 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9147 (mail-yank-ignored-headers): Don't autoload.
9148
9149 2005-12-05 Kenichi Handa <handa@m17n.org>
9150
9151 * international/mule-cmds.el (set-language-info-internal): New fun.
9152 (set-language-info): Call set-language-info-internal to update
9153 language-info-alist. If LANG-ENV is the current one, call
9154 set-language-environment to make INFO effective now.
9155 (set-language-info-alist): Likewise.
9156 (locale-language-names): With locale "en", use English
9157 lang. env. but set the default codings to iso-8859-1.
9158
9159 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9160
9161 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9162 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9163 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9164 for plain strings.
9165 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9166 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9167 Create registers buffer if necessary. Echo new state in minibuffer.
9168 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9169
9170 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9171
9172 * info.el (Info-fontify-node): Match external links using
9173 non-directory part of filename.
9174
9175 2005-12-04 Juri Linkov <juri@jurta.org>
9176
9177 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9178 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9179 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9180 because there is no customization option for it.
9181
9182 * font-lock.el (lisp-font-lock-keywords-1):
9183 Add define-global-minor-mode.
9184
9185 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9186
9187 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9188 properties on the constructed variable names.
9189
9190 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9191 Put `definition-name' properties on the constructed function names
9192 next-sym and prev-sym.
9193
9194 * emacs-lisp/find-func.el (find-function-regexp):
9195 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9196 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9197 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9198 and easy-menu-define.
9199
9200 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9201 easy-mmode-define-global-mode and define-global-minor-mode.
9202 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9203
9204 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9205 instead of easy-mmode-define-global-mode.
9206
9207 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9208 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9209
9210 * cus-edit.el (customize-group, customize-group-other-window):
9211 Filter out autoloaded options from the group completion list by
9212 using heuristics that autoloaded groups don't have `custom-autoload'
9213 property on their symbols (they have only `custom-loads').
9214
9215 * simple.el (completion-setup-function): Put completions-common-part
9216 face on complete completion string too (i.e. completion string
9217 without completions-first-difference face).
9218
9219 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9220
9221 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9222
9223 * view.el (view-mode): Doc fix.
9224
9225 * disp-table.el (standard-display-european): Add to the warning
9226 message a reference to the doc string.
9227
9228 * play/yow.el (apropos-zippy): Call print-help-return-message,
9229 similar to other Help and Apropos commands.
9230
9231 * help.el (print-help-return-message): If pop-up-frames is
9232 non-nil, set up help-return-method to delete the help window and,
9233 possibly, its frame as well, and don't display message about
9234 scrolling the help window. Doc fix.
9235 (help-return-method): Doc fix.
9236
9237 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9238
9239 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9240 whereby names of length one or names starting with a
9241 symbol-constituent character would not be returned.
9242
9243 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9244
9245 * subr.el (atomic-change-group): Add edebug and indentation spec.
9246
9247 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * completion.el (save-completions-file-name): Fix typo in last change.
9250
9251 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9252
9253 * info.el: Move back/forward history to the beginning of the tool bar.
9254
9255 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9256
9257 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9258 Add fset of allout-real-isearch-abort during compile to fix
9259 byte-compilation warnings.
9260 (allout-mode-p): Move definition of this macro above all uses, or
9261 byte compilation in barren emacs (eg, during emacs build) will
9262 lack the definition.
9263 (allout-mode): Move this variable above any uses, or byte
9264 compilation will fail.
9265 (allout-resolve-xref): Remove use of personal file-reference function.
9266 (allout-toggle-current-subtree-encryption): Do the current (ie,
9267 visible containing) topic, rather than nearest around point. Doc fix.
9268 (allout-toggle-subtree-encryption): New function, workhorse that
9269 works on nearest topic containing point.
9270 (allout-encrypt-string): Signal requirement for newer version of pgg.
9271 (allout-resumptions): Doc fix.
9272
9273 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9274
9275 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9276
9277 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9278
9279 * textmodes/flyspell.el (flyspell-external-point-words):
9280 Consider a misspelling as found in the string search if: (a) misspelling
9281 and found string lengths match, or (b) misspelling is found as
9282 element in a boundary-chars separated longer string, or (c)
9283 ispell-program-name is really ispell and misspelling is found as
9284 part of a TeX string. After successful match move beginning of
9285 search region to end of match. Warn about not found misspellings
9286 once the process is done.
9287 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9288
9289 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9290
9291 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9292 tool bar (removed inadvertently).
9293
9294 2005-12-02 Juri Linkov <juri@jurta.org>
9295
9296 * log-view.el (log-view-diff): Clarify doc string.
9297
9298 2005-12-01 Bill Wohler <wohler@newt.com>
9299
9300 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9301 triggers lm-verify errors.
9302
9303 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9304
9305 * simple.el (transient-mark-mode, line-number-mode)
9306 (column-number-mode, size-indication-mode): Remove `:require nil'.
9307
9308 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9309
9310 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9311 in the margin also.
9312 (gdb-breakpoints-mode-map): Use D instead of d for
9313 gdb-delete-breakpoint.
9314 (gdb-get-frame-number): Require a number to match on.
9315 (gdb-threads-mode-map): Add follow-link binding.
9316
9317 2005-11-30 Jason Rumney <jasonr@gnu.org>
9318
9319 * isearch.el (isearch-mode-map): Avoid exiting search on
9320 language-change event.
9321
9322 2005-11-30 Romain Francoise <romain@orebokech.com>
9323
9324 * speedbar.el (speedbar-default-position): New defcustom.
9325 (speedbar-frame-reposition-smartly): Use it.
9326
9327 * dframe.el (dframe-reposition-frame-emacs): Fix position
9328 computation for `left' location.
9329 Update copyright year.
9330
9331 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9332
9333 * help.el (help-map): Move initialization into declaration.
9334
9335 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9336
9337 * help-fns.el (help-argument-name): Don't autoload.
9338 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9339 to be re-loaded when customizing the `help' group.
9340
9341 2005-11-30 John Paul Wallington <jpw@gnu.org>
9342
9343 * help-fns.el (describe-function-1): Fill arglist output.
9344
9345 2005-11-30 Kim F. Storm <storm@cua.dk>
9346
9347 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9348 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9349 after revert-buffer (or anything else which kills all local variables).
9350
9351 * apropos.el (apropos-parse-pattern): Doc fix.
9352 Set apropos-regexp directly, rather than expecting callers to do so.
9353 (apropos-command, apropos, apropos-value, apropos-documentation):
9354 Simplify calls to apropos-parse-pattern.
9355
9356 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9357
9358 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9359 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9360 (hi-lock-write-interactive-patterns): Use comment-region.
9361
9362 * longlines.el (longlines-mode): Add mail-setup-hook.
9363
9364 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9365
9366 * simple.el (sendmail-user-agent-compose, next-line):
9367 Conditionally use hard-newline.
9368
9369 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
9370
9371 * international/latexenc.el (latex-inputenc-coding-alist):
9372 Reword doc string.
9373
9374 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9375
9376 * help.el (describe-key-briefly, describe-key): Recognize default
9377 bindings.
9378
9379 2005-11-29 Romain Francoise <romain@orebokech.com>
9380
9381 * view.el (view-inhibit-help-message): New defcustom.
9382 (view-mode-enter): Use it.
9383
9384 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
9385
9386 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
9387 Preserve user position.
9388
9389 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
9390
9391 * font-lock.el: Throw error if facemenu is not loaded to prevent
9392 accidental change of loading order in loadup.el. (Suggested by RMS.)
9393
9394 * loadup.el: Add comment explaining why facemenu must be loaded
9395 before font-lock.
9396
9397 2005-11-28 Jay Belanger <belanger@truman.edu>
9398
9399 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9400 (calc-dispatch-map): Add more keys for `calc-same-interface'.
9401
9402 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
9403
9404 * calc/calc-embed.el (calc-do-embedded): Update help message.
9405
9406 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
9407
9408 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9409
9410 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
9411
9412 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
9413 called-interactively-p.
9414 (elp-profilable-p): Rename from elp-not-profilable-p.
9415 Invert result and take into account macros and autoloaded functions.
9416 (elp-instrument-function): Update call.
9417 (elp-instrument-package): Update call. Add completion.
9418 (elp-pack-number): Use match-string.
9419 (elp-results-jump-to-definition-by-mouse): Merge into
9420 elp-results-jump-to-definition and then remove.
9421 (elp-output-insert-symname): Make help echo text single-line.
9422
9423 * replace.el (query-replace-map): Move initialization into declaration.
9424 (occur-engine): Use with-current-buffer.
9425 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
9426 (occur-mode-mouse-goto): Replace with an alias.
9427
9428 2005-11-28 Juri Linkov <juri@jurta.org>
9429
9430 * simple.el (quoted-insert): Let-bind input-method-function to nil.
9431
9432 * term/w32-win.el: Bind [S-tab] to [backtab].
9433
9434 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
9435 `Info-find-file' to t.
9436
9437 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
9438 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
9439 and same-window-regexps.
9440 (occur-next-error): Don't move point for arg 0.
9441
9442 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
9443
9444 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
9445
9446 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
9447
9448 * log-edit.el (log-edit-changelog-use-first): New var.
9449 (log-edit-changelog-ours-p): Use it.
9450 (log-edit-insert-changelog): Set it with new arg `use-first'.
9451 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
9452 (log-edit-hook): Add them to the list of suggested options.
9453
9454 * textmodes/flyspell.el (flyspell-last-buffer): New var.
9455 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
9456 redundant work.
9457 (flyspell-mode-on): Use add-hook for after-change-functions.
9458 (flyspell-mode-off): Use remove-hook for after-change-functions.
9459 (flyspell-changes): Make it buffer-local.
9460 (flyspell-after-change-function): Make it non-interactive. Use push.
9461 (flyspell-post-command-hook): Check input-pending-p while processing
9462 the potentially long list of buffer changes.
9463
9464 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9465
9466 * buff-menu.el (list-buffers-noselect): Display the selected
9467 frame's buffer list, not the global one.
9468
9469 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9470
9471 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
9472 that (list last-input-event) works as in interactive spec.
9473
9474 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9475
9476 * loadup.el ("facemenu"): Load facemenu before font-lock, because
9477 `facemenu-keymap' needs to be defined when font-lock is loaded.
9478 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
9479
9480 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
9481
9482 * completion.el: Remove useless leading * in defcustom docstrings.
9483 (save-completions-file-name): Use ~/.emacs.d if available.
9484 (completion-standard-syntax-table): Rename from
9485 cmpl-standard-syntax-table and fold initialization into declaration,
9486 thus removing cmpl-make-standard-completion-syntax-table.
9487 (completion-lisp-syntax-table, completion-c-syntax-table)
9488 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
9489 (cmpl-saved-syntax, cmpl-saved-point): Remove.
9490 (symbol-under-point, symbol-before-point)
9491 (symbol-under-or-before-point, symbol-before-point-for-complete)
9492 (add-completions-from-c-buffer): Use with-syntax-table.
9493 (make-completion): Don't return a list of completion entries.
9494 Update callers.
9495 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
9496 (completion-initialize): Rename from initialize-completions.
9497 (completion-find-file-hook): Rename from cmpl-find-file-hook.
9498 (kill-emacs-save-completions): Collect stats here.
9499 (save-completions-to-file, load-completions-from-file):
9500 Use with-current-buffer.
9501 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
9502 into a function. Move all calls to toplevel.
9503 (completion-lisp-mode-hook): New fun.
9504 (completion-c-mode-hook, completion-setup-fortran-mode):
9505 Set the syntax-table here. Use local-set-key.
9506 (completion-saved-bindings): New var.
9507 (dynamic-completion-mode): Make it into a proper minor mode.
9508 (load-completions-from-file): Remove unused var `num-uses'.
9509
9510 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
9511 constructor if it is explicitly overridden.
9512
9513 * complete.el (PC-completion-as-file-name-predicate):
9514 Use minibuffer-completing-file-name.
9515 (partial-completion-mode): Use find-file-not-found-functions.
9516 (PC-lisp-complete-symbol): Use with-syntax-table.
9517 (PC-look-for-include-file): Remove dead setq.
9518 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
9519 (PC-complete): Use with-current-buffer.
9520
9521 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
9522 escape single quotes.
9523
9524 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9525
9526 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
9527 of `if' whose condition always returned nil. Doc fix.
9528
9529 * buff-menu.el (Buffer-menu-revert-function): Make the selected
9530 window's buffer the current buffer around the call to
9531 `list-buffers-noselect'. This is necessary to mark that buffer
9532 with a `.' in the Buffer Menu when called from Lisp, for instance
9533 by Auto Revert Mode.
9534
9535 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
9536
9537 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
9538 attaching to it.
9539 (gdb-pre-prompt): Make sure gdb-error is reset.
9540
9541 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
9542 with a child process, detect it.
9543 (gud-speedbar-buttons): Match regexp more carefully.
9544
9545 2005-11-27 Richard M. Stallman <rms@gnu.org>
9546
9547 * mouse.el (mouse-drag-move-window-bottom):
9548 Use adjust-window-trailing-edge.
9549
9550 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
9551
9552 * simple.el (blink-matching-open): Ignore
9553 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
9554 (blink-matching-paren-on-screen): Update docstring.
9555
9556 * paren.el (show-paren-mode): No longer change
9557 `blink-matching-paren-on-screen'.
9558
9559 2005-11-27 John Paul Wallington <jpw@pobox.com>
9560
9561 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
9562 (gdb-threads-select, gdb-edit-register-value):
9563 Use `posn-set-point' instead of `mouse-set-point' because the
9564 latter is not fbound when configured without X.
9565
9566 2005-11-27 Kim F. Storm <storm@cua.dk>
9567
9568 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
9569 existing face when partially highlighting a TAB in a rectangle.
9570
9571 2005-11-26 Kim F. Storm <storm@cua.dk>
9572
9573 * ido.el (ido-mode-map): Doc fix.
9574 (ido-mode-common-map, ido-mode-file-map)
9575 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
9576 (ido-define-mode-map): Rewrite. Select one of the new maps as
9577 parent for ido-mode-map instead of building from scratch.
9578 (ido-init-mode-maps): New defun to initialize new maps.
9579 (ido-mode): Call it.
9580 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
9581 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
9582
9583 2005-11-26 John Paul Wallington <jpw@pobox.com>
9584
9585 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
9586 `mouse-set-point' because the latter is not fbound when configured
9587 without X.
9588
9589 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
9590
9591 * files.el (file-relative-name): Doc fix.
9592
9593 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
9594
9595 * progmodes/octave-inf.el (inferior-octave-startup): Force a
9596 non-empty string for secondary prompt PS2.
9597
9598 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9599
9600 * progmodes/compile.el (compilation-setup): Fix last change.
9601
9602 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
9603
9604 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
9605 (gdb-mouse-toggle-breakpoint-margin)
9606 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
9607 Add gdb-server-prefix to keep out of command history.
9608 (gdb-edit-register-value): New function.
9609 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
9610 (gdb-info-registers-custom): Use above map.
9611
9612 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
9613
9614 * custom.el (enable-theme): Signal error if argument is not a
9615 theme. Don't recalculate a face if it's not loaded yet.
9616
9617 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
9618 the `user' theme is in effect.
9619
9620 * info.el (Info-on-current-buffer): Record actual filename in
9621 Info-current-file, instead of t, or a fake filename if a non-file
9622 buffer. Make autoload.
9623 (Info-find-node, Info-revert-find-node): No need to check for
9624 Info-current-file nil.
9625 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
9626 Info-current-file is now never `t'.
9627 (Info-fontify-node): Many simplifications due to Info-current-file
9628 always being valid. Use Info-find-file to find node filename.
9629
9630 2005-11-25 David Kastrup <dak@gnu.org>
9631
9632 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
9633 new character, then delete" in order to preserve markers.
9634
9635 2005-11-25 David Ponce <david@dponce.com>
9636
9637 * recentf.el (recentf-arrange-by-rule): Handle a special
9638 `auto-mode-alist'-like "strip suffix" rule.
9639 (recentf-build-mode-rules): Handle second level auto-mode entries.
9640
9641 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
9642
9643 * viper-keym.el (viper-ESC-key): Use different values in terminal and
9644 window modes.
9645
9646 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
9647 jde-javadoc-checker-report-mode.
9648
9649 * ediff-wind (ediff-make-wide-display): Slight simplification.
9650
9651 * ediff.el (ediff-date): Change the date of last update.
9652
9653 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
9654
9655 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
9656 Use define-minor-mode, and make it a local mode. Turn on font-lock.
9657 (hi-lock-mode): New global minor mode.
9658 (turn-on-hi-lock-if-enabled): New function.
9659 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
9660 Change arguments to regexp and face instead of a font-lock pattern.
9661 Directly set face property, instead of refontifying.
9662 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
9663 (hi-lock-find-patterns): Use line-number-at-pos.
9664
9665 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
9666 arguments for hi-lock-set-pattern.
9667 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
9668 Call font-lock-fontify-buffer.
9669 (hi-lock-find-file-hook, hi-lock-current-line)
9670 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
9671
9672 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
9673 turned off.
9674
9675 * progmodes/compile.el (compilation-setup): Don't fiddle with
9676 font-lock-defaults.
9677
9678 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
9679
9680 * progmodes/gdb-ui.el (gdb-var-create-handler)
9681 (gdb-var-list-children-handler): Find values for all variable
9682 objects. gud-speedbar-buttons decides whether to display them.
9683
9684 2005-11-24 Romain Francoise <romain@orebokech.com>
9685
9686 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
9687 buffer name with a space.
9688
9689 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
9690
9691 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
9692 `org-export-local-list-max-depth'. Change default value to 3.
9693 (org-auto-renumber-ordered-lists)
9694 (org-plain-list-ordered-item-terminator): New options.
9695 (org-at-item-p, org-beginning-of-item, org-end-of-item)
9696 (org-get-indentation, org-get-string-indentation)
9697 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
9698 New functions.
9699 (org-move-item-down, org-move-item-up): New commands.
9700 (org-export-as-html): New classes for CSS support. Bug fix in
9701 regular expression detecting fixed-width regions. Respect
9702 `org-local-list-ordered-item-terminator'.
9703 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
9704 also a list item.
9705 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
9706 New item moving functions.
9707
9708 2005-11-24 Juri Linkov <juri@jurta.org>
9709
9710 * isearch.el (isearch-repeat): With empty search ring set
9711 `isearch-error' to the error string instead of signaling error
9712 with the function `error'.
9713
9714 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9715
9716 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
9717
9718 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
9719
9720 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
9721 and variable.
9722 (gdb-var-create-handler, gdb-var-list-children-handler):
9723 Don't match on "char **...".
9724 (gdb-var-update-handler): Find values for all variable objects.
9725 (gdb-info-frames-custom): Identify frames by leading "#".
9726
9727 * progmodes/gud.el (gud-speedbar-menu-items): Add
9728 gdb-speedbar-auto-raise as radio button.
9729 (gud-speedbar-buttons): Raise speedbar if requested.
9730 Don't match on "char **...".
9731 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
9732 Make it editable.
9733
9734 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
9735
9736 * info.el (Info-fontify-node): Handle the case where
9737 Info-current-file is t.
9738
9739 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
9740
9741 * simple.el (blink-matching-open): Fix off-by-one in last change.
9742
9743 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9744
9745 * term/mac-win.el: Don't change default directory.
9746
9747 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
9748
9749 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
9750 buffers correctly. (It used to throw an error in such buffers.)
9751 Make it ask for confirmation in group buffers and other Custom
9752 buffers containing more than one customization item.
9753
9754 2005-11-22 John Paul Wallington <jpw@gnu.org>
9755
9756 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
9757 property on mail and url overlays.
9758 (goto-address-at-point): Use `posn-set-point' instead of
9759 `mouse-set-point' because the latter is not fbound when configured
9760 without X.
9761
9762 2005-11-22 Lars Hansen <larsh@soem.dk>
9763
9764 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
9765 (ls-lisp-classify, ls-lisp-format): Delete call to
9766 ls-lisp-parse-symlink.
9767 (ls-lisp-handle-switches): Handle symlinks to directories as
9768 directories when ls-lisp-dirs-first in non-nil.
9769
9770 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
9771
9772 * startup.el (command-line): Make sure that loaddefs.el is handled
9773 correctly in load-history.
9774
9775 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
9776
9777 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
9778 (gdb-struct-string, gdb-array-string): New constants.
9779 (gdb-info-locals-handler): Use them.
9780 (gdb-reset): Reset gdb-var-list to nil.
9781
9782 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
9785 in patterns.
9786
9787 2005-11-21 Juri Linkov <juri@jurta.org>
9788
9789 * custom.el (defcustom): Update link types in docstring.
9790
9791 2005-11-20 Martin Rudalics <rudalics@gmx.at>
9792
9793 * custom.el (defgroup): Add doc-string-elt info.
9794
9795 * widget.el (define-widget): Don't use declare for the doc-string-elt.
9796
9797 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
9798
9799 * newcomment.el (comment-enter-backward): Fix last fix.
9800
9801 * simple.el (blink-matching-open):
9802 * paren.el (show-paren-function): Allow new paren-class info.
9803
9804 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
9805
9806 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
9807 handled automagically.
9808
9809 2005-11-20 Andreas Schwab <schwab@suse.de>
9810
9811 * descr-text.el (describe-char): When copying overlays put them
9812 over the full char description instead of just the first character
9813 of it.
9814
9815 2005-11-20 Juri Linkov <juri@jurta.org>
9816
9817 * simple.el (what-cursor-position):
9818 * descr-text.el (describe-char): Use Lisp-readable syntax
9819 for octal and hex. Reorder decimal, octal and hex values.
9820 Remove excess whitespace in the output. Use `=' in `column='
9821 like in `point=' and `Hscroll='.
9822
9823 * international/mule-cmds.el (encoded-string-description):
9824 Use Lisp-readable syntax for hex.
9825
9826 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
9827
9828 * newcomment.el (comment-enter-backward): Handle the case where the
9829 comment is closed by EOB.
9830
9831 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
9832
9833 * longlines.el (longlines-before-revert-hook)
9834 (longlines-after-revert-hook): New functions.
9835 (longlines-mode): Turn off longlines temporarily when reverting.
9836 Add a message-setup-hook.
9837 (longlines-decode-buffer): New function.
9838 (longlines-wrap-line): Preserve marker positions.
9839
9840 2005-11-19 Andreas Schwab <schwab@suse.de>
9841
9842 * emacs-lisp/shadow.el: Handle compressed files.
9843
9844 2005-11-19 Romain Francoise <romain@orebokech.com>
9845
9846 * net/browse-url.el (browse-url-default-browser): Signal an error
9847 if no usable browser can be found, rather than try to load w3.
9848
9849 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
9850
9851 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
9852 replacing existing properties.
9853 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
9854 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
9855 tty specs.
9856 (rcirc-server-prefix, rcirc-server): New faces.
9857 (rcirc-url-regexp): Generate with rx macro.
9858 (rcirc-last-server-message-time): New variable.
9859 (rcirc-filter): Record time of last message.
9860 (rcirc-keepalive): Kill processes that did not send a message
9861 since the last ping.
9862 (rcirc-mode): Give rcirc-topic a local binding here.
9863
9864 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
9865
9866 * subr.el (read-passwd): Fontify the prompt as we do with other
9867 prompts.
9868
9869 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
9870
9871 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
9872 binding buffer-read-only to nil.
9873
9874 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9875
9876 * complete.el (partial-completion-mode):
9877 Mention completion-auto-help in the doc string.
9878
9879 * man.el (Man-highlight-references): Doc fix. Reformat code in a
9880 more Lisp-ish way.
9881
9882 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9883
9884 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
9885 digits, not 8, to avoid misalignment for files larger than 100MB.
9886
9887 2005-11-19 Eli Zaretskii <eliz@gnu.org>
9888
9889 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
9890 Mention "keyboard shortcuts" in the help text.
9891
9892 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9893
9894 * startup.el (fancy-splash-default-action): Discard only
9895 mouse-down and succeeding mouse-up events in the splash screen
9896 window so that drag-n-drop event can be processed.
9897
9898 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
9899
9900 * longlines.el (longlines-mode): Add hacks for mail-mode and
9901 message-mode.
9902
9903 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
9904
9905 * textmodes/org.el (org-table-sort-lines): New command.
9906 (org-tbl-menu): Add entry for `org-table-sort-lines'.
9907 (org-add-file): Command removed, use `org-agenda-file-to-front'
9908 instead.
9909 (org-export-icalendar): Use `org-icalendar-combined-name'.
9910 (org-cycle-agenda-files, org-agenda-file-to-end)
9911 (org-agenda-file-to-front): New commands.
9912 (org-table-tab-jumps-over-hlines, org-export-html-style):
9913 New options.
9914 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
9915 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
9916 New functions.
9917 (org-fill-paragraph): Call `org-table-align' in tables.
9918 (org-mode): Call `org-set-autofill-regexps'.
9919 (org-export-as-html): Support for local handformatted lists.
9920 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
9921 (org-export-local-list-max-depth): New option.
9922 (org-html-expand): Use `org-html-protect'.
9923
9924 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
9925
9926 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
9927 to "p".
9928 (gdb): Move definition of gud-pp to...
9929
9930 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
9931 speedbar.
9932 (gdb-find-watch-expression): New function.
9933
9934 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9935
9936 * faces.el (face-attribute, set-face-attribute): Mention existence
9937 of `:ignore-defface' setting in docstring.
9938
9939 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9940
9941 * simple.el (completion-setup-function): Fix last change.
9942
9943 2005-11-17 John Paul Wallington <jpw@pobox.com>
9944
9945 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
9946 Use `posn-set-point' instead of `mouse-set-point' because the
9947 latter is not fbound when configured without X.
9948
9949 * comint.el (comint-insert-input): Likewise.
9950
9951 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
9952
9953 * simple.el (hard-newline): New variable.
9954 (sendmail-user-agent-compose, next-line): Use it.
9955
9956 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
9957 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
9958 (mail-mail-reply-to, mail-mail-followup-to)
9959 (mail-position-on-field, mail-signature, mail-yank-original)
9960 (mail-attach-file): Likewise.
9961
9962 * mail/mailheader.el (mail-header-format)
9963 (mail-header-format-function): Likewise.
9964
9965 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
9966
9967 2005-11-17 Juri Linkov <juri@jurta.org>
9968
9969 * font-lock.el (font-lock-faces): Rename this defgroup from
9970 `font-lock-highlighting-faces'.
9971 (font-lock-comment-face, font-lock-comment-delimiter-face)
9972 (font-lock-string-face, font-lock-doc-face)
9973 (font-lock-keyword-face, font-lock-builtin-face)
9974 (font-lock-function-name-face, font-lock-variable-name-face)
9975 (font-lock-type-face, font-lock-constant-face)
9976 (font-lock-warning-face, font-lock-negation-char-face)
9977 (font-lock-preprocessor-face)
9978 (font-lock-regexp-grouping-backslash)
9979 (font-lock-regexp-grouping-construct): Rename :group from
9980 `font-lock-highlighting-faces' to `font-lock-faces'.
9981
9982 * cus-edit.el (lisp, c, tex):
9983 * progmodes/ada-mode.el (ada):
9984 * progmodes/asm-mode.el (asm):
9985 * progmodes/cperl-mode.el (cperl-faces):
9986 * progmodes/cpp.el (cpp):
9987 * progmodes/dcl-mode.el (dcl):
9988 * progmodes/f90.el (f90):
9989 * progmodes/fortran.el (fortran):
9990 * progmodes/icon.el (icon):
9991 * progmodes/idlwave.el (idlwave-misc):
9992 * progmodes/m4-mode.el (m4):
9993 * progmodes/make-mode.el (makefile):
9994 * progmodes/meta-mode.el (meta-font):
9995 * progmodes/modula2.el (modula2):
9996 * progmodes/octave-mod.el (octave):
9997 * progmodes/pascal.el (pascal):
9998 * progmodes/perl-mode.el (perl):
9999 * progmodes/prolog.el (prolog):
10000 * progmodes/ps-mode.el (PostScript-edit):
10001 * progmodes/scheme.el (scheme):
10002 * progmodes/sh-script.el (sh-script):
10003 * progmodes/simula.el (simula):
10004 * progmodes/tcl.el (tcl):
10005 * textmodes/nroff-mode.el (nroff):
10006 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10007 * textmodes/sgml-mode.el (sgml):
10008 * textmodes/texinfo.el (texinfo):
10009 Add :link (custom-group-link font-lock-faces) to defgroup.
10010
10011 * hi-lock.el (hi-lock): Rename this defgroup from
10012 `hi-lock-interactive-text-highlighting'. Change parent group from
10013 `faces' to `font-lock'. Add link to the manual.
10014 (hi-lock-mode, hi-lock-file-patterns-range)
10015 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10016 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10017 (hi-lock-faces): Add :group `faces'.
10018
10019 * cus-edit.el (custom-variable-prompt): Clarify the code.
10020
10021 * faces.el (face-read-string): Set the default value arg of
10022 completing-read.
10023
10024 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10025
10026 * rfn-eshadow.el (file-name-shadow-properties)
10027 (file-name-shadow-tty-properties, file-name-shadow-mode):
10028 Remove autoloads, because the file is now preloaded.
10029
10030 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10031
10032 * printing.el (easy-menu-intern): Don't define.
10033 (pr-get-symbol): Use easy-menu-intern only if defined.
10034
10035 * simple.el (blink-matching-open): Simplify a bit.
10036 (completion-setup-function): Fix the case of partial-completion-mode
10037 when the minibuffer's contents start with "-".
10038 Obey completion-base-size-function even when
10039 minibuffer-completing-file-name is non-nil.
10040
10041 2005-11-16 Richard M. Stallman <rms@gnu.org>
10042
10043 * net/eudcb-ph.el (eudc-ph-open-session):
10044 Use set-process-query-on-exit-flag.
10045
10046 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10047
10048 * international/ucs-tables.el (ucs-set-table-for-input):
10049 Use make-local-variable, not make-variable-buffer-local.
10050
10051 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10052 Improve warning message text.
10053
10054 * savehist.el (savehist-save-hook): Add :group.
10055
10056 * menu-bar.el (menu-bar-help-menu):
10057 Rename Find Extra Packages to External Packages.
10058
10059 * cus-edit.el (Custom-reset-standard): Verify that
10060 :custom-standard-value prop exists before calling it.
10061
10062 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10063
10064 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10065
10066 * wid-edit.el (color): Enclose %t in %{...%}.
10067
10068 * cus-edit.el (face): Enclose %t in %{...%}.
10069
10070 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10071
10072 * savehist.el (savehist-mode-hook): Re-add the var.
10073 (savehist-mode): Use it.
10074
10075 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10076
10077 * textmodes/flyspell.el: Fix commenting convention.
10078 Remove unnecessary leading * in custom docstrings.
10079 (flyspell-emacs): Remove unused var.
10080 (flyspell-delete-region-overlays): Use remove-overlays.
10081 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10082 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10083 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10084 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10085 (make-flyspell-overlay): Don't locally reuse a global name.
10086 (flyspell-highlight-incorrect-region)
10087 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10088 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10089 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10090 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10091 Wrap calls to accept-process-output inside with-local-quit since it's
10092 often called from a post-command-hook.
10093 (flyspell-correct-word, flyspell-auto-correct-word):
10094 Use ispell-send-string.
10095 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10096
10097 * calendar/diary-lib.el (diary-list-entries): Also hide the
10098 terminating newline.
10099
10100 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10101
10102 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10103 window-system, to allow fonts on tty.
10104
10105 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10106
10107 * progmodes/gud.el (gud-speedbar-item-info): New function.
10108 (gud-install-speedbar-variables): Use it to display data type
10109 of watch expression as a tooltip in speedbar.
10110
10111 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10112
10113 * font-core.el (global-font-lock-mode): Add :version keyword,
10114 because default was changed.
10115
10116 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10117
10118 * startup.el (command-line): Use `custom-reevaluate-setting' for
10119 `file-name-shadow-mode'.
10120
10121 * loadup.el: Preload rfn-eshadow.
10122
10123 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10124 Add :version keyword.
10125 (file-name-shadow-properties, file-name-shadow-tty-properties)
10126 (file-name-shadow): Add :version keyword.
10127
10128 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10129 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10130 in the custom-group property of the symbol frames and the fringe
10131 group got no link to its parent group frames.
10132 Doc fix.
10133
10134 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10135
10136 * progmodes/gud.el (gud-stop-subjob): New function.
10137 (gud-menu-map, gud-tool-bar-map): Use it.
10138
10139 2005-11-16 Kim F. Storm <storm@cua.dk>
10140
10141 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10142 than kill it.
10143 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10144 to a more useful/logical place.
10145
10146 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10147
10148 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10149 go buttons complementary.
10150
10151 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10152
10153 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10154 (rfn-eshadow-sifn-equal): New function.
10155 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10156
10157 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10158
10159 * viper-utils.el (viper-non-word-characters-reformed-vi):
10160 Quote `-' in string.
10161
10162 * viper.el (viper-emacs-state-mode-list): Ensure that
10163 rcirc-mode buffers come up in Emacs state.
10164
10165 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10166 operation.
10167
10168 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10169
10170 * term.el (term-termcap-format): Fix typos.
10171 (term-down): Fix the negative argument case.
10172
10173 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10174
10175 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10176 2005-08-15.
10177 (gdb-ann3): New command gud-go.
10178 (menu): Accomodate gdb-mi.el.
10179 (gdb-assembler-custom): Make buffer of selected window current
10180 so that set-window-point works.
10181
10182 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10183 buttons and include new ones.
10184
10185 2005-11-16 Kim F. Storm <storm@cua.dk>
10186
10187 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10188 (gud-menu-map): Use it.
10189
10190 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10191
10192 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10193 that works correctly for Custom and that does not override a user
10194 who disables it.
10195
10196 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10197 (help-xref-interned, help-follow): Make hyperlinks for variables
10198 that are unbound, but have a non-nil variable-documentation property.
10199
10200 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10201 mode hook. (It conflicted with defcustoms for some mode hooks.)
10202 Use the `variable-documentation' property to give the mode hook a
10203 docstring and expand that docstring.
10204
10205 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10206
10207 * savehist.el (savehist-mode): Don't bother with
10208 `custom-set-minor-mode'.
10209 (savehist-coding-system): Check XEmacs version.
10210 (history-length): Declare also at run time.
10211 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10212 Don't set the customize state.
10213 (savehist-minibuffer-hook): Special case for when
10214 minibuffer-history-variable is equal to t.
10215
10216 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10217
10218 * files.el (write-file): Refresh VC status.
10219
10220 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10221 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10222 than fundamental-mode to see if the mode was set.
10223
10224 2005-11-14 Romain Francoise <romain@orebokech.com>
10225
10226 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10227 dummy function in `eval-when-compile' to avoid compiler warning.
10228 Require `man' at compile time.
10229
10230 2005-11-14 Jay Belanger <belanger@truman.edu>
10231
10232 * calc-alg.el (calcFunc-write-out-power): Rename it to
10233 calcFunc-powerexpand.
10234 (math-write-out-power): Rename it to math-powerexpand; have it
10235 handle negative exponents.
10236 (calc-writeoutpower): Rename it to calc-powerexpand.
10237
10238 * calc-ext.el: Change calcFunc-writeoutpower and
10239 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10240 autoloads.
10241 Add calcFunc-ldiv to autoloads.
10242
10243 * calc-arith.el (calcFunc-ldiv): New function.
10244
10245 * calc.el (calc-left-divide): New function.
10246
10247 2005-11-14 Juri Linkov <juri@jurta.org>
10248
10249 * cus-edit.el (custom-variable-prompt): Set the default value arg
10250 of completing-read.
10251
10252 * cus-dep.el (custom-make-dependencies): Reverse the list of
10253 found dependencies.
10254
10255 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10256
10257 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10258 Highlighting" entry, it is on by default now.
10259 (menu-bar-options-save): Do not save global-font-lock-mode.
10260
10261 2005-11-13 Richard M. Stallman <rms@gnu.org>
10262
10263 * textmodes/flyspell.el (flyspell-large-region):
10264 Call flyspell-accept-buffer-local-defs.
10265
10266 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10267
10268 * textmodes/flyspell.el (flyspell-notify-misspell):
10269 Fix misspelling of "Misspelling".
10270 (flyspell-process-localwords): New function.
10271 (flyspell-large-region): Call flyspell-process-localwords and
10272 flyspell-delete-region-overlays.
10273 (flyspell-delete-region-overlays): New function.
10274 (flyspell-delete-all-overlays): Call that.
10275
10276 2005-11-13 Richard M. Stallman <rms@gnu.org>
10277
10278 * help.el (help-for-help-internal): Improve doc of C-h a.
10279 (describe-key): Improve prompt; doc fix.
10280
10281 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10282
10283 * vc-svn.el (vc-svn-registered): Catch all errors.
10284
10285 * cus-dep.el (custom-make-dependencies): Typo.
10286
10287 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10288
10289 * net/tramp-util.el (top): Fix compilation warning.
10290
10291 2005-11-13 Kim F. Storm <storm@cua.dk>
10292
10293 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10294
10295 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10296
10297 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10298 (gud-speedbar-buttons): Match on "const char *" too.
10299
10300 * progmodes/gdb-ui.el (gdb-var-create-handler)
10301 (gdb-var-list-children-handler): Match on "const char *" too.
10302 (gdb-var-evaluate-expression-handler): Match on empty string.
10303 (gdb-var-update-handler): Only call
10304 gdb-var-evaluate-expression-handler when required.
10305
10306 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10307
10308 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10309 selected window. This still doesn't work for speedbar.
10310 (gud-speedbar-buttons): Handle string expressions properly.
10311
10312 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10313 (gdb-var-create-handler): Handle string expressions properly.
10314 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10315 Handle string expressions properly. Move "type" field into regexp.
10316
10317 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10318
10319 * bookmark.el (bookmark-maybe-message): New function to reduce
10320 code duplication: invokes `message' iff baud-rate is high enough.
10321 (bookmark-write-file): Use above instead of an inline conditional.
10322 (bookmark-load): Same.
10323
10324 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10325
10326 * bookmark.el (bookmark-write-file): Don't visit the destination
10327 file, just write the data to it using write-region. This is
10328 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10329 change to avoid visiting the file in the first place.
10330
10331 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10332
10333 * hi-lock.el (hi-lock-mode): Set the default value of
10334 font-lock-defaults.
10335
10336 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10337
10338 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10339 arg to `file-attributes'.
10340 (find-lisp-format): The UID and GID can now be strings.
10341
10342 2005-11-12 Kim F. Storm <storm@cua.dk>
10343
10344 * help.el (help-map): Bind C-h d to apropos-documentation.
10345
10346 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10347 when point is at end-of-buffer.
10348
10349 * apropos.el (apropos-match-face): Doc fix.
10350 (apropos-sort-by-scores): Add new choice `verbose'.
10351 (apropos-documentation-sort-by-scores): New defcustom.
10352 (apropos-pattern): Now contains the pattern entered by the user.
10353 (apropos-pattern-quoted): New defvar.
10354 (apropos-regexp): New defvar, containing the regexp corresponding
10355 to apropos-pattern.
10356 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10357 (apropos-read-pattern): New defun. Use it to read pattern arg in
10358 interactive calls; returns list of words for a word list, and
10359 string for a regexp.
10360 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10361 parses a list of words or regexp as returned by apropos-read-pattern.
10362 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10363 (apropos-score-doc): Return a very high score if the string
10364 entered by the user matches literally.
10365 (apropos-variable): Doc fix. Use apropos-read-pattern.
10366 (apropos-command): Doc fix. Use apropos-read-pattern and
10367 apropos-parse-pattern. Call apropos-print with nosubst=t.
10368 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
10369 apropos-parse-pattern.
10370 (apropos-documentation): Doc fix. Use apropos-read-pattern and
10371 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
10372 apropos-documentation-sort-by-scores. Call apropos-print with
10373 nosubst=t.
10374 (apropos-documentation-internal): Pass doc string through
10375 substitute-key-definition before adding text properties.
10376 Highlight substring matching literal user input if possible.
10377 (apropos-documentation-check-doc-file): Remove locals beg and end.
10378 Fix calculation of score (as added twice). Pass doc string through
10379 substitute-key-definition before adding text properties.
10380 (apropos-documentation-check-elc-file): Pass doc string through
10381 substitute-key-definition before adding text properties.
10382 Highlight substring matching literal user input if possible.
10383 (apropos-print): Add new arg NOSUBST; if set, command and variable
10384 doc strings have already been passed through substitute-key-definition.
10385 Add code to handle apropos-accumulator items without score element
10386 for backwards compatibility (e.g. with woman package).
10387 Only show scores if apropos-sort-by-scores is `verbose'.
10388
10389 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10390
10391 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
10392 Add jka-compr-load-suffixes to load-suffixes.
10393
10394 * jka-compr.el: Require jka-cmpr-hook.
10395 (jka-compr-info-compress-message, jka-compr-info-compress-program)
10396 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
10397 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
10398 (jka-compr-info-can-append, jka-compr-info-strip-extension)
10399 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
10400 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
10401 (jka-compr-uninstall): Remove entries from
10402 jka-compr-added-to-file-coding-system-alist after they are used.
10403 (jka-compr-error): Remove unused var `curbuf'.
10404 (jka-compr-file-local-copy): Remove unused var `notfound'.
10405
10406 2005-11-10 Romain Francoise <romain@orebokech.com>
10407
10408 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
10409
10410 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
10411
10412 * progmodes/gud.el (gud-menu-map): Move parentheses.
10413 (gdb): New command gud-pv.
10414
10415 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10416
10417 * tar-mode.el: Remove spurious or unnecessary leading stars
10418 in docstrings.
10419 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
10420 (tar-parse-octal-integer-safe): Use mapc.
10421 (tar-header-block-summarize): Remove unused var `ck'.
10422 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
10423 cleared before. Obey default-enable-multibyte-characters.
10424 Use mapconcat. Simplify setting of tar-header-offset.
10425 (tar-mode-map): Move initialization inside delcaration.
10426 (tar-flag-deleted): Use `abs'.
10427 (tar-expunge-internal): Remove unused var `line'.
10428 (tar-expunge-internal): Don't hardcode point-min==1.
10429 (tar-expunge): Widen while doing set-buffer-multibyte.
10430 (tar-rename-entry): Use file-name-coding-system.
10431 (tar-alter-one-field): Don't hardcode point-min==1.
10432 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
10433 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
10434
10435 2005-11-10 Masatake YAMATO <jet@gyve.org>
10436
10437 * add-log.el (add-log-current-defun): Handle class::method
10438 notation of c++. Fix incorrect comment.
10439
10440 2005-11-10 Alan Mackenzie <acm@muc.de>
10441
10442 * help-fns.el (describe-variable): Make C-h v work when a variable
10443 has variable documentation yet is unbound.
10444
10445 2005-11-10 Masatake YAMATO <jet@gyve.org>
10446
10447 * man.el (Man-highlight-references): Set an empty
10448 string to `Man-arguments' if it is nil.
10449 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
10450
10451 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10452
10453 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
10454 commenting conventions.
10455
10456 * cus-dep.el (custom-make-dependencies): Simplify.
10457 Better follow the commenting conventions.
10458
10459 2005-11-09 Richard M. Stallman <rms@gnu.org>
10460
10461 * apropos.el (apropos-pattern): Rename from apropos-regexp.
10462 (apropos-orig-pattern): Rename from apropos-orig-regexp.
10463 All uses changed.
10464 (apropos-rewrite-regexp): Doc fix.
10465 (apropos-variable, apropos-command, apropos, apropos-value):
10466 Change prompt; carry through the argument renaming.
10467
10468 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
10469
10470 * find-lisp.el: Require dired.
10471 (find-lisp-find-dired-internal): Do not call
10472 `abbreviate-file-name' on DIR.
10473
10474 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
10475
10476 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
10477
10478 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
10479
10480 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
10481 when using the speedbar.
10482 (gdb): New command gud-pp.
10483 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
10484
10485 2005-11-09 Juri Linkov <juri@jurta.org>
10486
10487 * replace.el (occur-excluded-properties): New defcustom.
10488 (occur-1, occur-engine, occur-accumulate-lines): Use it.
10489
10490 2005-11-08 Jay Belanger <belanger@truman.edu>
10491
10492 * calc/calc-units.el (math-convert-units): Replace any composite
10493 unit by its definition.
10494
10495 2005-11-08 Lars Hansen <larsh@soem.dk>
10496
10497 * emacs-lisp/autoload.el (update-directory-autoloads):
10498 Add obsolete function alias.
10499
10500 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
10501
10502 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
10503 comment-indent-function.
10504 (lisp-comment-indent): Replace by an alias for comment-indent-default.
10505
10506 * reveal.el (reveal-post-command): Rework the handling of
10507 reveal-open-spots, so as to be more reliable. There were several
10508 tricky corner cases where an open spot might be lost, or where
10509 a closed spot might end up on the list of open spots.
10510 Only reveal text that's ellipsised.
10511
10512 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
10513
10514 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
10515
10516 2005-11-07 John Paul Wallington <jpw@gnu.org>
10517
10518 * ibuffer.el (ibuffer): Search iconified frames too when
10519 getting Ibuffer buffer's window.
10520
10521 2005-11-06 Richard M. Stallman <rms@gnu.org>
10522
10523 * progmodes/compile.el (compilation-internal-error-properties):
10524 save-excursion around the computation of MARKER.
10525
10526 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
10527
10528 * textmodes/flyspell.el (flyspell-external-point-words):
10529 flyspell-get-word returns a list, not just a string.
10530
10531 2005-11-06 John Paul Wallington <jpw@pobox.com>
10532
10533 * ibuffer.el (ibuffer): Search all visible frames when getting
10534 Ibuffer buffer's window.
10535
10536 2005-11-07 Masatake YAMATO <jet@gyve.org>
10537
10538 * man.el (Man-reference-regexp): Accept spaces between
10539 `Man-name-regexp' and `Man-section-regexp'.
10540 (Man-apropos-regexp): New variable.
10541 (Man-abstract-xref-man-page): Use value for `Man-target-string'
10542 if available.
10543 (Man-highlight-references, Man-highlight-references0):
10544 Handle the case when `Man-arguments' includes "-k".
10545 (Man-highlight-references0): Rename the argument `TARGET-POS' to
10546 `TARGET'. `TARGET' can be a number, function or nil.
10547
10548 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
10549
10550 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
10551 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
10552 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
10553 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
10554 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
10555 (gdb-send-item): Use buffer-local-value and simplify.
10556
10557 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
10558
10559 * startup.el (command-line): Use `custom-reevaluate-setting' for
10560 `global-font-lock-mode'.
10561
10562 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
10563 by default, except in batch mode or when the -D option is given.
10564
10565 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
10566 specified keyword args on to `define-minor-mode'. Update docstring.
10567
10568 2005-11-05 Romain Francoise <romain@orebokech.com>
10569
10570 * replace.el (occur-engine): Add marker at end of line, too.
10571
10572 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10573
10574 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10575 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10576 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10577 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10578 argument to all these routines, so the passphrase can be managed
10579 externally and passed in to the system.
10580 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10581 pgg-add-passphrase-to-cache function.
10582
10583 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10584 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10585 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10586 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10587 argument to all these routines, so the passphrase can be managed
10588 externally and passed in to the system.
10589 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10590 function.
10591
10592 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
10593
10594 * font-lock.el: Don't deal with font-lock-face-attributes here,
10595 move the code ...
10596
10597 * startup.el (command-line): ... here. Use face-spec-set instead
10598 of custom-declare-face.
10599
10600 * faces.el (face-spec-set): Reset the face if spec is not nil.
10601
10602 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
10603
10604 * newcomment.el (comment-region-internal): Box more tightly in the
10605 common case where there's no TAB in the boxed text.
10606
10607 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10608
10609 * info.el (info-tool-bar-map): Use images prev-node, next-node and
10610 up-node.
10611
10612 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
10613
10614 * newsticker.el: Commentary updated. Code formatting changed.
10615 (newsticker-version): Change to "1.9".
10616 (newsticker, newsticker-feed): Doc fix.
10617 (newsticker-url-list): Doc fix. Add option "Weekly".
10618 (newsticker-retrieval-interval): Add option "Weekly".
10619 (newsticker-headline-processing): Doc fix.
10620 (newsticker-auto-mark-filter): Remove.
10621 (newsticker-auto-mark-filter-list): New.
10622 (newsticker-layout, newsticker-sort-method): Doc fix.
10623 (newsticker-hide-old-items-in-newsticker-buffer)
10624 (newsticker-heading-format, newsticker-item-format)
10625 (newsticker-desc-format): Doc fix.
10626 (newsticker-show-all-rss-elements): Remove.
10627 (newsticker-show-all-news-elements): New.
10628 (newsticker-faces, newsticker-ticker): Doc fix.
10629 (remove-from-invisibility-spec): Code formatting.
10630 (newsticker--process-ids): New.
10631 (newsticker-mode): Doc fix.
10632 (newsticker-mode): Change mode-line-format.
10633 (newsticker-start): Remove debug output.
10634 (newsticker-start-ticker): Doc fix. Add autoload cookie.
10635 (newsticker-w3m-show-inline-images): Code formatting.
10636 (newsticker-next-item): Call `force-mode-line-update'.
10637 (newsticker-previous-item): Call `force-mode-line-update'.
10638 (newsticker-next-feed): Call `force-mode-line-update'.
10639 (newsticker-previous-feed): Call `force-mode-line-update'.
10640 (newsticker-mark-all-items-at-point-as-read): Code formatting.
10641 (newsticker-show-old-items): Do not show descs.
10642 (newsticker-hide-entry): Hide too much.
10643 (newsticker-hide-entry, newsticker-show-entry)
10644 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
10645 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
10646 (newsticker-toggle-auto-narrow-to-item): Code formatting.
10647 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
10648 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
10649 (newsticker-get-news): Call `force-mode-line-update'.
10650 Collect process ids.
10651 (newsticker--sentinel): Change coding system handling.
10652 Move image retrieval to new functions newsticker--get-logo-url-*.
10653 Move feed parsing to new functions newsticker--parse-*.
10654 Update list of process ids.
10655 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
10656 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
10657 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
10658 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
10659 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10660 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
10661 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
10662 (newsticker--decode-coding-string): Remove.
10663 (newsticker--decode-numeric-entities): Check input. Format code.
10664 (newsticker--remove-whitespace): Check input.
10665 (newsticker--do-forget-preformatted): Doc fix.
10666 (newsticker--decode-rfc822-date): Allow for missing time.
10667 (newsticker--update-process-ids): New.
10668 (newsticker--image-sentinel): Change comment.
10669 (newsticker--image-read): Change error message.
10670 (newsticker--imenu-goto): Doc fix. Show headline title.
10671 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
10672 (newsticker--buffer-do-insert-text): Clean whitespace in
10673 html-rendered headline title. Code formatting.
10674 Call `newsticker--buffer-print-extra-elements'.
10675 (newsticker--buffer-print-extra-element): Remove.
10676 (newsticker--buffer-print-extra-elements): New.
10677 (newsticker--buffer-do-print-extra-element): New.
10678 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
10679 large sizes.
10680 (newsticker--run-auto-mark-filter)
10681 (newsticker--do-run-auto-mark-filter):
10682 Use `newsticker-auto-mark-filter-list'.
10683
10684 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
10685
10686 * net/rcirc.el: Use split-string OMIT-NULLS argument.
10687 (rcirc-print): Force redisplay before running hooks. Do long
10688 buffer truncation after making new text read-only. Deal with nil
10689 text when decoding strings. If TARGET is nil, use either the
10690 currently selected buffer, if it is an rcirc buffer and of the
10691 same process or the process buffer.
10692 (rcirc-mode): Remove header-line. Recompute short buffer names.
10693 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
10694 (rcirc-short-buffer-name): Add variable.
10695 (rcirc-kill-buffer-hook): Recompute short buffer names.
10696 Remove nick from private channel.
10697 (rcirc-send-input): Send command text to current-buffer.
10698 Don't clear overlay arrow here.
10699 (rcirc-short-buffer-name): Return a short buffer name.
10700 (rcirc-update-short-buffer-names, rcirc-abbreviate)
10701 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
10702 buffer-name abbreviations.
10703 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
10704 Do not touch nick-table when killing a parted channel.
10705 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
10706 Clear arrow from current buffer if it is now hidden.
10707 (rcirc-current-buffer): Add variable.
10708 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10709 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
10710 Remove -face from names.
10711 (rcirc-update-activity-string): Print "DND" when globally ignoring
10712 activity.
10713 (rcirc-ignore-buffer-activity-flag): Rename from
10714 rcirc-ignore-channel-activity.
10715 (rcirc-ignore-all-activity-flag): Doc fix.
10716 (rcirc-channels): Remove variable.
10717 (rcirc-kill-buffer-hook):
10718 (rcirc-get-buffer-create): Add nick to private channel.
10719 (rcirc-multiline-edit-submit): Remove tabs.
10720 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
10721 folded.
10722 (rcirc-remove-nick-channel): Bug fix.
10723 (rcirc-toggle-ignore-buffer-activity): Rename from
10724 rcirc-toggle-ignore-channel-activity.
10725 (rcirc-record-activity): Add buffers to the front of the list.
10726 (rcirc-update-activity): Remove killed buffers from list.
10727 (rcirc-process-server-response-1): Remove last argument if it is
10728 null before calling handler.
10729 (rcirc): Add "rcirc" defcustom prefix.
10730 (rcirc-prompt): Simplify default prompt.
10731 Use custom-initialize-default.
10732 (rcirc-private-chats): Remove variable.
10733 (rcirc-prompt): Change initialization.
10734 (rcirc-version): Remove function.
10735 (rcirc-id-string): Add constant.
10736 (rcirc-last-buffer): Remove variable.
10737 (rcirc-buffer-alist): Add variable.
10738 (rcirc-connect): Update variable setup.
10739 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
10740 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
10741 default.
10742 (rcirc-handler-generic): Trigger activity.
10743 (rcirc-send-message): Create the buffor of the target.
10744 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
10745 (rcirc-get-buffer): Just return nil if there is no matching buffer.
10746 (rcirc-multiline-edit-cancel): Remove function.
10747 (rcirc-set-last-buffer): Remove function.
10748 (rcirc-get-any-buffer): Add function.
10749 (rcirc-join-channels): Don't print /join text.
10750 (rcirc-toggle-ignore-channel-activity): Add and update echo area
10751 messages.
10752 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
10753 (rcirc-handler-NOTICE): Recognize CTCP responses.
10754 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
10755 constructing TOPIC string for buffers we are not JOINed.
10756 (rcirc-handler-CTCP-response): Add handler.
10757 (rcirc-multiline-edit-submit): Restore the window-configuration
10758 before adjusting point.
10759 (rcirc): Add customization group.
10760 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
10761 (rcirc-user-full-name, rcirc-startup-channels-alist)
10762 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
10763 (rcirc-ignore-all-activity-flag, rcirc-time-format)
10764 (rcirc-input-ring-size, rcirc-read-only-flag)
10765 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
10766 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
10767 Change defvar to defcustom.
10768 (rcirc-update-prompt): Add optional ALL arg, which will update
10769 prompts in all rcirc buffers. Regexp quote replacement text.
10770 (rcirc-fill-column): Accept frame-width as a value.
10771 (rcirc-set-changed): Add function.
10772 (rcirc-next-active-buffer): Write more meaningful messages.
10773 (rcirc-faces): Add customization group.
10774 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
10775 (rcirc-nick-in-message-face, rcirc-prompt-face)
10776 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
10777 (with-rcirc-process-buffer): Move before first usage.
10778 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
10779 (rcirc-debug-flag): Rename from `rcirc-log-p'.
10780 (rcirc-debug): Rename from `rcirc-log'.
10781 (rcirc-format-response-string): Do not print `-' chars for a
10782 NOTICE with no sender. Simplify output of server responses.
10783
10784 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10785
10786 (rcirc-browse-url-map, rcirc-browse-url-at-point)
10787 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
10788 Make urls mouse and RET clickable.
10789
10790 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
10791
10792 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
10793
10794 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
10795
10796 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
10797 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
10798 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
10799 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
10800 argument to all these routines, so the passphrase can be managed
10801 externally and passed in to the system.
10802 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
10803 pgg-add-passphrase-to-cache function.
10804
10805 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
10806 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
10807 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
10808 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
10809 argument to all these routines, so the passphrase can be managed
10810 externally and passed in to the system.
10811 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
10812 function.
10813
10814 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
10815
10816 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
10817 from goto-address-url-regexp.
10818
10819 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
10820
10821 * textmodes/org.el (org-read-date, org-goto-calendar)
10822 (org-recenter-calendar, org-agenda-goto-calendar):
10823 Temporarily clear `calendar-move-hook'.
10824
10825 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
10826
10827 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
10828 merging.
10829
10830 * ediff-util.el (ediff-previous-difference): Don't skip regions that
10831 have merge clashes.
10832
10833 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10834
10835 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10836 Undo previous change.
10837
10838 * startup.el (command-line): Use `custom-reevaluate-setting' for
10839 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
10840 tty-register-default-colors on Mac.
10841
10842 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10843
10844 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
10845 (gdb-buffer-type): Make it automatically buffer local...
10846 (gdb-get-create-buffer): ...and set it accordingly.
10847 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
10848 actually work.
10849
10850 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
10851
10852 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
10853 not red.
10854
10855 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
10856
10857 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
10858 case GUD buffer is not visible.
10859 (gdb-goto-breakpoint): Try to force display in source buffer.
10860 (gdb-frame-gdb-buffer): Copy other similar functions.
10861 (gdb-restore-windows): Don't display source if not asked for.
10862 (gdb-assembler-buffer-name): Don't capitalise.
10863
10864 2005-11-03 Richard M. Stallman <rms@gnu.org>
10865
10866 * wid-edit.el (key-sequence): New widget type.
10867
10868 * simple.el (set-mark-command-repeat-pop): New variable.
10869 (set-mark-command): Only interpret plan C-@ after a pop as a pop
10870 if set-mark-command-repeat-pop is true.
10871
10872 * info.el (Info-fontify-node): Don't display extra "see" if there
10873 already is one here.
10874
10875 * mouse.el: Fix special handling of DEL after dragging a region:
10876 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
10877 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
10878
10879 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
10880
10881 * textmodes/ispell.el (ispell-command-loop): Change `i' description
10882 not to assume it pertains to an affix.
10883
10884 * textmodes/flyspell.el (flyspell-post-command-hook):
10885 Bind deactivate-mark to prevent deactivation.
10886
10887 2005-11-03 Lars Hansen <larsh@soem.dk>
10888
10889 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
10890 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
10891 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
10892
10893 2005-11-03 Romain Francoise <romain@orebokech.com>
10894
10895 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
10896 Update copyright years.
10897
10898 2005-11-03 Sam Steingold <sds@gnu.org>
10899
10900 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10901 Use system-type instead of window-system because window-system is not
10902 correctly defined during loadup.
10903
10904 2005-11-02 Mark A. Hershberger <mah@everybody.org>
10905
10906 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
10907 (xml-parse-tag): Join strings separated by a comment properly.
10908
10909 2005-11-02 Andreas Schwab <schwab@suse.de>
10910
10911 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
10912
10913 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
10914
10915 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
10916 (byte-optimize-pure-func): Quote the eval'd value.
10917
10918 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10919 Rename from perl-font-lock-syntactic-face-function.
10920 Change the calling convention so it can be used as a font-lock MATCHER.
10921 Do the parse-partial-sexp loop outselves.
10922 (perl-font-lock-syntactic-keywords): Use it.
10923 (perl-mode): Don't set font-lock-syntactic-face-function any more.
10924
10925 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
10926
10927 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
10928 disassembly buffer too.
10929 (gdb-exited): Remove overlay arrows when execution has finished.
10930 (gdb-info-frames-custom, gdb-info-threads-custom)
10931 (gdb-info-registers-custom): Don't add inappropriate text
10932 properties if inferior is not active.
10933
10934 2005-11-02 Glenn Morris <rgm@gnu.org>
10935
10936 * progmodes/fortran.el (fortran-blink-match):
10937 Use `blink-matching-delay'.
10938
10939 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
10940
10941 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
10942
10943 2005-11-02 Lars Hansen <larsh@soem.dk>
10944
10945 * net/tramp.el (tramp-action-out-of-band): Handle scp message
10946 "Permission denied".
10947
10948 2005-11-01 Richard M. Stallman <rms@gnu.org>
10949
10950 * textmodes/flyspell.el (flyspell-external-point-words):
10951 Pass nil to flyspell-get-word.
10952
10953 2005-11-02 Kim F. Storm <storm@cua.dk>
10954
10955 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
10956 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
10957
10958 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
10959
10960 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
10961 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
10962 (calendar-mouse-print-dates): Add optional `event' argument.
10963 Update interactive-spec.
10964 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
10965 Use `calendar-event-to-date' instead of `event'.
10966
10967 2005-11-02 Masatake YAMATO <jet@gyve.org>
10968
10969 * progmodes/ld-script.el (ld-script-builtins):
10970 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
10971 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
10972 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
10973
10974 2005-11-01 Romain Francoise <romain@orebokech.com>
10975
10976 * vc-sccs.el: Update copyright year.
10977 * ezimage.el: Likewise.
10978
10979 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
10980
10981 * info.el (Info-fontify-node): Use `string-width' for fontifying
10982 underlined titles.
10983
10984 2005-11-01 Juri Linkov <juri@jurta.org>
10985
10986 * info.el (Info-fontify-node): Downcase node header keywords Node,
10987 Prev, Next, Up before comparison.
10988 (Info-history): Insert absolute directory name, and put invisible
10989 property on it.
10990
10991 2005-11-01 Juri Linkov <juri@jurta.org>
10992
10993 * info.el (Info-file-supports-index-cookies): New variable.
10994 (Info-find-node-2): Check makeinfo version for index cookie support.
10995 (Info-index-nodes): Search for nodes with index cookies only when
10996 Info-file-supports-index-cookies is t. Otherwise, search nodes
10997 with "Index" in the node name.
10998 (Info-index-node): Search index cookie in the current node only when
10999 Info-file-supports-index-cookies is t. Otherwise, check the word
11000 "Index" in the node name.
11001 (Info-find-emacs-command-nodes): Remove code that searches nodes
11002 with "Index" node name in the top menu.
11003
11004 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11005
11006 * progmodes/scheme.el (scheme-mode-variables): Use the default
11007 comment-indent-function.
11008
11009 * faces.el (face-attribute): Handle the case where a face inherits from
11010 a non-existent face.
11011
11012 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11013 for octal and hexa output, and merge the char into the paren.
11014 (kill-new): Use push.
11015 (copy-to-buffer): Use with-current-buffer.
11016 (completion-setup-function): Move code in loop to remove redundancy.
11017 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11018 those inherited from minibuffer-local-completion-map.
11019
11020 * savehist.el (savehist-mode) <defcustom>:
11021 Use custom-set-minor-mode if available.
11022 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11023 and emit a message if applicable.
11024
11025 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11026
11027 * savehist.el: Sync up to version 19.
11028 (savehist-mode): New minor mode.
11029 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11030 (savehist-length): Remove (use history-length instead).
11031 (savehist-file-modes): Rename from savehist-modes.
11032 (savehist-save-hook, savehist-loaded): New vars.
11033 (savehist-load): Use savehist-mode. Try to smooth up transition from
11034 old format to new format.
11035 (savehist-install): Allow savehist-autosave-interval to be nil.
11036 (savehist-save): Run the new hook. Be more careful to only trim the
11037 history variables.
11038 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11039 (savehist-printable): Print into a buffer rather than char-by-char.
11040
11041 2005-11-01 John Wiegley <johnw@newartisans.com>
11042
11043 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11044 toggle-ignore keybinding (C-a). The author said it had been
11045 disabled much earlier due to a possible incompatibility, but after
11046 many months of usage I have encountered no problems (and it is a
11047 rather useful option, especially for switching to " *temp*").
11048
11049 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11050 support for OS/X's AddressBook, by calling out to the open source
11051 program "contacts" (installable through Fink).
11052
11053 * net/eudc.el (eudc-expand-inline): If the
11054 `eudc-multiple-match-handling-method' is set to `all', delete the
11055 query string before inserting the query result.
11056
11057 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11058 flag, to prevent Eshell from using the system ls when
11059 `eshell-ls-insert-directory' is in used.
11060 (eshell-ls-insert-directory): Disable font-lock in directory
11061 buffer so that Eshell's own fontification is seen. This broke
11062 recently due to changes in font-lock, so this goes back to version
11063 21 behavior.
11064
11065 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11066
11067 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11068 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11069 (gdb-many-windows): Doc fix.
11070
11071 2005-10-31 Romain Francoise <romain@orebokech.com>
11072
11073 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11074
11075 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11076
11077 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11078 that global-font-lock-mode can be enabled by default.
11079
11080 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11081 (font-lock-add-keywords, font-lock-remove-keywords)
11082 (font-lock-fontify-buffer): Remove autoload cookies.
11083
11084 * jit-lock.el (jit-lock-register): Likewise.
11085
11086 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11087
11088 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11089
11090 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11091 intact if there is no gud-comint-buffer.
11092
11093 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11094
11095 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11096 old prompt comint-prompt-read-only is t and GDB commands are
11097 issued from tool bar etc.
11098
11099 2005-10-31 Masatake YAMATO <jet@gyve.org>
11100
11101 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11102
11103 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11104
11105 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11106 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11107
11108 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11109
11110 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11111 starting at beginning of line. Fontification is messed up when
11112 `open-paren-in-column-0-is-defun-start' set to t.
11113 Reported by John Paul Wallington <jpw@pobox.com>.
11114
11115 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11116
11117 * comint.el (comint-send-input): Call `comint-update-fence' when
11118 `comint-process-echoes' and `comint-prompt-read-only' are both
11119 non-nil, to avoid leftover read-only newline.
11120
11121 2005-10-30 Richard M. Stallman <rms@gnu.org>
11122
11123 * textmodes/flyspell.el (flyspell-external-point-words):
11124 Detect when WORD can't be checked properly because
11125 flyspell-get-word finds just part of it, and move on.
11126
11127 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11128 boundarychar for Polish.
11129 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11130 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11131
11132 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11133
11134 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11135 (gdb-registers-font-lock-keywords): Delete.
11136 (gdb-registers-mode): Don't fontify.
11137 (gdb-info-registers-custom): Use text properties instead as, in
11138 future, changed register values will use font-lock-warning-face.
11139 (gdb-local-font-lock-keywords): Rename to...
11140 (gdb-locals-font-lock-keywords): ...for consistency.
11141
11142 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11143
11144 * vc.el (vc-switch-backend): Better error message if the buffer is
11145 not visiting a file under version control.
11146
11147 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11148
11149 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11150
11151 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11152 ~/.emacs.d/.emacs.
11153
11154 2005-10-29 Richard M. Stallman <rms@gnu.org>
11155
11156 * replace.el (occur-mode-mouse-goto): Always go to other window.
11157 (occur-mode-goto-occurrence): Always switch in same window.
11158
11159 * simple.el (undo): Display message at end, not at start.
11160
11161 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11162 New arg REUSE-CELL.
11163 (cancel-timer-internal): New function.
11164 (timer-event-handler): Use cancel-timer-internal,
11165 and pass the cell it returns to timer-activate...
11166
11167 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11168 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11169 (jit-lock-after-change): Test memory-full.
11170
11171 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11172
11173 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11174 part of the decoded armor to find the key-identifier.
11175 (pgg-gpg-lookup-key-owner): New function to return the
11176 human-readable identifier of a key owner.
11177 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11178 key itself.
11179 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11180 the key value) if we have a key and can match it against a secret
11181 key. Also, added a note pointing out fact that the prompt only
11182 indicates the first matching key.
11183
11184 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11185 pgg-decrypt-region.
11186 (pgg-pending-timers): A new hash for tracking the passphrase cache
11187 timers, so that new ones supercede old ones.
11188 (pgg-add-passphrase-to-cache): Rename from
11189 `pgg-add-passphrase-cache' to reduce confusion (all callers
11190 changed). Modified to cancel old timers when new ones are added.
11191 (pgg-remove-passphrase-from-cache): Rename from
11192 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11193 changed). Modified to cancel old timers when their keys are
11194 removed from the cache.
11195 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11196 XEmacs, an indirection to delete-itimer.
11197 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11198 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11199 users can only check cache without risk of prompting. Correct bug in
11200 notruncate behavior.
11201 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11202 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11203 Add informative docstrings.
11204 (pgg-decrypt): Convey provided passphrase in subordinate call to
11205 pgg-decrypt-region.
11206
11207 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11208 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11209 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11210 `passphrase' argument, so the passphrase can be managed externally
11211 and then passed in to the system.
11212
11213 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11214 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11215 so the passphrase cache can be used reliably with identifiers
11216 besides a pgp packet's key id.
11217
11218 * pgg-gpg.el (pgg-pgp-encrypt-region)
11219 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11220 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11221 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11222 argument to all these routines, so the passphrase can be managed
11223 externally and passed in to the system.
11224
11225 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11226 `notruncate' argument, so the passphrase cache can be used
11227 reliably with identifiers besides a pgp packet's key id.
11228
11229 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11230
11231 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11232 symmetric encryption.
11233 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11234 encrypted session key.
11235 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11236 message ask for the passphrase in a proper way.
11237
11238 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11239 New user commands for symmetric encryption.
11240
11241 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11242
11243 * textmodes/conf-mode.el (conf-assignment-sign)
11244 (conf-assignment-regexp): Fix docstrings.
11245 (conf-mode-initialize): New function.
11246 (conf-mode): Remove optional args. Use delay-mode-hooks to
11247 recognize recursive calls.
11248 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11249 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11250 (conf-xdefaults-mode): Use define-derived-mode and
11251 conf-mode-initialize.
11252
11253 2005-10-29 Romain Francoise <romain@orebokech.com>
11254
11255 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11256
11257 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11258
11259 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11260 part of the decoded armor to find the key-identifier.
11261 (pgg-gpg-lookup-key-owner): New function to return the
11262 human-readable identifier of a key owner.
11263 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11264 key itself.
11265 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11266 the key value) if we have a key and can match it against a secret
11267 key. Also, added a note pointing out fact that the prompt only
11268 indicates the first matching key.
11269
11270 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11271 pgg-decrypt-region.
11272 (pgg-pending-timers): A new hash for tracking the passphrase cache
11273 timers, so that new ones supercede old ones.
11274 (pgg-add-passphrase-to-cache): Rename from
11275 `pgg-add-passphrase-cache' to reduce confusion (all callers
11276 changed). Modified to cancel old timers when new ones are added.
11277 (pgg-remove-passphrase-from-cache): Rename from
11278 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11279 changed). Modified to cancel old timers when their keys are
11280 removed from the cache.
11281 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11282 XEmacs, an indirection to delete-itimer.
11283 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11284 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11285 users can only check cache without risk of prompting. Correct bug in
11286 notruncate behavior.
11287 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11288 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11289 Add informative docstrings.
11290 (pgg-decrypt): Convey provided passphrase in subordinate call to
11291 pgg-decrypt-region.
11292
11293 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11294
11295 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11296 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11297 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11298 `passphrase' argument, so the passphrase can be managed externally
11299 and then passed in to the system.
11300
11301 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11302 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11303 so the passphrase cache can be used reliably with identifiers
11304 besides a pgp packet's key id.
11305
11306 * pgg-gpg.el (pgg-pgp-encrypt-region)
11307 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11308 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11309 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11310 argument to all these routines, so the passphrase can be managed
11311 externally and passed in to the system.
11312
11313 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11314 `notruncate' argument, so the passphrase cache can be used
11315 reliably with identifiers besides a pgp packet's key id.
11316
11317 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11318
11319 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11320 symmetric encryption.
11321 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11322 encrypted session key.
11323 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11324 message ask for the passphrase in a proper way.
11325
11326 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11327 New user commands for symmetric encryption.
11328
11329 2005-10-28 Bill Wohler <wohler@newt.com>
11330
11331 * help-mode.el (help-url): New button type. Calls browse-url.
11332 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11333 Similar to Info nodes: URL `url'.
11334 (help-make-xrefs): Create help-url buttons for
11335 help-xref-url-regexp matches.
11336
11337 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11338
11339 * tool-bar.el (tool-bar-add-item-from-menu)
11340 (tool-bar-local-item-from-menu): Fix doc strings.
11341
11342 2005-10-28 Romain Francoise <romain@orebokech.com>
11343
11344 * ldefs-boot.el: Update.
11345
11346 * subr.el (locate-library): Move from help-fns.el.
11347 * help-fns.el (locate-library): Move to subr.el.
11348
11349 2005-10-28 Richard M. Stallman <rms@gnu.org>
11350
11351 * net/tramp.el (tramp-completion-mode): defvar moved up.
11352
11353 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11354
11355 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11356
11357 * files.el (find-file-noselect): Use %d to format large file size.
11358
11359 * bindings.el (mode-line-format): Add %e.
11360
11361 * loadup.el ("facemenu"): Load unconditionally.
11362 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11363 ("x-dnd"): Load, when appropriate.
11364
11365 * startup.el (command-line): Call before-init-hook earlier.
11366 Warn about some bad characters in -u user name.
11367
11368 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
11369 (flyspell-external-point-words): Error if misspelled word is not found.
11370 Set flyspell-large-region-beg at end of word.
11371
11372 2005-10-28 Andreas Schwab <schwab@suse.de>
11373
11374 * view.el (View-revert-buffer-scroll-page-forward):
11375 Use view-page-size-default.
11376
11377 2005-10-28 Juri Linkov <juri@jurta.org>
11378
11379 * international/quail.el (quail-get-current-str): Translate last
11380 raw character for deterministic input methods.
11381
11382 2005-10-27 Jay Belanger <belanger@truman.edu>
11383
11384 * calc/calc-ext.el: Add functions to autoloads.
11385 (math-identity-matrix-p, math-ident-row-p): New functions.
11386
11387 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
11388 multiplication by an identity matrix; don't turn multiplication by
11389 an inverse matrix into division.
11390 (math-div-symbol-fancy): Replace division by matrices with
11391 multiplication by inverse.
11392
11393 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
11394
11395 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
11396 (calc-writeoutpower): New functions.
11397
11398 2005-10-27 Romain Francoise <romain@orebokech.com>
11399
11400 * replace.el (occur-engine): Include colon in mouse-face highlight.
11401
11402 * dired-x.el: Change Maintainer field.
11403
11404 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
11405
11406 * longlines.el (longlines-mode): Bind after-change-functions to
11407 nil during initial decoding and final encoding.
11408
11409 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
11410
11411 * term.el (term-emulate-terminal, term-handle-colors-array)
11412 (term-handle-ansi-escape): Specify the terminfo capabilities
11413 implemented.
11414
11415 2005-10-26 Richard M. Stallman <rms@gnu.org>
11416
11417 * info.el (Info-fontify-node): Fix detection of sentence-break
11418 before *Note.
11419
11420 2005-10-26 Romain Francoise <romain@orebokech.com>
11421
11422 * smerge-mode.el: Add `tools' to file keywords.
11423
11424 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
11425
11426 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
11427 when the fringe is not available.
11428
11429 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
11430 (def-gdb-auto-update-trigger): Simplify construction.
11431 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
11432 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
11433 defined explicitly.
11434 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
11435 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
11436 defined explicitly.
11437 (gdb-info-locals-custom): Remove as it's a no-op.
11438
11439 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
11440
11441 * longlines.el (longlines-mode): Remove narrowing before
11442 performing the initial decoding or final encoding.
11443
11444 2005-10-25 Romain Francoise <romain@orebokech.com>
11445
11446 * emacs-lisp/find-func.el (find-library-name): Also strip
11447 extension if library name ends in .el, to take advantage of
11448 `find-library-suffixes'.
11449
11450 2005-10-25 Richard M. Stallman <rms@gnu.org>
11451
11452 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
11453
11454 2005-10-25 Juri Linkov <juri@jurta.org>
11455
11456 * textmodes/texinfo.el (texinfo-mode): Change charset of one
11457 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
11458
11459 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11460
11461 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
11462 (blackbox-redefine-key): Add argument `map'.
11463
11464 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
11465 regions when moving the jit-lock-context-unfontify-pos boundary.
11466
11467 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
11468
11469 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
11470
11471 2005-10-25 Masatake YAMATO <jet@gyve.org>
11472
11473 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
11474
11475 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
11476
11477 * play/blackbox.el (blackbox-redefine-key): New function.
11478 (blackbox-mode-map): Use it to remap existing bindings for cursor
11479 motion instead of binding literal keys.
11480
11481 2005-10-25 Glenn Morris <rgm@gnu.org>
11482
11483 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
11484 diary does not end in a newline. Do not assume a blank line at
11485 the start of the diary file.
11486
11487 2005-10-25 Kenichi Handa <handa@m17n.org>
11488
11489 * international/quail.el (quail-translate-key): If the input
11490 method is deterministic and failed to handle the last key, restart
11491 the key handling loop from an appropriate key.
11492
11493 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
11494
11495 * vc.el (vc-dired-mode): Extend comment for binding of
11496 `directory-listing-before-filename-regexp'.
11497
11498 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
11499
11500 * textmodes/texinfo.el (texinfo-mode):
11501 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
11502 not to unnecessarily expose emacs-mule's internal char codes.
11503
11504 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
11505
11506 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
11507 Display hand pointer and help-echo on disabled icon too.
11508 (gdb-mouse-until): New function.
11509 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
11510
11511 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
11512
11513 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
11514 with 2005-10-23 change to doctor.el.
11515
11516 * finder.el (finder-mode-map): Add follow-link binding.
11517
11518 2005-10-25 Kim F. Storm <storm@cua.dk>
11519
11520 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
11521 to gdb-mouse-toggle-breakpoint-fringe.
11522 (gdb-mouse-toggle-breakpoint-margin): Rename from
11523 gdb-mouse-toggle-breakpoint. Fix doc.
11524 (gdb-mouse-toggle-breakpoint-fringe): New defun.
11525 (gdb-put-string): Add optional SPROPS arg. Add props to string.
11526 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
11527 string properties also for fringe breakpoint bitmaps.
11528
11529 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
11530
11531 * textmodes/org.el (org-start-icalendar-file): Fix format form.
11532
11533 2005-10-25 Masatake YAMATO <jet@gyve.org>
11534
11535 * simple.el (completion-common-substring):
11536 Use `completion-common-substring' prior to `completion-base-size'.
11537
11538 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
11539
11540 * savehist.el: Require CL while compiling.
11541 (savehist-history-variables): Remove.
11542 (savehist-save-minibuffer-history, savehist-additional-variables)
11543 (savehist-minibuffer-history-variables): New vars.
11544 (savehist-save): Use them.
11545 (savehist-uninstall, savehist-minibuffer-hook): New funs.
11546 (savehist-install): New fun, extracted from savehist-load.
11547 (savehist-load): Use them.
11548
11549 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
11550
11551 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
11552 a dummy doc-string-elt property.
11553 (defalias, defvaralias, define-category): Add a docstring property.
11554
11555 * image.el (defimage):
11556 * widget.el (define-widget):
11557 * custom.el (defface, defcustom): Add `doc-string' declaration.
11558
11559 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
11560 (defadvice): Add `doc-string' declaration.
11561
11562 * emacs-lisp/byte-run.el (macro-declaration-function):
11563 Handle `doc-string' declarations.
11564 (define-obsolete-function-alias, define-obsolete-variable-alias):
11565 Add `doc-string' declaration.
11566
11567 2005-10-24 Kenichi Handa <handa@m17n.org>
11568
11569 * international/utf-7.el (utf-7): Add autoload cookie.
11570
11571 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
11572
11573 2005-10-24 Eli Zaretskii <eliz@gnu.org>
11574
11575 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
11576 list of directories passed to batch-update-autoloads. Add "." to
11577 the list of the echoed directories.
11578
11579 * pgg-def.el:
11580 * pgg-gpg.el:
11581 * pgg-parse.el:
11582 * pgg-pgp.el:
11583 * pgg-pgp5.el:
11584 * pgg.el: Moved here from the gnus subdirectory.
11585
11586 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
11587
11588 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
11589 in case comint-prompt-read-only is set to t.
11590
11591 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
11592 in case comint-prompt-read-only is set to t.
11593
11594 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
11595
11596 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
11597 Now a string.
11598 (icalendar-import-format): Handle CLASS, STATUS, URL.
11599 Rename `subject' to `summary'.
11600 (icalendar-import-format-summary): Rename from
11601 `icalendar-import-format-subject'.
11602 (icalendar-import-format-url, icalendar-import-format-status)
11603 (icalendar-import-format-class): New variables.
11604 (icalendar--rris): Take variable argument list.
11605 (icalendar--datestring-to-isodate): Remove unnecessary
11606 calendar-style check when converting dates with explicit month names.
11607 (icalendar-export-region): Change return type of conversion
11608 subroutines. Bury current buffer unless error occurred.
11609 (icalendar--convert-to-ical)
11610 (icalendar--parse-summary-and-rest): New functions.
11611 (icalendar--convert-ordinary-to-ical)
11612 (icalendar--convert-weekly-to-ical)
11613 (icalendar--convert-yearly-to-ical)
11614 (icalendar--convert-block-to-ical)
11615 (icalendar--convert-cyclic-to-ical)
11616 (icalendar--convert-anniversary-to-ical): Change return type.
11617 Strip trailing blanks from subject.
11618 (icalendar--convert-sexp-to-ical): Change return type.
11619 Strip trailing blanks from subject. Handle simple sexp
11620 entries as generated by icalendar.el.
11621 (icalendar--convert-float-to-ical)
11622 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
11623 (icalendar-import-file): Doc fix.
11624 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
11625 Correct call to icalendar--rris.
11626 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
11627 `summary'.
11628 (icalendar--add-diary-entry): Rename `subject' to `summary'.
11629
11630 2005-10-24 Romain Francoise <romain@orebokech.com>
11631
11632 * server.el (server-sentinel): Set query-on-exit flag to nil on
11633 new client processes (it isn't inherited from the server process).
11634
11635 * replace.el (occur-engine): Rearrange text properties.
11636
11637 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
11640 case-fold-search is nil.
11641 (debug-help-follow): Use help-xref-interned directly.
11642
11643 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11644
11645 * thumbs.el (thumbs-image-type): Add .pbm.
11646
11647 2005-10-23 Richard M. Stallman <rms@gnu.org>
11648
11649 * faces.el (inhibit-face-set-after-frame-default): New variable.
11650 (set-face-attribute): Bind it.
11651 (face-set-after-frame-default): Test it.
11652
11653 * help-fns.el (describe-simplify-lib-file-name): New function.
11654 (describe-function-1, describe-variable): Use it.
11655
11656 * faces.el (describe-face): Use describe-simplify-lib-file-name.
11657
11658 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
11659 Eliminate nil as possible value.
11660 (tooltip-hide-delay): Reduce internal-border-width.
11661
11662 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
11663 (menu-bar-file-menu) <new-file>: Likewise.
11664
11665 * simple.el (line-move-finish): Ignore fields computing LINE-END.
11666
11667 * international/mule.el (load-with-code-conversion):
11668 Pass full file name to `eval-buffer' unless preloading.
11669
11670 * textmodes/flyspell.el (flyspell-large-region):
11671 Call ispell-check-version.
11672
11673 * textmodes/ispell.el (ispell-local-dictionary-overridden):
11674 Fix the make-variable-buffer-local call that was supposed
11675 to be for this variable.
11676 (ispell-aspell-supports-utf8): Doc fix.
11677 (ispell-find-aspell-dictionaries): Preserve elements of
11678 ispell-dictionary-alist for dictionaries that aspell doesn't report.
11679 (ispell-aspell-find-dictionary): Return nil on error.
11680
11681 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
11682 (doctor-symptoms): Likewise.
11683
11684 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
11685
11686 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
11687
11688 * cus-edit.el (custom-button, custom-button-pressed): New vars.
11689 (custom-raised-buttons): Add :set spec.
11690 (custom-button-unraised, custom-button-pressed-unraised):
11691 New faces, so that custom-raised-buttons actually does something.
11692 (custom-mode): Use custom-button and custom-button-pressed.
11693
11694 * wid-edit.el (widget-specify-button): Don't ignore
11695 widget-mouse-face on graphic terminals.
11696 (widget-move-and-invoke): Cleanup.
11697
11698 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
11699
11700 * whitespace.el (whitespace-cleanup): Doc fix.
11701
11702 2005-10-23 Romain Francoise <romain@orebokech.com>
11703
11704 * emulation/viper.el (viper-set-hooks): Quote forms passed to
11705 `eval-after-load' to avoid evaluating their result.
11706
11707 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
11708
11709 * files.el (directory-listing-before-filename-regexp):
11710 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
11711
11712 * dired.el (dired-move-to-filename-regexp): Remove.
11713 All occurences replaced by `directory-listing-before-filename-regexp'.
11714
11715 * dired-x.el, locate.el, vc.el:
11716 Replace `dired-move-to-filename-regexp' by
11717 `directory-listing-before-filename-regexp'. In vc.el it is
11718 overwritten locally; maybe this can be handled in files.el too.
11719
11720 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
11721 replaced by `directory-listing-before-filename-regexp'.
11722
11723 2005-10-23 Andreas Schwab <schwab@suse.de>
11724
11725 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
11726 and eval-next-after-load.
11727
11728 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
11729
11730 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
11731 exist, create it.
11732
11733 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
11734
11735 * allout.el: Remove autoloads for mailcrypt and crypt++.
11736 Require pgg, pgg-gpg during compilation.
11737 (allout-version): Increment version number to 2.1, and use a literal
11738 rather than RCS Id.
11739 (allout-default-encryption-scheme): Remove.
11740 (allout-passphrase-verifier-handling)
11741 (allout-passphrase-verifier-string)
11742 (allout-file-passphrase-verifier-string)
11743 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
11744 (allout-passphrase-hint-handling): Rename and simplify.
11745 (allout-init): Use `find-file-hook' if available, otherwise
11746 `find-file-hooks'.
11747 (allout-mode): Use `write-file-functions' if available, otherwise
11748 `local-write-file-hooks' and, instead of making auto-save-hook
11749 buffer local, make the write-file-hook activity contingent to
11750 allout-mode.
11751 (allout-mode): Use key-binding substitution in the docstring.
11752 (allout-kill-line): Spell-out kill ring data structure mutation
11753 instead of using byte-compiler-complaint-provoking `pop'.
11754 (allout-insert-listified): Use `insert' rather than `insert-string'
11755 (allout-toggle-current-subtree-encryption): Update docstring, adjust
11756 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
11757 (allout-encrypt-string): Totally revamped vis new underlying
11758 encryption facilities.
11759 (allout-mc-activate-passwd): Remove.
11760 (allout-obtain-passphrase): New, more or less replaces
11761 allout-mc-activate-passwd.
11762 (allout-encrypted-key-info): More or less replaces
11763 allout-encrypted-text-type.
11764 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
11765 (my-mark-marker): Use `(featurep 'xemacs)'.
11766
11767 2005-10-23 Lars Hansen <larsh@soem.dk>
11768
11769 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
11770 (byte-compile-file-form-defmumble, byte-compile-defun)
11771 (byte-compile-defmacro): Use it.
11772 (byte-compile-form): Don't call byte-compile-set-symbol-position
11773 when a byte-compile handler is called.
11774
11775 2005-10-22 Romain Francoise <romain@orebokech.com>
11776
11777 * savehist.el (savehist-history-variables): Add `grep-find-history'.
11778
11779 * subr.el (eval-after-load): Convert library name to an absolute
11780 file name using locate-library, since load-history no longer has
11781 library names in it.
11782
11783 2005-10-22 Richard M. Stallman <rms@gnu.org>
11784
11785 * files.el (make-temp-file): Move from subr.el.
11786 * subr.el (make-temp-file): Move to files.el.
11787
11788 * window.el (get-buffer-window-list): Move from subr.el.
11789 * subr.el (get-buffer-window-list): Move to window.el.
11790
11791 * image.el (image-load-path): Use eval-at-startup to initialize.
11792
11793 * subr.el (eval-at-startup): New macro.
11794
11795 * subr.el: Much rearrangement of functions and division
11796 into pages. No code changes.
11797
11798 2005-10-22 Kenichi Handa <handa@m17n.org>
11799
11800 * tar-mode.el (tar-extract): Be sure to call
11801 find-operation-coding-system if set-auto-coding doesn't find a
11802 coding system.
11803
11804 2005-10-22 Kim F. Storm <storm@cua.dk>
11805
11806 * image.el (image-type-header-regexps): Rename from image-type-regexps.
11807 Change users.
11808 (image-type-file-name-regexps): New defconst.
11809 (image-type-from-data): Simplify loop.
11810 (image-type-from-buffer): New defun.
11811 (image-type-from-file-header): Use it instead of image-type-from-data.
11812 Use image-search-load-path instead of only looking in data-directory.
11813 (image-type-from-file-name): New defun.
11814 (image-search-load-path): Change `pathname' to `filename'.
11815 Make PATH arg optional, default to image-load-path.
11816
11817 2005-10-21 Richard M. Stallman <rms@gnu.org>
11818
11819 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
11820
11821 * textmodes/paragraphs.el (sentence-end-base): New variable.
11822 (sentence-end): Use sentence-end-base.
11823
11824 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11825
11826 * font-lock.el (font-lock-default-fontify-region): Check the multiline
11827 property independently from the font-lock-multiline variable.
11828
11829 2005-10-21 Richard M. Stallman <rms@gnu.org>
11830
11831 * emacs-lisp/find-func.el (find-library-name): Doc fix.
11832
11833 * startup.el (command-line): Convert library names
11834 in `load-history' to absolute file names.
11835
11836 * subr.el (symbol-file): Doc fix.
11837
11838 * loadhist.el (file-loadhist-lookup): Call locate-library
11839 instead of find-library-name. Don't try converting
11840 abs file names to library names, since load-history no longer
11841 has library names in it.
11842 (file-dependents, file-provides, file-requires): Doc fixes.
11843
11844 2005-10-21 Juri Linkov <juri@jurta.org>
11845
11846 * progmodes/etags.el (tags-table-mode): New function.
11847 (tags-verify-table): Replace initialize-new-tags-table with
11848 tags-table-mode.
11849
11850 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
11851 default value.
11852 (desktop-modes-not-to-save): Add tags-table-mode to the
11853 default value.
11854
11855 * info.el (Info-index-next): Add total number of index
11856 alternatives to the message.
11857
11858 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
11859 backward only space (instead of space and period) before looking
11860 at sentence end.
11861
11862 * simple.el (set-variable): Use user-variable-p instead of symbolp.
11863 Add the old variable value as 4th default-value arg of read-string.
11864
11865 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11866
11867 * cus-face.el (custom-declare-face): Make face from X resources
11868 also on Mac.
11869
11870 * disp-table.el (standard-display-g1, standard-display-graphic):
11871 Refuse to use string glyphs also on Mac.
11872 (standard-display-european): Don't set terminal coding system also
11873 on Mac.
11874
11875 * frame.el (display-screens): Use x-display-screens also on Mac.
11876
11877 2005-10-21 Romain Francoise <romain@orebokech.com>
11878
11879 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
11880
11881 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
11882
11883 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
11884 and $? into sexps.
11885
11886 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
11887 warning face on open-paren-in-column-0.
11888
11889 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
11890 boundary case. Fix typo.
11891 Suggested by Martin Rudalics <rudalics@gmx.at>.
11892
11893 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
11894
11895 * textmodes/org.el (org-combined-agenda-icalendar-file)
11896 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
11897 (org-export-icalendar-this-file)
11898 (org-export-icalendar-all-agenda-files)
11899 (org-export-icalendar-combine-agenda-files): New commands.
11900 (org-export-icalendar, org-print-icalendar-entries)
11901 (org-start-icalendar-file, org-finish-icalendar-file)
11902 (org-ical-ts-to-string): New functions.
11903 (org-read-date, org-goto-calendar)
11904 (org-agenda-goto-calendar): Inhibit displaying diary entries by
11905 call to `calendar'.
11906 (orgtbl-setup): Remove the :keys arguments from the menu description.
11907 (org-after-save-iCalendar-file-hook): New variable.
11908
11909 2005-10-21 Kenichi Handa <handa@m17n.org>
11910
11911 * language/vietnamese.el (tcvn-5712): Make it an alias of
11912 vietnamese-tcvn coding-system.
11913
11914 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
11915
11916 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
11917 group id is given.
11918
11919 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
11920
11921 * progmodes/sh-script.el (sh-escaped-line-re): New var.
11922 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
11923 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
11924 whose line is either continued or ends with a comment.
11925
11926 2005-10-20 Romain Francoise <romain@orebokech.com>
11927
11928 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
11929
11930 * replace.el (occur-engine): Add follow-link property.
11931
11932 * font-core.el (font-lock-mode): Doc fix.
11933
11934 2005-10-20 Richard M. Stallman <rms@gnu.org>
11935
11936 * net/rcirc.el: New file.
11937
11938 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
11939
11940 * term.el (term-term-name): Initialize to "eterm-color".
11941
11942 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
11943
11944 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
11945 for encryption functionality.
11946 Move allout customization subgroup from `editing' to `outlines' group.
11947 Fix commentary keywords to legitimate ones.
11948 Update author info (using my current email address, obscurified).
11949 (allout-encrypt-string, allout-encryption-produce-work-buffer)
11950 (allout-encrypted-topic-p, allout-encrypted-text-type)
11951 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
11952 (allout-situate-encryption-key-verifier)
11953 (allout-get-encryption-key-verifier, allout-verify-key)
11954 (allout-next-topic-pending-encryption)
11955 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
11956 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
11957 (outline-key-verifier-handling, outline-key-hint-handling)
11958 (outline-encrypt-unencrypted-on-saves): New defcustoms.
11959 (allout-file-key-verifier-string, allout-encryption-scheme)
11960 (allout-key-verifier-string, allout-key-hint-string)
11961 (allout-after-save-decrypt): New variables.
11962 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
11963 (allout-after-saves-handler): New hook functions.
11964 (allout-post-command-business): Do allout-after-save-decrypt.
11965 (allout-enable-file-variable-adjustment): Custom var to enable
11966 mechanism for adding and adjusting settings of Emacs file variables.
11967 (allout-adjust-file-variable, allout-file-vars-section-data):
11968 New functions, implement the mechanism.
11969 (outlineify-sticky): Use the file vars mechanism.
11970 (allout-inhibit-protection, allout-during-write-cue)
11971 (allout-override-protect, allout-before-change-protect): Remove.
11972 (allout-flag-region, allout-open-topic): Adjust read-only text.
11973 (allout-open-line-not-read-only): Add to facilitate read-only
11974 text based protection.
11975 (allout-kill-line): Revise to adjust read-only text, clue the
11976 user about the inhibition.
11977 (allout-unprotected): Use unwind-protect.
11978 (allout-shift-in, allout-shift-out): Disallow manually shifting a
11979 topic deeper than the offspring depth of the previous topic -
11980 avoiding confusing "containment discontinuities".
11981 (allout-reindent-bodies): Fix retention of body relative hanging
11982 indent during promotion of collapsed bodies.
11983 (allout-open-topic): Make it easy to open new topic with same
11984 bullet as current topic - topic creation functions provided with
11985 any universal argument provokes now prompt for bullet, defaulting
11986 to the bullet of the previous topic.
11987 (allout-plain-bullets-string, allout-distinctive-bullets-string):
11988 Plain bullet alternates `.' period and `,' comma only. All other
11989 bullets are relegated to special status (but customizable).
11990 (allout-end-of-entry): Rename from allout-end-of-current-entry
11991 since it actually operates w.r.t. most immediately containing
11992 entry, visible or not.
11993 (allout-hide-current-entry, allout-show-current-entry): Use the
11994 revised version.
11995 (allout-old-expose-topic): Solidify deprecation.
11996 (allout-end-of-subtree): Add so we can span concealed as well
11997 as visible topics.
11998 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
11999 (allout-end-of-current-heading): Tweak to just respect the first line.
12000 (allout-get-body-text): Add.
12001 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12002 when invoked interactively.
12003 (allout-up-current-level): Use `interactive-p'.
12004 (allout-mode, allout-init): Miscellaneous docstring and
12005 operational refinements, as well as hookups of new encryption stuff.
12006 (allout-beginning-of-current-entry): Now works as advertised.
12007 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12008 (allout-isearch-rectification): Refine condition for isearching.
12009 (allout-isearch-abort, allout-enwrap-isearch)
12010 (allout-flag-region, my-region-active-p): Relocate some macros.
12011 (allout-title): Fallback title is (buffer-name), not
12012 non-existing (current-buffer-name).
12013 (subst-char-in-string): Define if absent (for some XEmacs versions).
12014
12015 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12016
12017 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12018 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12019 (mail-citation-prefix-regexp, mail-signature-file)
12020 (mail-default-headers, mail-bury-selects-summary)
12021 (mail-send-nonascii): Add autoload cookies.
12022
12023 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12024
12025 * frame.el (blink-cursor-mode): Add `mac' to the list of
12026 window-system's that support blinking cursor.
12027
12028 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12029
12030 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12031
12032 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12033
12034 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12035 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12036 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12037
12038 2005-10-20 Kim F. Storm <storm@cua.dk>
12039
12040 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12041 (ido-set-current-directory): Don't add / after final @.
12042 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12043 Explicitly handle ange-ftp completion oddities.
12044 (ido-make-file-list): Don't rotate list at tramp root to avoid
12045 triggering tramp file handler for expand-file-name via get-file-buffer.
12046
12047 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12048
12049 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12050
12051 2005-10-19 Jay Belanger <belanger@truman.edu>
12052
12053 * calc/calc-units.el (math-standard-units): Add units, adjust
12054 symbols and update values.
12055 (math-unit-prefixes): Add more prefixes.
12056
12057 2005-10-19 Romain Francoise <romain@orebokech.com>
12058
12059 * bookmark.el (bookmark-menu-heading): New face.
12060 (bookmark-bmenu-list): Use it.
12061 Don't fiddle with `baud-rate' at top-level.
12062
12063 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12064
12065 * image.el (create-image, find-image): Mention max-image-size in
12066 docstring.
12067
12068 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12069
12070 * savehist.el (savehist-load): Revert to checking XEmacs.
12071
12072 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12073 Various docstring and line-width fixups.
12074 (conf-mode): Use cond.
12075 Set font-lock-defaults. Don't set comment-use-syntax.
12076
12077 2005-10-18 David Ponce <david@dponce.com>
12078
12079 * tree-widget.el (tree-widget-button-click): New function.
12080 (tree-widget-button-keymap): Use it.
12081
12082 2005-10-18 Romain Francoise <romain@orebokech.com>
12083
12084 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12085 (bookmark-bmenu-hide-filenames): Add follow-link property.
12086 Improve help-echo text.
12087
12088 * ffap.el (find-file-at-point): Doc fix.
12089
12090 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12091
12092 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12093
12094 2005-10-18 Masatake YAMATO <jet@gyve.org>
12095
12096 Install to the CVS repository what I forgot to install in my
12097 2005-10-16 changes.
12098
12099 * progmodes/python.el (python-complete-symbol): Pass the common
12100 prefix substring of completion to `display-completion-list'.
12101
12102 * textmodes/org.el (org-complete): Ditto.
12103
12104 2005-10-18 Masatake YAMATO <jet@gyve.org>
12105
12106 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12107
12108 * woman.el (WoMan-xref-man-page): New button type derived
12109 from `Man-abstract-xref-man-page'.
12110 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12111
12112 * man.el (Man-abstract-xref-man-page): New button type.
12113 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12114 (Man-highlight-references): Add new optional argument `xref-man-type'.
12115
12116 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12117
12118 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12119
12120 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12121
12122 * cus-edit.el (Custom-move-and-invoke): Delete.
12123 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12124
12125 * wid-edit.el (widget-move-and-invoke): New function, from
12126 Custom-move-and-invoke.
12127
12128 2005-10-17 Bill Wohler <wohler@newt.com>
12129
12130 Move all remaining images from lisp/toolbar to etc/images, move
12131 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12132 the low resolution images in their own directory (low-color).
12133
12134 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12135 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12136 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12137 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12138 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12139 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12140 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12141
12142 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12143 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12144 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12145 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12146 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12147 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12148 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12149 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12150 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12151 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12152 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12153 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12154 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12155 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12156 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12157
12158 To conform with convention, replace the underscore (_) in the
12159 following image names with dash (-) or (/) as appropriate.
12160
12161 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12162 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12163 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12164 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12165 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12166 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12167 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12168 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12169 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12170 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12171 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12172 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12173 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12174 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12175 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12176
12177 * info.el (info-tool-bar-map): Replace underscores in image names
12178 with dashes.
12179
12180 * makefile.w32-in (WINS): Remove toolbar.
12181
12182 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12183
12184 * tool-bar.el: Move to lisp from toolbar. Now that
12185 toolbar is empty, it should be deleted when folks run "cvs up -P".
12186
12187 2005-10-18 Jay Belanger <belanger@truman.edu>
12188
12189 * calc/calc-store.el (calc-store-into): Get the proper variable name
12190 to display in message.
12191
12192 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12193
12194 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12195 expressions display in speedbar for all buffers when debugging.
12196 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12197
12198 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12199 (speedbar-insert-button, speedbar-make-button):
12200 Use add-text-properties.
12201 (speedbar-update-localized-contents)
12202 (speedbar-update-directory-contents)
12203 (speedbar-update-special-contents): Use dolist.
12204 (speedbar-buffer-easymenu-definition): Add a menu separator.
12205
12206 2005-10-17 Jason Rumney <jasonr@gnu.org>
12207
12208 * makefile.w32-in: Use $(lisp) consistently.
12209 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12210 for shell specific generation of mh-autoloads.
12211
12212 2005-10-17 Richard M. Stallman <rms@gnu.org>
12213
12214 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12215
12216 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12217
12218 * jit-lock.el (jit-lock-fontify-now):
12219 Move jit-lock-context-unfontify-pos to avoid wasted work.
12220
12221 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12222
12223 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12224 `tramp-completion-mode' for checking if we are in completion mode.
12225 (tramp-completion-handle-file-name-all-completions): Reorder code
12226 in order to complete for file names only in case there are no
12227 method/user/host completions. This is necessary for cooperation
12228 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12229
12230 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12231
12232 * longlines.el (longlines-search-forward)
12233 (longlines-search-backward): Match any number of spaces.
12234
12235 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12236
12237 * diff-mode.el (diff-mode): Doc fix.
12238
12239 2005-10-16 David Reitter <david.reitter@gmail.com>
12240
12241 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12242 as default on darwin and windows systems.
12243
12244 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12245
12246 * arc-mode.el (archive-zip-extract): Doc fix.
12247
12248 2005-10-16 Romain Francoise <romain@orebokech.com>
12249
12250 * mouse.el (mouse-1-click-follows-link): Doc fix.
12251
12252 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12253
12254 * savehist.el: Don't require CL at runtime.
12255 (savehist-xemacs): Remove.
12256 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12257 (savehist-no-conversion): Use (featurep 'xemacs).
12258 (savehist-load): Check existence of start-itimer rather than XEmacs.
12259 Use an idle timer.
12260 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12261 `delete-if-not'.
12262
12263 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12264
12265 * savehist.el: Newer version.
12266 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12267 (savehist-last-checksum, savehist-no-conversion): New vars.
12268 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12269 New functions.
12270 (savehist-load, savehist-save): Use them.
12271 (savehist-delimit): Remove.
12272
12273 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12274
12275 * progmodes/compile.el (compilation-goto-locus): Display the
12276 compilation buffer first and the source buffer second, in case they're
12277 in overlapping frames. Don't raise the compilation frame if it was the
12278 selected window upon entry. Pass the `other-window' arg to
12279 pop-to-buffer.
12280
12281 * info.el (Info-fontify-node): Use dolist.
12282 Change add-text-properties to put-text-property.
12283
12284 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12285
12286 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12287 bound of search.
12288
12289 2005-10-16 Masatake YAMATO <jet@gyve.org>
12290
12291 * dabbrev.el (dabbrev-completion): Pass the common
12292 prefix substring of completion to `display-completion-list'.
12293
12294 * filecache.el (file-cache-minibuffer-complete)
12295 (file-cache-complete): Ditto.
12296
12297 * tempo.el (tempo-display-completions): Ditto.
12298
12299 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12300
12301 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12302
12303 * eshell/em-hist.el (eshell-list-history): Ditto.
12304
12305 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12306
12307 * mail/mailalias.el (mail-complete): Ditto.
12308
12309 * progmodes/etags.el (complete-tag): Ditto.
12310
12311 * progmodes/make-mode.el (makefile-complete): Ditto.
12312
12313 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12314
12315 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12316
12317 * progmodes/pascal.el (pascal-complete-word)
12318 (pascal-show-completions): Ditto.
12319
12320 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12321
12322 * simple.el (completion-common-substring): New variable.
12323 (completion-setup-function): Use `completion-common-substring'
12324 to put faces.
12325
12326 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12327
12328 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12329 (x-get-selection, mac-select-convert-to-string): Convert from/to
12330 UTF-16 clipboard data as in native byte order, no BOM.
12331
12332 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12333
12334 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12335 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12336 (gud-sentinel): Use speedbar-frame to check for speedbar.
12337
12338 2005-10-15 Richard M. Stallman <rms@gnu.org>
12339
12340 * savehist.el: New file.
12341
12342 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12343
12344 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12345 Fix bug in \bf fontification.
12346
12347 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12348
12349 * pcvs.el (cvs-edit-log-files): New var.
12350 (cvs-mode-edit-log): New arg `file'.
12351 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12352 Instead force the use of the original file and nothing else.
12353 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12354 the cvs-minor-wrap-function is set.
12355 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12356
12357 2005-10-14 Bill Wohler <wohler@newt.com>
12358
12359 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12360 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12361 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12362 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12363 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12364 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12365 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
12366 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
12367 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
12368 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
12369 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
12370 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
12371 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
12372 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
12373 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
12374
12375 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12376 appropriately (for example, gud-break to gud/break).
12377
12378 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
12379
12380 * longlines.el (longlinges-search-function)
12381 (longlines-search-forward, longlines-search-backward): New functions.
12382 (longlines-mode): Set isearch-search-fun-function to
12383 longlinges-search-function.
12384
12385 * mouse.el (mouse-drag-region-1): Handle the case where a
12386 double-click event is bound to an arbitrary function.
12387
12388 2005-10-14 David Ponce <david@dponce.com>
12389
12390 * recentf.el (recentf-track-opened-file)
12391 (recentf-track-closed-file, recentf-update-menu)
12392 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
12393 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
12394 mouse-1-click-follows-link.
12395
12396 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12397
12398 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
12399 Gnome file-manager.png. Suggested by
12400 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
12401
12402 * toolbar/README: Add diropen.xpm.
12403
12404 2005-10-13 Bill Wohler <wohler@newt.com>
12405
12406 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
12407 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
12408
12409 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
12410
12411 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
12412 Don't waste the byte-compiler's time on constant data.
12413
12414 2005-10-13 Kenichi Handa <handa@m17n.org>
12415
12416 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
12417 byte with `escape-glyph' face.
12418
12419 * international/fontset.el (ccl-encode-unicode-font):
12420 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
12421 Handle the case that ucs-mule-to-mule-unicode translates a character to
12422 ASCII (usually for IPA characters).
12423
12424 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12425
12426 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
12427 Don't hide the underline of titles if font-lock-mode is disabled.
12428
12429 2005-10-12 Bill Wohler <wohler@newt.com>
12430
12431 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
12432 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12433 files in MH-E-SRC have been updated.
12434 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
12435
12436 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
12437
12438 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
12439 (mixal-mode-syntax-table): Add \n as end-comment.
12440 (mixal-operation-codes-alist): Immediately initialize to full value.
12441 (mixal-add-operation-code): Remove.
12442 (mixal-describe-operation-code): Make the arg non-optional.
12443 Use the interactive spec instead.
12444 Use mixal-operation-codes-alist rather than mixal-operation-codes.
12445 (mixal-font-lock-keywords): Don't highlight comments here any more.
12446 (mixal-font-lock-syntactic-keywords): New var.
12447 (mixal-mode): Use it. Fix comment-start-skip.
12448
12449 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12450
12451 * startup.el (command-line-x-option-alist): -nb => -nbi
12452
12453 2005-10-12 Kim F. Storm <storm@cua.dk>
12454
12455 * startup.el (fancy-splash-default-action): Discard mouse click in
12456 the splash screen window, as it has no sensible meaning in the
12457 next window to be selected. Fixes error reported by Jan D.
12458
12459 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
12460
12461 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
12462
12463 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12464
12465 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
12466 Try to fix up minor layout issues like indentation, line break, etc...
12467 (mixal-mode-syntax-table): Don't try to specify comment syntax,
12468 because it doesn't work.
12469 (mixal-operation-codes): Add some more codes.
12470 (mixal-font-lock-keywords): Process comments here.
12471 (mixal-mode): mixasm no longer needs -g option.
12472
12473 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
12474
12475 * progmodes/sh-script.el (sh-tmp-file):
12476 Use mktemp -t. Finish support for es and rc shells.
12477
12478 2005-10-11 Jay Belanger <belanger@truman.edu>
12479
12480 * calc/calcalg2.el (calc-integral): With an argument, compute the
12481 definite integral.
12482
12483 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
12484
12485 * mouse.el (mouse-drag-region-1): Don't try to catch a
12486 double-click when doing follow-link (it's overridden anyway).
12487
12488 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
12489
12490 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
12491 (autoload-print-form-outbuf): Add docstring.
12492
12493 2005-10-11 Juri Linkov <juri@jurta.org>
12494
12495 * info.el (Info-mode-menu): Delete menu item "Edit".
12496 (Info-mode): Delete description of Info-edit from docstring,
12497 and rearrange descriptions of Info commands in the order
12498 they are documented in the Info manual.
12499
12500 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
12501
12502 * calendar/appt.el (appt-check): Use diary-selective-display var.
12503
12504 2005-10-10 Richard M. Stallman <rms@gnu.org>
12505
12506 * net/newsticker.el (newsticker-start, newsticker-show-news):
12507 Add autoload cookies.
12508
12509 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
12510
12511 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
12512
12513 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
12514
12515 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
12516
12517 2005-10-10 Jay Belanger <belanger@truman.edu>
12518
12519 * calc/calc-arith.el (math-check-known-scalarp)
12520 (math-check-known-matrixp): Check the values of arguments that are
12521 variables.
12522 (math-check-known-square-matrixp): New function.
12523 (math-known-square-matrixp): Use math-check-known-square-matrixp.
12524 (math-super-types): Add sqmatrix type.
12525
12526 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
12527 mode name `square' to `sqmatrix'.
12528
12529 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
12530 mode name `square' to `sqmatrix'.
12531
12532 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12533
12534 * progmodes/etags.el (select-tags-table-mode): Don't use
12535 selective-display.
12536 (tags-select-tags-table): Pass `button' to the action function.
12537 (select-tags-table): Place the side-info on button properties rather
12538 than in hidden text. Abbreviate file names.
12539 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
12540 (select-tags-table-select): Add `button' argument.
12541 Get side-info from the button property rather than from hidden text.
12542
12543 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
12544
12545 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
12546 (gud-speedbar-buttons): Preserve point if possible.
12547 (gud-sentinel): Restore previous speedbar display type.
12548
12549 * progmodes/gdb-ui.el (gdba): Improve diagram.
12550 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12551 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
12552 Call get-buffer-window once.
12553
12554 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
12555
12556 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
12557 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
12558 (pascal-indent-command): Remove unused var `ind'.
12559 (pascal-indent-case): Remove unused var `oldpos'.
12560 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
12561 since it's now used as a proper minor mode map.
12562 (pascal-outline): Rename to pascal-outline-mode.
12563 (pascal-outline-mode): Use define-minor-mode.
12564 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
12565 selective-display.
12566
12567 2005-10-10 Andreas Schwab <schwab@suse.de>
12568
12569 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
12570 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
12571
12572 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
12573 outside source directory.
12574
12575 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
12576
12577 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
12578 C-x' as a prefix.
12579 (orgtbl-mode-map): Full keymap instead of sparse, because all
12580 `self-insert-command' keys are redefined in this map.
12581 (org-export-as-html): Specify charset for HTML file, by taking it
12582 from the coding system.
12583
12584 2005-10-10 Kenichi Handa <handa@m17n.org>
12585
12586 * textmodes/flyspell.el (flyspell-check-word-p):
12587 If unread-command-events is non-empty, don't call sit-for.
12588
12589 2005-10-09 Richard M. Stallman <rms@gnu.org>
12590
12591 * font-lock.el (font-lock-syntactic-keywords)
12592 (font-lock-keywords): Doc fixes.
12593
12594 * textmodes/flyspell.el (flyspell-external-point-words):
12595 Simplify logic, and don't try to check for consecutive appearances
12596 of one incorrect word.
12597
12598 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
12599
12600 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
12601 separator.
12602
12603 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
12604 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
12605 (gud-expansion-speedbar-buttons): New function.
12606 (gud-speedbar-buttons): Check for gud-comint-buffer.
12607
12608 2005-10-09 Bill Wohler <wohler@newt.com>
12609
12610 * Makefile.in (updates): Add mh-loaddefs dependency.
12611
12612 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
12613
12614 * speedbar.el (speedbar-file-key-map): Fix typo.
12615
12616 2005-10-09 Daniel Brockman <daniel@brockman.se>
12617
12618 * cus-start.el (line-spacing): Add custom spec.
12619
12620 2005-10-09 Romain Francoise <romain@orebokech.com>
12621
12622 * textmodes/ispell.el (ispell-check-version): Fix last change.
12623
12624 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12625
12626 * term/x-win.el: Remove -i, --icon-type from comment.
12627
12628 * startup.el (command-line-x-option-alist): Remove options -i,
12629 -itype, --icon-type, added -nb, --no-bitmap-icon
12630
12631 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
12632
12633 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
12634 instead of :active.
12635
12636 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
12637
12638 * textmodes/ispell.el (ispell-check-version):
12639 Ignore hyphen, and all that follows, in aspell's version text.
12640
12641 2005-10-08 Jay Belanger <belanger@truman.edu>
12642
12643 * calc/calc-arith.el (math-known-square-matrixp): New function.
12644 (math-pow-fancy): Check for matrices before distributing exponent
12645 across products.
12646
12647 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
12648 fullscreen keypad. Suggested by Luc Teirlinck.
12649 (calc-keypad-show-input): Add space for formatting.
12650
12651 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
12652 Add square matrix option.
12653
12654 * calc/calc-poly.el (math-expand-term): Check for matrices instead
12655 of checking calc-matrix-mode when deciding how to expand.
12656
12657 * calc/calc.el (calc-set-mode-line): Add square matrix option.
12658
12659 2005-10-08 Lars Hansen <larsh@soem.dk>
12660
12661 * net/tramp.el (tramp-perl-directory-files-and-attributes):
12662 Add error handling.
12663 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
12664
12665 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
12666
12667 Sync with Tramp 2.0.51.
12668
12669 * net/tramp.el (tramp-handle-set-visited-file-modtime)
12670 (tramp-handle-insert-file-contents, tramp-handle-write-region):
12671 Insert special handling for `last-coding-system-used', again
12672 it still seems to be necessary (unlike stated before).
12673 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
12674 (tramp-password-prompt-regexp): There might be other words before
12675 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
12676 (tramp-chunksize): Improve docstring.
12677 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
12678 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
12679 Christian Joergensen <bugs@razor.dk>.
12680
12681 2005-10-07 Glenn Morris <rgm@gnu.org>
12682
12683 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
12684 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
12685 precision'.
12686
12687 2005-10-07 Romain Francoise <romain@orebokech.com>
12688
12689 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
12690 (ibuffer-do-shell-command-pipe-replace)
12691 (ibuffer-do-shell-command-file, ibuffer-do-eval)
12692 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
12693 (ibuffer-do-revert, ibuffer-do-replace-regexp)
12694 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
12695 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
12696 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
12697 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
12698 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
12699 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
12700 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
12701 Autoload file sans suffix.
12702
12703 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
12704
12705 2005-10-07 David Ponce <david@dponce.com>
12706
12707 * recentf.el (recentf-menu-open-all-flag): New option.
12708 (recentf-digit-shortcut-command-name): New function.
12709 (recentf--shortcuts-keymap): New variable.
12710 (recentf-menu-shortcuts): New variable.
12711 (recentf-make-menu-items): Initialize it. Replace the "More..."
12712 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
12713 (recentf-menu-value-shortcut): New function.
12714 (recentf-make-menu-item): Use it. No more in-lined.
12715 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
12716 (recentf-open-most-recent-file): Rename from
12717 `recentf-open-file-with-key'. Don't depend on key binding.
12718 (recentf-mode-map): New variable.
12719 (recentf-mode): Use it.
12720
12721 2005-10-06 Bill Wohler <wohler@newt.com>
12722
12723 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
12724
12725 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
12726 (MH-E-SRC): New. Used by mh-autoloads.
12727 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
12728 files in MH-E-SRC have been updated.
12729 (compile, recompile, bootstrap): Depend on mh-autoloads.
12730
12731 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
12732
12733 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
12734 gud-break and gud-remove icons when the fringe is not available.
12735
12736 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
12737 Typo.
12738
12739 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12740
12741 * play/zone.el (zone): Wrap body with save-window-excursion.
12742
12743 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
12744
12745 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
12746 Use the new `list-only' arg to diary-list-entries.
12747
12748 * calendar/diary-lib.el: Use overlays rather than selective-display.
12749 (diary-selective-display): New var.
12750 (diary-header-line-format): Use it.
12751 (diary-list-entries): Add argument `list-only'.
12752 Put the buffer in diary-mode. Don't add \^M at beg and end.
12753 Replace \^M by invisible overlays.
12754 (diary-unhide-everything): Replace \^M by invisible overlays.
12755 (print-diary-entries): Look for overlays rather than \^M.
12756 Add a space to the temp buffer name.
12757 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
12758 Put the buffer in diary-mode.
12759 (list-sexp-diary-entries): Replace \^M by invisible overlays.
12760 (diary-anniversary): Make the year arg optional.
12761 (diary-time-regexp): New const.
12762 (diary-font-lock-keywords): Use it to accept a few more time formats.
12763
12764 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
12765
12766 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
12767
12768 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
12769 Fix bug introduced 2005-07-03: Use (car (last ...))
12770 to faithfully reproduce replaced artist-last.
12771 (artist-set-arrow-points-for-poly): Likewise.
12772 Suggested by Johan Bockg\e,Ae\e(Brd.
12773
12774 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
12775
12776 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
12777 * wid-edit.el (widget):
12778 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
12779 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
12780
12781 2005-10-06 Kenichi Handa <handa@m17n.org>
12782
12783 * international/mule-cmds.el (set-language-environment):
12784 Fix setting up of case-table for unibyte mode.
12785
12786 * simple.el (what-cursor-position): If the character is displayed
12787 by some `display' text property, show that. Don't use
12788 single-key-description for eight-bit characters in multibyte mode.
12789
12790 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
12791
12792 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
12793 (gdb-ann3): Set it.
12794 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
12795 (gdb-info-frames-custom): Use inverse-video for first five
12796 characters of selected frame only.
12797 (gdb-get-frame-number): Select frame even when point is on frame
12798 number.
12799
12800 2005-10-06 Masatake YAMATO <jet@gyve.org>
12801
12802 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
12803 Put `font-lock-function-name-face'.
12804 (gdb-info-frames-custom): Put `font-lock-function-name-face'
12805 and `font-lock-variable-name-face'
12806 (gdb-registers-font-lock-keywords): New font lock keywords definition.
12807 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
12808 (gdb-memory-font-lock-keywords): New font lock keywords definition.
12809 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
12810 (gdb-local-font-lock-keywords): New font lock keywords definition.
12811 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
12812 (gdb-threads-font-lock-keywords): New font lock keywords definition.
12813 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
12814
12815 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
12816
12817 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
12818 (ediff-merge-region-is-non-clash-to-skip): Previously called
12819 ediff-merge-region-is-non-clash.
12820
12821 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
12822 Use insert-buffer-substring.
12823
12824 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
12825 selecting files to patch. Also bug fixes.
12826
12827 * ediff-util.el (ediff-setup): Bug fix.
12828 (ediff-next-difference): Never skip clashes that differ in white
12829 space only.
12830
12831 * ediff-wind.el (ediff-setup-control-frame)
12832 (ediff-destroy-control-frame): Check the menubar feature.
12833
12834 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
12835 (viper-refresh-mode-line): Use make-local-variable to localize
12836 some vars instead of make-variable-buffer-local. Suggested by
12837 Stefan Monnier.
12838
12839 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
12840 (viper-restore-cursor-type, viper-set-insert-cursor-type):
12841 Use make-local-variable instead of make-variable-buffer-local.
12842 Suggested by Stefan Monnier.
12843
12844 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
12845 (viper-comint-mode-hook): Use make-local-variable on
12846 require-final-newline.
12847 (viper-non-hook-settings): Don't use make-variable-buffer-local.
12848
12849 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
12850
12851 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
12852 also the second char of a comment-start sequence.
12853 (scheme-sexp-comment-syntax-table): New var.
12854 (lambda, define): Set their scheme-doc-string-elt property.
12855 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
12856 Use lisp-font-lock-syntactic-face-function now that it properly
12857 handles |...| symbols.
12858 (scheme-mode-variables): Set lisp-doc-string-elt-property,
12859 parse-sexp-lookup-properties and font-lock-extra-managed-props.
12860
12861 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
12862 bit from # to |.
12863 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
12864
12865 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
12866 (lisp-doc-string-elt-property): New var.
12867 (lisp-font-lock-syntactic-face-function): Use it.
12868 Rewrite to recognize docstrings even for forms not at toplevel.
12869
12870 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
12871 annotation on the | part of #| rather than on the # part.
12872 (scheme-font-lock-syntactic-face-function): New function, to
12873 distinguish strings from |...| symbols.
12874 (scheme-mode-variables): Use it. Also fix up the font-lock-time
12875 syntax-table so that #|...|# is properly highlighted.
12876
12877 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
12878 Don't mark as docstring the 3rd elem of an unknown toplevel form.
12879
12880 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
12881
12882 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
12883 and C-e.
12884
12885 * emacs-lisp/eldoc.el: Move comments into docstrings.
12886 (eldoc-message-commands): Initialize in its declaration.
12887 Add move-beginning-of-line and move-end-of-line.
12888 (eldoc-add-command, eldoc-add-command-completions)
12889 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
12890
12891 * outline.el (outline-mark-subtree): Activate the mark.
12892
12893 * calendar/appt.el (appt-time-regexp): New var.
12894 (appt-add, appt-make-list): Use it.
12895 (appt-convert-time): Clean up.
12896
12897 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
12898 Don't set any syntax-table property here.
12899 (tex-font-lock-verb): New function. Do it here.
12900 (tex-font-lock-syntactic-keywords): Use it.
12901
12902 2005-10-04 Richard M. Stallman <rms@gnu.org>
12903
12904 * wid-edit.el (widget-file-complete): Get the widget start point
12905 the right way. Default directory to `/' if file has none.
12906
12907 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
12908
12909 * textmodes/flyspell.el (flyspell-mode-on):
12910 Call ispell-maybe-find-aspell-dictionaries.
12911
12912 * textmodes/ispell.el (ispell-word, ispell-region):
12913 Call ispell-maybe-find-aspell-dictionaries.
12914 (ispell-accept-buffer-local-defs):
12915 Don't call ispell-maybe-find-aspell-dictionaries
12916
12917 2005-10-04 Richard M. Stallman <rms@gnu.org>
12918
12919 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
12920
12921 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
12922
12923 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
12924 instead of `fboundp' in order to allow for anonymous functions.
12925
12926 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
12927
12928 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
12929 case the user clicks on the link while another window is selected.
12930 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
12931
12932 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
12933 functionality.
12934 (dframe-help-echo): Save point in case mouse tracking is off.
12935
12936 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
12937
12938 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
12939
12940 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
12943 not change the global value of those vars.
12944
12945 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
12946 make-local-variable which we do not need any more.
12947
12948 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
12949
12950 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
12951 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
12952 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
12953 (speedbar-path-line): Define obsolete aliases.
12954 (speedbar-line-directory): Doc fix.
12955
12956 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
12957 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
12958 instead of speedbar-line-path.
12959
12960 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12961
12962 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
12963 to nil if dropping on a window. Handle dropping on a minibuffer window
12964 like dropping on a non-window part of Emacs.
12965
12966 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
12967
12968 * net/ange-ftp.el: Use with-current-buffer.
12969 (ange-ftp-insert-directory): Do not follow symlinks any more.
12970
12971 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
12972 Remove interactive spec.
12973
12974 2005-10-03 Kim F. Storm <storm@cua.dk>
12975
12976 * ido.el (ido-mode): Use custom-initialize-set.
12977
12978 2005-10-02 Richard M. Stallman <rms@gnu.org>
12979
12980 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
12981 Use insert-buffer-substring.
12982
12983 * net/tramp.el: Pacify byte compiler warnings in pacification code.
12984 (tramp-handle-file-local-copy): Use insert-buffer-substring.
12985
12986 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
12987
12988 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
12989 in last change.
12990 (ange-ftp-insert-directory): Fix up the search for the case where
12991 `file' is absolute.
12992
12993 2005-10-02 Romain Francoise <romain@orebokech.com>
12994
12995 * progmodes/compile.el (compile-goto-error): Delete extra paren.
12996
12997 2005-10-02 Andreas Schwab <schwab@suse.de>
12998
12999 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13000 directory component in the session info.
13001
13002 2005-10-01 Richard M. Stallman <rms@gnu.org>
13003
13004 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13005
13006 * simple.el (next-error-internal): New function.
13007
13008 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13009 (compilation-start): Pass new arg to compilation-buffer-name.
13010 (compile-goto-error): Use next-error-internal.
13011
13012 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13013
13014 * speedbar.el: Remove RCS tag.
13015 (speedbar-check-read-only): Handle non-existent files.
13016
13017 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13018
13019 * info.el (Info-speedbar-hierarchy-buttons)
13020 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13021
13022 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13023
13024 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13025 Do not match newline.
13026 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13027 (bibtex-summary): Remove unnecessary save-excursion.
13028 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13029
13030 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13031
13032 * term/mac-win.el: Add charset info for "iso10646-1".
13033 Modify default fontset to use ATSUI-compatible fonts for some charsets
13034 if available.
13035
13036 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13037
13038 * speedbar.el: Re-apply arch tag.
13039 (speedbar-version): Rename to version 1.0. Suggested by Eric
13040 M. Ludlam.
13041 Reapply two changes from Emacs CVS' version of speedbar lost
13042 during the merge:
13043 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13044 (speedbar-frame-parameters): Improve customize type.
13045
13046 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13047
13048 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13049 (ange-ftp-file-directory-p): Fix the symlink case.
13050 (ange-ftp-insert-directory): When listing a single file, get a list of
13051 the parent buffer and extract the relevant line. Inspired from a patch
13052 by Katsumi Yamaoka <yamaoka@jpl.org>.
13053 (ange-ftp-file-name-sans-versions): Simplify.
13054
13055 2005-09-30 Bill Wohler <wohler@newt.com>
13056
13057 Move MH-E image files from toolbar and mail directories into
13058 etc/images.
13059
13060 * mail/reply2.*: Move to etc/images/mail/reply*.
13061
13062 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13063 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13064 etc/images.
13065
13066 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13067 * toolbar/reply*: Move to etc/images/mail.
13068
13069 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13070
13071 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13072
13073 * speedbar.el: New version 1.0pre3.
13074
13075 Frame management code (including timer, and mouse click specifics)
13076 moved to dframe.el:
13077 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13078 (speedbar-timer): Removed. Use dframe-timer.
13079 (speedbar-close-frame): Removed. Use dframe-close-frame.
13080 (speedbar-activity-change-focus-flag): Removed. Use
13081 dframe-activity-change-focus-flag.
13082 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13083 dframe-update-speed.
13084
13085 (speedbar-current-frame): New macro. Use this instead of the
13086 variable speedbar-frame.
13087
13088 (speedbar-use-images, speedbar-expand-image-button-alist)
13089 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13090
13091 (speedbar-find-image-on-load-path): Removed. Replaced by
13092 defezimage in ezimage.el.
13093 (speedbar-expand-image-button-alist): Removed. Replaced by
13094 ezimage-expand-image-button-alist in ezimage.el.
13095
13096 (speedbar-ignored-directory-regexp)
13097 (speedbar-add-ignored-directory-regexp)
13098 (speedbar-ignored-directory-expressions)
13099 (speedbar-line-directory, speedbar-buffers-line-directory)
13100 (speedbar-directory-line, speedbar-buffers-line-directory):
13101 Renamed, replacing `path' with `directory'.
13102
13103 (speedbar-create-directory, speedbar-expand-line-descendants)
13104 (speedbar-toggle-line-expansion)
13105 (speedbar-contract-line-descendants): New commands.
13106
13107 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13108 (speedbar-use-tool-tips-flag): New options.
13109
13110 (speedbar-check-read-only, speedbar-require-version)
13111 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13112 (speedbar-handle-delete-frame, speedbar-try-completion)
13113 (speedbar-update-localized-contents): New functions.
13114
13115 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13116 (speedbar-object-read-only-indicator): New variables.
13117
13118 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13119 New hooks.
13120
13121 (speedbar-separator-face): New face.
13122
13123 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13124 (speedbar-ignored-modes): Add fundamental-mode.
13125 (speedbar-directory-unshown-regexp): Add . directories.
13126
13127 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13128 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13129 `]' for full expand/close.
13130 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13131
13132 (speedbar-check-vc): Support hidden files.
13133 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13134 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13135 state is nil, it is not checked out.
13136
13137 (speedbar-line-text, speedbar-line-token): Support expand buttons
13138 with no text.
13139 (speedbar-refresh): Universal argument acts as power-click.
13140 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13141 that buffer to get variable values.
13142
13143 And many other bugfixes.
13144
13145 * dframe.el, ezimage.el, sb-image.el: New files.
13146
13147 * sb-*.xpm: Remove files. New image files installed into
13148 etc/images/ezimage.
13149
13150 2005-09-30 Kenichi Handa <handa@m17n.org>
13151
13152 * ps-mule.el (ps-mule-show-warning): If a character is in
13153 ps-print-translation-table, don't treat it as non-printable.
13154
13155 2005-09-30 David Ponce <david@dponce.com>
13156
13157 * tree-widget.el (tree-widget-themes-load-path): New variable.
13158 (tree-widget-themes-directory): Doc fix.
13159 (tree-widget-image-formats) [Emacs]: Doc fix.
13160 (tree-widget--locate-sub-directory): New function.
13161 (tree-widget-themes-directory): Use it.
13162
13163 * recentf.el (recentf-filename-handlers): Rename from
13164 `recentf-filename-handler'. Allow a list of functions.
13165 (recentf-menu-items-for-commands): Fix :help strings.
13166 (recentf-apply-filename-handlers): New function.
13167 (recentf-expand-file-name): Use it.
13168 (recentf-cleanup): Remove duplicates too.
13169
13170 2005-09-29 Juri Linkov <juri@jurta.org>
13171
13172 * faces.el: Rearrange face definitions to be in the same order as
13173 their face descriptions in "(emacs)Standard Faces".
13174
13175 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13176
13177 * tooltip.el (tooltip): Add group `basic-faces'.
13178
13179 * buff-menu.el (Buffer-menu-buffer): Remove group
13180 `font-lock-highlighting-faces'.
13181
13182 * progmodes/compile.el (compilation-error, compilation-warning)
13183 (compilation-info, compilation-line-number, compilation-column-number):
13184 Change group from `font-lock-highlighting-faces' to `compilation'.
13185
13186 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13187 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13188 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13189 (vhdl-font-lock-reserved-words-face)
13190 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13191 `font-lock-highlighting-faces'.
13192
13193 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13194
13195 2005-09-28 Kim F. Storm <storm@cua.dk>
13196
13197 * emulation/cua-base.el: Set CUA move property on additional commands:
13198 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13199 forward-sexp, backward-sexp, forward-list, backward-list.
13200
13201 2005-09-28 Romain Francoise <romain@orebokech.com>
13202
13203 * comint.el (comint-show-output): Really set point at the
13204 beginning of the output when not using `comint-use-prompt-regexp'.
13205
13206 2005-09-27 Jay Belanger <belanger@truman.edu>
13207
13208 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13209 in TeX mode.
13210
13211 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13212
13213 * textmodes/org.el (org-table-sum): Fix format string.
13214
13215 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13216 Quote face names.
13217
13218 2005-09-26 Romain Francoise <romain@orebokech.com>
13219
13220 * isearch.el (isearch-forward-regexp): Close doc string.
13221
13222 2005-09-25 Richard M. Stallman <rms@gnu.org>
13223
13224 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13225
13226 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13227
13228 * progmodes/compile.el (compilation-error-properties):
13229 When getting the file from the previous error message,
13230 correctly decode the new data format.
13231
13232 * progmodes/cc-cmds.el (c-electric-paren):
13233 Call old-blink-paren only for close-paren.
13234
13235 2005-09-24 Andreas Schwab <schwab@suse.de>
13236
13237 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13238 condition.
13239
13240 2005-09-25 Romain Francoise <romain@orebokech.com>
13241
13242 * dired-aux.el (dired-copy-file-recursive):
13243 * dired.el (dired-delete-file):
13244 * ediff-mult.el (ediff-dir-diff-copy-file):
13245 * ediff-util.el (ediff-test-save-region):
13246 * forms.el (forms-mode):
13247 * ido.el (ido-file-internal, ido-delete-file-at-head):
13248 * log-edit.el (log-edit-done):
13249 * ses.el (ses-yank-resize):
13250 * play/gomoku.el (gomoku-human-plays, gomoku)
13251 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13252 (gomoku-offer-a-draw):
13253 * play/landmark.el (lm-human-resigns, lm):
13254 * net/eudcb-ldap.el (eudc-ldap-check-base):
13255 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13256 * progmodes/ebrowse.el (ebrowse-find-pattern):
13257 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13258 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13259 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13260
13261 * vc.el (vc-delete-file):
13262 * play/gomoku.el (gomoku-terminate-game, gomoku)
13263 (gomoku-prompt-for-move, gomoku-human-takes-back):
13264 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13265 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13266
13267 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13268
13269 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13270 color rxvt terminals by using the code xterm.el used to use before
13271 2005-04-09 in order to match the colors used by rxvt.
13272
13273 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13274
13275 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13276 colors rxvt-unicode terminals by using the same code as xterm.el.
13277
13278 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13279
13280 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13281 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13282 new symbol used for the tex-verbatim face.
13283
13284 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13285
13286 * woman.el (woman-file-name):
13287 * wid-edit.el (widget-file-prompt-value)
13288 (widget-coding-system-prompt-value):
13289 * w32-fns.el (set-w32-system-coding-system):
13290 * vc.el (vc-version-diff, vc-annotate):
13291 * textmodes/reftex-auc.el (reftex-arg-cite)
13292 (reftex-arg-index-tag):
13293 * textmodes/refer.el (refer-get-bib-files):
13294 * textmodes/artist.el (artist-figlet-choose-font):
13295 * terminal.el (terminal-emulator):
13296 * replace.el (occur-read-primary-args):
13297 * rect.el (string-rectangle, string-insert-rectangle):
13298 * ps-print.el (ps-print-preprint):
13299 * progmodes/pascal.el (pascal-goto-defun):
13300 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13301 * progmodes/compile.el (compilation-find-file):
13302 * printing.el (pr-interactive-n-up):
13303 * play/animate.el (animate-birthday-present):
13304 * net/rcompile.el (remote-compile):
13305 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13306 * mail/rmailsum.el (rmail-summary-search-backward)
13307 (rmail-summary-search):
13308 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13309 (rmail-output-read-file-name):
13310 * mail/rmail.el (rmail-search, rmail-search-backwards):
13311 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13312 * locate.el (locate):
13313 * international/quail.el (quail-show-keyboard-layout):
13314 * international/mule.el (set-buffer-file-coding-system)
13315 (revert-buffer-with-coding-system, set-file-name-coding-system)
13316 (set-terminal-coding-system, set-keyboard-coding-system)
13317 (set-next-selection-coding-system):
13318 * international/mule-diag.el (describe-coding-system)
13319 (describe-font, describe-fontset):
13320 * international/mule-cmds.el (universal-coding-system-argument)
13321 (search-unencodable-char, describe-input-method)
13322 (set-language-environment, describe-language-environment):
13323 * international/codepage.el (codepage-setup):
13324 * international/code-pages.el (codepage-setup):
13325 * info.el (Info-search, Info-follow-reference)
13326 (Info-search-backward):
13327 * emacs-lisp/advice.el (ad-read-advised-function)
13328 (ad-read-advice-class, ad-clear-cache, ad-activate)
13329 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13330 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13331 (ad-read-regexp):
13332 * ediff-util.el (ediff-toggle-regexp-match):
13333 * ediff-ptch.el (ediff-prompt-for-patch-file):
13334 * dired-aux.el (dired-diff):
13335 * diff.el (diff):
13336 * cus-edit.el (custom-variable-prompt):
13337 * calendar/timeclock.el (timeclock-ask-for-project):
13338 * calc/calcalg3.el (calc-get-fit-variables):
13339 * calc/calc-store.el (calc-edit-variable)
13340 (calc-permanent-variable):
13341 * vc-mcvs.el (vc-mcvs-register):
13342 * shadowfile.el (shadow-define-literal-group):
13343 * woman.el (woman-file-name):
13344 * vc.el (vc-version-diff, vc-merge):
13345 * textmodes/reftex-index.el (reftex-index-complete-tag):
13346 * format.el (format-decode-buffer, format-decode-region):
13347 * emulation/viper-cmd.el (viper-read-string-with-history):
13348 * emacs-lisp/debug.el (cancel-debug-on-entry):
13349 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13350 * ediff.el (ediff-merge-revisions)
13351 (ediff-merge-revisions-with-ancestor, ediff-revision):
13352 * completion.el (interactive-completion-string-reader):
13353 * calc/calc-prog.el (calc-user-define-formula):
13354 Follow convention for reading with the minibuffer.
13355
13356 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13357
13358 * progmodes/python.el (python-describe-symbol): Add globals() and
13359 locals() to the arguments of emacs.ehelp.
13360
13361 2005-09-24 Magnus Henoch <mange@freemail.hu>
13362
13363 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13364 New function, code extracted from ispell-valid-dictionary-list.
13365 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
13366 Call it.
13367
13368 2005-09-24 Eli Zaretskii <eliz@gnu.org>
13369
13370 * subr.el (version-regexp-alist): Extend valid syntax for version
13371 strings: allow any of the characters -,_,+ to separate the
13372 alpha/beta/rc part from the version part. Doc fix.
13373 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
13374
13375 2005-09-23 David Reitter <david.reitter@gmail.com>
13376
13377 * mail/mailclient.el: New file.
13378
13379 2005-09-23 Richard M. Stallman <rms@gnu.org>
13380
13381 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
13382 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
13383 Doc fixes.
13384
13385 * progmodes/cc-mode.el (c-font-lock-init):
13386 Specify font-lock-lines-before.
13387
13388 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
13389
13390 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
13391 whole conflict.
13392
13393 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
13394
13395 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
13396 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
13397 of `remap' feature when available. Additional key bindings for
13398 better tty support.
13399 (org-mode-restart, org-force-self-insert): New commands.
13400 (org-time-stamp-inactive): New command.
13401 (org-remap): New function.
13402 (org-table-auto-blank-field, org-level-color-stars-only): New options.
13403 (org-enable-fixed-width-editor): Move to `org-structure'
13404 customization group.
13405 (org-self-insert-command, orgtbl-self-insert-command): Modify to
13406 blank field after field motion commands.
13407
13408 2005-09-23 Kenichi Handa <handa@m17n.org>
13409
13410 * international/mule-cmds.el (set-language-environment):
13411 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
13412 have to call utf-translate-cjk-load-tables.
13413
13414 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
13415
13416 * mouse.el (mouse-move-drag-overlay): Fix last change.
13417
13418 2005-09-22 David Ponce <david@dponce.com>
13419
13420 * tree-widget.el (tree-widget-value-create): Fix previous change.
13421
13422 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13423
13424 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
13425
13426 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
13427
13428 * mouse.el (mouse-move-drag-overlay): New function.
13429 (mouse-drag-region-1): Use it.
13430 Try to simplify a bit the state handling. Handle clicks on links
13431 inside intangible areas.
13432 (mouse-save-then-kill): Minor simplification.
13433 (mouse-secondary-overlay): Make it always non-nil instead of
13434 recreating it each time.
13435 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
13436 (mouse-kill-secondary, mouse-secondary-save-then-kill):
13437 Simplify accordingly.
13438
13439 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
13440
13441 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
13442
13443 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
13444
13445 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
13446 (ediff-file-name-sans-prefix): Treat nil as an empty string.
13447 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
13448 to patch.
13449
13450 * ediff-util.el: Use insert-buffer-substring.
13451
13452 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
13453
13454 * emulation/viper-cmd.el (viper-change-state): Don't move over the
13455 field boundaries in the minibuffer.
13456 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
13457 (viper-minibuffer-post-command-hook): New hook.
13458 (viper-line): Don't move cursor at bolp.
13459
13460 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
13461
13462 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
13463 avoid compiler warnings.
13464
13465 * emulation/viper-macs.el (ex-map): Better messages.
13466
13467 * emulation/viper-utils.el (viper-beginning-of-field): New function.
13468
13469 * emulation/viper.el: Replace make-variable-buffer-local with
13470 viper-make-variable-buffer-local everywhere, to avoid warnings.
13471
13472 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13473
13474 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
13475 Delete unused var `old-selected-window'.
13476 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
13477 (mouse-drag-secondary): Delete unused var `start-frame'.
13478
13479 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13480
13481 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
13482
13483 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13484
13485 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
13486 Re-indent within 80 columns. Use inhibit-read-only.
13487
13488 2005-09-19 Romain Francoise <romain@orebokech.com>
13489
13490 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
13491
13492 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13493
13494 * font-lock.el (font-lock-default-fontify-region): Don't add a line
13495 unconditionally, since the after-change-function already did it.
13496
13497 2005-09-19 Miles Bader <miles@gnu.org>
13498
13499 * net/newsticker.el: Get rid of CVS keyword.
13500
13501 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
13502
13503 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
13504 The prompt is formatted later.
13505
13506 2005-09-19 David Ponce <david@dponce.com>
13507
13508 * tree-widget.el (tree-widget-value-create): Save the converted
13509 tree :node widget.
13510
13511 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
13512
13513 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
13514 variable `message'.
13515
13516 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
13517
13518 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
13519 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
13520 <slawomir.nowaczyk.847@student.lu.se>.
13521
13522 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
13523
13524 * image.el (image-load-path): Use symbol `data-directory' instead
13525 of its value, for backward compatibility with packages that bind
13526 it during `find-image'. Suggested by Katsumi Yamaoka.
13527 (image-search-load-path): Handle symbols whose values are strings.
13528
13529 2005-09-18 Romain Francoise <romain@orebokech.com>
13530
13531 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
13532 with-current-buffer form in save-excursion.
13533
13534 2005-09-18 Deepak Goel <deego@gnufans.org>
13535
13536 * apropos.el (apropos-command): Fix `message' call: first arg
13537 should be a format spec. In this and all other cases that appear
13538 below and elsewhere in the source code, I made a change only when
13539 two conditions were satisfied: [1] I can think of a possibility
13540 that the arguments would cause an error, for example, the code in
13541 question relies on external variables such as filenames. [2] I
13542 was sure that the arg to `message' could not have been nil in the code.
13543
13544 * textmodes/tildify.el (tildify-region): Ditto.
13545
13546 * textmodes/reftex-index.el (reftex-index-change-entry)
13547 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
13548 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
13549 * textmodes/org.el (org-complete, org-deadline, org-schedule)
13550 (org-priority, org-table-sum):
13551 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
13552 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
13553 (flyspell-word, flyspell-display-next-corrections):
13554 * textmodes/bibtex.el (bibtex-print-help-message):
13555 * textmodes/artist.el (artist-key-set-point-poly):
13556 * term/mac-win.el (mac-services-insert-text):
13557 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
13558 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
13559 (vhdl-port-paste-testbench, vhdl-compose-new-component)
13560 (vhdl-compose-configuration):
13561 * progmodes/sh-script.el (sh-blink, sh-show-indent)
13562 (sh-set-indent, sh-learn-line-indent):
13563 * progmodes/ps-mode.el (ps-mode-target-column):
13564 * progmodes/idlwave.el (idlwave-make-tags)
13565 (idlwave-scan-library-catalogs):
13566 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
13567 * progmodes/gud.el (gud-jdb-analyze-source):
13568 * progmodes/flymake.el (flymake-log):
13569 * progmodes/ebnf2ps.el (ebnf-generate-region):
13570 * progmodes/cmacexp.el (c-macro-expansion):
13571 * progmodes/ada-xref.el (ada-treat-cmd-string):
13572 * progmodes/ada-mode.el (ada-create-case-exception-substring)
13573 (ada-justified-indent-current, ada-batch-reformat):
13574 * play/zone.el (zone):
13575 * play/landmark.el (lm-move):
13576 * play/decipher.el (decipher-show-alphabet):
13577 * net/newsticker.el (newsticker--display-jump)
13578 (newsticker--display-scroll):
13579 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
13580 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
13581 * mail/feedmail.el (feedmail-dump-message-to-queue):
13582 * eshell/esh-proc.el (eshell-remove-process-entry):
13583 * emulation/ws-mode.el (ws-last-error):
13584 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
13585 (viper-record-kbd-macro):
13586 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
13587 * emacs-lisp/lisp-mnt.el (lm-report-bug):
13588 * emacs-lisp/find-func.el (find-function-noselect):
13589 * calendar/timeclock.el (timeclock-status-string)
13590 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
13591 (timeclock-when-to-leave-string):
13592 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
13593 * calc/calc-units.el (calc-enter-units-table):
13594 * calc/calc-mode.el (calc-mode-record-mode):
13595 * woman.el (woman-mini-help):
13596 * wdired.el (wdired-change-to-wdired-mode):
13597 * vc.el (vc-retrieve-snapshot):
13598 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
13599 * startup.el (display-startup-echo-area-message):
13600 * simple.el (set-goal-column):
13601 * ses.el (ses-command-hook, ses-recalculate-cell):
13602 * server.el (server-process-filter):
13603 * printing.el (pr-interface-txt-print, pr-interface-printify)
13604 (pr-interface-ps):
13605 * pcvs.el (cvs-help):
13606 * log-edit.el (log-edit, log-edit-mode-help):
13607 * iswitchb.el (iswitchb-possible-new-buffer):
13608 * isearch.el (isearch-edit-string):
13609 * image-mode.el (image-mode, image-minor-mode):
13610 * ibuf-macs.el (define-ibuffer-filter):
13611 * hi-lock.el (hi-lock-find-patterns):
13612 * files.el (toggle-read-only):
13613 * ediff-util.el (ediff-copy-diff)
13614 (ediff-write-merge-buffer-and-maybe-kill):
13615 * echistory.el (Electric-history-undefined):
13616 * dnd.el (dnd-insert-text):
13617 * dired-aux.el (dired-query):
13618 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
13619 * bookmark.el (bookmark-bmenu-locate):
13620 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
13621 Fix `message' calls to ensure first arg is a format string.
13622 The change was made only when these two conditions were satisfied:
13623 [1] when there is a possibility that the arguments would cause an error
13624 for example, if the code in question relies on external variables
13625 such as filenames, and
13626 [2] if the arg to `message' could not have been nil in the code.
13627
13628 * pcomplete.el (pcomplete--help): Fix `message' format spec.
13629 Not having a %s would be weird, though not technically wrong.
13630
13631 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13632
13633 * term/mac-win.el (mac-add-charset-info): Doc fix.
13634
13635 2005-09-17 Romain Francoise <romain@orebokech.com>
13636
13637 * shell.el (shell-resync-dirs): Handle echoing processes more
13638 reliably. Don't insert resync command if `comint-process-echoes'
13639 is non-nil.
13640
13641 2005-09-17 Magnus Henoch <mange@freemail.hu>
13642
13643 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
13644 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
13645 aspell versions >= 0.60.
13646 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
13647 only if ispell-aspell-supports-utf8 is non-nil.
13648
13649 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
13650
13651 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
13652 buffer-local value to lisp-indent-function.
13653
13654 2005-09-17 Milan Zamazal <pdm@zamazal.org>
13655
13656 * progmodes/glasses.el (glasses-make-readable): If
13657 glasses-separator differs from underscore, put appropriate
13658 overlays over underscore characters.
13659 (glasses-convert-to-unreadable): If glasses-separator differs from
13660 underscore, try to convert glasses-separator characters to
13661 underscores.
13662
13663 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
13664
13665 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
13666 Use with-syntax-table and dolist.
13667
13668 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
13669
13670 * textmodes/reftex-auc.el:
13671 * textmodes/reftex-cite.el:
13672 * textmodes/reftex-dcr.el:
13673 * textmodes/reftex-global.el:
13674 * textmodes/reftex-parse.el:
13675 * textmodes/reftex-ref.el:
13676 * textmodes/reftex-sel.el:
13677 * textmodes/reftex-toc.el:
13678 * textmodes/reftex-vars.el:
13679 * textmodes/reftex.el: Small changes to remove compiler warnings.
13680
13681 * textmodes/reftex-index.el: Likewise.
13682 (reftex-query-index-phrase): More efficient use of markers.
13683
13684 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13685
13686 * image.el (image-load-path): New variable.
13687 (image-search-load-path): New function.
13688 (find-image): Search for images in `image-load-path'.
13689
13690 2005-09-15 Richard M. Stallman <rms@gnu.org>
13691
13692 * follow.el: Change Maintainer field.
13693
13694 2005-09-15 David Ponce <david@dponce.com>
13695
13696 * recentf.el (recentf-save-file-modes): New option.
13697 (recentf-save-list): Use it.
13698
13699 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
13700
13701 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
13702 (mode-line-mule-info, mode-line-modified): Move bindings from
13703 mouse-3 to mouse-1.
13704
13705 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
13706
13707 * simple.el (sendmail-user-agent-compose): Revert last change.
13708
13709 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
13710
13711 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
13712 Use with-current-buffer.
13713 (ange-ftp-gwp-start): Remove unused var `gw-user'.
13714 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
13715 (ange-ftp-insert-directory): Remove unused var `short'.
13716 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
13717
13718 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
13719 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
13720
13721 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
13722 (check-calendar-holidays, diary-list-entries): Autoload.
13723 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
13724 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
13725
13726 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
13727 which mistakenly removed a call to display-buffer.
13728
13729 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
13730
13731 * obsolete/iso-insert.el: Move to obsolete/ from international/.
13732
13733 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
13734
13735 * progmodes/hideshow.el
13736 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
13737 (hs-allow-nesting): New user var.
13738 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
13739 (hs-hide-block-at-point): When nesting allowed,
13740 if there is already an overlay in place, delete it.
13741 (hs-safety-is-job-n): Delete func; remove call sites.
13742 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
13743 (hs-overlay-at): New func.
13744 (hs-already-hidden-p, hs-show-block): Use it.
13745 (hs-hide-all): Don't pre-clean if nesting allowed.
13746 (hs-show-all): Temporarily disallow
13747 nesting around call to `hs-discard-overlays'.
13748
13749 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
13750
13751 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
13752 Delete unused local var.
13753
13754 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
13755
13756 * help-fns.el (describe-categories): "?\ " -> "?\s".
13757 (help-do-arg-highlight): Recognize also ARG-n, as in
13758 `move-to-left-margin' (ARG+n is already recognized). Simplify.
13759
13760 * international/codepage.el (dos-unsupported-char-glyph):
13761 * net/newsticker.el (tool-bar-map, w3-mode-map)
13762 (w3m-minor-mode-map):
13763 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
13764 (ent-alist):
13765 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
13766
13767 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
13768
13769 * custom.el (custom-push-theme): Handle the case where a symbol is
13770 bound but face properties have not yet been assigned.
13771
13772 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
13773 Fix behavior if noerase is `t' and there is no mail buffer.
13774
13775 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
13776 if `continue' is nil, rather than signal an error.
13777
13778 2005-09-12 Richard M. Stallman <rms@gnu.org>
13779
13780 * font-lock.el (font-lock-keywords): Add autoload.
13781
13782 * help-fns.el (describe-variable): Rearrange to put source link
13783 in a predictable place.
13784
13785 * net/newsticker.el: New file.
13786
13787 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13788
13789 * calendar/calendar.el (calendar-for-loop): Add edebug info.
13790 (calendar-basic-setup): Use the new nil arg.
13791 (number-of-diary-entries): Move to diary-lib.el.
13792
13793 * calendar/diary-lib.el: Use with-current-buffer, match-string.
13794 (diary-list-entries): Use with-syntax-table and dolist.
13795 Rename from list-diary-entries.
13796 Use number-of-diary-entries if `number' is nil.
13797 (diary, diary-view-entries): Use this new name and new nil arg value.
13798 (number-of-diary-entries): Move from calendar.el.
13799 (diary-unhide-everything): New function.
13800 (include-other-diary-files, fancy-diary-display)
13801 (diary-show-all-entries, make-diary-entry): Use it.
13802 (diary-mail-entries): Use buffer-string.
13803 (mark-diary-entries): Fix long standing paren typo.
13804 (diary-sexp-entry): Use count-lines.
13805 (make-diary-entry): Avoid `previous-line'.
13806 (diary-mode-map): New var.
13807 (diary-mode): Redraw cal after saving. Setup header-line.
13808 (fancy-diary-display-mode): Use local-set-key.
13809
13810 * startup.el (command-line): Try calling various terminal-init-foo-bar
13811 functions by stripping hyphenated suffixes from $TERM.
13812
13813 * files.el (normal-mode): Check boundness of font-lock-keywords.
13814
13815 2005-09-12 Richard M. Stallman <rms@gnu.org>
13816
13817 * progmodes/compile.el: Don't decide a file's directory
13818 until the user actually tries to go there.
13819 (compilation-next-error-function):
13820 Pass compilation-find-file the directory from the file-struct.
13821 (compilation-internal-error-properties): Separate local FILE-STRUCT
13822 from FILE. Doc the args better. Rename arg FMT to FMTS.
13823 (compilation-find-file): Arg DIR renamed to DIRECTORY.
13824 Expand it, and if nil, use default-directory.
13825 (compilation-get-file-structure): Don't mix specified directory
13826 with default directory. Put specified directory into
13827 file-struct. Don't make the file name absolute.
13828
13829 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
13830 (compile-command): Add autoload.
13831 (compilation-disable-input): Add autoload.
13832
13833 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
13834
13835 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
13836 strings of the variables it can override.
13837 (time-stamp): New (as yet undocumented) time-stamp-format escapes
13838 %Q and %q, for fully-qualified domain name and unqualified host name.
13839
13840 2005-09-11 Kim F. Storm <storm@cua.dk>
13841
13842 * emacs-lisp/authors.el (authors-aliases): Update list.
13843 (authors-fixed-entries): Update mldrag.el entry.
13844
13845 2005-09-10 Alan Mackenzie <acm@muc.de>
13846
13847 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
13848 from the region narrowed to.
13849
13850 2005-09-10 Magnus Henoch <mange@freemail.hu>
13851
13852 * textmodes/ispell.el (ispell-check-version): Signal an error if
13853 aspell version is less than 0.60.
13854
13855 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
13856
13857 * progmodes/octave-inf.el (inferior-octave-startup):
13858 Resync current dir at the end.
13859
13860 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
13861
13862 * woman.el (woman-topic-at-point-default):
13863 Rename to woman-use-topic-at-point-default.
13864 (woman-topic-at-point): Rename to woman-use-topic-at-point.
13865 (woman-file-name): Reflect renames above. Automatically use the
13866 word at point as topic if woman-use-topic-at-point is non-nil.
13867 Otherwise offer it as default but don't insert it in the
13868 minibuffer. Also use `test-completion' instead of `assoc' as
13869 suggested by Stefan Monnier.
13870
13871 2005-09-10 Andre Spiegel <spiegel@gnu.org>
13872
13873 * vc.el (vc-directory, vc-update-change-log): Throw an error on
13874 the attempt to do it over Tramp. This is not yet supported.
13875
13876 2005-09-10 Eli Zaretskii <eliz@gnu.org>
13877
13878 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
13879 (menu-bar-non-minibuffer-window-p): New functions.
13880 ("Split Window", "Save As..."): Use them.
13881 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
13882 ("Print Buffer", "Truncate Long Lines in this Buffer"):
13883 Use menu-bar-menu-frame-live-and-visible-p.
13884 ("Save Buffer", "Insert File", "Open Directory...")
13885 ("Open File...", "Visit New File..."):
13886 Use menu-bar-non-minibuffer-window-p.
13887 (kill-this-buffer-enabled-p, dired <menu-enable>):
13888 Use menu-bar-non-minibuffer-window-p.
13889
13890 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13891
13892 * cus-start.el (all): Don't complain about fringe-related
13893 built-ins if fringes are not supported. Ditto about
13894 selection-related built-ins. Fix the test for GTK-related built-ins.
13895
13896 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
13897 ("Postscript Print Buffer", "Print Region", "Save As...")
13898 ("Save", "Insert File...", "Open Directory...")
13899 ("Open File...", "Visit New File..."")
13900 ("Truncate Long Lines in this Buffer"): Don't look at
13901 menu-updating-frame if this display does not support multiple frames.
13902
13903 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13904
13905 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
13906
13907 2005-09-09 Emilio Lopes <eclig@gmx.net>
13908
13909 * woman.el: Format- and whitespace-related changes.
13910
13911 2005-09-09 Eli Zaretskii <eliz@gnu.org>
13912
13913 * woman.el: Fix my email address.
13914
13915 2005-09-08 Richard M. Stallman <rms@gnu.org>
13916
13917 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
13918 (sh-mode): Locally set skeleton-pair-default-alist.
13919
13920 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
13921
13922 * progmodes/flymake.el: Require `compile' unconditionally.
13923
13924 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
13925
13926 * woman.el (woman-file-name): Provide a default, not initial input.
13927
13928 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
13929
13930 * font-lock.el (font-lock-support-mode): Doc fix.
13931
13932 * descr-text.el (describe-property-list): Handle non-symbol prop names.
13933
13934 2005-09-08 Richard M. Stallman <rms@gnu.org>
13935
13936 * simple.el (blink-matching-open): Get rid of text props from
13937 the string shown in echo area. Don't permanently set point.
13938 Some rearrangements.
13939
13940 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
13941
13942 * recentf.el (recentf-filename-handler): Add custom choice
13943 `abbreviate-file-name'.
13944
13945 * msb.el (msb--very-many-menus): Fix typo.
13946
13947 * disp-table.el (standard-display-european): Don't set
13948 enable-multibyte-characters to nil.
13949
13950 2005-09-08 David Ponce <david@dponce.com>
13951
13952 * recentf.el (recentf-show-file-shortcuts-flag): New option.
13953 (recentf-expand-file-name): Doc fix.
13954 (recentf-dialog-mode-map): Define digit shortcuts.
13955 (recentf--files-with-key): New variable.
13956 (recentf-show-digit-shortcut-filter): New function.
13957 (recentf-open-files-items): New function.
13958 (recentf-open-files): Use it.
13959 (recentf-open-file-with-key): New command.
13960
13961 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
13962
13963 * buff-menu.el (Buffer-menu-sort-by-column): New function.
13964 Suggested by Kim F. Storm.
13965 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
13966 (Buffer-menu-make-sort-button): Use global keymap.
13967
13968 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
13969
13970 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
13971 (Man-getpage-in-background-advice): Remove defadvice; it isn't
13972 necessary any longer with the remapped command.
13973 (Man-bgproc-sentinel-advice): Remove defadvice which counts
13974 formatting time only.
13975
13976 * net/tramp.el (tramp-action-password)
13977 (tramp-multi-action-password): Compile the password prompt from
13978 `method', `user' and `host'. Sometimes it isn't obvious which
13979 password to enter, for example with remote files offered by
13980 recentf.el, or with multiple steps. Suggested by Robert Marshall
13981 <robert@chezmarshall.freeserve.co.uk>.
13982
13983 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13984
13985 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
13986 Fix regexp for when "s///" is at the beginning of line.
13987
13988 2005-09-07 Jay Belanger <belanger@truman.edu>
13989
13990 * calc/calc-poly.el (math-expand-term): Multiply out any powers
13991 when in matrix mode.
13992
13993 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
13994
13995 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
13996 non-anonymous functions.
13997
13998 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
13999
14000 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14001 when using a header line. Otherwise, use mouse-1-click-follows-link.
14002
14003 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14004 can't be moved; don't signal an error.
14005
14006 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14007
14008 * cus-theme.el (custom-theme-write-faces): Save the current face
14009 spec, not the defface spec.
14010
14011 * custom.el (custom-known-themes): Clarify meaning of "standard".
14012 (custom-push-theme): Save old values in the standard theme.
14013 (disable-theme): Correct typo.
14014 (custom-face-theme-value) Deleted unused function.
14015 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14016
14017 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14018
14019 * progmodes/compile.el (compilation-goto-locus): Take into account
14020 iconified frames when determining whether the buffer is
14021 already visible.
14022 Don't reset window height if the window already existed.
14023
14024 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14025
14026 * custom.el (load-theme): Rename from require-theme.
14027 Add interactive spec.
14028 (enable-theme): Rename from custom-enable-theme.
14029 Add interactive spec.
14030 (disable-theme): Rename from custom-disable-theme.
14031 Add interactive spec.
14032 (custom-make-theme-feature): Doc fix.
14033 (custom-theme-directory): Doc fix.
14034 (provide-theme): Call enable-theme.
14035
14036 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14037
14038 * obsolete/lazy-lock.el (lazy-lock-mode):
14039 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14040 font-lock-mode if it's off. Print a warning instead.
14041
14042 * progmodes/compile.el (compilation-start): Ignore errors if the
14043 process died before we get to send-eof.
14044
14045 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14046 Undo last change. Enclosing the result in quotes broke things on Unix
14047 since tex-send-command passes it through shell-quote-argument.
14048 (tex-send-command): Pass `file' through convert-standard-filename
14049 when possible.
14050 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14051 info in a transcript.
14052
14053 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14054
14055 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14056 fix compilation warning. Reorder the key definitions to group
14057 together keys emitted by the current version of xterm.
14058
14059 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14060 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14061 Reorder predicates to correct min-color usage.
14062
14063 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14064
14065 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14066 Kill local variables when longlines-mode is turned off.
14067
14068 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14069
14070 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14071
14072 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14073
14074 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14075
14076 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14077 (font-lock-lines-before): Change default to being inactive.
14078 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14079 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14080
14081 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14082
14083 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14084 Deactivate temporarily advice if active (not needed for Emacs 22,
14085 but for backwards compatibility).
14086 (tramp-exists-file-name-handler): Rewrite. First implementation
14087 was too simple.
14088 (tramp-advice-make-auto-save-file-name):
14089 Call `tramp-handle-make-auto-save-file-name' (again, just for
14090 backwards compatibility).
14091
14092 2005-08-31 Reto Zimmermann <reto@gnu.org>
14093
14094 * progmodes/vhdl-mode.el
14095 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14096 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14097 (vhdl-set-default-project): New function (easier setting of default).
14098 (vhdl-port-copy): Handle extended identifiers for generics.
14099 (vhdl-compiler-alist): Better description for error message regexp.
14100 (vhdl-make): Query for target, use previous as default.
14101 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14102 (vhdl-font-lock-keywords-2): Fix fontification for record
14103 el. assign.
14104 (vhdl-speedbar-make-subpack-line): Add package body link.
14105 (vhdl-generate-makefile-1): Not include itself as dependency.
14106 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14107 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14108 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14109 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14110 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14111 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14112 (vhdl-import-project): Add string argument for `error'.
14113 (vhdl-compose-configuration)
14114 (vhdl-compose-configuration-architecture): Add configuration
14115 declaration generation.
14116 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14117 (vhdl-trailer-re): Add "record" keyword (better indentation).
14118 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14119 "[^ \t-\"]+".
14120 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14121 (vhdl-testbench-entity-file-name)
14122 (vhdl-testbench-architecture-file-name): Allow separate
14123 customization of testbench file names.
14124 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14125 (vhdl-get-visible-signals): Allow newline within alias declaration.
14126 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14127 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14128 (member-ignore-case): Alias for missing function in XEmacs.
14129 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14130 (vhdl-update-sensitivity-list): Ignore case on read signals.
14131 (vhdl-replace-string): Adjust case only for file names.
14132 (vhdl-update-sensitivity-list): Fix search for read signals.
14133 (vhdl-update-sensitivity-list): Exclude formal parameters.
14134 (vhdl-get-visible-signals): Include aliases of signals.
14135 (vhdl-get-visible-signals): Fix signal name searching.
14136 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14137 (vhdl-fixup-whitespace-region): Fix for character
14138 literals (e.g. `:').
14139
14140 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14141
14142 * ansi-color.el (comint-last-output-start):
14143 * bs.el (font-lock-verbose):
14144 * diff-mode.el (add-log-buffer-file-name-function):
14145 * dired-x.el (vm-folder-directory):
14146 * faces.el (help-xref-stack-item):
14147 * files.el (font-lock-keywords):
14148 * find-lisp.el (dired-buffers, dired-subdir-alist):
14149 * ido.el (cua-inhibit-cua-keys):
14150 * log-view.el (cvs-minor-wrap-function):
14151 * outline.el (font-lock-warning-face):
14152 * simple.el (compilation-current-error):
14153 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14154 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14155 * tooltip.el (comint-prompt-regexp):
14156 * w32-fns.el (explicit-shell-file-name):
14157 * term/mac-win.el (mac-charset-info-alist)
14158 (mac-services-selection, mac-system-script-code):
14159 * term/tty-colors.el (msdos-color-values):
14160 * term/w32-win.el (xlfd-regexp-registry-subnum):
14161 * term/x-win.el (x-keysym-table, x-selection-timeout)
14162 (x-session-id, x-session-previous-id):
14163 * textmodes/ispell.el (mail-yank-prefix):
14164 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14165 * textmodes/org.el (calc-embedded-close-formula)
14166 (calc-embedded-open-formula)
14167 (font-lock-unfontify-region-function):
14168 * textmodes/reftex-global.el (isearch-next-buffer-function)
14169 (TeX-master):
14170 * textmodes/reftex.el (font-lock-keywords):
14171 * textmodes/tex-mode.el (font-lock-comment-face)
14172 (font-lock-doc-face):
14173 * textmodes/texinfo.el (outline-heading-alist):
14174 Add defvars.
14175
14176 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14177 (artist-spray-chars, artist-mode-init, artist-replace-string)
14178 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14179 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14180 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14181
14182 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14183 (conf-align-assignments): "?\ " -> "?\s".
14184
14185 * textmodes/reftex-index.el (TeX-master): Add defvar.
14186 (reftex-index-phrases-marker): Move up defvar.
14187
14188 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14189 (reftex-toc-include-labels-indicator)
14190 (reftex-toc-include-index-indicator)
14191 (reftex-toc-max-level-indicator): Move up declarations.
14192
14193 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14194 of args to `tramp-run-real-handler', even if it's empty in this case.
14195
14196 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14197
14198 * dired.el (dired-move-to-filename-regexp): Add date format for
14199 Mac OS X 10.3 in East Asian locales.
14200
14201 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14202
14203 * files.el (make-auto-save-file-name): Add file name handler call
14204 if applicable.
14205
14206 * net/tramp.el (tramp-file-name-handler-alist)
14207 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14208 (tramp-handle-make-auto-save-file-name): Rename from
14209 `tramp-make-auto-save-file-name'.
14210 (tramp-exists-file-name-handler): New defun.
14211 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14212 `make-auto-save-file-name' is not a magic file name operation.
14213
14214 2005-08-30 Richard M. Stallman <rms@gnu.org>
14215
14216 * files.el (risky-local-variable-p):
14217 Match `-predicates' and `-commands.
14218
14219 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14220 (custom-save-all): Visit the file if necessary;
14221 kill the buffer if we created it.
14222 (custom-save-delete): Don't visit file or kill buffer here.
14223
14224 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14225
14226 * textmodes/org.el (org-special-keyword): New face.
14227 (org-table-copy-down, org-table-eval-formula)
14228 (org-table-recalculate, org-init-section-numbers):
14229 Use `string-to-number' instead of `string-to-int'.
14230 (org-get-location): Use `insert-buffer-substring' instead of
14231 `insert-buffer'.
14232 (org-modify-diary-entry-string): New function.
14233 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14234 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14235 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14236 active region.
14237 (org-export-as-html): Handle QUOTE keyword.
14238 (org-quote-string): New option.
14239 (org-bookmark-jump-unhide): New function, used for
14240 `bookmark-after-jump-hook'.
14241 (org-diary-default-entry): Apply only when not called through
14242 `org-agenda'.
14243
14244 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14245
14246 * net/eudc.el (mode-popup-menu):
14247 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14248 * progmodes/ada-mode.el (compile-auto-highlight)
14249 (skeleton-further-elements):
14250 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14251 * progmodes/cmacexp.el (msdos-shells):
14252 * progmodes/compile.el (font-lock-extra-managed-props)
14253 (font-lock-keywords, font-lock-maximum-size)
14254 (font-lock-support-mode):
14255 * progmodes/grep.el (font-lock-lines-before):
14256 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14257 * progmodes/mixal-mode.el (compile-command):
14258 * progmodes/perl-mode.el (font-lock-comment-face)
14259 (font-lock-doc-face, font-lock-string-face):
14260 * progmodes/prolog.el (comint-prompt-regexp):
14261 * progmodes/sh-script.el (font-lock-comment-face)
14262 (font-lock-set-defaults, font-lock-string-face):
14263 * progmodes/sql.el (font-lock-keyword-face)
14264 (font-lock-set-defaults, font-lock-string-face):
14265 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14266 (itimer-version, lazy-lock-defer-contextually)
14267 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14268 Add defvars.
14269
14270 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14271 (cperl-electric-keyword, cperl-electric-pod)
14272 (cperl-electric-backspace, cperl-forward-re)
14273 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14274 (vc-rcs-header, vc-sccs-header): Add defvars.
14275
14276 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14277 (font-lock-syntactic-keywords, gud-find-expr-function):
14278 Add defvars.
14279
14280 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14281 (gdb-frame-parameters): Declare before use.
14282
14283 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14284 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14285 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14286 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14287
14288 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14289 (idlwave-help-with-source): Use `insert-buffer-substring', not
14290 `insert-buffer'.
14291
14292 2005-08-29 Juri Linkov <juri@jurta.org>
14293
14294 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14295 Put outline-back-to-heading function call inside save-excursion.
14296
14297 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14298
14299 * man.el (Man-init-defvars, Man-translate-references)
14300 (Man-support-local-filenames, Man-highlight-references):
14301 * progmodes/sql.el (sql-interactive-mode):
14302 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14303
14304 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14305 (compilation-mode-font-lock-keywords): Add defvars.
14306 (checkdoc-interactive-loop): "?\ " -> "?\s".
14307
14308 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14309 (font-lock-doc-face, font-lock-string-face)
14310 (font-lock-keywords-case-fold-search): Add defvars.
14311 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14312
14313 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14314 Don't pass X and Y (they are ignored anyway).
14315 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14316 (mouse-delete-window): Make arguments optional.
14317
14318 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14319 (caesar-translate-table, minor-modes, news-buffer-save)
14320 (news-group-name, news-minor-modes): Add defvars.
14321
14322 * emacs-lisp/lselect.el (mouse-highlight-priority)
14323 (x-lost-selection-functions, zmacs-regions):
14324 * emacs-lisp/pp.el (font-lock-verbose):
14325 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14326 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14327 (ses-mode-map):
14328 * emacs-lisp/tcover-unsafep.el (safe-functions):
14329 * international/mule-cmds.el (mac-system-coding-system)
14330 (mac-system-locale):
14331 * language/ethio-util.el (rmail-current-message)
14332 (rmail-message-vector):
14333 * language/thai-util.el (thai-auto-composition-mode):
14334 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14335 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14336 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14337 (vm-primary-inbox, vm-spool-files):
14338 * mail/rmail.el (deleted-head, font-lock-fontified)
14339 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14340 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14341 (total-messages):
14342 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14343 (rmail-summary-mode-map):
14344 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14345 (rmail-last-label, rmail-last-multi-labels)
14346 (rmail-summary-vector, rmail-total-messages):
14347 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14348 * mail/rmailsum.el (msgnum):
14349 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14350 (rmail-current-message):
14351 * obsolete/fast-lock.el (font-lock-face-list):
14352 * obsolete/rnewspost.el (mail-reply-buffer):
14353 * obsolete/scribe.el (compile-command):
14354 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14355
14356 2005-08-28 John Paul Wallington <jpw@gnu.org>
14357
14358 * ibuf-ext.el (ibuffer-auto-update-changed):
14359 Use `frame-or-buffer-changed-p' to check whether we need to update.
14360 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14361 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14362 as a `frame-or-buffer-changed-p' state vector instead.
14363
14364 2005-08-27 Romain Francoise <romain@orebokech.com>
14365
14366 * textmodes/makeinfo.el (makeinfo-compile):
14367 Use `compilation-start'. Set `next-error-function' according to
14368 `disable-errors'.
14369 (makeinfo-next-error): New function.
14370 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
14371 (makeinfo-buffer): Likewise.
14372
14373 * progmodes/compile.el (compilation-start): Add autoload cookie.
14374
14375 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
14376 * textmodes/sgml-mode.el: Likewise.
14377 * progmodes/python.el: Likewise.
14378
14379 2005-08-27 Eli Zaretskii <eliz@gnu.org>
14380
14381 * simple.el (blink-matching-paren-distance): Document the meaning
14382 of nil value, and allow to customize to nil.
14383
14384 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
14385 command.com, not command.exe.
14386
14387 2005-08-26 John Wiegley <johnw@newartisans.com>
14388
14389 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
14390 code around a bit so that an extraneous nil argument is not added
14391 to a command when no args are given.
14392
14393 * eshell/esh-arg.el (eshell-parse-double-quote): If a
14394 double-quoted argument resolves to nil, return it as an empty
14395 string rather than as nil. This made it impossible to pass "" to
14396 a shell script as a null string argument.
14397
14398 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
14399
14400 * outline.el (outline-invent-heading): New fun.
14401 (outline-promote, outline-demote): Use it.
14402 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
14403 (outline-end-of-subtree): Remove unused var `opoint'.
14404
14405 2005-08-26 David Reitter <david.reitter@gmail.com>
14406
14407 * menu-bar.el (truncate-lines, write-file, print-buffer)
14408 (ps-print-buffer-faces, ps-print-buffer, split-window):
14409 Disable menu items when the frame they refer to is invisible, or when
14410 they refer to a buffer and the minibuffer is selected.
14411
14412 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
14413
14414 * progmodes/flymake.el (flymake-highlight-err-lines):
14415 Use save-excursion around flymake-highlight-line to preserve point.
14416
14417 2005-08-26 Eli Zaretskii <eliz@gnu.org>
14418
14419 * progmodes/octave-mod.el: Change Author and Maintainer address.
14420 (octave-maintainer-address): Change Kurt's email address.
14421 * progmodes/octave-inf.el: Change Author and Maintainer address.
14422 * progmodes/octave-hlp.el: Change Author and Maintainer address.
14423
14424 2005-08-26 Kim F. Storm <storm@cua.dk>
14425
14426 * subr.el (version-list-<, version-list-<=, version-list-=):
14427 Rename from integer-list-*.
14428 (version-list-not-zero): Likewise. Fix while loop.
14429 (version=): Use version-list-= instead of string-equal.
14430
14431 2005-08-26 Richard M. Stallman <rms@gnu.org>
14432
14433 * outline.el (outline-promote): Try shortening the heading.
14434 As last resort, read the heading to use.
14435 (outline-demote): As last resort, read the heading to use.
14436
14437 2005-08-26 Romain Francoise <romain@orebokech.com>
14438
14439 * progmodes/compile.el (compilation-start): Doc fix.
14440
14441 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
14442 (antlr-font-lock-additional-keywords): Fix reference to
14443 `antlr-font-lock-literal-regexp' erroneously changed during the
14444 mass face rename.
14445 (antlr-run-tool): Use `compilation-start'.
14446
14447 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
14448 instead of the obsolete `compile-internal'.
14449
14450 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
14451
14452 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
14453 (number, original-date):
14454 * calendar/cal-china.el (date):
14455 * calendar/cal-coptic.el (date):
14456 * calendar/cal-french.el (date):
14457 * calendar/cal-hebrew.el (date, entry, number, original-date):
14458 * calendar/cal-islam.el (date, number, original-date):
14459 * calendar/cal-iso.el (date):
14460 * calendar/cal-julian.el (date):
14461 * calendar/cal-mayan.el (date):
14462 * calendar/cal-menu.el (date, event):
14463 * calendar/cal-persia.el (date):
14464 * calendar/lunar.el (date):
14465 * calendar/solar.el (date): Add defvars.
14466
14467 * emerge.el:
14468 * ibuffer.el:
14469 * info-xref.el:
14470 * obsolete/bg-mouse.el:
14471 * obsolete/sun-curs.el:
14472 * obsolete/swedish.el: Move the `defvar's to the top level.
14473
14474 * smerge-mode.el (smerge-refined-change): Add :group.
14475
14476 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
14477
14478 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
14479 (smerge-keep-n): Remove props.
14480 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
14481 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
14482 now that it's done in smerge-keep-n.
14483 (smerge-refined-change): New face.
14484 (smerge-refine-chopup-region, smerge-refine-highlight-change)
14485 (smerge-refine): New funs.
14486 (smerge-basic-map): Bind smerge-refine.
14487
14488 2005-08-25 Juri Linkov <juri@jurta.org>
14489
14490 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
14491 compilation-process-setup-function and compilation-disable-input
14492 in grep-mode instead of let-bindings in grep.
14493
14494 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
14495 Delete "Automatic File De/compression" (auto-compression-mode).
14496
14497 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
14498
14499 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
14500 Silence warning about non-existent variable.
14501
14502 2005-08-25 Richard M. Stallman <rms@gnu.org>
14503
14504 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
14505 Rename "Describe Key" to "Describe Key or Mouse Operation".
14506
14507 * mail/mailalias.el (build-mail-aliases): Delete comments
14508 from the contents before processing them.
14509
14510 * isearch.el (isearch-edit-string): Erase the Search prompt
14511 if user enters an empty string and there is no default.
14512
14513 * comint.el (comint-file-name-prefix): Add autoload.
14514
14515 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
14516
14517 * subr.el (play-sound): Rearrange to avoid warning.
14518
14519 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
14520
14521 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
14522 New hook.
14523 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
14524
14525 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
14526
14527 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
14528
14529 * custom.el (custom-theme-set-variables): Sort minor modes last.
14530
14531 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14532
14533 * subr.el (version-separator, version-regexp-alist): New vars used by
14534 version comparison funs.
14535 (integer-list-<, integer-list-=, integer-list-<=)
14536 (integer-list-not-zero): New funs for integer list comparison.
14537 (version-to-list, version=, version<, version<=): New funs for version
14538 comparison.
14539
14540 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
14541
14542 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
14543 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
14544 time to silence the byte-compiler.
14545
14546 * ibuffer.el (ibuffer-compile-make-eliding-form)
14547 (ibuffer-check-formats): Use `with-no-warnings' to hide references
14548 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
14549 so it's silly to get warnings for it).
14550 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
14551 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
14552 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
14553 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
14554 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
14555 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
14556 Defvar at compile time.
14557 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
14558 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
14559 Declare them before use.
14560
14561 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
14562 (info-xref-good, info-xref-bad): Defvar at compile time.
14563
14564 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
14565 Use `let*' instead of `let'.
14566
14567 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
14568 (*mouse-y*, menu, char): Defvar at compile time.
14569 (sc::menu): Declare it before use.
14570 (sc::pack-one-line): Use `let', not `let*'.
14571
14572 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
14573 (mail-send-hook): Defvar at compile time.
14574
14575 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
14576 Defvar at compile time.
14577
14578 * term/sun-mouse.el (current-global-mousemap)
14579 (current-local-mousemap): Declare them before use.
14580
14581 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
14582
14583 * bookmark.el (bookmark-after-jump-hook): New hook.
14584 (bookmark-jump): Run `bookmark-after-jump-hook'.
14585
14586 2005-08-23 Juri Linkov <juri@jurta.org>
14587
14588 * faces.el (minibuffer-prompt): Doc fix.
14589
14590 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
14591
14592 * progmodes/xscheme.el: Trivial changes to silence warnings.
14593 (xscheme-previous-mode, xscheme-previous-process-state):
14594 Add defvars.
14595 (xscheme-last-input-end, xscheme-process-command-line)
14596 (xscheme-process-name, xscheme-buffer-name)
14597 (xscheme-expressions-ring-max, xscheme-expressions-ring)
14598 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
14599 (xscheme-control-g-synchronization-p)
14600 (xscheme-control-g-disabled-p, xscheme-string-receiver)
14601 (default-xscheme-runlight, xscheme-runlight)
14602 (xscheme-runlight-string, xscheme-process-filter-state)
14603 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
14604 Move to beginning of file.
14605 (scheme-interaction-mode-commands-alist)
14606 (scheme-interaction-mode-map, scheme-debugger-mode-map):
14607 Declare them before use. Note: the initialization code for the variables
14608 has not been moved because it uses functions that reference the variables.
14609 (xscheme-control-g-message-string, xscheme-process-filter-alist)
14610 (xscheme-prompt-for-expression-map): Declare them before use.
14611 (scheme-debugger-mode-commands): "?\ " -> "?\s".
14612
14613 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
14614
14615 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
14616
14617 2005-08-22 Juri Linkov <juri@jurta.org>
14618
14619 * faces.el (set-face-underline): Delete this duplicate function
14620 and make an obsolete alias to set-face-underline-p.
14621 (set-face-underline-p): Use docstring of set-face-underline.
14622 (describe-face): Create hyperlink to parent face.
14623
14624 * info.el (Info-insert-dir): Use save-excursion around
14625 insert-buffer-substring.
14626 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
14627 (Info-escape-percent): Delete function.
14628 (Info-fontify-node): Replace Info-escape-percent by
14629 replace-regexp-in-string with REP arg set to lambda that
14630 duplicates `%' and preserves text properties.
14631
14632 * progmodes/compile.el (compilation-disable-input): Doc fix.
14633 (define-compilation-mode): Doc fix and refill.
14634 (kill-compilation): Use `mode-name' in the error message.
14635 (compilation-find-file): Use `compilation-error' in the
14636 read-file-name's prompt.
14637
14638 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
14639
14640 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
14641 (smerge-auto-leave): Make undo re-enable the mode.
14642 (debug-ignored-errors): Add the user-error of impossible resolution.
14643 (smerge-resolve): Move things around a bit, in preparation for later.
14644 (smerge-diff): Don't fail if the buffer has no associated file.
14645 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
14646 (smerge-conflict-overlay): New function.
14647 (smerge-match-conflict): Don't add text properties here.
14648 (smerge-find-conflict): Instead, add an overlay here.
14649 Also check for the case where we're inside a conflict already, so as to
14650 obviate the need for font-lock-multiline, which is unbearably slow with
14651 large conflicts and ciomplex font-lock patterns.
14652 (smerge-remove-props): Remove overlay rather than text-properties.
14653 (smerge-mode): Don't set font-lock-multiline.
14654 Remove overlays when turned off.
14655
14656 2005-08-21 Kim F. Storm <storm@cua.dk>
14657
14658 * ido.el (ido-ignore-item-p): Use save-match-data.
14659 Bind case-fold-search to ido-case-fold locally.
14660
14661 2005-08-20 Richard M. Stallman <rms@gnu.org>
14662
14663 * files.el (normal-mode): If font lock is on, turn it off and on.
14664
14665 * subr.el (replace-regexp-in-string): Doc fix.
14666
14667 * startup.el (command-line-1): Don't suppress startup screen
14668 due to existing processes.
14669
14670 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
14671
14672 * progmodes/compile.el (compilation-disable-input): Default to nil.
14673
14674 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14675
14676 * progmodes/compile.el (compilation-disable-input): New defcustom.
14677 (compilation-start): If compilation-disable-input is non-nil, send
14678 EOF to the compilation process.
14679
14680 2005-08-20 Eli Zaretskii <eliz@gnu.org>
14681
14682 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
14683 Run the argument of tex-shell-cd-command through
14684 convert-standard-filename, to get the correct style of slashes on
14685 Windows, and enclose the result in quotes, in case the file name
14686 includes whitespace or other special characters.
14687
14688 2005-08-19 Andreas Schwab <schwab@suse.de>
14689
14690 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
14691 process.
14692
14693 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
14694
14695 * cus-start.el (minibuffer-prompt-properties): Correct typo.
14696
14697 2005-08-18 Kim F. Storm <storm@cua.dk>
14698
14699 * scroll-lock.el: Fix errors due to incorrect line wrapping.
14700
14701 2005-08-18 Richard M. Stallman <rms@gnu.org>
14702
14703 * scroll-lock.el: New file.
14704
14705 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
14706
14707 * dired.el (dired-move-to-end-of-filename):
14708 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
14709
14710 2005-08-18 Kim F. Storm <storm@cua.dk>
14711
14712 * ido.el (ido-everywhere): Fix defcustom :set function to disable
14713 rather than toggle mode when custom value is nil.
14714 (ido-everywhere): Fix defun doc string.
14715
14716 2005-08-17 Richard M. Stallman <rms@gnu.org>
14717
14718 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
14719 as tag instead of "Inviolable".
14720
14721 2005-08-17 Kim F. Storm <storm@cua.dk>
14722
14723 * windmove.el (windmove-coordinates-of-position): Remove.
14724 (windmove-coordinates-of-window-position): Remove.
14725 (windmove-reference-loc): Use posn-at-point instead.
14726
14727 * subr.el (insert-for-yank-1): Doc fix.
14728
14729 * ido.el (ido-enter-matching-directory): Rename from
14730 ido-enter-single-matching-directory. Change `slash' choice to
14731 `only'. Add `first' choice.
14732 (ido-exhibit): Adapt to above changes.
14733
14734 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
14735
14736 * Makefile.in: Expand comment about building loaddefs.el.
14737
14738 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
14739
14740 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
14741 Comment use of defadvice.
14742
14743 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
14744
14745 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
14746
14747 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
14748 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
14749 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
14750 * progmodes/idlw-shell.el, progmodes/ld-script.el,
14751 * progmodes/which-func.el, ruler-mode.el, strokes.el,
14752 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
14753 for backward compatibility for faces that did not appear in the
14754 previous Emacs release.
14755
14756 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
14757
14758 2005-08-15 Kim F. Storm <storm@cua.dk>
14759
14760 * emulation/cua-base.el (cua-delete-region): Return t if
14761 deleted region was non-empty.
14762 (cua-replace-region): Inhibit overwrite-mode for
14763 self-insert-command if replaced region was non-empty.
14764 (cua--explicit-region-start, cua--status-string): Make them
14765 buffer-local at top-level...
14766 (cua-mode): ...rather than when mode is enabled.
14767
14768 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
14769
14770 * progmodes/vhdl-mode.el (vhdl-emacs-21):
14771 Set t for Emacs 21, 22, and so on.
14772
14773 2005-08-15 David Ponce <david@dponce.com>
14774
14775 * tree-widget.el: Update Commentary header.
14776 (tree-widget-theme): Doc fix.
14777 (tree-widget-space-width): New option.
14778 (tree-widget-image-properties): Look up in the default theme too.
14779 (tree-widget--cursors): Only for images with arrow pointer shape.
14780 (tree-widget-lookup-image): Pointer shape is hand by default.
14781 (tree-widget-icon): Rename generic icon widget from
14782 `tree-widget-control'.
14783 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
14784 derive from `tree-widget-icon'.
14785 (tree-widget-handle): Improve default look and feel of the text
14786 representation.
14787 (tree-widget): Rename :*-control properties to :*-icon properties.
14788 Add :action and :help-echo properties.
14789 (tree-widget-after-toggle-functions): Move.
14790 (tree-widget-close-node, tree-widget-open-node): Remove.
14791 (tree-widget-before-create-icon-functions): New hook.
14792 (tree-widget-value-create): Update to allow customization of icons
14793 and nodes at run-time via that new hook.
14794 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
14795 (tree-widget-icon-action, tree-widget-icon-help-echo)
14796 (tree-widget-action, tree-widget-help-echo): New functions.
14797
14798 2005-08-15 Kim F. Storm <storm@cua.dk>
14799
14800 * ido.el (ido-buffer-internal): Use with-no-warnings.
14801 (ido-make-merged-file-list): Use while-no-input.
14802
14803 2005-08-15 Richard M. Stallman <rms@gnu.org>
14804
14805 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
14806 (flyspell-large-region): Fix doc and custom type.
14807
14808 2005-08-14 Richard M. Stallman <rms@gnu.org>
14809
14810 * files.el (interpreter-mode-alist): Doc fix.
14811
14812 * mail/rmail.el (rmail-nonignored-headers): New variable.
14813 (rmail-clear-headers): Use it.
14814 (rmail-reply): Better handling of mail-followup-to header.
14815
14816 * progmodes/sh-script.el (sh-font-lock-keywords-var):
14817 Rename variable from sh-font-lock-keywords. In the `shell' entry,
14818 don't try to refer to executable-font-lock-keywords.
14819 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
14820 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
14821 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
14822 (sh-mode): Set comment-start-skip, local-abbrev-table,
14823 imenu-case-fold-search.
14824 (sh-set-shell): Don't set them here.
14825 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
14826 Don't cache the results in the original alist; don't ever modify
14827 that alist.
14828
14829 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
14830
14831 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
14832 empty.
14833
14834 2005-08-15 Andreas Schwab <schwab@suse.de>
14835
14836 * desktop.el: Put autoload cookie at risky-local-variable declarations.
14837
14838 * dired.el, info.el, mail/rmail.el: Revert last change.
14839
14840 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
14841
14842 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
14843 modification in `eval-after-load' form.
14844 * info.el: Likewise.
14845 * mail/rmail.el: Likewise.
14846
14847 2005-08-14 Juri Linkov <juri@jurta.org>
14848
14849 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14850 Remove highlighting of "Compilation started". Highlight only
14851 the word "finished" in "Compilation finished". Add highlighting
14852 of "interrupt", "killed", "terminated" and the exit code.
14853 (compilation-start): Add newline after header. Use exactly the
14854 same time stamp format as the finishing message.
14855 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
14856
14857 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
14858 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
14859 Add highlighting of "interrupt", "killed", "terminated".
14860
14861 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
14862 enabled and the current command is self-insert-command, call it
14863 explicitly with overwrite-mode bound to nil, to not allow it
14864 to delete the character after the selected region.
14865
14866 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
14867
14868 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
14869 move-end-of-line, end-of-line, and beginning-of-line to the list
14870 of commands after which the echo area is updated.
14871
14872 2005-08-12 Eli Zaretskii <eliz@gnu.org>
14873
14874 * cus-edit.el (custom-save-all, custom-save-delete):
14875 Bind recentf-exclude to exclude custom-file.
14876
14877 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
14878
14879 * mail/rmailsum.el (rmail-summary-end-of-message): New command
14880 to go to the bottom of the mail message. Added to
14881 `rmail-summary-mode-map' with key "/".
14882 (rmail-summary-show-message): New (internal) function for use by
14883 both `rmail-summary-beginning/end-of-message'.
14884 (rmail-summary-beginning-of-message): Change to use
14885 rmail-summary-show-message.
14886
14887 * mail/rmail.el (rmail-end-of-message): New command to go to the
14888 end of the current message. Added to `rmail-mode-map' with key "/".
14889 (rmail-beginning-of-message): Fix to work as documented.
14890 (rmail-mode): Change documentation.
14891
14892 * progmodes/compile.el (compilation-start): Add the line
14893 "Compilation started" with compilation start time.
14894 (compilation-mode-font-lock-keywords): Add `started' to keywords.
14895
14896 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
14897
14898 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
14899 of menu items.
14900
14901 2005-08-11 Richard M. Stallman <rms@gnu.org>
14902
14903 * simple.el (pop-global-mark): Reverse test of widen-automatically.
14904
14905 * battery.el (battery-status-function): Don't use ignore-errors.
14906
14907 2005-08-11 Lute Kamstra <lute@gnu.org>
14908
14909 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
14910 define-obsolete-variable-alias.
14911
14912 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
14913
14914 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
14915 (ange-ftp-send-cmd): Revert last change, and expand
14916 the comment explaining the problem.
14917
14918 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
14919
14920 * ldefs-boot.el: Update.
14921
14922 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
14923 item to "Time, Load and Mail". Change help echo text.
14924
14925 * time.el (display-time-use-mail-icon, display-time-format)
14926 (display-time-string-forms): Shorten first line of docstrings.
14927
14928 2005-08-10 Lars Hansen <larsh@soem.dk>
14929
14930 * desktop.el (desktop-buffer-mode-handlers):
14931 Make non-customizable. Add autoload cookie. Change initial value to
14932 nil; add elements in respective modules instead. Fix doc string.
14933 (desktop-load-file): New function.
14934 (desktop-minor-mode-handlers): New autoloaded variable.
14935 (desktop-create-buffer): Call minor mode handlers.
14936 Use desktop-load-file to load major and minor mode modules prior to
14937 checking for a handler.
14938 (desktop-save): Don't add nil to desktop-minor-modes for minor
14939 modes with nil function in desktop-minor-mode-table. Don't delete
14940 desktop file before rewriting it.
14941 (desktop-locals-to-save): Add autoload cookie. Don't make
14942 automatically buffer-local. Add variables column-number-mode,
14943 size-indication-mode, indent-tabs-mode,
14944 indicate-buffer-boundaries, indicate-empty-lines and
14945 show-trailing-whitespace.
14946 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
14947 regexps. Don't use desktop-clear-preserve-buffers-regexp.
14948 (desktop-clear-preserve-buffers-regexp): Delete.
14949 (desktop-clear-preserve-buffers): Update initial value and docstring.
14950 (desktop-save-buffer): Fix doc string.
14951
14952 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
14953 (hilit-chg-desktop-restore): New function.
14954 (highlight-changes-mode): Add highlight-changes-mode to
14955 desktop-locals-to-save.
14956
14957 * dired.el: Add handler to desktop-buffer-mode-handlers.
14958 (dired-restore-desktop-buffer): Remove autoload cookie.
14959 (dired-mode): Add autoload cookie.
14960
14961 * info.el: Add handler to desktop-buffer-mode-handlers.
14962 (Info-restore-desktop-buffer): Remove autoload cookie.
14963 (Info-mode): Add autoload cookie.
14964
14965 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
14966 (mh-restore-desktop-buffer): Remove autoload cookie.
14967 (mh-folder-mode): Add autoload cookie.
14968
14969 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
14970 (rmail-restore-desktop-buffer): Remove autoload cookie.
14971
14972 2005-08-11 Masatake YAMATO <jet@gyve.org>
14973
14974 * hexl.el (hexl-address-region):
14975 (hexl-ascii-region, hexl-font-lock-keywords):
14976 (hexl-highlight-line-range): Use the term "region"
14977 instead of "area" for consistency with the other symbols
14978 defined in hexl.el.
14979
14980 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
14981
14982 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
14983 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
14984 out by Juri Linkov). Add `display-battery-mode'.
14985
14986 2005-08-09 Juri Linkov <juri@jurta.org>
14987
14988 * progmodes/compile.el (compilation-mode-font-lock-keywords):
14989 Remove `-text' from face variable names.
14990 (compilation-error-file-name, compilation-warning-file-name)
14991 (compilation-info-file-name): Delete faces.
14992 (compilation-line-number, compilation-column-number):
14993 Remove face underlining.
14994 (compilation-message-face): Set to `underline' value by default.
14995 (compilation-error-face, compilation-warning-face)
14996 (compilation-info-face): Remove `-file-name' from face names.
14997 (compilation-error-text-face, compilation-warning-text-face)
14998 (compilation-info-text-face): Delete face variables.
14999 (compilation-text-face): Delete function.
15000
15001 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15002 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15003 (grep-error-face): Set to `compilation-error' instead of
15004 `compilation-error-face' (which is redefined to `grep-hit-face' in
15005 grep buffers).
15006 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15007 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15008
15009 * dired-aux.el (dired-do-query-replace-regexp):
15010 Use `query-replace-read-args'.
15011
15012 * replace.el (query-replace-read-from, query-replace-read-to)
15013 (query-replace-read-args): Rename arg `string' to `prompt'.
15014
15015 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15016
15017 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15018
15019 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15020 uploading files.
15021 (ange-ftp-canonize-filename): Handle file names beginning with ~
15022 correctly.
15023
15024 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15025
15026 * textmodes/fill.el (canonically-space-region)
15027 (fill-context-prefix, fill-french-nobreak-p)
15028 (fill-delete-newlines, fill-comment-paragraph)
15029 (justify-current-line): "?\ " -> "?\s".
15030
15031 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15032
15033 * textmodes/fill.el (fill-nonuniform-paragraphs):
15034 Improve argument/docstring consistency.
15035
15036 2005-08-09 Richard M. Stallman <rms@gnu.org>
15037
15038 * textmodes/ispell.el (ispell-word): More fboundp checks.
15039
15040 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15041 (find-file-noselect-1): Call it here, only if RAWFILE.
15042 (normal-mode): Always set some major mode.
15043 (save-some-buffers-action-alist): Change some explanation strings.
15044 (file-name-non-special): In the `quote' method, use unwind-protect.
15045
15046 2005-08-09 Magnus Henoch <mange@freemail.hu>
15047
15048 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15049 (ispell-have-aspell-dictionaries): New variable.
15050 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15051 (ispell-get-aspell-config-value): New function.
15052 (ispell-aspell-find-dictionary): New function.
15053 (ispell-aspell-add-aliases): New function.
15054 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15055 appropriate. Don't look for ispell dictionaries if we use aspell.
15056 (ispell-menu-map): Don't build a submenu of dictionaries.
15057
15058 2005-08-09 Richard M. Stallman <rms@gnu.org>
15059
15060 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15061 (sql-read-passwd): Use read-passwd.
15062
15063 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15064 (idlwave-toolbar-is-possible): Add defvars.
15065
15066 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15067 Avoid warnings.
15068
15069 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15070 (idlwave-system-class-info, idlwave-executive-commands-alist):
15071 Use defvar.
15072
15073 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15074
15075 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15076 Avoid warnings.
15077
15078 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15079 and content-type: headers.
15080
15081 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15082
15083 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15084 and rename some of them to be more self-explanatory.
15085
15086 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15087
15088 * startup.el (command-line-1): Implement -scriptload.
15089
15090 * replace.el (occur-engine): Initial *Occur* output not undoable.
15091
15092 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15093 and improve help strings.
15094
15095 * isearch.el (isearch-repeat): When changing direction,
15096 mark search successful.
15097
15098 * ediff-init.el: Use (featurep 'xemacs).
15099
15100 * comint.el (send-invisible): Identify buffer, if not selected.
15101
15102 * align.el: Delete autoload for c-guess-basic-syntax.
15103
15104 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15105
15106 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15107 Improve argument/docstring consistency. Doc fixes.
15108 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15109 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15110 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15111 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15112 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15113 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15114 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15115 Defvar at compile time.
15116
15117 2005-08-09 Juri Linkov <juri@jurta.org>
15118
15119 * info.el: Replace `info' with upper-case `Info' where appropriate.
15120 (info-title-1, info-title-2, info-title-3, info-title-4)
15121 (info-menu-header): Move up face definitions.
15122 (info-menu-star): Rename from `info-menu-5'.
15123 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15124 (Info-fontify-visited-nodes): Fix docstring.
15125 (Info-hide-note-references): Fix docstring.
15126 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15127 menu items in the same way as on cross-references.
15128 (info-apropos): Fix sorting order and formatting to be like in the
15129 stand-alone Info browser. Display error messages for 1 sec.
15130 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15131 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15132 from the menu bar.
15133 (Info-insert-dir): Restore point after calling
15134 `insert-buffer-substring'.
15135
15136 2005-08-08 Richard M. Stallman <rms@gnu.org>
15137
15138 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15139 (recompute-lucid-menubar): Add defvars.
15140
15141 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15142
15143 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15144
15145 * net/net-utils.el (run-dig): Rename from `dig'.
15146
15147 * play/gametree.el (gametree-mode): Use make-local-variable,
15148 not make-variable-buffer-local.
15149
15150 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15151
15152 * ansi-color.el (ansi-color-make-extent)
15153 (ansi-color-set-extent-face): Use fboundp, not functionp.
15154
15155 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15156 not make-variable-buffer-local.
15157
15158 * bookmark.el (Info-current-file): Add defvar.
15159 (bookmark-jump-noselect): Use with-no-warnings.
15160
15161 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15162
15163 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15164
15165 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15166
15167 * find-file.el (ada-procedure-start-regexp)
15168 (ada-package-start-regexp): Add defvars.
15169
15170 * info.el (Info-insert-dir): Use insert-buffer-substring.
15171
15172 * xml.el (xml-att-def-re): Add defvar.
15173
15174 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15175 calling convention.
15176
15177 * subr.el (while-no-input): Return t if there is input.
15178
15179 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15180
15181 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15182
15183 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15184
15185 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15186 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15187
15188 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15189
15190 * cmuscheme.el (scheme-start-file): Replace reference to
15191 `user-emacs-directory' by "~/.emacs.d/".
15192
15193 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15194
15195 * info.el (Info-dir-remove-duplicates): Avoid case folding
15196 in loop; instead, keep downcased strings for comparison.
15197 Suggested by Helmut Eller.
15198
15199 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15200
15201 Sync with Tramp 2.0.50.
15202
15203 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15204 XEmacs case; not necessary anymore.
15205 (tramp-user-regexp): Allow "@" as part of user name.
15206 (tramp-handle-set-visited-file-modtime)
15207 (tramp-handle-insert-file-contents)
15208 (tramp-handle-write-region): No special handling for
15209 `last-coding-system-used, because this is done in
15210 `tramp-accept-process-output' now.
15211 (tramp-accept-process-output): New defun.
15212 (tramp-process-one-action, tramp-process-one-multi-action)
15213 (tramp-wait-for-regexp, tramp-wait-for-output)
15214 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15215 Howells <dhowells@redhat.com>.
15216 (clear-visited-file-modtime): Defadvice removed. The check for
15217 unset buffer's modtime does not need to be based on
15218 `tramp-buffer-file-attributes'. Suggested by RMS.
15219 (tramp-message): Insert "\n" if not being at beginning of line.
15220 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15221 sequence with same logic.
15222 (tramp-completion-handle-expand-file-name): Discard call of
15223 `tramp-drop-volume-letter'. It is not necessary, and there have
15224 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15225 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15226 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15227 should always be visible.
15228 (tramp-handle-insert-directory, tramp-setup-complete)
15229 (tramp-set-process-query-on-exit-flag)
15230 (tramp-append-tramp-buffers): Pacify byte-compiler.
15231 (tramp-bug): Delete non-existing variables from list.
15232 Apply `tramp-load-report-modules' as pre-hook.
15233 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15234 `shell-prompt-pattern' because of non-7bit characters.
15235 Reported by Sebastian Luque <sluque@mun.ca>.
15236 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15237 (tramp-match-string-list): Remove function.
15238 (tramp-wait-for-regexp): Remove call of that function.
15239 Suggested by Kim F. Storm <storm@cua.dk>.
15240 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15241 instead of octal character code ?\600. The latter resulted in a
15242 syntax error with XEmacs.
15243
15244 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15245 XEmacs case; not necessary anymore.
15246 (tramp-smb-handle-write-region): No special handling for
15247 `last-coding-system-used, because this is done in
15248 `tramp-accept-process-output' now.
15249 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15250
15251 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15252
15253 * wid-edit.el (widget-choice-value-create):
15254 Unconditionally respect user choice. Set :explicit-choice back to nil
15255 when no longer needed.
15256 (widget-choice-action): Unconditionally respect user choice.
15257 Eliminate :explicit-choice-value.
15258
15259 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15260
15261 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15262 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15263 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15264 running new function `toggle-indicate-empty-lines'.
15265 Rename "Customize" item to "Customize fringe".
15266 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15267 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15268 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15269 Delete "Empty lines only" item.
15270 (menu-bar-showhide-fringe-ind-customize): New function.
15271 (menu-bar-showhide-fringe-ind-mixed)
15272 (menu-bar-showhide-fringe-ind-box)
15273 (menu-bar-showhide-fringe-ind-right)
15274 (menu-bar-showhide-fringe-ind-left)
15275 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15276 instead of `fringe-indicators'.
15277
15278 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15279
15280 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15281 Change the date of last update.
15282
15283 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15284
15285 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15286 (viper-exec-yank, viper-put-back): Don't display modification msg
15287 if in the minibuffer.
15288
15289 * viper-init.el (viper-replace-overlay-cursor-color)
15290 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15291 Make variables frame local.
15292
15293 * viper-util.el (viper-append-filter-alist): Use append instead of
15294 nconc.
15295
15296 * viper.el (viper-vi-state-mode-list)
15297 (viper-emacs-state-mode-list): Move help-mode and
15298 completion-list-mode from the first list to the second.
15299 (viper-mode): Docstring.
15300 (viper-go-away, viper-non-hook-settings): Don't localize
15301 minor-mode-alist in newer Emacsen. Add advice to
15302 set-cursor-color. Don't bind "\C-c\\".
15303
15304 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15305
15306 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15307 (scheme-macro-expand-command): New user options.
15308 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15309 (scheme-form-at-point, scheme-start-file)
15310 (scheme-interactively-start-process): New functions.
15311 (scheme-get-process): New function, extracted from `scheme-proc'.
15312 (run-scheme): Call `scheme-start-file' to get start file, and pass
15313 it to `make-comint'.
15314 (switch-to-scheme, scheme-proc):
15315 Call `scheme-interactively-start-process' if no Scheme buffer/process
15316 is available.
15317
15318 2005-08-06 Juri Linkov <juri@jurta.org>
15319
15320 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15321 Use `compilation-text-face', `compilation-info-text-face' and
15322 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15323 (compilation-error): New face.
15324 (compilation-error-file-name): Inherit from
15325 `compilation-error' instead of `font-lock-warning-face'.
15326 (compilation-warning-file-name): Inherit from
15327 `compilation-warning' instead of `font-lock-warning-face'.
15328 (compilation-info, compilation-error-file-name)
15329 (compilation-warning-file-name, compilation-info-file-name)
15330 (compilation-line-number, compilation-column-number): Doc fix.
15331 (compilation-error-text-face, compilation-warning-text-face)
15332 (compilation-info-text-face): New face variables.
15333 (compilation-line-face, compilation-column-face)
15334 (compilation-enter-directory-face)
15335 (compilation-leave-directory-face): Doc fix.
15336 (compilation-text-face): New function.
15337
15338 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15339 instead of 1 to display binary file names as info file links.
15340 (grep-error-face): Use `compilation-error-face' instead of
15341 `font-lock-keyword-face'.
15342 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15343 and `compilation-warning-text-face' instead of
15344 `font-lock-keyword-face'. Use `compilation-error-text-face'
15345 instead of `grep-error-face'.
15346
15347 2005-08-05 Kenichi Handa <handa@m17n.org>
15348
15349 * international/code-pages.el: Add autoload cookies for all coding
15350 systems.
15351
15352 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15353
15354 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15355
15356 2005-08-04 Juri Linkov <juri@jurta.org>
15357
15358 * progmodes/compile.el (compilation-mode-map):
15359 * progmodes/grep.el (grep-mode-map):
15360 Bind TAB to `compilation-next-error' and [backtab] to
15361 `compilation-previous-error'.
15362
15363 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15364 matching line numbers, column numbers and their ranges with regexp
15365 matching only line numbers.
15366 (grep-context-face): New face variable.
15367 (grep-mode-font-lock-keywords): Use it.
15368
15369 * faces.el (read-face-name): Delete duplicate faces.
15370
15371 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
15372
15373 * thumbs.el (thumbs-find-image): Don't make variables
15374 automatically buffer local.
15375 (thumbs-current-tmp-filename, thumbs-current-image-filename)
15376 (thumbs-image-num): Make automatically buffer local.
15377 (thumbs-show-thumbs-list): Use `make-local-variable', not
15378 `make-variable-buffer-local'.
15379 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
15380
15381 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
15382 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
15383 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
15384 (bother, bye, canyou, chatlst, continue, deathlst, describe)
15385 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
15386 (feelings-about, foullst, found, hello, history, howareyoulst)
15387 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
15388 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
15389 (neglst, obj, object, owner, please, problems, qlist)
15390 (random-adjective, relation, remlst, repetitive-shortness)
15391 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
15392 (shortlst, something, sportslst, stallmanlst, states, subj)
15393 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
15394 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
15395 Defvar at compile time.
15396
15397 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
15398 not `make-variable-buffer-local'.
15399
15400 2005-08-02 Kim F. Storm <storm@cua.dk>
15401
15402 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
15403 rectangle overlay in selected window.
15404
15405 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
15406
15407 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
15408 instead of display group. Make `indicate-buffer-boundaries'
15409 customizable through Custom.
15410
15411 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
15412
15413 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
15414 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
15415 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
15416 (gdb-put-string): Fix typos in docstrings.
15417
15418 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
15419
15420 Update copyright notices of files in progmodes directory for
15421 release of Emacs 22.1.
15422
15423 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
15424
15425 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
15426 Don't barf if the GUD buffer has been killed.
15427
15428 2005-08-01 Kim F. Storm <storm@cua.dk>
15429
15430 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
15431
15432 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
15433
15434 * simple.el (next-error-follow-minor-mode):
15435 make-variable-buffer-local -> make-local-variable.
15436
15437 * emacs-lisp/cl-extra.el: Require CL also when compiling.
15438
15439 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
15440 (byte-compile-form-make-variable-buffer-local): New functions to warn
15441 about misuses of make-variable-buffer-local where make-local-variable
15442 was meant.
15443
15444 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
15445
15446 * bs.el (bs-attributes-list): Doc fix.
15447 (bs): Update url-link.
15448
15449 * desktop.el (desktop-save-buffer): Fix typos in docstring.
15450 (desktop-load-default): Simplify.
15451
15452 * ibuffer.el (ibuffer-columnize-and-insert-list)
15453 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
15454 (ibuffer-unmark-all, ibuffer-toggle-marks)
15455 (ibuffer-unmark-forward, ibuffer-unmark-backward)
15456 (ibuffer-compile-make-format-form, ibuffer-format-column)
15457 (ibuffer-current-buffers-with-marks)
15458 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
15459 (ibuffer): Doc fix.
15460 (ibuffer-mode): Fix typo in docstring.
15461 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
15462 with `define-obsolete-variable-alias'.
15463 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
15464
15465 2005-07-29 Kenichi Handa <handa@m17n.org>
15466
15467 * international/mule-cmds.el (select-message-coding-system):
15468 Be sure to use LF for end-of-line. If no coding system is decided,
15469 return iso-8859-1-unix.
15470
15471 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
15472
15473 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
15474 (ange-ftp-pending-error-line): New vars.
15475 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
15476 to handle the non-fatal no-route-to-host messages.
15477 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
15478
15479 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
15480
15481 * isearch.el (isearch-mode-map, isearch-other-meta-char)
15482 (isearch-quote-char, isearch-printing-char)
15483 (isearch-text-char-description): "?\ " -> "?\s".
15484 (isearch-lazy-highlight-cleanup)
15485 (isearch-lazy-highlight-initial-delay)
15486 (isearch-lazy-highlight-interval)
15487 (isearch-lazy-highlight-max-at-a-time)
15488 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
15489 Declare with define-obsolete-*-alias macros.
15490 (isearch-forward): Fix typo in docstring.
15491 (search-invisible, search-ring-yank-pointer)
15492 (regexp-search-ring-yank-pointer): Doc fixes.
15493
15494 * recentf.el (recentf-menu-append-commands-p): Declare with
15495 `define-obsolete-variable-alias'.
15496 (recentf-max-saved-items, recentf-menu-filter)
15497 (recentf-arrange-by-rule-subfilter): Doc fixes.
15498 (recentf-menu-append-commands-flag)
15499 (recentf-initialize-file-name-history, recentf-expand-file-name)
15500 (recentf-clear-data): Fix typos in docstrings.
15501
15502 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
15503
15504 * progmodes/gdb-ui.el: Smarten comments.
15505 (gdb-info-breakpoints-custom): Use nowarn when finding file.
15506
15507 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
15508
15509 * term/apollo.el (terminal-init-apollo): New function containing
15510 all former top level forms in the file.
15511 * term/bobcat.el (terminal-init-bobcat):
15512 * term/cygwin.el (terminal-init-cygwin):
15513 * term/iris-ansi.el (terminal-init-iris-ansi):
15514 * term/linux.el (terminal-init-linux):
15515 * term/news.el (terminal-init-news):
15516 * term/rxvt.el (terminal-init-rxvt):
15517 * term/sun.el (terminal-init-sun):
15518 * term/tvi970.el (terminal-init-tvi970):
15519 * term/vt100.el (terminal-init-vt100):
15520 * term/vt102.el (terminal-init-vt102):
15521 * term/vt125.el (terminal-init-vt125):
15522 * term/vt200.el (terminal-init-vt200):
15523 * term/vt201.el (terminal-init-vt201):
15524 * term/vt220.el (terminal-init-vt220):
15525 * term/vt240.el (terminal-init-vt240):
15526 * term/vt300.el (terminal-init-vt300):
15527 * term/vt320.el (terminal-init-vt320):
15528 * term/vt400.el (terminal-init-vt400):
15529 * term/vt420.el (terminal-init-vt420):
15530 * term/wyse50.el (terminal-init-wyse50):
15531 * term/xterm.el (terminal-init-xterm): Likewise.
15532
15533 * term/README: Describe the terminal-init-* functionality.
15534
15535 * startup.el (command-line): After loading the terminal initialization
15536 file call the corresponding terminal initialization function.
15537
15538 2005-07-27 Kenichi Handa <handa@m17n.org>
15539
15540 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
15541 negative.
15542
15543 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
15544 (ps-mule-composition-prologue): Fix for the case that
15545 RelativeCompose is false.
15546
15547 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15548
15549 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
15550
15551 * descr-text.el (describe-char): Handle the case where the list of
15552 chars is displayed in a separate frame.
15553 Be a bit more discriminating when looking for the char.
15554
15555 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
15556
15557 * bookmark.el (bookmark-automatically-show-annotations)
15558 (bookmark-read-annotation-text-func): Doc fixes.
15559 (bookmark-save): Improve argument/docstring consistency.
15560 (bookmark-get-bookmark, bookmark-get-bookmark-record)
15561 (bookmark-alist-from-buffer)
15562 (bookmark-upgrade-file-format-from-0)
15563 (bookmark-grok-file-format-version)
15564 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
15565 (bookmark-read-annotation-mode)
15566 (bookmark-insert-current-bookmark, bookmark-jump)
15567 (bookmark-exit-hook): Fix typos in docstrings.
15568 (bookmark-exit-hooks): Define as obsolete alias.
15569 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
15570 not `bookmark-exit-hooks'. Fix docstring.
15571 (bookmark-bmenu-select): "?\ " -> "?\s".
15572
15573 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
15574
15575 * startup.el (command-line): Fix typo.
15576
15577 2005-07-24 Richard M. Stallman <rms@gnu.org>
15578
15579 * tooltip.el (tooltip-mode): Test emacs-basic-display,
15580 not emacs-quick-startup.
15581
15582 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
15583
15584 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
15585 (reb-next-match, reb-show-subexp): Use `with-selected-window'
15586 instead of `reb-with-current-window'.
15587 (reb-prev-match): Likewise. Also, don't move left if the search
15588 was unsuccessful.
15589 (reb-initialize-buffer): New function.
15590 (re-builder, reb-change-syntax): Use it.
15591
15592 * man.el (Man-goto-page): Make second argument NOERROR optional.
15593
15594 2005-07-23 Richard M. Stallman <rms@gnu.org>
15595
15596 * man.el (Man-bgproc-sentinel): Check here for failure to find
15597 any man page in the output, and report the error here.
15598 (Man-arguments): Make it permanent local.
15599 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
15600 (Man-mode): Pass t for NOERROR.
15601
15602 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
15603 (grep-mode-font-lock-keywords):
15604 Don't use compilation-...-face for messages that are not file names.
15605
15606 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15607 Don't use compilation-...-face for messages that are not file names.
15608
15609 2005-07-22 Juri Linkov <juri@jurta.org>
15610
15611 * startup.el (normal-splash-screen): Update menu name.
15612
15613 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
15614
15615 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
15616
15617 * term/xterm.el: Load term/rxvt if the terminal is actually an
15618 rxvt terminal.
15619 (xterm-rxvt-set-background-mode): Remove, not used anymore.
15620
15621 * term/rxvt.el (function-key-map): Use substitute-key-definition
15622 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
15623
15624 * term/cygwin.el: New file.
15625
15626 2005-07-22 Kim F. Storm <storm@cua.dk>
15627
15628 * image-file.el (insert-image-file, image-file-yank-handler):
15629 Fix last change to maintain a (unique) yank-handler on yanked images.
15630
15631 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
15632
15633 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
15634 of the file size (as in "177B" for 177 bytes). This happens with
15635 "ls -lh" on FreeBSD.
15636
15637 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
15638
15639 * hilit-chg.el (highlight-changes-global-initial-state)
15640 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
15641 (hilit-chg-fixup, highlight-changes-mode):
15642 Fix typos in docstrings.
15643 (highlight-changes-global-modes, highlight-changes-rotate-faces):
15644 Doc fixes.
15645
15646 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
15647
15648 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
15649 mode function using `eval-after-load'.
15650
15651 2005-07-21 Kim F. Storm <storm@cua.dk>
15652
15653 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
15654 included when reporting an emacs crash, and tell about the DEBUG file.
15655
15656 * image-file.el (insert-image-file): Add yank-handler.
15657 (image-file-yank-handler): Yank handler to make unique copies of
15658 images when they are yanked into a buffer next to each other.
15659
15660 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
15661
15662 * comint.el (comint-use-prompt-regexp, comint-send-input)
15663 (comint-source-default, comint-extract-string)
15664 (comint-get-source, comint-word, comint-completion)
15665 (comint-source, comint-prompt-read-only, comint-update-fence):
15666 Fix typos in docstrings.
15667 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
15668 Declare with define-obsolete-*-alias macros.
15669 (comint-previous-matching-input-from-input)
15670 (comint-next-matching-input-from-input)
15671 (comint-previous-matching-input, comint-next-matching-input)
15672 (comint-forward-matching-input):
15673 Improve argument/docstring consistency.
15674
15675 * desktop.el (desktop-clear-preserve-buffers-regexp):
15676 Also preserve the *server* buffer.
15677
15678 * simple.el (clone-indirect-buffer): Doc fix.
15679 (fixup-whitespace, just-one-space)
15680 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15681 (next-error, next-error-highlight)
15682 (next-error-highlight-no-select, next-error-last-buffer)
15683 (next-error-buffer-p, next-error-find-buffer, next-error)
15684 (previous-error, next-error-no-select, previous-error-no-select)
15685 (open-line, split-line, minibuffer-prompt-width, kill-new)
15686 (binary-overwrite-mode): Fix typos in docstrings.
15687 (set-fill-column): Fix typo in message.
15688
15689 * skeleton.el (skeleton-proxy-new): Doc fix.
15690
15691 * strokes.el (strokes-load-hook): Doc fix.
15692 (strokes-grid-resolution, strokes-get-grid-position)
15693 (strokes-renormalize-to-grid, strokes-read-stroke)
15694 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
15695 (strokes-global-map): Fix typos in docstrings.
15696 (strokes-help): Doc fix. Fix help message and pass it through
15697 `substitute-command-keys'.
15698
15699 * tempo.el (tempo-insert-prompt, tempo-interactive)
15700 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
15701 (tempo-insert-string-functions, tempo-local-tags)
15702 (tempo-define-template, tempo-insert-template)
15703 (tempo-insert-prompt-compat, tempo-is-user-element)
15704 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
15705 Fix typos in docstrings.
15706
15707 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
15708 (vcursor-key-bindings, vcursor-use-vcursor-map)
15709 (vcursor-find-window, vcursor-scroll-down)
15710 (vcursor-disable, vcursor-beginning-of-buffer)
15711 (vcursor-end-of-buffer): Fix typos in docstrings.
15712 (vcursor-relative-move, vcursor-get-char-count):
15713 Improve argument/docstring consistency.
15714
15715 * version.el: "?\ " -> "?\s".
15716
15717 * wid-edit.el (widget-default-create, widget-after-change)
15718 (widget-default-format-handler, widget-checklist-add-item)
15719 (widget-radio-add-item, widget-choose, widget-specify-secret)
15720 (widget-field-value-create, widget-field-value-get)
15721 (widget-editable-list-format-handler)
15722 (widget-editable-list-entry-create, widget-group-value-create)
15723 (widget-documentation-link-add)
15724 (widget-documentation-string-value-create): "?\ " -> "?\s".
15725 (widget-convert-text): Doc fix.
15726 (widget-narrow-to-field, widget-field-find)
15727 (widget-url-link-action, widget-emacs-library-link-action)
15728 (widget-color-notify): Fix typos in docstrings.
15729
15730 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
15731 (x-select-text, set-w32-system-coding-system)
15732 (w32-add-charset-info): Fix typos in docstrings.
15733
15734 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
15735 (cua-enable-cua-keys, cua-use-hyper-key)
15736 (cua-virtual-rectangle-edges): Fix typos in docstrings.
15737 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
15738
15739 * net/tramp.el (tramp-handle-load): Fix typo in error message.
15740
15741 * emacs-lisp/re-builder.el (regexp-builder): Declare with
15742 `defalias' instead of faking it.
15743
15744 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
15745 (eshell-ls-missing, eshell-ls-dired-initial-args)
15746 (eshell-ls-use-in-dired): Fix typos in docstrings.
15747
15748 2005-07-20 Kim F. Storm <storm@cua.dk>
15749
15750 * emulation/cua-base.el (cua-mode): Improve doc string.
15751
15752 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
15753
15754 * abbrev.el (expand-region-abbrevs): Doc fix.
15755 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
15756 Improve argument/docstring consistency.
15757
15758 * arc-mode.el (archive-get-descr, archive-alternate-display):
15759 Doc fixes.
15760 (archive-l-e): Improve argument/docstring consistency.
15761 (archive-tmpdir, archive-unixdate, archive-unixtime)
15762 (archive-chmod-entry): Fix typos in docstrings.
15763 (archive-unflag, archive-unflag-backwards)
15764 (archive-unmark-all-files): "?\ " -> "?\s".
15765
15766 * buff-menu.el (Buffer-menu-unmark): Doc fix.
15767 (Buffer-menu-not-modified, Buffer-menu-execute)
15768 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
15769 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
15770
15771 * composite.el (compose-string, encode-composition-rule)
15772 (compose-last-chars): Fix typos in docstrings.
15773
15774 * desktop.el (desktop-enable, desktop-basefilename):
15775 Declare with `define-obsolete-variable-alias'.
15776 (desktop-internal-v2s): Don't quote keywords.
15777 (desktop-clear): "?\ " -> "?\s".
15778
15779 * dired.el (dired-align-file, dired-flag-backup-files)
15780 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
15781 (dired-listing-switches, dired-ls-F-marks-symlinks)
15782 (dired-dwim-target, dired-load-hook, dired-mode-hook)
15783 (dired-directory, dired-faces, dired, dired-revert)
15784 (dired-mode, dired-summary, dired-view-file)
15785 (dired-copy-filename-as-kill, dired-delete-file)
15786 (dired-no-confirm, dired-unmark-all-marks)
15787 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
15788 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
15789 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
15790 Fix typos in message strings.
15791
15792 * dired-x.el (virtual-dired): Declare with `defalias'.
15793 (dired-mark-unmarked-files, dired-local-variables-file)
15794 (dired-omit-here-always): Doc fix.
15795 (dired-omit-mode, dired-find-subdir)
15796 (dired-enable-local-variables, dired-clean-up-buffers-too)
15797 (dired-extra-startup, dired-mark-extension, dired-jump)
15798 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
15799 (dired-smart-shell-command, dired-guess-shell-alist-user)
15800 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
15801 (dired-x-bind-find-file, dired-x-submit-report):
15802 Fix typos in docstrings.
15803 (dired-mark-unmarked-files): "?\ " -> "?\s".
15804
15805 * dirtrack.el (dirtrack-list): Fix typos in docstring.
15806
15807 * faces.el (describe-face): "?\ " -> "?\s".
15808 (read-all-face-attributes, read-face-font, modify-face)
15809 (face-attr-construct, italic): Fix typos in docstrings.
15810 (frame-update-face-colors): Declare with
15811 `define-obsolete-function-alias'.
15812
15813 * files.el (find-file-noselect, recode-file-name): Doc fixes.
15814 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
15815 (magic-mode-alist, buffer-file-numbers-unique)
15816 (write-file-functions, get-free-disk-space):
15817 Fix typos in docstrings.
15818 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
15819 (write-contents-hooks, write-file-hooks):
15820 Declare with `define-obsolete-variable-alias'.
15821
15822 * forms-d2.el (arch-rj): Fix typo in docstrings.
15823 (arch-tocol): Likewise. "?\ " -> "?\s".
15824
15825 * frame.el (set-frame-font, cursor-in-non-selected-windows):
15826 Fix typo in docstring.
15827 (set-screen-width, set-screen-height): Delete redundant info in
15828 doctrings.
15829 (new-frame, screen-height, screen-width): Declare with
15830 `define-obsolete-function-alias'.
15831 (delete-frame-hook, blink-cursor): Declare with
15832 `define-obsolete-variable-alias'.
15833
15834 * paths.el (prune-directory-list): Fix typos in docstring.
15835
15836 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
15837 (cvs-prefix-get): Fix typos in docstrings.
15838
15839 * ps-print.el (ps-extend-face-list, ps-extend-face)
15840 (ps-print-background-image): Fix typos in docstrings.
15841 (ps-default-fg, ps-default-bg): Doc fixes.
15842
15843 * s-region.el (s-region-bind): Doc fix.
15844 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
15845
15846 * textmodes/org.el (org-table-formula-substitute-names)
15847 (org-table-get-vertical-vector): Doc fixes.
15848 (org-table-recalculate): Remove unused argument to `message'.
15849
15850 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
15851
15852 * textmodes/org.el (org-table-column-names)
15853 (org-table-column-name-regexp)
15854 (org-table-named-field-locations): New variables.
15855 (org-archive-subtree): Protect `this-command' when calling
15856 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
15857 the kill buffer.
15858 (org-complete): Remove fixed-formula completion.
15859 (org-edit-formulas-map): New variable.
15860 (org-table-edit-formulas): New command.
15861 (org-finish-edit-formulas, org-abort-edit-formulas)
15862 (org-show-variable, org-table-get-vertical-vector): New functions.
15863 (org-table-maybe-eval-formula): Handle `:=' fields.
15864 (org-table-get-stored-formulas, org-table-store-formulas)
15865 (org-table-get-formula, org-table-modify-formulas)
15866 (org-table-replace-in-formulas): Handle named field formulas.
15867 (org-table-get-specials): Store locations of named fields.
15868
15869 2005-07-19 Juri Linkov <juri@jurta.org>
15870
15871 * progmodes/grep.el (grep-regexp-alist)
15872 (grep-mode-font-lock-keywords, grep-process-setup):
15873 Use default GNU grep match color "01;31m" instead of "01;41m".
15874 (grep-regexp-alist, grep-mode-font-lock-keywords):
15875 Use `\\[[0-9]*m' instead of `\\[00m'.
15876 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
15877 sgr_start where its handling is more important. Use the real
15878 length of sgr_start instead of constant 8.
15879 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
15880 specially. Delete all remaining escape sequences.
15881 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
15882 (grep-regexp-alist): Make hyperlink only for binary file name
15883 instead of the whole line.
15884 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
15885 (grep-mode): Add autoload.
15886
15887 * emacs-lisp/find-func.el (find-function-regexp):
15888 Add `define-compilation-mode'.
15889
15890 2005-07-19 Juri Linkov <juri@jurta.org>
15891
15892 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
15893 (compare-windows-sync-string-size, compare-windows-recenter)
15894 (compare-windows-highlight, compare-windows): Add version 22.1.
15895 (compare-windows) <defface>: Inherit from lazy-highlight instead
15896 of duplicating its default value.
15897
15898 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
15899 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
15900
15901 * descr-text.el (describe-char): Create link buttons for `charset'
15902 and `code point'. Add the current input method name with a link
15903 button to `to input' field. Print face names of display table
15904 characters in `The display table entry is displayed by' section
15905 instead of printing face-id in the `display' field.
15906 Guess hardcoded faces and create a link button for them.
15907 Skip empty fields when calculating max-width.
15908 Treat `widget-create' specially while inserting strings from the
15909 collected field list.
15910 (describe-char-after): Made obsolete in version 22.1, not 21.5.
15911
15912 * diff-mode.el (diff-file-header): Change foreground color from
15913 yellow to green on light backgrounds.
15914 (diff-context): Inherit from `shadow' only for color/grayscale
15915 with more than 88 colors.
15916 (diff-indicator-removed, diff-indicator-added)
15917 (diff-indicator-changed): New faces.
15918 (diff-font-lock-keywords): Use new faces. Regroup rules.
15919 Add "^---$" for `normal' diff format. Fontify `#' lines with
15920 font-lock-comment-delimiter-face and font-lock-comment-face.
15921 Add `#' to ^[^...] in the rule for `diff-context-face'.
15922
15923 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
15924 a button-like box. Inherit from `highlight' on low colors.
15925 (shadow): Use shades of gray only for color/grayscale with
15926 more than 88 colors. Use green for light backgrounds with
15927 8 colors, and yellow for dark backgrounds with 8 colors.
15928
15929 * font-lock.el (font-lock-regexp-grouping-backslash):
15930 Don't inherit from escape-glyph (use bold for all cases).
15931
15932 * info.el (info-xref-visited): Use light foreground color `violet'
15933 for dark backgrounds instead of dark color `magenta3'.
15934 (info-title-1): Use `yellow' color for dark backgrounds.
15935
15936 * isearch.el (isearch): Use not-too-dark magenta3 instead of
15937 too-light magenta2.
15938
15939 * replace.el (match): Use slightly more light RoyalBlue3 instead
15940 of dark RoyalBlue4.
15941
15942 * wid-edit.el (widget-inactive): Inherit from `shadow'.
15943
15944 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
15945
15946 * novice.el (disabled-command-hook): Declare it with
15947 `define-obsolete-variable-alias'.
15948
15949 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
15950 (desktop-buffer-misc-functions, desktop-buffer-handlers)
15951 (desktop-load-default): Add release to obsolescence info.
15952 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
15953 (desktop-append-buffer-args, desktop-read):
15954 Fix typos in docstrings.
15955 (desktop-kill): Fix typo in message.
15956 (desktop-save): Doc fix.
15957
15958 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
15959
15960 * viper-cmd.el (viper-escape-to-state): Bug fix.
15961 (viper-envelop-ESC-key): Change the definition of fast
15962 keysequence so it'll work with keyboard macros.
15963
15964 * ediff.el (ediff-patch-buffer): Change the docstring.
15965
15966 2005-07-19 Kenichi Handa <handa@m17n.org>
15967
15968 * international/mule-cmds.el (select-safe-coding-system): Try to
15969 use an auto-coding (if any) before anything else. If the found
15970 auto-coding is invalid, show a warning message.
15971
15972 * international/mule.el (find-auto-coding): New function created
15973 by modifying the body of set-auto-coding.
15974 (set-auto-coding): Use find-auto-coding to find a coding.
15975
15976 2005-07-18 Richard M. Stallman <rms@gnu.org>
15977
15978 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
15979 not isearch-mode-end-hook-error.
15980 (allout-before-change-protect): Fix error message.
15981
15982 2005-07-18 Juri Linkov <juri@jurta.org>
15983
15984 * allout.el (allout-mode):
15985 * calculator.el (calculator-copy):
15986 * custom.el (custom-known-themes):
15987 * dired.el (dired-desktop-buffer-misc-data)
15988 (dired-restore-desktop-buffer):
15989 * dired-x.el (dired-omit-marker-char):
15990 * files.el (basic-save-buffer):
15991 * font-core.el (font-lock-mode):
15992 * calendar/calendar.el (calendar-goto-hebrew-date)
15993 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
15994 (calendar-goto-persian-date):
15995 * language/ethio-util.el (ethio-sera-to-fidel-region):
15996 * textmodes/picture.el (picture-mode):
15997 Delete duplicate duplicate words.
15998
15999 2005-07-18 Juri Linkov <juri@jurta.org>
16000
16001 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16002 chars * ? } |.
16003 (isearch-fallback): Don't call `isearch-process-search-char'.
16004 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16005 (isearch-process-search-char): Call `isearch-fallback' for regexp
16006 chars * ? } |.
16007 (isearch-return-char): Make obsolete with `make-obsolete' instead
16008 of simply documenting it as obsolete in the docstring.
16009 (isearch-fallback): Refill docstring.
16010
16011 * international/isearch-x.el
16012 (isearch-process-search-multibyte-characters): Remove unneeded
16013 `concat'. Add intermediate values to `junk-hist' instead of
16014 `minibuffer-history'. Test the length of `str'.
16015
16016 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16017
16018 * allout.el (allout-resolve-xref): Fix typos in error strings.
16019 (allout-before-change-protect): Remove unneeded `concat'.
16020
16021 * array.el (array-mode, array-reconfigure-rows)
16022 (untabify-backward): Fix typos in docstrings.
16023 (array-reconfigure-rows): Use `insert-buffer-substring', not
16024 `insert-buffer'.
16025
16026 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16027 * progmodes/ada-mode.el (ada-make-body):
16028 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16029
16030 * dired.el (dired-log):
16031 * tar-mode.el (tar-subfile-save-buffer):
16032 * play/zone.el (zone-pgm-stress-destress):
16033 Use `insert-buffer-substring', not `insert-buffer'.
16034
16035 2005-07-17 Simon Josefsson <jas@extundo.com>
16036
16037 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16038
16039 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16040
16041 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16042 Add plain auth method.
16043 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16044
16045 2005-07-17 Kim F. Storm <storm@cua.dk>
16046
16047 * ido.el (dired-other-window): Add ido property.
16048
16049 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16050
16051 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16052 Fix typo in docstring.
16053 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16054 `insert-file-literally'.
16055
16056 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16057 info and delete redundant message. Doc fix.
16058 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16059 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16060
16061 2005-07-16 Richard M. Stallman <rms@gnu.org>
16062
16063 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16064 (byte-compile-and): Use byte-compile-and-recursion.
16065 (byte-compile-or-recursion): New function.
16066 (byte-compile-or): Use that.
16067 (byte-compile-if): Guard the else-clause too.
16068 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16069
16070 * isearch.el (isearch-mode-end-hook-quit): New variable.
16071 (isearch-done): Bind it.
16072 (isearch-mode-end-hook): Doc fix.
16073
16074 * allout.el (allout-isearch-did-quit): Variable deleted.
16075 (allout-real-isearch-abort): Function name no longer used.
16076 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16077 (allout-isearch-rectification): isearch-mode always exists.
16078 Don't set allout-isearch-did-quit.
16079 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16080 allout-isearch-did-quit.
16081 (allout-enwrap-isearch): Just add the hook.
16082 (allout-isearch-abort): Function deleted.
16083 (allout-pre-command-business): Avoid warning.
16084
16085 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16086 Correctly avoid warnings.
16087 (pascal-outline): Likewise.
16088
16089 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16090
16091 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16092
16093 * play/tetris.el (tetris-mode): Avoid warning.
16094
16095 * play/snake.el (snake-mode): Avoid warning.
16096
16097 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16098 (gamegrid-set-display-table): Avoid warning.
16099 (gamegrid-set-timer): Likewise.
16100 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16101 (gamegrid-add-score-with-update-game-score-1): Take FILE
16102 as argument.
16103 (gamegrid-add-score-with-update-game-score): Pass that argument.
16104 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16105
16106 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16107
16108 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16109 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16110
16111 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16112 and insert-file.
16113
16114 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16115 (sc-ask): Avoid warnings.
16116
16117 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16118 (eshell-hist-initialize): Use that var the natural way.
16119
16120 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16121
16122 * emacs-lisp/re-builder.el (reb-cook-regexp):
16123 Avoid warning calling lre-compile-string.
16124 (reb-color-display-p): Avoid warning.
16125
16126 * calculator.el (calculator-last-input): Guard uses
16127 of event-key and key-press-event-p.
16128 (event-key, key-press-event-p): Delete definitions.
16129
16130 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16131 (find-gc-source-directory, find-gc-subrs-callers)
16132 (find-gc-noreturn-list, find-gc-source-files)
16133 (find-gc-subrs-called): Vars renamed and defvar'd.
16134
16135 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16136 (checkdoc-overlay-put, checkdoc-delete-overlay)
16137 (checkdoc-overlay-start, checkdoc-overlay-end)
16138 (checkdoc-mode-line-update, checkdoc-char=):
16139 Define such that compiler knows they are defined.
16140 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16141 (checkdoc-read-event): Delete. Use read-event directly.
16142
16143 * whitespace.el (whitespace-make-overlay)
16144 (whitespace-overlay-put, whitespace-delete-overlay)
16145 (whitespace-overlay-start, whitespace-overlay-end):
16146 Define such that compiler knows they are defined.
16147 (whitespace): Move conditional inside.
16148
16149 * tempo.el (tempo-insert-template): Suppress warning.
16150
16151 * ediff-diff.el (longlines-mode): Add defvar.
16152
16153 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16154
16155 * server.el: Bind "C-x #" in a way that works even if C-x is
16156 redefined to a command key, not a prefix key.
16157
16158 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16159
16160 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16161 cl-make-type-test till execution time.
16162
16163 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16164
16165 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16166 arg ARG and use it.
16167
16168 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16169
16170 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16171
16172 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16173
16174 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16175 a defcustom with two :set or :type keywords.
16176
16177 2005-07-15 Richard M. Stallman <rms@gnu.org>
16178
16179 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16180 Don't give ^M comment-end syntax.
16181
16182 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16183
16184 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16185 Don't consider gdbmi (gdb-mi.el has its own update functions).
16186 (gdb-var-delete): Make it work for gdbmi as well.
16187 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16188
16189 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16190 (gud-speedbar-menu-items): Correct logic for enabling items.
16191
16192 2005-07-15 Kim F. Storm <storm@cua.dk>
16193
16194 * ido.el: Fix commentary.
16195 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16196 Use with-no-warnings around ffap-guesser.
16197 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16198 Let bind minibuffer-completing-file-name to t.
16199
16200 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16201
16202 * startup.el (site-run-file, keyboard-type): Doc fixes.
16203 (command-line): Check for "--basic-display" argument; also for
16204 "--quick", not "--bare-bones" (which was renamed).
16205 (fancy-splash-text): Add missing item "Getting New Versions".
16206 (normal-splash-screen): Fix typos and improve consistency with
16207 `fancy-splash-text'. Update copyright year.
16208
16209 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16210 valid binding for `help-char'.
16211
16212 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16213
16214 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16215
16216 * term.el (term-mode): Disable cua-mode for term buffers.
16217
16218 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16219
16220 * add-log.el (add-log-mailing-address, change-log-merge):
16221 Doc fixes.
16222 (change-log-get-method-definition): Fix typo in docstring.
16223
16224 2005-07-14 Kim F. Storm <storm@cua.dk>
16225
16226 * emulation/cua-base.el:
16227 (cua--pre-command-handler-1, cua--pre-command-handler)
16228 (cua--post-command-handler-1, cua--post-command-handler):
16229 Split in two. Check (buffer local) value of cua-mode.
16230 (cua-selection-mode): New command.
16231
16232 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16233
16234 * custom.el (custom-initialize-safe-set)
16235 (custom-initialize-safe-default): Doc fixes.
16236
16237 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16238 and simplify :init-value again.
16239
16240 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16241 and simplify :init-value again. Delete autoload.
16242
16243 * startup.el (command-line): Use `custom-reevaluate-setting' again
16244 for tooltip-mode.
16245
16246 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16247 a defcustom with two :initialize keywords.
16248
16249 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16250
16251 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16252 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16253 (allout-post-command-business, allout-flag-region)
16254 (isearch-reenable-font-lock, allout-yank)
16255 (allout-insert-latex-header, allout-insert-latex-trailer)
16256 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16257 (allout-latex-verb-quote): Fix typos in docstrings.
16258 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16259 (allout-unprotected, allout-prefix-data):
16260 Improve argument/docstring consistency.
16261 (allout-chart-subtree): Fix argument spec.
16262 (allout-open-topic): Rename `use_sib_bullet' argument to
16263 `use-sib-bullet'. Doc fix.
16264
16265 * whitespace.el (whitespace-check-buffer-leading)
16266 (whitespace-check-buffer-trailing)
16267 (whitespace-check-buffer-indent)
16268 (whitespace-check-buffer-spacetab)
16269 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16270 (whitespace-check-leading-whitespace)
16271 (whitespace-check-trailing-whitespace)
16272 (whitespace-check-spacetab-whitespace)
16273 (whitespace-check-indent-whitespace)
16274 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16275 (whitespace-modes): Fix typos in docstrings.
16276 (defgroup, defcustom): Doc fixes.
16277
16278 * winner.el (winner-mode, winner-boring-buffers)
16279 (winner-pending-undo-ring): Doc fixes.
16280 (winner-ring): Remove unneeded `progn'.
16281 (winner-equal): `defsubst' it.
16282 (winner-redo): Fix message.
16283
16284 2005-07-13 Kim F. Storm <storm@cua.dk>
16285
16286 * simple.el (line-move-1): Always use vertical-motion to
16287 do the last (or only) line move to ensure some movement.
16288 Undo 2005-06-23 change--don't check for overlays.
16289
16290 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16291
16292 * term/mac-win.el (ccl-encode-mac-roman-font)
16293 (ccl-encode-mac-centraleurroman-font)
16294 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16295 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16296 Change charset-id boundary of dimension to ?\xef.
16297 (mac-char-fontspec-list): New constant.
16298 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16299 argument. Nil uses itself as family in font-spec. Previous
16300 behavior for nil is now provided by non-nil non-string argument.
16301 All callers changed. Add font-specs for Mac fonts to
16302 "fontset-default" unless iso8859-1 fonts are installed.
16303
16304 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16305
16306 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16307 a continuation line if the \ is preceded by SPC or TAB.
16308 (sh-get-indent-info): Simplify.
16309 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16310 Use with-current-buffer.
16311
16312 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16313 when the matched text is empty.
16314
16315 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16316
16317 * startup.el (command-line): Revert to previous handling of
16318 tooltip-mode. Explain in comment why the complexity is needed.
16319
16320 * tooltip.el (tooltip-mode): Revert to previous implementation of
16321 its defcustom.
16322
16323 * frame.el (blink-cursor-mode): Revert to previous implementation
16324 of its defcustom. Update comment.
16325
16326 2005-07-12 Lars Hansen <larsh@soem.dk>
16327
16328 * desktop.el: Update e-mail address.
16329
16330 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16331
16332 * term/mac-win.el (mac-services-mail-selection)
16333 (mac-services-mail-to): New functions.
16334 (mac-application-menu-map): Bind them.
16335
16336 2005-07-12 wulei <milton@wulei.net> (tiny change)
16337
16338 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16339
16340 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16341
16342 * custom.el (custom-reevaluate-setting): Doc fix.
16343
16344 2005-07-11 Jay Belanger <belanger@truman.edu>
16345
16346 * calc/calc.el (calc-embedded-announce-formula-alist)
16347 (calc-embedded-open-close-plain-alist)
16348 (calc-embedded-open-close-mode-alist): Add checks for additional
16349 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16350
16351 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16352
16353 * custom.el (custom-enable-theme): Don't add theme to
16354 `custom-enabled-themes' with `push' because there is no
16355 setf-method for `delq'.
16356
16357 2005-07-11 Richard M. Stallman <rms@gnu.org>
16358
16359 * custom.el (custom-declare-variable): Doc fix.
16360
16361 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16362 from the alists.
16363
16364 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16365 Do nothing if edebug-active.
16366
16367 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
16368 (edebug-display): Do it here instead.
16369
16370 2005-07-10 Richard M. Stallman <rms@gnu.org>
16371
16372 * cus-face.el (custom-theme-set-faces): Make it work.
16373 (custom-reset-faces): Doc fix.
16374 (custom-theme-reset-internal-face, custom-theme-face-value):
16375 Functions deleted.
16376
16377 * custom.el (custom-push-theme): Maintain list of the settings
16378 of a given theme in its theme-settings property.
16379 Maintain position of old settings in the theme-value
16380 or theme-face property.
16381 (custom-enabled-themes): New variable.
16382 (custom-theme-enabled-p): New function.
16383 (provide-theme): Update custom-enabled-themes.
16384 Disable and reenable the `user' theme.
16385 (require-theme): Doc fix.
16386 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
16387 (custom-theme-value, custom-theme-variable-value): Likewise.
16388 (custom-theme-reset-internal): Likewise.
16389 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
16390 (custom-enable-theme, custom-disable-theme): New functions.
16391 (custom-variable-theme-value, custom-face-theme-value): Likewise.
16392 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
16393 (custom-theme-reset-variables): Simplify.
16394 (deftheme, custom-declare-theme, custom-make-theme-feature):
16395 Definitions moved.
16396
16397 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
16398
16399 * longlines.el (longlines-show-region)
16400 (longlines-unshow-hard-newlines): Recognize hard newlines by
16401 non-nil hard property, instead of t.
16402
16403 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
16404
16405 * viper-cmd.el (viper--key-maps): New variable.
16406 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
16407 emulation-mode-map-alists.
16408 (viper-envelop-ESC-key): Use viper-subseq.
16409 (viper-search-forward/backward/next): Disable debug-on-error.
16410
16411 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16412 (viper-ESC-key): New defcustoms.
16413
16414 * viper-macs.el (ex-map-read-args): Use viper-subseq.
16415
16416 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
16417 (viper-subseq): Copy of subseq from cl.el.
16418
16419 * viper.el (viper-go-away, viper-set-hooks): Use
16420 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
16421
16422 * viper-mous.el (viper-current-frame-saved): Use defvar.
16423
16424 * viper-init.el: Get rid of -face in face names.
16425
16426 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
16427 Make it work with longlines mode
16428
16429 * ediff-mult.el (ediff-meta-mode-hook): New variable.
16430
16431 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
16432
16433 * ediff-init.el: Get rid of -face in face names.
16434
16435 2005-07-10 Richard M. Stallman <rms@gnu.org>
16436
16437 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
16438 and with-timeout-unsuspend.
16439
16440 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
16441 and with-timeout-unsuspend.
16442
16443 * emacs-lisp/timer.el (with-timeout-timers): New variable.
16444 (with-timeout): Bind that variable to record timers.
16445 (with-timeout-suspend, with-timeout-unsuspend): New functions.
16446
16447 * emacs-lisp/debug.el (debug-help-follow): New function.
16448 (debugger-mode-map): Use that instead of help-follow.
16449 (debugger-setup-buffer): Use eval-buffer-list
16450 to handle eval-buffer frames.
16451
16452 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
16453
16454 * timezone.el (timezone-parse-date): Change first regexp
16455 so it will not mistakenly match dates with no time zone.
16456
16457 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
16458
16459 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
16460
16461 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
16462
16463 * custom.el (custom-initialize-safe-set)
16464 (custom-initialize-safe-default): New functions.
16465
16466 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16467 and simplify :init-value.
16468
16469 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16470 and simplify :init-value. Delete obsolete comment.
16471
16472 * startup.el (command-line): Use `custom-reevaluate-setting' to
16473 handle `tooltip-mode'. Delete obsolete comment.
16474
16475 * files.el (set-visited-file-name): Avoid calling
16476 `file-name-nondirectory' with a nil argument.
16477
16478 2005-07-09 Richard M. Stallman <rms@gnu.org>
16479
16480 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
16481 was called with nil for the buffer, handle the read position right.
16482 Handle read position for eval-region, too.
16483
16484 2005-07-09 Juri Linkov <juri@jurta.org>
16485
16486 * fringe.el (fringe-mode): Add period in docstring.
16487 (fringe-query-style): Build prompt depending on `all-frames' arg.
16488
16489 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
16490 to not create links to unrelated functions in the Help buffer.
16491
16492 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
16493 Doc fix.
16494
16495 * simple.el (next-error-hook): New variable.
16496 (next-error): Use it. Doc fix.
16497
16498 * textmodes/ispell.el (ispell-command-loop): Add current
16499 dictionary name and program name to mode-line-format.
16500 (ispell-region, ispell-process-line): Add current dictionary name
16501 and program name to messages.
16502
16503 2005-07-08 Jay Belanger <belanger@truman.edu>
16504
16505 * calc/calc.el (calc-embedded-announce-formula-alist)
16506 (calc-embedded-open-close-formula-alist)
16507 (calc-embedded-open-close-word-alist)
16508 (calc-embedded-open-close-plain-alist)
16509 (calc-embedded-open-close-new-formula-alist)
16510 (calc-embedded-open-close-mode-alist)
16511 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
16512 (calc-embedded-mode-hook): New variables.
16513
16514 * calc/calc-embed.el (calc-embedded-firsttime)
16515 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
16516 New variables.
16517 (calc-do-embedded): Use calc-embedded-firsttime,
16518 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
16519 determine whether or not to run hooks.
16520 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
16521 calc-embedded-firsttime-formula appropriately.
16522 Set calc-embedded delimiter variables according to mode.
16523
16524 2005-07-08 Richard M. Stallman <rms@gnu.org>
16525
16526 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
16527 Check for "emacs", etc., as entire symbol, not just as word.
16528 (checkdoc-file-comments-engine): Use regexp-quote on FN.
16529
16530 * files.el (set-visited-file-name): Report the error
16531 for "empty filename" earlier.
16532 (kill-some-buffers): Ignore buffers already dead.
16533
16534 * fringe.el (fringe-mode): Doc fix.
16535
16536 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16537 Check for (featurep 'xemacs) and turn off warnings in what it guards.
16538 Use unwind-protect to ensure byte-compile-unresolved-functions
16539 is updated.
16540
16541 * whitespace.el (whitespace-buffer-leading-cleanup):
16542 Simplify w/ skip-chars-forward.
16543 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
16544
16545 * mail/rmail.el (rmail-only-expunge): Fix paren error.
16546 Unconditionally try to leave point at the same old place.
16547
16548 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
16549
16550 * comint.el (comint-postoutput-scroll-to-bottom)
16551 (comint-show-maximum-output): Take scroll-margin into consideration.
16552
16553 2005-07-08 Kim F. Storm <storm@cua.dk>
16554
16555 * ido.el (ido-use-filename-at-point): New choice `guess'.
16556 (ido-file-internal): Try ffap-guesser if selected.
16557
16558 * ido.el (ido-before-fallback-functions): New hook.
16559 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
16560 (ido-read-file-name): Run it.
16561
16562 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
16563
16564 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
16565 strings rather than a list of symbols to the completion function.
16566
16567 2005-07-07 Jay Belanger <belanger@truman.edu>
16568
16569 * calc/calc-units.el (math-apply-units): Change the places in
16570 which units are simplified.
16571
16572 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
16573
16574 * cus-edit.el (customize-option, customize-option-other-window):
16575 Make them handle aliases.
16576
16577 * custom.el (custom-variable-p): Make it recursively follow
16578 aliases. Mention that in the docstring.
16579
16580 2005-07-07 Richard M. Stallman <rms@gnu.org>
16581
16582 * cus-start.el (exec-path): Use `directory' instead of `file'.
16583 Fix tag for nil.
16584
16585 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16586
16587 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
16588 when called non-interactively. Doc fix.
16589
16590 2005-07-07 Lute Kamstra <lute@gnu.org>
16591
16592 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
16593 new address as well.
16594
16595 2005-07-07 Kenichi Handa <handa@m17n.org>
16596
16597 * international/mule.el (make-coding-system):
16598 Describe `ascii-incompatible' property in the docstring.
16599 (set-file-name-coding-system): Signal an error if coding-system is
16600 ascii-incompatible.
16601 (set-keyboard-coding-system): Likewise.
16602
16603 * international/mule-cmds.el (set-default-coding-systems):
16604 Don't set default-file-name-coding-system and
16605 default-keyboard-coding-system if coding-system is ASCII-incompatible.
16606
16607 * international/utf-16.el: Declare that all UTF-16-based coding
16608 systems are ASCII-incompatible.
16609
16610 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
16611
16612 * progmodes/gud.el: Require font-lock for displaying errors.
16613 Used by gdb-ui.el.
16614
16615 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
16616
16617 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
16618 values for the pattern lists which are `read'able but not
16619 `append'able (like symbols).
16620
16621 2005-07-06 Richard M. Stallman <rms@gnu.org>
16622
16623 * progmodes/flymake.el (flymake-float-time): Instead of
16624 with-no-warnings, test for xemacs.
16625 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
16626 to avoid warning.
16627
16628 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
16629
16630 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
16631
16632 2005-07-05 Lute Kamstra <lute@gnu.org>
16633
16634 * battery.el: Add support for Darwin (with much debugging help
16635 from Samuel Lauber <sam124@operamail.com>).
16636 (battery-status-function, battery-echo-area-format)
16637 (battery-mode-line-format): Add support for pmset on Darwin.
16638 (battery-load-low, battery-load-critical): New user options.
16639 (battery-pmset): New function.
16640
16641 2005-07-05 Lute Kamstra <lute@gnu.org>
16642
16643 Update FSF's address in GPL notices.
16644
16645 * textmodes/page-ext.el: Update FSF's address.
16646
16647 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
16648
16649 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
16650 filling from using prefix when filling a single-line docstring.
16651
16652 * progmodes/flymake.el: Remove useless eval-when-compile.
16653
16654 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
16655
16656 2005-07-04 Richard M. Stallman <rms@gnu.org>
16657
16658 * textmodes/org.el (org-file-apps-defaults-gnu):
16659 Rename from org-file-apps-defaults-linux.
16660 (org-default-apps): Don't test system-type for `linux'.
16661 (org-file-apps): Doc fix.
16662
16663 2005-07-04 David Ponce <david@dponce.com>
16664
16665 * tree-widget.el: Improve header Commentary section.
16666 (tree-widget) [defgroup]
16667 (tree-widget-image-enable, tree-widget-themes-directory)
16668 (tree-widget-theme, tree-widget-image-properties-emacs)
16669 (tree-widget-image-properties-xemacs, tree-widget-create-image)
16670 (tree-widget-image-formats, tree-widget-control)
16671 (tree-widget-empty-control, tree-widget-leaf-control
16672 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
16673 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
16674 (tree-widget-keep, tree-widget-after-toggle-functions)
16675 (tree-widget-open-node, tree-widget-close-node): Doc fix.
16676 (tree-widget-open-control, tree-widget-close-control): Fix doc and
16677 :help-echo message.
16678 (tree-widget-set-theme): Doc fix. Use `string-equal'.
16679 (tree-widget-image-properties): Doc fix. Clearer implementation.
16680 (tree-widget--cursors): New constant.
16681 (tree-widget-lookup-image): New function split from
16682 `tree-widget-find-image'. Clearer implementation.
16683 (tree-widget-find-image): Use it.
16684 (tree-widget-button-keymap): Use `set-keymap-parent'.
16685 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
16686 Define the sub-widgets here.
16687 (tree-widget-node): Check that :node is not a tree-widget.
16688 (tree-widget-get-super, tree-widget-open-control)
16689 (tree-widget-close-control, tree-widget-empty-control)
16690 (tree-widget-leaf-control, tree-widget-guide)
16691 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
16692 (tree-widget-no-handle, tree-widget-value-delete)
16693 (tree-widget-map): Remove.
16694 (tree-widget-children-value-save): Doc fix. Simplified.
16695 (tree-widget-value-create): Update according to previous changes.
16696
16697 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
16698
16699 * textmodes/org.el: Leading space replaced by TABS.
16700 (org-recalc-marks, org-table-rotate-recalc-marks)
16701 (org-table-get-specials): Treat "^" and "_" marks.
16702 (org-table-justify-field-maybe): Optional argument NEW.
16703 (org-table-eval-formula): Parsing of the format simplified.
16704 New modes C,I. Honor the %= parameter in the current table.
16705 Avoid unnecessary re-align by using the NEW argument to
16706 `org-table-justify-field-maybe'.
16707 (org-calc-default-modes): Default for date-format mimicks org-mode.
16708 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
16709
16710 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
16711
16712 * cus-face.el (custom-theme-set-faces): Make it handle face
16713 aliases whose alias declarations are pre- or autoloaded.
16714
16715 2005-07-04 Juri Linkov <juri@jurta.org>
16716
16717 * faces.el (read-face-name): Put the code for getting a face name
16718 from the buffer before adding the faces from the `face' property.
16719 Use `completing-read-multiple' instead of `completing-read'.
16720 Require `crm'. Add default value and post-process the returned
16721 list of faces.
16722
16723 * emacs-lisp/crm.el (crm-find-current-element)
16724 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
16725
16726 * emacs-lisp/lisp-mode.el (eval-defun-1):
16727 * emacs-lisp/edebug.el (edebug-eval-defun):
16728 Remove unnecessary quotes.
16729
16730 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
16731
16732 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
16733 (prolog-indent-level): Fix typo in docstring.
16734
16735 * info.el (Info-history, Info-history-forward)
16736 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
16737
16738 * add-log.el (add-change-log-entry):
16739 * comint.el (comint-dynamic-list-input-ring)
16740 (comint-dynamic-list-completions):
16741 * dabbrev.el (dabbrev-expand):
16742 * delim-col.el (delimit-columns-rectangle-line):
16743 * diff-mode.el (diff-context->unified, diff-reverse-direction)
16744 (diff-unified->context):
16745 * ediff-init.el (ediff-abbrev-jobname):
16746 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
16747 (ediff-replace-session-activity-marker-in-meta-buffer):
16748 * info.el (Info-summary):
16749 * lpr.el (printify-region):
16750 * printing.el (pr-create-interface):
16751 * ps-print.el (ps-print-quote):
16752 * ses.el (ses-column-widths, ses-print-cell)
16753 (ses-adjust-print-width, ses-center):
16754 * shell.el (shell-file-name-quote-list):
16755 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
16756 (strokes-fill-current-buffer-with-whitespace)
16757 (strokes-xpm-for-stroke, strokes-list-strokes)
16758 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
16759 * term.el (term-dynamic-list-input-ring)
16760 (term-dynamic-list-completions):
16761 * calc/calc.el (math-format-stack-value):
16762 * emacs-lisp/edebug.el (edebug-display-freq-count):
16763 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
16764 (delphi-new-comment-line):
16765 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
16766 * progmodes/executable.el (executable-set-magic):
16767 * progmodes/python.el (inferior-python-mode):
16768 * progmodes/scheme.el (scheme-mode-syntax-table):
16769 * progmodes/sh-script.el (sh-maybe-here-document):
16770 * progmodes/sql.el (sql-copy-column):
16771 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
16772 * textmodes/bibtex.el (bibtex-mode):
16773 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
16774 (sgml-auto-attributes):
16775 * textmodes/table.el (table-insert, table-shorten-cell)
16776 (table--generate-source-scan-lines, table-delete-row)
16777 (*table--cell-delete-char, table--spacify-frame)
16778 (table--horizontally-shift-above-and-below)
16779 (table--cell-insert-char, table--cell-blank-str)
16780 (table--fill-region-strictly):
16781 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
16782 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
16783
16784 * add-log.el (change-log):
16785 * apropos.el (apropos):
16786 * comint.el (comint-completion, comint-source):
16787 * dabbrev.el (dabbrev):
16788 * delim-col.el (columns):
16789 * diff-mode.el (diff-mode):
16790 * ediff.el (ediff):
16791 * ediff-diff.el (ediff-diff):
16792 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
16793 * ediff-mult.el (ediff-mult):
16794 * ediff-ptch.el (ediff-ptch):
16795 * ediff-wind.el (ediff-window):
16796 * facemenu.el (facemenu):
16797 * indent.el (indent):
16798 * info.el (info):
16799 * jka-cmpr-hook.el (compression, jka-compr):
16800 * lpr.el (lpr):
16801 * outline.el (outlines):
16802 * pcmpl-cvs.el (pcmpl-cvs):
16803 * pcmpl-rpm.el (pcmpl-rpm):
16804 * printing.el (printing):
16805 * ps-print.el (postscript, ps-print, ps-print-horizontal)
16806 (ps-print-vertical, ps-print-headers, ps-print-font)
16807 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
16808 (ps-print-background, ps-print-printer, ps-print-page)
16809 (ps-print-miscellany):
16810 * ses.el (ses):
16811 * shell.el (shell, shell-directories, shell-faces):
16812 * startup.el (initialization):
16813 * strokes.el (strokes):
16814 * term.el (term):
16815 * uniquify.el (uniquify):
16816 * w32-vars.el (w32):
16817 * calc/calc.el (calc):
16818 * emacs-lisp/bytecomp.el (bytecomp):
16819 * emacs-lisp/cl-indent.el (lisp-indent):
16820 * emacs-lisp/edebug.el (edebug):
16821 * emacs-lisp/elp.el (elp):
16822 * emacs-lisp/testcover.el (testcover):
16823 * emacs-lisp/trace.el (trace):
16824 * emulation/viper-ex.el (viper-ex):
16825 * emulation/viper-mous.el (viper-mouse):
16826 * mail/mailalias.el (mailalias):
16827 * mail/supercite.el (supercite, supercite-frames)
16828 (supercite-attr, supercite-cite, supercite-hooks):
16829 * net/rcompile.el (remote-compile):
16830 * net/rlogin.el (rlogin):
16831 * obsolete/ooutline.el (outlines):
16832 * progmodes/delphi.el (delphi):
16833 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
16834 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
16835 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
16836 (ebnf-optimization):
16837 * progmodes/etags.el (etags):
16838 * progmodes/executable.el (executable):
16839 * progmodes/idlwave.el (idlwave):
16840 * progmodes/pascal.el (pascal):
16841 * progmodes/prolog.el (prolog):
16842 * progmodes/python.el (python):
16843 * progmodes/scheme.el (scheme):
16844 * progmodes/sh-script.el (sh, sh-script):
16845 * progmodes/sql.el (SQL):
16846 * progmodes/tcl.el (tcl):
16847 * textmodes/bibtex.el (bibtex, bibtex-autokey):
16848 * textmodes/enriched.el (enriched):
16849 * textmodes/makeinfo.el (makeinfo):
16850 * textmodes/sgml-mode.el (sgml):
16851 * textmodes/table.el (table-hooks):
16852 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
16853 * textmodes/texinfo.el (texinfo):
16854 * textmodes/two-column.el (two-column):
16855 Finish `defgroup' description with period.
16856
16857 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
16858 * eshell/esh-var.el (eshell-var):
16859 * progmodes/vhdl-mode.el (vhdl-testbench):
16860 * textmodes/org.el (org): Fix typos in docstrings.
16861
16862 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
16863 consistency.
16864
16865 * progmodes/flymake.el (flymake-find-file): Remove.
16866 (flymake-float-time): Use `with-no-warnings'.
16867 (flymake-check-start-time, flymake-check-was-interrupted)
16868 (flymake-err-info, flymake-is-running, flymake-last-change-time)
16869 (flymake-new-err-info): `defvar' at compile time.
16870
16871 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
16872
16873 * replace.el (occur-hook): Doc fix.
16874 (occur-1): Don't call `occur-hook' if there are no matches.
16875
16876 2005-07-03 Richard M. Stallman <rms@gnu.org>
16877
16878 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
16879 global-map, save the same map.
16880 (global-map): Don't alter it at top level.
16881 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
16882 Then alter it here instead.
16883 (tpu-edt-off): Set global-map to the saved one.
16884
16885 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
16886 All references simplified.
16887 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
16888 (zmacs-regions): Add defvar.
16889 (repeat-complex-command-map): Everything about that deleted.
16890
16891 * textmodes/artist.el (artist-key-is-drawing)
16892 (artist-key-endpoint1, artist-key-poly-point-list)
16893 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
16894 (artist-key-compl-table, artist-rb-save-data)
16895 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
16896 Don't put them in eval-when-compile.
16897 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
16898
16899 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
16900 Use with-no-warnings.
16901
16902 * net/browse-url.el (dos-windows-version): Add defvar.
16903
16904 * mail/supercite.el (filladapt-prefix-table): Add defvar.
16905
16906 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
16907 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
16908 (rmail-new-summary-line-count): Rename from new-summary-line-count.
16909 Add defvar.
16910 (rmail-summary-beginning-of-message): Use with-no-warnings.
16911 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
16912
16913 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
16914 Use with-no-warnings.
16915
16916 * emulation/vi.el (vi-mark-region): Use c-mark-function.
16917 (c-mark-function): Add point-moving-unit property.
16918 (vi-goto-line): Use with-no-warnings.
16919
16920 * emulation/edt.el (edt-last-copied-word): Add defvar.
16921 (zmacs-region-stays): Likewise.
16922 (edt-mark-section-wisely): Use c-mark-function for C.
16923 Use makr-defun for Fortran.
16924 (time-string): defvar deleted.
16925 (edt-display-the-time): Don't set time-string.
16926
16927 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
16928
16929 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16930 Don't warn when name is not constant
16931 or for defining the group `emacs'.
16932
16933 * tooltip.el (gud-tooltip-mode): Add defvar.
16934
16935 * startup.el (default-frame-background-mode): Add defvar.
16936
16937 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
16938
16939 * info.el (tool-bar-map): Add defvar.
16940
16941 * dired.el (dnd-protocol-alist): Add defvar.
16942
16943 * dired-aux.el (dired-query): Display question with answer, when
16944 the user answers.
16945
16946 * custom.el (custom-add-option): Doc fix.
16947
16948 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
16949
16950 2005-07-03 Eli Zaretskii <eliz@gnu.org>
16951
16952 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
16953 bogus name from the last change.
16954
16955 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
16956
16957 * custom.el (custom-declare-variable): Fix typos in comment.
16958 (custom-known-themes): Doc fix.
16959 (custom-theme-directory): New defcustom.
16960 (require-theme): Make it check `custom-theme-directory'.
16961
16962 * cus-theme.el (custom-new-theme-mode): New function.
16963 (custom-theme-name, custom-theme-variables, custom-theme-faces)
16964 (custom-theme-description): Add compiler defvars.
16965 (customize-create-theme): Add doc to the "*New Custom Theme*"
16966 buffer. Use `custom-new-theme-mode'.
16967 (custom-theme-write): Put the created buffer in emacs-lisp-mode
16968 and save it to the `custom-theme-directory'. Make this the
16969 default directory of the buffer.
16970
16971 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
16972
16973 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
16974 Fix unbalanced parentheses.
16975
16976 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
16977
16978 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
16979 into flymake-mode and delegate to flymake-mode.
16980
16981 * find-file.el (ff-which-function-are-we-in): Clean up.
16982
16983 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
16984
16985 * replace.el (occur-rename-buffer): Fix docstring.
16986
16987 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
16988 (edt-last-copied-word, edt-learn-macro-count)
16989 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
16990 (edt-rect-start-point, edt-user-global-map, rect-start-point)
16991 (time-string, zmacs-region-stays):
16992 * emulation/edt-mapper.el (edt-save-function-key-map)
16993 (EDT-key-name): `defvar' to silence the byte-compiler.
16994
16995 2005-07-02 Martin Rudalics <rudalics@gmx.at>
16996
16997 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
16998 font-lock-regexp-backslash. Doc fix.
16999 (font-lock-regexp-backslash-grouping-construct): Rename from
17000 font-lock-regexp-backslash-construct. Doc fix.
17001 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17002 grouping constructs.
17003
17004 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17005
17006 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17007 updating all the prerequisites.
17008
17009 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17010
17011 * textmodes/org.el (org-agenda-start-on-weekday)
17012 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17013 (org-agenda-use-time-grid, org-archive-location)
17014 (org-allow-space-in-links, org-usenet-links-prefer-google)
17015 (org-enable-table-editor, org-export-default-language)
17016 (org-export-html-show-new-buffer, org-fill-paragraph)
17017 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17018 (org-goto-quit, org-occur, org-eval-in-calendar)
17019 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17020 (org-agenda-diary-entry, org-remember-help)
17021 (org-table-convert-region, org-at-table-p)
17022 (org-table-move-row-down, org-table-move-row-up)
17023 (org-table-copy-region, org-table-toggle-vline-visibility)
17024 (org-table-get-stored-formulas, org-table-get-specials)
17025 (org-recalc-commands, org-table-eval-formula)
17026 (org-table-formula-substitute-names, orgtbl-make-binding)
17027 (org-format-org-table-html, org-format-table-table-html)
17028 (org-format-table-table-html-using-table-generate-source)
17029 (org-customize): Fix typos in docstrings.
17030 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17031 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17032 (org-back-to-heading): Doc fixes.
17033 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17034 (org-agenda-change-all-lines, org-get-header):
17035 Improve argument/docstring consistency.
17036 (orgtbl-error): Fix error message.
17037
17038 * progmodes/flymake.el (flymake-find-possible-master-files)
17039 (flymake-master-file-compare, flymake-get-line-err-count)
17040 (flymake-highlight-line, flymake-gui-warnings-enabled):
17041 Fix typos in docstrings.
17042 (flymake-parse-line, flymake-get-project-include-dirs-function)
17043 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17044 Doc fixes.
17045 (flymake-get-project-include-dirs-function)
17046 (flymake-make-err-menu-data):
17047 Improve argument/docstring consistency.
17048
17049 2005-07-01 Lute Kamstra <lute@gnu.org>
17050
17051 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17052 Catch errors with ignore-errors. Use temporary buffer.
17053 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17054
17055 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17056 background color faces.
17057 (facemenu-set-foreground, facemenu-set-background):
17058 Use facemenu-set-face-from-menu.
17059 (facemenu-set-face-from-menu): Treat face names that start with
17060 "fg:" or "bg:" as special.
17061 (facemenu-add-new-color): Don't create faces. Simplify.
17062
17063 2005-06-30 Richard M. Stallman <rms@gnu.org>
17064
17065 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17066 (crm-find-current-element): Likewise.
17067
17068 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17069
17070 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17071
17072 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17073
17074 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17075 (archive-mouse-extract): Make it an obsolete alias.
17076 (archive-mode-map): Don't use archive-mouse-extract any more.
17077 (archive-mode, archive-extract): write-contents-hooks ->
17078 write-contents-functions.
17079 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17080 first arg.
17081 (archive-rename-entry): Update the call.
17082 (archive-zip-summarize): Remove unused var `method'.
17083 (archive-lzh-summarize): Remove unused var `creator'.
17084
17085 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17086 dedicated frame upon exit.
17087
17088 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17089 (archive-zip-extract, archive-zip-expunge)
17090 (archive-zip-update, archive-zip-update-case): Use executable-find.
17091 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17092 Use restore-buffer-modified-p.
17093 (archive-extract, archive-add-new-member, archive-write-file-member):
17094 Use with-current-buffer.
17095 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17096
17097 2005-06-30 Andreas Schwab <schwab@suse.de>
17098
17099 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17100
17101 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17102
17103 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17104
17105 2005-06-30 Juri Linkov <juri@jurta.org>
17106
17107 * faces.el (vertical-border): Inherit from mode-line-inactive
17108 only on tty.
17109
17110 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17111
17112 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17113 example, -NLINES in the `occur' docstring).
17114
17115 * replace.el (occur-1): When no matches are found, do not set the
17116 `buffer-read-only' and modified flags for the occur buffer,
17117 because it is deleted.
17118
17119 * emulation/cua-base.el (cua-check-pending-input)
17120 (cua-repeat-replace-region, cua-mode, cua-debug)
17121 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17122 Fix typos in docstrings.
17123
17124 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17125 (cua-cut-region-to-global-mark)
17126 (cua--cut-rectangle-to-global-mark):
17127 Remove period from end of messages.
17128
17129 * emulation/cua-rect.el (cua-do-rectangle-padding):
17130 Remove period from end of messages.
17131 (cua--rectangle-seq-format): Fix typo in docstring.
17132 (cua-sequence-rectangle, cua-fill-char-rectangle):
17133 Improve argument/docstring consistency.
17134
17135 2005-06-29 Juri Linkov <juri@jurta.org>
17136
17137 * faces.el (default-frame-background-mode): New internal variable.
17138 (frame-set-background-mode): Use it.
17139
17140 * startup.el (normal-top-level): Set default-frame-background-mode
17141 instead of frame-background-mode. Before setting it, test for its
17142 nil value. Remove tests for frame-background-mode and frame
17143 parameter `reverse'. Add test for "unspecified-fg".
17144
17145 * term/xterm.el (xterm-rxvt-set-background-mode):
17146 * term/rxvt.el (rxvt-set-background-mode):
17147 Set default-frame-background-mode instead of frame-background-mode.
17148
17149 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17150
17151 * simple.el (set-variable): Warn about obsolete user variables.
17152
17153 * imenu.el (imenu--completion-buffer):
17154 * mouse.el (mouse-buffer-menu-alist):
17155 * msb.el (msb-invisible-buffer-p):
17156 * calendar/diary-lib.el (diary-header-line-format):
17157 * emacs-lisp/pp.el (pp-buffer):
17158 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17159 * textmodes/picture.el (picture-replace-match):
17160 Change space constants followed by a sexp to "?\s ".
17161
17162 * play/decipher.el (decipher-loop-with-breaks):
17163 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17164 constants "protected" from end of line by a comment to "?\s".
17165
17166 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17167
17168 * font-lock.el (save-buffer-state): Use `declare'.
17169
17170 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17171 reset the syntax-table to cperl-mode-syntax-table.
17172 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17173 "foo_print_bar" is not matched as a reserved keyword.
17174
17175 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17176
17177 * textmodes/org.el (orgtbl-setup): New function, for delayed
17178 setup for the orgtbl commands.
17179 (org-calc-default-modes): New option.
17180 (orgtbl-make-binding): Use `defun' to get better help display.
17181 (org-diary): Call `org-compile-prefix-format'.
17182 (org-table-formula-substitute-names): New function.
17183 (org-agenda-day-view, org-agenda-week-view): New commands.
17184 (org-agenda-toggle-week-view): Command removed.
17185 (org-tbl-menu): Split off from org-org-menu.
17186 (org-mode): Move removal of outline-mode menus to here.
17187 (org-table-formula-debug): New option.
17188 (org-table-insert-row): Keep first field if just "#" or "*".
17189 (org-mode): Paragraph regexps fixed.
17190 (org-table-recalculate-regexp): New constant.
17191 (org-table-justify-field-maybe): Avoid replace if not necessary.
17192 (org-copy-special, org-cut-special): Use `call-interactively'.
17193 (org-table-copy-region): Take region from `interactive' call.
17194 (org-trim): Return string even if no match.
17195 (org-formula): New face.
17196 (org-set-font-lock-defaults): No longer highlight "FIXME".
17197 But highlight formula-related fields in table.
17198 (org-table-p): Use regexp, not fontification.
17199 (org-table-align): Handle white space at end of line.
17200 (org-table-formula-evaluate-inline): New option.
17201 (org-mode): Auto-wrapping in comment lines turned off.
17202 (org-table-copy-down): Evaluate only in copied field, not in
17203 destination.
17204 (org-table-current-formula): Variable removed.
17205 (org-table-store-formulas, org-table-get-stored-formulas)
17206 (org-table-modify-formulas, org-table-replace-in-formulas)
17207 (org-table-maybe-eval-formula): New functions.
17208 (org-table-get-formula): Modify to use stored formulas.
17209 (org-table-insert-column, org-table-delete-column)
17210 (org-table-move-column): Call `org-table-modify-formulas'.
17211 (org-complete): Add completion for keyword formulas.
17212 (orgtbl-mode): Pull orgtbl-mode-map to start of
17213 minor-mode-map-alist.
17214
17215 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17216
17217 * progmodes/python.el (python-check): Require `compile' before
17218 modifying its variables.
17219
17220 * newcomment.el (comment-indent-default): Don't get fooled by an early
17221 end of buffer.
17222
17223 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17224
17225 * ps-print.el (ps-print-version): Fix version number.
17226
17227 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17228
17229 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17230
17231 2005-06-28 Richard M. Stallman <rms@gnu.org>
17232
17233 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17234 (flyspell-local-mouse-map): Declaration deleted.
17235 (flyspell-mouse-map): Bind only mouse-2.
17236 (flyspell-mode-map): Don't test flyspell-use-local-map.
17237 (flyspell-overlay-keymap-property-name): Var deleted.
17238 (flyspell-mode-on): Don't make local bindings for
17239 flyspell-mouse-map and flyspell-mode-map.
17240 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17241
17242 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17243
17244 * progmodes/compile.el (compilation-next-error-function):
17245 Don't switch buffers; operate on the current buffer.
17246
17247 * progmodes/compile.el (compilation-error-file-name)
17248 (compilation-warning-file-name, compilation-info-file-name)
17249 (compilation-line-number, compilation-column-number): New faces.
17250 (compilation-error-face, compilation-warning-face)
17251 (compilation-info-face, compilation-line-face)
17252 (compilation-column-face): Use them.
17253
17254 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17255
17256 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17257
17258 * bindings.el (global-map): Bind insertchar and its variants.
17259
17260 2005-06-27 Richard M. Stallman <rms@gnu.org>
17261
17262 * textmodes/artist.el (artist-text-overwrite)
17263 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17264
17265 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17266
17267 * ps-print.el: It was not working the page selection for printing.
17268 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17269 (ps-print-version): New version 6.6.7.
17270 (ps-end-sheet): New fun.
17271 (ps-header-sheet, ps-end-job): Call it.
17272
17273 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17274
17275 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17276
17277 2005-06-27 Lute Kamstra <lute@gnu.org>
17278
17279 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17280 background color faces.
17281 (facemenu-get-face): Delete function.
17282 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17283 (facemenu-add-new-color): Make second argument mandatory.
17284 Create the appropriate face and return it. Simplify.
17285 (facemenu-set-foreground, facemenu-set-background): Don't check if
17286 color is defined. Use return value of facemenu-add-new-color.
17287
17288 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17289
17290 * progmodes/gud.el (gud-filter): Add missing argument to
17291 with-selected-window.
17292
17293 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17294
17295 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17296 a :require to the defcustom.
17297
17298 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17299 defcustoms corresponding to minor modes.
17300
17301 2005-06-26 David Ponce <david@dponce.com>
17302
17303 * recentf.el: Require tree-widget instead of wid-edit.
17304 (recentf-filename-handler): Fix widget :type.
17305 (recentf-cancel-dialog, recentf-open-more-files)
17306 (recentf-open-files-action): Doc fix.
17307 (recentf-dialog-goto-first): New function.
17308 (recentf-dialog-mode-map): Set parent keymap first.
17309 (recentf-dialog-mode): Define with define-derived-mode.
17310 Don't display continuation lines in dialogs.
17311 (recentf-edit-list): Rename from recentf-edit-selected-items.
17312 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17313 Simplify.
17314 (recentf-edit-list-validate): New function.
17315 (recentf-edit-list): Update accordingly.
17316 (recentf-open-files-item-shift): Remove.
17317 (recentf-open-files-item): Convert menu elements into tree and
17318 link widgets. Don't create the widgets.
17319 (recentf-open-files): Update accordingly.
17320 (recentf-save-list): Untabify.
17321
17322 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17323
17324 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17325 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17326 partially contained in the active region. Do not take active
17327 region into account when called from Lisp, unless INTERACTIVE arg
17328 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17329 avoid trouble with fields. Make marker point nowhere when no
17330 longer used. Always return nil. Doc fix.
17331 (flush-lines): Add INTERACTIVE arg. Do not take active region
17332 into account when called from Lisp, unless INTERACTIVE arg is
17333 non-nil. Use `forward-line' instead of `beginning-of-line' to
17334 avoid trouble with fields. Make marker point nowhere when no
17335 longer used. Always return nil. Doc fix.
17336 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17337 interchangeable. Do not take active region into account when
17338 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17339 message in echo area when called from Lisp, unless INTERACTIVE arg
17340 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17341 Return the number of matches. Doc fix.
17342 (occur): Doc fix.
17343 (perform-replace): Make comment follow double space convention for
17344 the sake of `outline-minor-mode'.
17345
17346 * faces.el (facep): Doc fix.
17347
17348 2005-06-25 Richard M. Stallman <rms@gnu.org>
17349
17350 * facemenu.el (facemenu-enable-faces-p): New function.
17351 (facemenu-background-menu, facemenu-foreground-menu)
17352 (facemenu-face-menu): Add menu-enable property.
17353
17354 * jka-compr.el (jka-compr-insert-file-contents):
17355 Special handling if cannot find the uncompression program.
17356
17357 * cus-face.el (custom-face-attributes): Add autoload.
17358
17359 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17360 Bind comment-indent-function locally.
17361
17362 * window.el (save-selected-window): Use save-current-buffer.
17363
17364 * subr.el (with-selected-window): Use save-current-buffer.
17365
17366 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
17367 and with-current-buffer.
17368
17369 2005-06-24 Richard M. Stallman <rms@gnu.org>
17370
17371 * simple.el (line-move-1): Fix previous change.
17372
17373 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
17374
17375 * replace.el (occur-1): Set `buffer-read-only' and the
17376 buffer-modified flag before running `occur-hook' to protect
17377 against unintentional buffer switches that can lead to data loss.
17378
17379 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
17380
17381 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
17382 (gud-gdb-marker-filter): Use font-lock-warning-face for any
17383 initial error.
17384
17385 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
17386 after fresh input.
17387 (gdb-var-create-handler): Put name of expression in quotes.
17388
17389 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
17390
17391 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
17392 elements of RING in order, and without bogus nil elements.
17393
17394 2005-06-23 Richard M. Stallman <rms@gnu.org>
17395
17396 * simple.el (set-variable): Args renamed; doc fix.
17397 (line-move-1): When there are overlays around, use vertical-motion.
17398
17399 * faces.el (escape-glyph): Use brown against light background.
17400 (nobreak-space): Rename from no-break-space.
17401 Fix previous change.
17402
17403 * dired-aux.el (dired-do-copy): Fix arg prompt.
17404
17405 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
17406
17407 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17408
17409 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
17410 rather than "Distributor".
17411
17412 2005-06-23 Lute Kamstra <lute@gnu.org>
17413
17414 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
17415 (debug-on-entry): Use it. New interactive declaration that uses
17416 function-called-at-point.
17417
17418 2005-06-23 Kim F. Storm <storm@cua.dk>
17419
17420 * subr.el (save-match-data): Add comment about using evaporate arg
17421 to set-match-data.
17422
17423 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
17424
17425 * cus-edit.el (customize-face)
17426 (customize-face-other-window): Handle face aliases.
17427
17428 * faces.el (face-documentation, set-face-attribute)
17429 (face-spec-set): Handle face aliases.
17430
17431 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
17432
17433 * help-mode.el (help-make-xrefs): If a symbol representing a face
17434 name is not followed by the word "face", it could still be a
17435 function or variable name, so don't bypass other checks.
17436
17437 2005-06-22 Juri Linkov <juri@jurta.org>
17438
17439 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
17440 Replace aliased functions with calls where second arg `inherit' is t.
17441
17442 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
17443
17444 * progmodes/gdb-ui.el (gdb-error): New variable.
17445 (gdb-error): New function.
17446 (gdb-annotation-rules): Act on error-begin and error annotations.
17447 (gdb-concat-output): Use font-lock-warning-face for errors.
17448
17449 2005-06-22 Miles Bader <miles@gnu.org>
17450
17451 * bindings.el (propertized-buffer-identification): Use renamed
17452 `Buffer-menu-buffer' face.
17453
17454 * faces.el (vertical-border): Rename from `vertical-divider'.
17455 (escape-glyph): Change dark-background color back to `cyan'.
17456
17457 2005-06-21 Juri Linkov <juri@jurta.org>
17458
17459 * faces.el (face-user-default-spec): Try getting `customized-face'
17460 prior to `saved-face'.
17461 (frame-background-mode): Refill docstring.
17462
17463 * emacs-lisp/lisp-mode.el (eval-defun-1):
17464 * emacs-lisp/edebug.el (edebug-eval-defun):
17465 Set `saved-face' temporarily to nil before calling form.
17466 Set `customized-face' to the new spec after that.
17467
17468 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
17469
17470 * subr.el (1value, lambda, key-substitution-in-progress):
17471 Doc fixes.
17472
17473 * autoinsert.el (auto-insert-alist):
17474 * ses.el (ses-call-printer):
17475 * subr.el (noreturn):
17476 * emacs-lisp/lisp.el (check-parens):
17477 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
17478 * net/browse-url.el (browse-url-mosaic):
17479 * progmodes/cc-defs.el (c-safe-scan-lists):
17480 * progmodes/ebnf-abn.el (ebnf-abn-lex):
17481 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
17482 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
17483 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
17484 * progmodes/ebnf-iso.el (ebnf-iso-lex):
17485 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
17486
17487 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
17488
17489 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
17490
17491 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
17492
17493 * calendar/appt.el (appt-make-list): Activate the package, if
17494 not already active (for backwards compatibility).
17495
17496 2005-06-20 Kim F. Storm <storm@cua.dk>
17497
17498 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
17499
17500 2005-06-20 Miles Bader <miles@gnu.org>
17501
17502 * faces.el (vertical-divider): New face.
17503
17504 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
17505
17506 * simple.el (kill-whole-line): Doc fix.
17507 (next-error-buffer-p, next-error-find-buffer)
17508 (clone-indirect-buffer): Fix typos in docstrings.
17509 (comment-line-break-function): Doc fix: don't say variable
17510 is automatically buffer-local (it isn't).
17511
17512 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
17513
17514 * net/tramp-ftp.el (top):
17515 * net/tramp-smb.el (top):
17516 * net/tramp-util.el (top):
17517 * net/tramp-uu.el (top):
17518 * net/tramp-vc.el (top):
17519 * net/tramp.el (top): Revert copyright years back to original
17520 ones. Tramp has a life outside GNU Emacs.
17521
17522 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
17523
17524 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
17525
17526 2005-06-18 Juri Linkov <juri@jurta.org>
17527
17528 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
17529 end of first regexp to limit the match to the position between
17530 line number and source line with same separator character as used
17531 between file name and line number. In the second regexp limit
17532 mouse-face area to file name and line number by adding new group
17533 for them and referring it in HYPERLINK arg.
17534 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
17535 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
17536 previous line where grep markers may be already removed.
17537
17538 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
17539
17540 * progmodes/ps-mode.el: Update version and maintainer's email address.
17541
17542 2005-06-18 Steve Youngs <steve@xemacs.org>
17543
17544 * net/browse-url.el (browse-url-browser-function)
17545 (browse-url-default-browser): Add firefox.
17546 (browse-url-firefox-program, browse-url-firefox-arguments)
17547 (browse-url-firefox-startup-arguments)
17548 (browse-url-firefox-new-window-is-tab): New defcustoms.
17549 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
17550
17551 2005-06-17 Richard M. Stallman <rms@gnu.org>
17552
17553 * startup.el (command-line): Warn if specified user name has
17554 no home directory.
17555
17556 * term.el (term-get-old-input, term-input-filter, term-input-sender)
17557 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
17558
17559 * longlines.el (longlines-mode, longlines-show-hard-newlines):
17560 Doc fixes.
17561
17562 * faces.el (underline): Try bold if terminal doesn't support underline.
17563
17564 * mail/sendmail.el (mail-setup-with-from): New variable.
17565 (mail-insert-from-field): New function.
17566 (sendmail-send-it): Call it.
17567 (mail-setup): Optionally call it here.
17568
17569 * term/linux.el: Call tty-no-underline.
17570
17571 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
17572
17573 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
17574
17575 2005-06-17 Miles Bader <miles@gnu.org>
17576
17577 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
17578 (ediff-current-diff-C, ediff-current-diff-Ancestor)
17579 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
17580 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
17581 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
17582 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
17583 Remove "-face" suffix from face names.
17584 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17585 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17586 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17587 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17588 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17589 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17590 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17591 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17592 New backward-compatibility aliases for renamed faces.
17593 (ediff-current-diff-face-A, ediff-current-diff-face-B)
17594 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
17595 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
17596 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
17597 (ediff-even-diff-face-A, ediff-even-diff-face-B)
17598 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
17599 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
17600 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
17601 Use renamed ediff faces.
17602
17603 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
17604 Remove "-face" suffix from face names.
17605 (eshell-test-ok-face, eshell-test-failed-face):
17606 New backward-compatibility aliases for renamed faces.
17607 (eshell-run-test): Use renamed eshell-test faces.
17608
17609 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
17610 face name.
17611 (eshell-prompt-face): New backward-compatibility alias for renamed
17612 face.
17613 (eshell-emit-prompt): Use renamed eshell-prompt face.
17614
17615 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
17616 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
17617 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
17618 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
17619 Remove "-face" suffix from face names.
17620 (eshell-ls-directory-face, eshell-ls-symlink-face)
17621 (eshell-ls-executable-face, eshell-ls-readonly-face)
17622 (eshell-ls-unreadable-face, eshell-ls-special-face)
17623 (eshell-ls-missing-face, eshell-ls-archive-face)
17624 (eshell-ls-backup-face, eshell-ls-product-face)
17625 (eshell-ls-clutter-face):
17626 New backward-compatibility aliases for renamed faces.
17627 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
17628
17629 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
17630 Remove "-face" suffix from face name.
17631 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
17632 instead of literal face.
17633
17634 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
17635
17636 * emacs-lisp/warnings.el (display-warning, lwarn)
17637 (warning-minimum-log-level): Doc fixes.
17638 (warning-minimum-level, warning-minimum-log-level):
17639 Add :debug to :type choices.
17640
17641 * progmodes/ada-mode.el (ada-format-paramlist)
17642 (ada-get-indent-case, ada-check-matching-start)
17643 (ada-check-defun-name, ada-goto-matching-decl-start)
17644 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
17645 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
17646 (ada-make-subprogram-body): Follow error conventions.
17647 (ada-case-exception-file, ada-indent-comment-as-code)
17648 (ada-indent-handle-comment-special, ada-indent-renames)
17649 (ada-indent-return, ada-search-directories-internal)
17650 (ada-tab-policy, ada-case-exception-substring)
17651 (ada-other-file-alist, ada-matching-start-re)
17652 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
17653 (ada-imenu-generic-expression, ada-compile-goto-error)
17654 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
17655 (ada-popup-menu, ada-add-extensions, ada-mode)
17656 (ada-region-selected, ada-create-case-exception)
17657 (ada-create-case-exception-substring, ada-after-keyword-p)
17658 (ada-activate-keys-for-case, ada-adjust-case-region)
17659 (ada-adjust-case-buffer, ada-format-paramlist)
17660 (ada-scan-paramlist, ada-insert-paramlist)
17661 (ada-indent-newline-indent)
17662 (ada-indent-newline-indent-conditional)
17663 (ada-justified-indent-current, ada-goto-previous-word)
17664 (ada-indent-current, ada-get-indent-open-paren)
17665 (ada-get-indent-paramlist, ada-get-indent-end)
17666 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
17667 (ada-get-indent-block-start, ada-get-indent-subprog)
17668 (ada-get-indent-noindent, ada-get-indent-label)
17669 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
17670 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
17671 (ada-goto-stmt-end, ada-goto-next-word)
17672 (ada-check-matching-start, ada-check-defun-name)
17673 (ada-goto-matching-decl-start, ada-goto-matching-start)
17674 (ada-goto-matching-end, ada-search-ignore-string-comment)
17675 (ada-in-decl-p, ada-looking-at-semi-or)
17676 (ada-looking-at-semi-private, ada-in-paramlist-p)
17677 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
17678 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
17679 (ada-next-procedure, ada-previous-procedure, ada-next-package)
17680 (ada-previous-package, ada-create-menu)
17681 (ada-fill-comment-paragraph-justify)
17682 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
17683 (ada-other-file-name, ada-last-which-function-line)
17684 (ada-last-which-function-subprog, ada-which-function)
17685 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
17686 (ada-gen-treat-proc, ada-check-emacs-version)
17687 (ada-continuation-indent, ada-align-region-separate):
17688 Fix typos in docstrings.
17689 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
17690
17691 2005-06-16 Lute Kamstra <lute@gnu.org>
17692
17693 * simple.el (fundamental-mode): Run after-change-major-mode-hook
17694 conditionally.
17695
17696 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
17697
17698 * comint.el (comint-replace-by-expanded-filename)
17699 (comint-prompt-regexp, comint-delimiter-argument-list)
17700 (comint-preinput-scroll-to-bottom):
17701 * info.el (Info-hide-cookies-node):
17702 * ls-lisp.el (ls-lisp-classify):
17703 * find-file.el (ff-search-directories, ff-special-constructs)
17704 (ff-find-other-file):
17705 * font-lock.el (font-lock-keywords):
17706 * shell.el (shell-prompt-pattern)
17707 (shell-dynamic-complete-functions, shell-mode)
17708 (shell-delimiter-argument-list):
17709 * term.el (term-replace-by-expanded-filename)
17710 (term-prompt-regexp, term-delimiter-argument-list):
17711 * woman.el (woman-ignore, woman0-if):
17712 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
17713 * emacs-lisp/elint.el (elint-init-env):
17714 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
17715 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
17716 * language/ethio-util.el (ethio-tilde-escape)
17717 (ethio-use-three-dot-question):
17718 * net/zone-mode.el (zone-mode-load-time-setup):
17719 * progmodes/cc-align.el (c-lineup-argcont):
17720 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
17721 * progmodes/cperl-mode.el (cperl-set-style-back):
17722 * progmodes/inf-lisp.el (inferior-lisp-prompt):
17723 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
17724 Fix spellings in docstrings.
17725
17726 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
17727 * progmodes/modula2.el (m2-for): Fix spellings.
17728
17729 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
17730
17731 * simple.el (undo-more): Don't use `format' on `error' arguments.
17732 Improve argument/docstring consistency.
17733 (pending-undo-list): Doc fix.
17734
17735 * smerge-mode.el (smerge-ensure-match):
17736 * emulation/vip.el (vip-ex):
17737 * net/zone-mode.el (zone-mode-update-serial):
17738 * progmodes/idlwave.el (idlwave-complete):
17739 * progmodes/vhdl-mode.el (vhdl-visit-file)
17740 (vhdl-compose-wire-components):
17741 Don't use `format' on `error' arguments.
17742
17743 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
17744 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
17745 (tooltip-help-tips): Fix typos in docstrings.
17746
17747 2005-06-16 David Ponce <david@dponce.com>
17748
17749 * tree-widget.el (tree-widget-value-create): Simplify last change.
17750
17751 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
17752
17753 * ido.el (ido-incomplete-regexp): New variable.
17754 (ido-set-matches-1): Handle invalid-regexp error and set
17755 ido-incomplete-regexp.
17756 (ido-incomplete-regexp): New face.
17757 (ido-completions): Use it.
17758 (ido-complete, ido-exit-minibuffer, ido-completions):
17759 Handle incomplete regexps.
17760 (ido-completions): Add check for complete match when entering a regexp.
17761
17762 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
17763
17764 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
17765
17766 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17767
17768 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
17769 by field delimiters.
17770
17771 2005-06-15 David Ponce <david@dponce.com>
17772
17773 * tree-widget.el: eval-and-compile inlined functions so they will
17774 be available at run-time too.
17775 (tree-widget-super-format-handler)
17776 (tree-widget-format-handler): Remove.
17777 (tree-widget-value-create): Handle the :indent property.
17778
17779 2005-06-15 Miles Bader <miles@gnu.org>
17780
17781 * progmodes/which-func.el (which-func): Only inherit
17782 `font-lock-function-name-face' when that makes sense against the
17783 default mode-line face, otherwise set the face color explicitly.
17784
17785 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
17786 faces instead of (non-existent) variables.
17787
17788 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
17789
17790 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
17791 (iswitchb-get-matched-buffers): Likewise. Simplify.
17792
17793 2005-06-14 Miles Bader <miles@gnu.org>
17794
17795 * progmodes/ld-script.el (ld-script-location-counter):
17796 Remove "-face" suffix from face name.
17797 (ld-script-location-counter-face):
17798 New backward-compatibility alias for renamed face.
17799 (ld-script-location-counter-face): Use renamed face.
17800
17801 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
17802 (cperl-hash): Remove "-face" suffix from face names.
17803 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
17804 New backward-compatibility aliases for renamed faces.
17805 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
17806 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
17807
17808 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
17809 name.
17810 (which-func-face): New backward-compatibility alias for renamed face.
17811 (which-func-format): Use renamed which-func face.
17812
17813 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
17814 (vhdl-function, vhdl-directive, vhdl-reserved-word)
17815 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
17816 names.
17817 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
17818 (vhdl-speedbar-configuration, vhdl-speedbar-package)
17819 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
17820 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
17821 (vhdl-speedbar-architecture-selected)
17822 (vhdl-speedbar-configuration-selected)
17823 (vhdl-speedbar-package-selected)
17824 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
17825 names.
17826 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
17827 Use renamed faces.
17828 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
17829 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
17830 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
17831 Use renamed faces.
17832 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
17833 names.
17834 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
17835 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
17836 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
17837 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
17838 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
17839 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
17840
17841 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
17842 face name.
17843 (sh-heredoc-face): New backward-compatibility alias for renamed face.
17844 (sh-heredoc-face): Use renamed sh-heredoc face.
17845
17846 * progmodes/idlw-help.el (idlwave-help-link):
17847 Remove "-face" suffix from face name.
17848 (idlwave-help-link-face):
17849 New backward-compatibility alias for renamed face.
17850 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
17851
17852 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
17853 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
17854 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
17855 New backward-compatibility aliases for renamed faces.
17856 (idlwave-shell-disabled-breakpoint-face)
17857 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
17858
17859 * progmodes/flymake.el (flymake-errline, flymake-warnline):
17860 Remove "-face" suffix from face names.
17861 (flymake-errline-face, flymake-warnline-face):
17862 New backward-compatibility aliases for renamed faces.
17863 (flymake-highlight-line): Use renamed flymake faces.
17864
17865 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
17866 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
17867 (ebrowse-member-class, ebrowse-progress):
17868 Remove "-face" suffix from face names.
17869 (ebrowse-tree-mark-face, ebrowse-root-class-face)
17870 (ebrowse-file-name-face, ebrowse-default-face)
17871 (ebrowse-member-attribute-face, ebrowse-member-class-face)
17872 (ebrowse-progress-face):
17873 New backward-compatibility aliases for renamed faces.
17874 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
17875 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
17876 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
17877 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
17878
17879 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
17880 antlr-syntax)
17881 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
17882 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
17883 names.
17884 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
17885 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
17886 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
17887 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
17888 backward-compatibility aliases for renamed faces.
17889 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
17890 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
17891 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
17892 remove "font-lock-". Use renamed antlr-mode faces.
17893 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
17894 literal face-names with face variable references.
17895
17896 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
17897 face name.
17898 (Buffer-menu-buffer-face): New backward-compatibility alias for
17899 renamed face.
17900 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
17901
17902 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
17903
17904 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
17905 Eliminate "-face" suffix.
17906 (makefile-targets): Inherit from font-lock-function-name-face and
17907 eliminate "-face" suffix.
17908 (makefile-shell): Remove attributes and eliminate "-face" suffix.
17909 (makefile-*-font-lock-keywords): Append makefile-targets in rule
17910 actions, instead of prepending, to make it less visible.
17911 (makefile-previous-dependency, makefile-match-dependency):
17912 Don't match a target on a continuation line.
17913
17914 * files.el (auto-mode-alist): Put Makefile in gmake mode.
17915
17916 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
17917
17918 * progmodes/gdb-ui.el (menu): Re-order menu items.
17919 (gdb-tooltip-print): Respect tooltip-use-echo-area.
17920
17921 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
17922 Define in tooltip.el.
17923 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
17924 (gud-tooltip-tips): Respect tooltip-use-echo-area and
17925 gud-tooltip-echo-area.
17926
17927 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
17928 backward compatibility and make obsolete.
17929 (tooltip-help-tips): Use tooltip-use-echo-area.
17930 (tooltip-show-help-function): Rename to...
17931 (tooltip-show-help): ...this, because it is a function.
17932 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
17933
17934 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
17935
17936 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
17937 (edebug-print-length, edebug-print-level, edebug-print-circle)
17938 (edebug-modify-breakpoint, edebug-eval-last-sexp)
17939 (edebug-eval-print-last-sexp): Doc fixes.
17940
17941 2005-06-14 Kim F. Storm <storm@cua.dk>
17942
17943 * ido.el (ido-mode): Make a new keymap every time we enable ido,
17944 as the coverage buffer/file/both may change.
17945
17946 2005-06-14 Lute Kamstra <lute@gnu.org>
17947
17948 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
17949 and run-mode-hooks. Simplify.
17950
17951 * mail/rmailedit.el (rmail-edit-mode):
17952 * progmodes/octave-inf.el (inferior-octave-mode):
17953 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
17954
17955 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
17956 and run-mode-hooks.
17957 (recentf-edit-list, recentf-open-files): Don't call
17958 kill-all-local-variables directly.
17959
17960 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
17961
17962 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
17963
17964 * emacs-lisp/byte-run.el (make-obsolete)
17965 (define-obsolete-function-alias): Rename arguments FUNCTION and
17966 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
17967 (make-obsolete-variable, define-obsolete-variable-alias):
17968 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
17969 respectively.
17970
17971 * isearchb.el (isearchb-activate):
17972 * pcvs.el (cvs-mode):
17973 * ses.el (ses-load):
17974 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
17975 * net/tramp.el (tramp-find-file-exists-command)
17976 (tramp-find-shell):
17977 * progmodes/ada-mode.el (ada-create-case-exception)
17978 (ada-create-case-exception-substring, ada-make-subprogram-body):
17979 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
17980 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
17981 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
17982 * textmodes/org.el (org-promote, org-evaluate-time-range)
17983 (org-agenda-next-date-line, org-agenda-previous-date-line)
17984 (org-agenda-error, org-open-at-point, org-table-move-row)
17985 (org-format-table-table-html-using-table-generate-source)
17986 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
17987 * textmodes/reftex.el (reftex-access-scan-info):
17988 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
17989 (reftex-toc-promote-prepare): Follow error conventions.
17990
17991 * diff-mode.el (diff-mode): Fix typo in docstring.
17992
17993 * forms.el (forms--intuit-from-file): Fix reference to
17994 `forms-number-of-fields' in error message.
17995 (forms-print): Fix quoting in error message.
17996
17997 * forms.el (forms-mode):
17998 * emulation/vi.el (vi-goto-insert-state):
17999 * progmodes/flymake.el (flymake-new-err-info)
18000 (flymake-start-syntax-check-for-current-buffer)
18001 (flymake-simple-cleanup):
18002 * eshell/esh-var.el (eshell/export):
18003 * progmodes/gud.el (xdb):
18004 * textmodes/flyspell.el (flyspell-incorrect-hook)
18005 (flyspell-maybe-correct-transposition)
18006 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18007
18008 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18009
18010 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18011 minibuffer prompt.
18012
18013 2005-06-13 Kim F. Storm <storm@cua.dk>
18014
18015 * subr.el (add-to-ordered-list): New defun.
18016
18017 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18018 add cua--keymap-alist to emulation-mode-map-alists.
18019
18020 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18021
18022 * subr.el (complete-in-turn): New macro.
18023 (dynamic-completion-table, lazy-completion-table): Add debug info.
18024
18025 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18026 in preference to face aliases.
18027
18028 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18029 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18030 Remove unused vars `start' and `firstline'.
18031 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18032 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18033
18034 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18035
18036 * cus-start.el (all): Don't complain about missing GTK-related
18037 variables, unless either `gtk' is boundp or this isn't a
18038 `windows-nt' build.
18039
18040 2005-06-13 Lute Kamstra <lute@gnu.org>
18041
18042 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18043 run-mode-hooks.
18044
18045 * ediff-mult.el (ediff-meta-mode):
18046 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18047
18048 * ledit.el (ledit-mode): Use delay-mode-hooks.
18049
18050 * woman.el (woman-mode-line-format): Delete constant.
18051 (woman-mode-map): Initialize it properly.
18052 (woman-mode): Set mode-class property to special.
18053 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18054 Set major-mode and mode-name. Don't set mode-line-format directly.
18055 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18056
18057 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18058 string argument obsolete.
18059
18060 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18061
18062 * textmodes/org.el (org-CUA-compatible): New option.
18063 (org-disputed-keys): New variable.
18064 (org-key): New function.
18065 (orgtbl-make-binding): Add docstring to the created function.
18066 (org-mode): Set paragraph start/separate regexps.
18067 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18068 (org-archive-location, org-archive-mark-done)
18069 (org-archive-stamp-time): New options.
18070 (org-archive-subtree): New command.
18071 (org-fill-paragraph): New function.
18072 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18073 (org-fake-empty-table-line): Function removed.
18074 (org-format-org-table-html): Do not create empty table lines at
18075 separator lines. Improved table header treatment.
18076 (org-link-format): New option.
18077 (org-make-link): New function.
18078 (org-insert-link, org-store-link): Use org-make-link.
18079 (org-open-file): Quote file name for shell command, to allow
18080 spaces in file names.
18081 (org-link-regexp): Fix bug with mailto link.
18082 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18083 New constants.
18084 (org-export-as-html): Deal with the optional angles around a link.
18085 Better treatment of file: links.
18086 (org-open-at-point): Replace @{ and @} with < and >.
18087 (org-run-mode-hooks): Function removed.
18088 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18089
18090 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18091
18092 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18093 MI command -data-list-register-values.
18094 (gdb-post-prompt): Indent properly.
18095
18096 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18097
18098 * hilit-chg.el (highlight-changes-colors): Rename from
18099 `highlight-changes-colours'.
18100 (highlight-changes-colours): Keep as obsolete alias.
18101 (highlight-changes-face-list): Doc fix.
18102 (hilit-chg-make-list): Use `highlight-changes-colors'.
18103
18104 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18105
18106 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18107 defun-prompt-regexp.
18108
18109 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18110
18111 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18112 and cygwin.
18113
18114 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18115 Don't use an old loaddefs.el, as in Makefile.in.
18116
18117 2005-06-12 Lute Kamstra <lute@gnu.org>
18118
18119 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18120
18121 * man.el (Man-mode-map): Initialize it properly.
18122 (Man-mode): Set mode-class property to special.
18123
18124 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18125
18126 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18127
18128 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18129 A newline is needed in the docstring there.
18130
18131 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18132 Doc fixes.
18133
18134 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18135
18136 * printing.el: Doc fix. The menubar is no more changed when printing
18137 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18138 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18139 (pr-version): New version number (6.8.4).
18140 (pr-menu-bind): New command.
18141 (pr-update-menus): Docstring and code fix.
18142 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18143 Docstring fix.
18144 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18145 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18146
18147 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18148
18149 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18150 "Returns" to "return", document useful return values, etc.
18151
18152 2005-06-11 Alan Mackenzie <acm@muc.de>
18153
18154 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18155 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18156 (adaptive-file-function): Minor amendment to doc-string.
18157
18158 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18159
18160 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18161 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18162 Fix :type--it is `integer', not `string'.
18163
18164 * faces.el (modeline-highlight): Rename from (the erroneous)
18165 `modeline-higilight'.
18166
18167 2005-06-11 Lute Kamstra <lute@gnu.org>
18168
18169 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18170 lisp-interaction-mode-map but make it the parent.
18171 (edebug-eval-mode): Use define-derived-mode.
18172
18173 2005-06-11 Andreas Schwab <schwab@suse.de>
18174
18175 * bindings.el: Add binding of `ESC functionkey' for every
18176 `M-functionkey'.
18177 * hexl.el (hexl-mode-map): Likewise.
18178
18179 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18180
18181 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18182 [msft]: update regexp for newer msft compilers.
18183
18184 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18185
18186 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18187 ATTLIST portions of included DTDs.
18188 (xml-parse-dtd): Eliminate use of inefficient match-data.
18189
18190 2005-06-10 Miles Bader <miles@gnu.org>
18191
18192 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18193 (mpuz-text): Remove "-face" suffix from face names.
18194 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18195 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18196 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18197
18198 * play/gomoku.el (gomoku-O, gomoku-X):
18199 Remove "-face" suffix from face names.
18200 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18201 New backward-compatibility aliases for renamed faces.
18202 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18203
18204 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18205
18206 * thumbs.el: Fixes for changes of 2005-06-09.
18207 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18208 as a directory.
18209 (thumbs-thumbname): Remove directory separator from format string;
18210 `thumbs-thumbsdir' now returns a valid directory name.
18211 (thumbs-temp-dir): New defsubst.
18212 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18213 Use it.
18214
18215 * cus-edit.el (minibuffer):
18216 * files.el (make-backup-file-name-function):
18217 * filesets.el (filesets-external-viewers):
18218 * hilit-chg.el (highlight-changes-colours)
18219 (highlight-changes-face-list, highlight-changes-rotate-faces):
18220 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18221 * kmacro.el (kmacro-call-macro):
18222 * log-edit.el (log-edit-changelog-full-paragraphs):
18223 * mouse.el (mouse-1-click-follows-link):
18224 * skeleton.el (skeleton-autowrap):
18225 * subr.el (insert-for-yank-1):
18226 * tempo.el (tempo-insert-region):
18227 * terminal.el (terminal-emulator):
18228 * time.el (display-time-mail-face):
18229 * vc.el (vc-annotate):
18230 * vcursor.el (vcursor-copy-line):
18231 * woman.el (woman-bold-headings, woman-ignore)
18232 (woman-default-faces, woman-monochrome-faces):
18233 * calendar/todo-mode.el (todo-insert-threshold):
18234 * emulation/pc-select.el (pc-select-selection-keys-only)
18235 (pc-selection-mode):
18236 * emulation/vip.el (vip-find-char-forward):
18237 * emulation/viper-cmd.el (viper-find-char-forward):
18238 * international/mule-cmds.el
18239 (select-safe-coding-system-accept-default-p)
18240 (input-method-exit-on-invalid-key):
18241 * international/mule-diag.el (describe-coding-system):
18242 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18243 * net/browse-url.el (browse-url-xterm-program):
18244 * obsolete/lazy-lock.el (lazy-lock-mode):
18245 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18246 (cperl-mode):
18247 * progmodes/cpp.el (cpp-face-light-name-list)
18248 (cpp-face-dark-name-list):
18249 * progmodes/delphi.el (delphi-newline-always-indents):
18250 Fix spellings in docstrings.
18251
18252 * ido.el (ido-mode, ido-file-extensions-order)
18253 (ido-default-file-method, ido-default-buffer-method)
18254 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18255 (ido-decorations, ido-read-file-name-as-directory-commands)
18256 (ido-read-file-name-non-ido, ido-work-directory-list)
18257 (ido-ignore-item-temp-list, ido-current-directory)
18258 (ido-magic-forward-char, ido-enter-find-file)
18259 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18260 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18261
18262 2005-06-10 Lute Kamstra <lute@gnu.org>
18263
18264 * play/dunnet.el (dun-mode): Use define-derived-mode.
18265 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18266 obsolete alias.
18267
18268 * play/doctor.el (doctor-mode-map): Remove defvar.
18269 (doctor-mode): Use define-derived-mode.
18270
18271 * mail/mspools.el (mspools-mode):
18272 * net/eudc-hotlist.el (eudc-hotlist-mode):
18273 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18274
18275 2005-06-10 Miles Bader <miles@gnu.org>
18276
18277 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18278 Remove "-face" suffix from face names.
18279 (flyspell-incorrect-face, flyspell-duplicate-face):
18280 New backward-compatibility aliases for renamed faces.
18281 (flyspell-mode-on, make-flyspell-overlay)
18282 (flyspell-highlight-incorrect-region)
18283 (flyspell-highlight-duplicate-region)
18284 (flyspell-display-next-corrections)
18285 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18286
18287 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18288 from face name.
18289 (texinfo-heading-face): New backward-compatibility alias for
18290 renamed face.
18291 (texinfo-heading-face): Use renamed texinfo-heading face.
18292
18293 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18294 suffix from face names.
18295 (tex-math-face, tex-verbatim-face):
18296 New backward-compatibility aliases for renamed faces.
18297 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18298 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18299 literal face name.
18300
18301 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18302 name.
18303 (table-cell-face): New backward-compatibility alias for renamed face.
18304 (table--put-cell-face-property, table--update-cell-face):
18305 Use renamed table-cell face.
18306
18307 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18308 from face name.
18309 (sgml-namespace-face): New backward-compatibility alias for
18310 renamed face.
18311 (sgml-namespace-face): Use renamed sgml-namespace face.
18312
18313 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18314 (org-level-4, org-level-5, org-level-6, org-level-7)
18315 (org-level-8, org-warning, org-headline-done)
18316 (org-deadline-announce, org-scheduled-today)
18317 (org-scheduled-previously, org-link, org-done, org-table)
18318 (org-time-grid): Remove "-face" suffix from face names.
18319 (org-level-1-face, org-level-2-face, org-level-3-face)
18320 (org-level-4-face, org-level-5-face, org-level-6-face)
18321 (org-level-7-face, org-level-8-face, org-warning-face)
18322 (org-headline-done-face, org-deadline-announce-face)
18323 (org-scheduled-today-face, org-scheduled-previously-face)
18324 (org-link-face, org-done-face, org-table-face)
18325 (org-time-grid-face):
18326 New backward-compatibility aliases for renamed faces.
18327 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18328 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18329 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18330 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18331
18332 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18333 (viper-minibuffer-emacs, viper-minibuffer-insert)
18334 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18335 (viper-search-face, viper-replace-overlay-face)
18336 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18337 (viper-minibuffer-vi-face):
18338 New backward-compatibility aliases for renamed faces.
18339 (viper-search-face, viper-replace-overlay-face)
18340 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18341 (viper-minibuffer-vi-face): Use renamed viper faces.
18342
18343 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18344 Remove "-face" suffix from face names.
18345 (testcover-nohits-face, testcover-1value-face):
18346 New backward-compatibility aliases for renamed faces.
18347 (testcover-mark): Use renamed testcover faces.
18348
18349 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18350 face name.
18351 (diary-button-face): New backward-compatibility alias for renamed face.
18352 (diary-entry): Use renamed diary-button face.
18353
18354 * calendar/calendar.el (diary, calendar-today, holiday)
18355 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18356 (diary-face, calendar-today-face, holiday-face):
18357 New backward-compatibility aliases for renamed faces.
18358 (eval-after-load "facemenu", diary-entry-marker)
18359 (calendar-today-marker, calendar-holiday-marker, diary-face):
18360 Use renamed calendar faces.
18361
18362 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18363 (compare-windows-face): New backward-compatibility alias for
18364 renamed face.
18365 (compare-windows-highlight): Use renamed compare-windows face.
18366
18367 * strokes.el (strokes-char): Remove "-face" suffix from face name.
18368 (strokes-char-face): New backward-compatibility alias for renamed face.
18369 (strokes-encode-buffer): Use renamed strokes-char face.
18370
18371 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
18372 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
18373 Remove "-face" suffix from face names.
18374 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
18375 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
18376 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
18377 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
18378 Use renamed pcvs faces.
18379 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
18380 * pcvs-defs.el (cvs-mode-map): Likewise.
18381 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
18382
18383 * info.el (info-title-1, info-title-2, info-title-3)
18384 (info-title-4): Remove "-face" suffix from and downcase face names.
18385 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18386 (Info-title-4-face):
18387 New backward-compatibility aliases for renamed faces.
18388 (Info-fontify-node): Use renamed info faces.
18389
18390 * hilit-chg.el (highlight-changes, highlight-changes-delete):
18391 Remove "-face" suffix from face names.
18392 (highlight-changes-face, highlight-changes-delete-face):
18393 New backward-compatibility aliases for renamed faces.
18394 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
18395 (hilit-chg-make-list): Use renamed highlight-changes faces.
18396
18397 * generic-x.el (show-tabs-tab, show-tabs-space):
18398 Remove "-face" suffix from face names.
18399 (show-tabs-tab-face, show-tabs-space-face):
18400 New backward-compatibility aliases for renamed faces.
18401 (show-tabs-generic-mode-font-lock-defaults-1)
18402 (show-tabs-generic-mode-font-lock-defaults-2):
18403 Use renamed show-tabs faces.
18404
18405 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
18406 (smerge-markers): Remove "-face" suffix from face names.
18407 (smerge-mine-face, smerge-other-face, smerge-base-face)
18408 (smerge-markers-face):
18409 New backward-compatibility aliases for renamed faces.
18410 (smerge-mine-face, smerge-other-face, smerge-base-face)
18411 (smerge-markers-face): Use renamed smerge faces.
18412
18413 * log-view.el (log-view-file, log-view-message): Remove "-face"
18414 suffix from face names.
18415 (log-view-file-face, log-view-message-face):
18416 New backward-compatibility aliases for renamed faces.
18417 (log-view-file-face, log-view-message-face): Use renamed log-view
18418 faces.
18419
18420 * paren.el (show-paren-match, show-paren-mismatch):
18421 Remove "-face" suffix from face names.
18422 (show-paren-match-face, show-paren-mismatch-face):
18423 New backward-compatibility aliases for renamed faces.
18424 (show-paren-function): Use renamed show-paren faces.
18425
18426 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
18427 (ruler-mode-margins, ruler-mode-fringes)
18428 (ruler-mode-column-number, ruler-mode-fill-column)
18429 (ruler-mode-comment-column, ruler-mode-goal-column)
18430 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
18431 suffix from face names.
18432 (ruler-mode-default-face, ruler-mode-pad-face)
18433 (ruler-mode-margins-face, ruler-mode-fringes-face)
18434 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
18435 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
18436 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
18437 New backward-compatibility aliases for renamed faces.
18438 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
18439 (ruler-mode-column-number, ruler-mode-fill-column)
18440 (ruler-mode-comment-column, ruler-mode-goal-column)
18441 (ruler-mode-tab-stop, ruler-mode-current-column)
18442 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
18443 faces.
18444
18445 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
18446 face name.
18447 (whitespace-highlight-the-space): Use renamed face.
18448 (whitespace-highlight-face): New backward-compatibility alias for
18449 renamed face.
18450
18451 * woman.el (woman-italic, woman-bold, woman-unknown)
18452 (woman-addition, woman-symbol-face):
18453 Remove "-face" suffix from face names.
18454 (woman-italic-face, woman-bold-face, woman-unknown-face)
18455 (woman-addition-face):
18456 New backward-compatibility aliases for renamed faces.
18457 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
18458 (woman-decode-region, woman-replace-match)
18459 (woman-display-extended-fonts, woman-special-characters)
18460 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
18461 Use renamed woman faces.
18462
18463 * longlines.el (longlines-visible-face): Face removed.
18464
18465 * diff-mode.el (diff-header, diff-file-header, diff-index)
18466 (diff-hunk-header, diff-removed, diff-added, diff-changed)
18467 (diff-function, diff-context, diff-nonexistent): Remove "-face"
18468 suffix from face names.
18469 (diff-header-face, diff-file-header-face, diff-index-face)
18470 (diff-hunk-header-face, diff-removed-face, diff-added-face)
18471 (diff-changed-face, diff-function-face, diff-context-face)
18472 (diff-nonexistent-face): New backward-compatibility aliases for
18473 renamed faces.
18474 (diff-header-face, diff-file-header-face)
18475 (diff-index, diff-index-face, diff-hunk-header)
18476 (diff-hunk-header-face, diff-removed, diff-removed-face)
18477 (diff-added, diff-added-face, diff-changed-face, diff-function)
18478 (diff-function-face, diff-context-face, diff-nonexistent)
18479 (diff-nonexistent-face): Use renamed diff-mode faces.
18480
18481 * progmodes/compile.el (compilation-warning-face)
18482 (compilation-info-face): Remove "-face" suffix from face names.
18483 (compilation-warning-face, compilation-info-face):
18484 New backward-compatibility aliases for renamed faces.
18485 (compilation-warning-face, compilation-info-face):
18486 Use renamed compilation faces.
18487
18488 * add-log.el (change-log-date, change-log-name)
18489 (change-log-email, change-log-file, change-log-list)
18490 (change-log-conditionals, change-log-function)
18491 (change-log-acknowledgement): Remove "-face" suffix from face names.
18492 (change-log-date-face, change-log-name-face)
18493 (change-log-email-face, change-log-file-face)
18494 (change-log-list-face, change-log-conditionals-face)
18495 (change-log-function-face, change-log-acknowledgement-face):
18496 New backward-compatibility aliases for renamed faces.
18497 (change-log-font-lock-keywords): Use renamed change-log faces.
18498
18499 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
18500 (custom-set, custom-changed, custom-saved, custom-button)
18501 (custom-button-pressed, custom-documentation, custom-state)
18502 (custom-comment, custom-comment-tag, custom-variable-tag)
18503 (custom-variable-button, custom-face-tag, custom-group-tag-1)
18504 (custom-group-tag): Remove "-face" suffix from face names.
18505 (custom-magic-alist, custom-magic-value-create)
18506 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
18507 (custom-invalid-face, custom-rogue-face, custom-modified-face)
18508 (custom-set-face, custom-changed-face, custom-saved-face)
18509 (custom-button-face, custom-button-pressed-face)
18510 (custom-documentation-face, custom-state-face)
18511 (custom-comment-face, custom-comment-tag-face)
18512 (custom-variable-tag-face, custom-variable-button-face)
18513 (custom-face-tag-face, custom-group-tag-face-1)
18514 (custom-group-tag-face):
18515 New backward-compatibility aliases for renamed faces.
18516
18517 * wid-edit.el (widget-documentation, widget-button)
18518 (widget-field, widget-single-line-field, widget-inactive)
18519 (widget-button-pressed): "-face" suffix removed from face names.
18520 (widget-documentation-face, widget-button-face)
18521 (widget-field-face, widget-single-line-field-face)
18522 (widget-inactive-face, widget-button-pressed-face):
18523 New backward-compatibility aliases for renamed faces.
18524 (widget-documentation-face, widget-button-face)
18525 (widget-button-pressed-face, widget-specify-field)
18526 (widget-specify-inactive): Use renamed widget faces.
18527
18528 2005-06-10 Kenichi Handa <handa@m17n.org>
18529
18530 * term/x-win.el (x-clipboard-yank): Remove condition-case
18531 wrapping.
18532
18533 2005-06-11 Kenichi Handa <handa@m17n.org>
18534
18535 * add-log.el (change-log-font-lock-keywords): Make the regexp for
18536 date lines stricter.
18537
18538 2005-06-10 Zhang Wei <id.brep@gmail.com>
18539
18540 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
18541 of x-get-selection.
18542
18543 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18544
18545 * comint.el (comint-mode, comint-snapshot-last-prompt):
18546 * frame.el (frame-current-scroll-bars):
18547 * term.el (term-mode, term-check-proc, term-input-sender)
18548 (term-simple-send, term-extract-string, term-word)
18549 (term-match-partial-filename):
18550 * window.el (window-current-scroll-bars):
18551 * emulation/cua-base.el (cua-normal-cursor-color)
18552 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
18553 (cua-global-mark-cursor-color):
18554 * mail/undigest.el (rmail-forward-separator-regex):
18555 Fix typos in docstrings.
18556
18557 * comint.el (comint-check-proc, make-comint-in-buffer)
18558 (comint-source-default): Doc fixes.
18559
18560 * term.el (term-send-string): Improve argument/docstring consistency.
18561
18562 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
18563
18564 * comint.el (comint-send-input): Bind `inhibit-read-only' around
18565 call to `delete-region'.
18566 (comint-mode-hook): Do not enable Font Lock by default.
18567
18568 2005-06-09 Lute Kamstra <lute@gnu.org>
18569
18570 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
18571 could be void.
18572
18573 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
18574
18575 * emacs-lisp/debug.el (debugger-will-be-back): New var.
18576 (debug): Use it.
18577 (debugger-step-through, debugger-continue, debugger-jump)
18578 (debugger-return-value): Set it when needed.
18579 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
18580 Use inhibit-read-only.
18581
18582 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
18583
18584 * window.el (shrink-window-if-larger-than-buffer)
18585 (window-size-fixed): Fix typo in docstring.
18586
18587 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
18588 thumbnails directory on loading.
18589 (thumbs-conversion-program): Use `eq' to check the system type,
18590 not `equal'.
18591 (thumbs-temp-dir): Initialize to `temporary-file-directory',
18592 not "/tmp". Fix docstring.
18593 (thumbs-thumbsdir): New function to return the thumbnails
18594 directory, creating it if needed.
18595 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
18596 (thumbs-temp-file): Delete variable and make it into a function.
18597 (thumbs-resize-image, thumbs-modify-image): Use it.
18598 (thumbs-kill-buffer): Simplify.
18599 (thumbs-gensym): Defalias or duplicate CL `gensym'.
18600 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
18601 docstrings.
18602
18603 2005-06-09 Kim F. Storm <storm@cua.dk>
18604
18605 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
18606 set-match-data to free markers in match-data.
18607
18608 * replace.el (replace-match-data): Pass RESEAT arg `t' to
18609 match-data to unchain markers in match-data.
18610
18611 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
18612
18613 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
18614 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
18615 unnecessary now.
18616
18617 2005-06-08 Richard M. Stallman <rms@gnu.org>
18618
18619 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
18620 give the variable a doc string that doesn't say don't set it directly.
18621
18622 * textmodes/ispell.el (ispell-check-version):
18623 Use match-string-no-properties.
18624 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
18625 (ispell-buffer-local-words): Likewise.
18626
18627 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
18628 except on terminals with enough colors to really display it.
18629 (makefile-dependency-regex): Delete spurious `bb'.
18630
18631 * faces.el (escape-glyph): Use blue once again in last case.
18632 (no-break-space): Redefine so that it isn't invisible on a tty.
18633
18634 2005-06-08 Kim F. Storm <storm@cua.dk>
18635
18636 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
18637 also when reading directory name.
18638
18639 2005-06-08 Lute Kamstra <lute@gnu.org>
18640
18641 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
18642 (flyspell-mode-line-string): Remove autoload cookie.
18643 (flyspell-mode): Remove defvar.
18644
18645 2005-06-07 Lute Kamstra <lute@gnu.org>
18646
18647 * textmodes/org.el (org-run-mode-hooks): New function.
18648 (org-agenda-mode): Use it.
18649
18650 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
18651
18652 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
18653
18654 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18655
18656 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
18657
18658 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
18659
18660 * font-lock.el (font-lock-add-keywords): Doc fix.
18661
18662 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
18663
18664 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
18665 (tex-compile-default): In the absence of any history, use the order in
18666 tex-compile-alist to choose the preferred command.
18667 (tex-compile-commands): Reorder a bit.
18668
18669 * textmodes/flyspell.el (flyspell-auto-correct-binding)
18670 (flyspell-incorrect-face, flyspell-duplicate-face):
18671 Use (X)Emacs-agnostic code.
18672 (flyspell-mode-map): Don't overwrite at each load. Remove code
18673 redundant with the subsequent add-minor-mode. Merge Emacs and
18674 XEmacs code.
18675 (flyspell-word): Minor simplification.
18676 (flyspell-math-tex-command-p): Quieten the byte-compiler.
18677 (flyspell-external-point-words): Remove unused vars `size' and `start'.
18678 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
18679 Merge the corresponding Emacs code.
18680 (flyspell-correct-word, flyspell-xemacs-popup):
18681 Use flyspell-do-correct.
18682
18683 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
18684 a dedicated window.
18685
18686 * international/latexenc.el (latexenc-find-file-coding-system):
18687 Undo part of last patch, to turn off a compiler warning.
18688
18689 2005-06-06 Juri Linkov <juri@jurta.org>
18690
18691 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
18692 Rename `tmm-inactive-face' to `tmm-inactive'.
18693
18694 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
18695
18696 * iswitchb.el: Rename faces.
18697
18698 2005-06-06 Kim F. Storm <storm@cua.dk>
18699
18700 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
18701 (cua-global-mark): Remove -face suffix from face names.
18702
18703 * emulation/cua-gmrk.el (cua--init-global-mark):
18704 Remove cua-global-mark face setup.
18705
18706 2005-06-06 Richard M. Stallman <rms@gnu.org>
18707
18708 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
18709 just like other allowed characters.
18710 (makefile-match-dependency): Exclude leading and training whitespace
18711 from the range of regexp subexp 1.
18712 (makefile-macroassign-regex): Don't try to match the body,
18713 just the name of the macro being defined.
18714
18715 * info.el (Info-read-node-name-2): New function.
18716 (Info-read-node-name-1): Use that.
18717 Add a completion-base-size-function property.
18718
18719 * simple.el (completion-setup-function): Look for
18720 completion-base-size-function property of minibuffer-completion-table.
18721
18722 * files.el (locate-file-completion): Doc fix.
18723
18724 * printing.el: Don't call pr-update-menus; user must do that.
18725
18726 * emacs-lisp/debug.el (debugger-window): New variable.
18727 (debug): Use debugger-window if it is set and still alive.
18728 Record debugger-window for next entry.
18729
18730 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
18731
18732 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
18733
18734 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
18735 (hack-one-local-variable, hack-local-variables)
18736 (hack-local-variables-prop-line): Pass that arg.
18737
18738 2005-06-06 Kim F. Storm <storm@cua.dk>
18739
18740 * ido.el (ido-first-match, ido-only-match, ido-subdir)
18741 (ido-indicator): Remove -face suffix from face names.
18742
18743 2005-06-06 Juri Linkov <juri@jurta.org>
18744
18745 * font-lock.el (font-lock-regexp-backslash)
18746 (font-lock-regexp-backslash-construct): New faces.
18747 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
18748 after `('. Add `while-no-input' to control structures.
18749
18750 * faces.el (no-break-space, shadow): New faces.
18751 (escape-glyph): Use less loud colors pink2 and red4.
18752
18753 * diff-mode.el (diff-context-face)
18754 * dired.el (dired-ignored)
18755 * rfn-eshadow.el (file-name-shadow)
18756 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
18757
18758 * info.el (Info-title-1-face): Use green instead of yellow because
18759 bold yellow is not readable on light backgrounds.
18760
18761 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
18762 before selecting the desired mode to not spend time fontifying
18763 old contents.
18764
18765 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
18766
18767 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
18768 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
18769
18770 * ps-print.el (ps-default-fg, ps-default-bg):
18771 Fix typos in docstrings.
18772
18773 * isearchb.el (isearchb): Don't pass a spurious second argument to
18774 `iswitchb-completions'.
18775
18776 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
18777
18778 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
18779 to preserve point.
18780 (gdb-find-file-hook): Add doc string.
18781
18782 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
18783 C dereferenced pointer expression.
18784 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
18785
18786 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18787
18788 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
18789 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
18790 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
18791 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
18792 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
18793 Make background transparent.
18794
18795 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
18796
18797 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
18798 (font-lock-remove-keywords): Doc fix.
18799 (font-lock-mode-major-mode): Compiler defvar.
18800 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
18801
18802 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
18803 (font-lock-mode): Update `font-lock-mode-major-mode'.
18804 (font-lock-set-defaults): Compiler defvar.
18805 (font-lock-default-function): Take `font-lock-mode-major-mode'
18806 into account.
18807
18808 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
18809 keep track of which major mode it enabled the minor mode for.
18810 Use find-file-hook again. Update docstring.
18811
18812 * simple.el (eval-expression-print-level)
18813 (eval-expression-print-length, eval-expression-debug-on-error):
18814 Doc fixes.
18815
18816 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
18817
18818 * iswitchb.el (iswitchb-single-match-face)
18819 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
18820 (iswitchb-invalid-regexp-face): New faces.
18821 (iswitchb-completions): Use them.
18822 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
18823 now marked as an obsolete alias.
18824 (iswitchb-read-buffer): Remove check for bound font variables.
18825 (iswitchb-invalid-regexp): New free variable.
18826 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
18827 set iswitchb-invalid-regexp.
18828 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
18829 invalid regexps.
18830 (iswitchb-completions): Add check for complete match when entering
18831 a regexp.
18832 (iswitchb-completions): Remove require-match argument.
18833 (iswitchb-exhibit): Fix caller.
18834 (iswitchb-common-match-inserted): New variable.
18835 (iswitchb-complete, iswitchb-completion-help): Use it.
18836
18837 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
18838
18839 * url-http.el (url-http-chunked-encoding-after-change-function):
18840 Use `url-http-debug' instead of `message'.
18841
18842 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
18843
18844 * url-http.el (url-http-parse-headers): Pass redirected URL as a
18845 callback argument.
18846
18847 2005-06-04 Kim F. Storm <storm@cua.dk>
18848
18849 * simple.el (line-move): Only call sit-for when moving backwards.
18850
18851 * ido.el (ido-make-merged-file-list-1): New defun split from
18852 ido-make-merged-file-list.
18853 (ido-make-merged-file-list): Bind throw-on-input around call to
18854 ido-make-merged-file-list-1. Return input-pending-p if
18855 interrupted by more input available.
18856 (ido-read-internal): Handle input-pending-p return value from
18857 ido-make-merged-file-list.
18858
18859 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
18860
18861 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
18862 compatibility code.
18863
18864 * international/latexenc.el (latexenc-find-file-coding-system):
18865 Don't inherit the EOL part of the coding-system from the
18866 tex-main buffer. Fit within 80 columns.
18867
18868 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
18869
18870 * tmm.el (tmm-inactive-face): New face.
18871 (tmm-remove-inactive-mouse-face): New function.
18872 (tmm-prompt, tmm-add-one-shortcut)
18873 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
18874 but not selectable.
18875
18876 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
18877
18878 * faces.el (face-equal): Improve argument/docstring consistency.
18879
18880 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
18881
18882 * progmodes/make-mode.el (makefile-targets-face)
18883 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
18884 (makefile-bsdmake-dependency-regex)
18885 (makefile-makepp-rule-action-regex)
18886 (makefile-bsdmake-rule-action-regex): New constants.
18887 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
18888
18889 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18890 Allow (...) within `...' for makepp messages.
18891
18892 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
18893
18894 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
18895
18896 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
18897 "." files are deleted from all file lists before comparison.
18898
18899 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
18900 (viper-ESC-key): Made them customizable.
18901
18902 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
18903
18904 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
18905
18906 * autorevert.el (auto-revert-buffers): Use save-match-data.
18907
18908 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
18909
18910 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
18911 menu items with a nil command binding.
18912
18913 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
18914
18915 * emacs-lisp/cl-macs.el (defsetf):
18916 Improve argument/docstring consistency.
18917
18918 * faces.el (list-faces-display): Improve the formatting by
18919 computing the maximum length required for any face-name (reworked
18920 patch of 1999-01-11, accidentally deleted on 1999-07-21).
18921 (internal-find-face): Remove redundant info in docstring.
18922
18923 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
18924
18925 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
18926 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
18927 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
18928 (gdb-assembler-custom): Improve regexps.
18929 (def-gdb-auto-update-handler): Use window point to preserve point.
18930
18931 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
18932
18933 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
18934
18935 2005-05-31 Jay Belanger <belanger@truman.edu>
18936
18937 * calc/calc-embed.el (calc-embedded-word): Change argument passed
18938 to calc-embedded.
18939 (calc-embedded-make-info): Have plain prefix argument select
18940 entire line.
18941
18942 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
18943
18944 * faces.el (list-faces-display): Signal error if passed a regexp
18945 that matches no face name.
18946
18947 * simple.el (filter-buffer-substring): Fix typo in docstring.
18948
18949 2005-05-31 Richard M. Stallman <rms@gnu.org>
18950
18951 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
18952 (vhdl-emacs-21): Doc fix.
18953 (vhdl-mode): Unconditionally set comment-padding.
18954 (vhdl-fixup-whitespace-region): Insert spaces only where
18955 there are none.
18956 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
18957
18958 2005-05-30 John Wiegley <johnw@newartisans.com>
18959
18960 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
18961 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
18962 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
18963 `directory-sep-char' to ?/, and all uses of `string-to-int' to
18964 `string-to-number'.
18965
18966 2005-05-30 Jay Belanger <belanger@truman.edu>
18967
18968 * calc/calc.el (calc-bug-address): Fix docstring.
18969 (calc-window-hook, calc-trail-window-hook): New variables.
18970 (calc-trail-display): Restore use of calc-trail-window-hook.
18971 (calc): Restore use of calc-window-hook.
18972
18973 2005-05-31 Masatake YAMATO <jet@gyve.org>
18974
18975 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
18976
18977 * help-fns.el (help-C-file-name): Add autoload mark for
18978 `find-function-noselect'.
18979
18980 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
18981
18982 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
18983 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
18984
18985 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18986
18987 * calendar/diary-lib.el (mark-included-diary-files): Only kill
18988 included diary buffer if it was not already being visited.
18989 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
18990
18991 * calendar/icalendar.el (top-level): Do not require appt.
18992
18993 * mail/supercite.el (sc-select-attribution): Only use a list
18994 element from sc-attrib-selection-list if it returns a string.
18995 Reported by Davide G. M. Salvetti <salve@debian.org>.
18996
18997 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
18998
18999 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19000 includes a hash value to improve its uniqueness, and has a ".jpg"
19001 extension. Also, it is now a valid filename on all systems.
19002 (thumbs-make-thumb): Use `let', not `let*'.
19003 (thumbs-show-thumbs-list): Check for JPEG availability.
19004
19005 2005-05-30 Richard M. Stallman <rms@gnu.org>
19006
19007 * filesets.el (filesets-menu-ensure-use-cached):
19008 Prevent warning when emacs-version>= is undefined.
19009
19010 * printing.el (pr-interactive-n-up): Use string-to-number.
19011
19012 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19013
19014 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19015 Warn only when name to be defined is quoted.
19016
19017 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19018
19019 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19020 Make regexp more robust.
19021 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19022 Force regeneration of disassembly.
19023
19024 2005-05-29 Jay Belanger <belanger@truman.edu>
19025
19026 * calc/calc.el (calc-user-invocation): Check if
19027 calc-invocation-macro is non-nil.
19028
19029 2005-05-29 Juri Linkov <juri@jurta.org>
19030
19031 * add-log.el (change-log-font-lock-keywords):
19032 Add `+' to e-mail regexp to accept mail address with keywords.
19033
19034 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19035
19036 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19037
19038 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19039
19040 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19041
19042 2005-05-29 Richard M. Stallman <rms@gnu.org>
19043
19044 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19045 Undo the change that moves to end of the current word.
19046
19047 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19048
19049 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19050 Throw error when count <= 0 to ensure input is a number.
19051 (gdb-read-memory-custom): Pick up address from buffer.
19052 (gdb-memory-mode): Allow user to increment and decrement
19053 memory address from header line.
19054
19055 2005-05-29 Richard M. Stallman <rms@gnu.org>
19056
19057 * flyspell.el (flyspell-version): Function deleted.
19058 (flyspell-auto-correct-previous-hook): Doc fix.
19059
19060 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19061 Do nothing if memory is full.
19062
19063 * font-lock.el (font-lock-fontify-syntactically-region):
19064 Pass t for GREEDY to looking-back.
19065
19066 * saveplace.el (save-place-alist-to-file): Write the file
19067 using write-region.
19068
19069 * subr.el (looking-back): New argument GREEDY.
19070
19071 * progmodes/compile.el (compilation-start): Set the mode
19072 before inserting the initial text.
19073
19074 * progmodes/which-func.el (which-func-update-1): Turn the mode
19075 off in case of error by setting which-func-mode.
19076
19077 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19078
19079 * flyspell.el (flyspell-auto-correct-previous-word):
19080 Narrow down to what's on the screen, and recenter overlays
19081 at the end of the next word.
19082
19083 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19084
19085 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19086 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19087 (flyspell-abbrev-p): Default to nil.
19088 (flyspell-use-global-abbrev-table-p): Doc fix.
19089 (flyspell-large-region): Allow nil as value.
19090 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19091
19092 (mail-mode-flyspell-verify): More robust handling
19093 of `mail-header-separator'. More efficient signature detection.
19094 Allow for regexp metacharacters in message-header-separator.
19095 Adding `To' not to be checked in mail-mode-flyspell-verify.
19096
19097 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19098 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19099 Bind flyspell-auto-correct-binding.
19100 Bind C-. and C-, .
19101 (flyspell-mode-map): Likewise.
19102 (flyspell-mode): Doc fix.
19103 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19104 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19105 (flyspell-word-cache-result): New var, always local.
19106 (flyspell-check-pre-word-p): Doc fix.
19107 (flyspell-check-changed-word-p): Handle spc like newline.
19108 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19109 (flyspell-word-search-backward, flyspell-word-search-forward):
19110 New functions.
19111 (flyspell-word): Return t if nothing to check.
19112 When parsing TeX code, check for after } or \.
19113 Use flyspell-word-search-backward to find previous word.
19114 Return nil if duplicated word.
19115 For word already checked, return same value as last time.
19116 Set flyspell-word-cache-result after checking.
19117 Don't clobber the return value.
19118 (flyspell-get-word): Major rewrite.
19119 (flyspell-external-point-words): New locals pword, pcount.
19120 Fix size used in progress message.
19121 Find the proper corresponding word in flyspell-large-region-buffer.
19122 (flyspell-region): Check for flyspell-large-region = nil.
19123 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19124 (flyspell-auto-correct-word): Check that WORD is a cons.
19125 (flyspell-correct-word): Likewise.
19126
19127 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19128
19129 * progmodes/make-mode.el (makefile-rule-action-regex)
19130 (makefile-macroassign-regex, makefile-makepp-mode)
19131 (makefile-bsdmake-mode): Continuation lines may be empty.
19132 Reported by Joshua Varner.
19133 (makefile-makepp-font-lock-keywords): Add $(stem).
19134
19135 2005-05-28 Karl Berry <karl@gnu.org>
19136
19137 * textmodes/tex-mode.el: Now that tex-send-command calls
19138 shell-quote-argument (2005-03-31 change), remove all calls to
19139 shell-quote-argument; they all end up invoking tex-send-command.
19140 The double quoting loses on filenames with non-safe characters,
19141 such as "@". Reported by Frederik Fouvry.
19142
19143 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19144
19145 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19146 about preserving point.
19147
19148 2005-05-27 Jay Belanger <belanger@truman.edu>
19149
19150 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19151 Info-goto-node.
19152
19153 * calc/calc-embed.el (calc-embed-arg): New variable.
19154 (calc-do-embedded-activate, calc-embedded-activate-formula)
19155 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19156 variable by new variable.
19157 (calc-embedded-make-info): Replace undeclared variable by new
19158 variable. When selecting region with positive prefix
19159 argument, use end of previous line instead of beginning of line.
19160
19161 * calc/calc-aent.el (calc-arg-values): Declare it.
19162
19163 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19164 Declare them.
19165
19166 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19167
19168 * calc/calc.el (calc-alg-map): Declare it.
19169
19170 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19171
19172 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19173
19174 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19175 (gdb-registers-buffer, toggle-gdb-all-registers):
19176 Toggle display of floating point registers.
19177 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19178
19179 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19180 (toggle-gud-tooltip-dereference):
19181 Rename from gud-toggle-tooltip-dereference.
19182
19183 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19184
19185 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19186
19187 2005-05-27 Jay Belanger <belanger@truman.edu>
19188
19189 * calc/calc-prog.el (calc-kbd-report): Remove.
19190 (calc-kbd-query): Rewrite.
19191
19192 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19193
19194 * image.el (image-library-alist): Move to image.c.
19195 (image-type-available-p): Doc fix.
19196
19197 2005-05-27 Lute Kamstra <lute@gnu.org>
19198
19199 * calc/calc.el (calc):
19200 * outline.el (outline-1, outline-2, outline-3, outline-4)
19201 (outline-5, outline-6, outline-7, outline-8):
19202 * textmodes/dns-mode.el (dns-mode):
19203 * textmodes/sgml-mode.el (sgml-namespace-face):
19204 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19205 (tex-verbatim-face, tex-use-reftex):
19206 * textmodes/texinfo.el (texinfo-heading-face):
19207 Specify customization group.
19208
19209 * longlines.el: Don't require easy-mmode.
19210 (longlines-visible-face): Specify customization group.
19211
19212 2005-05-27 Kenichi Handa <handa@m17n.org>
19213
19214 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19215 encoding table of windows-1251.
19216
19217 * international/ucs-tables.el (ucs-set-table-for-input):
19218 If translation-table-for-input of a coding system is a symbol, get
19219 its translation-table property.
19220
19221 * international/code-pages.el: Don't register a coding system into
19222 non-iso-charset-alist more than once.
19223 (cp-make-coding-system): Likewise.
19224
19225 2005-05-26 John Wiegley <johnw@newartisans.com>
19226
19227 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19228 `eshell-resume-eval' is wrapped in a list, it indicates that the
19229 command was run asynchronously. In that case, unwrap the value
19230 before checking the delimiter value.
19231
19232 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19233 character before a space at the end of a line is \, assume the space
19234 is part of the last argument rather than a final argument separator.
19235
19236 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19237 is in use, and the target is `t' or `nil' (which are the most common
19238 values), don't assume that the symbol target is a buffer.
19239
19240 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19241
19242 * calendar/calendar.el (calendar-mode-line-format):
19243 Use mode-line-highlight as mouse-face.
19244
19245 * time.el (display-time-string-forms, display-time-update):
19246 Use mode-line-highlight as mouse-face.
19247
19248 2005-05-26 Jay Belanger <belanger@truman.edu>
19249
19250 * calc/calc.el (calc-language-alist): Remove extra defvar.
19251
19252 2005-05-26 Lute Kamstra <lute@gnu.org>
19253
19254 * arc-mode.el (archive-mode):
19255 * bookmark.el (bookmark-read-annotation-mode)
19256 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19257 * bs.el (bs-mode):
19258 * calc/calc-yank.el (calc-edit-mode):
19259 * calc/calc.el (calc-mode, calc-trail-mode):
19260 * calculator.el (calculator-mode):
19261 * chistory.el (command-history-mode):
19262 * comint.el:
19263 * cus-edit.el (custom-mode):
19264 * descr-text.el (describe-text-mode):
19265 * ebuff-menu.el (Electric-buffer-menu-mode):
19266 * ediff-util.el (ediff-mode):
19267 * emacs-lisp/re-builder.el (reb-mode):
19268 * emulation/vi.el (vi-mode-setup):
19269 * emulation/ws-mode.el (wordstar-mode):
19270 * eshell/esh-mode.el (eshell-mode):
19271 * forms.el (forms-mode):
19272 * help-mode.el (help-mode):
19273 * hexl.el (hexl-mode):
19274 * ibuffer.el (ibuffer-mode):
19275 * ielm.el (inferior-emacs-lisp-mode):
19276 * info.el (Info-mode, Info-edit-mode):
19277 * international/swedish.el:
19278 * ledit.el (ledit-from-lisp-mode):
19279 * locate.el (locate-mode):
19280 * mail/rmail.el (rmail-mode):
19281 * mail/rmailedit.el (rmail-edit-mode):
19282 * mail/rmailsum.el (rmail-summary-mode):
19283 * mail/supercite.el (sc-electric-mode):
19284 * net/eudc.el (eudc-mode):
19285 * net/quickurl.el (quickurl-list-mode):
19286 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19287 * obsolete/ooutline.el (outline-mode):
19288 * obsolete/options.el (Edit-options-mode):
19289 * obsolete/rnews.el (news-mode):
19290 * obsolete/rnewspost.el (news-reply-mode):
19291 * play/5x5.el (5x5-mode):
19292 * play/decipher.el (decipher-mode, decipher-stats-mode):
19293 * play/gomoku.el (gomoku-mode):
19294 * play/snake.el (snake-mode):
19295 * play/solitaire.el (solitaire-mode):
19296 * play/tetris.el (tetris-mode):
19297 * progmodes/ada-mode.el (ada-mode):
19298 * progmodes/antlr-mode.el (antlr-mode):
19299 * progmodes/autoconf.el (autoconf-mode):
19300 * progmodes/dcl-mode.el (dcl-mode):
19301 * progmodes/delphi.el (delphi-mode):
19302 * progmodes/ebrowse.el (ebrowse-tree-mode)
19303 (ebrowse-electric-list-mode, ebrowse-member-mode)
19304 (ebrowse-electric-position-mode):
19305 * progmodes/f90.el (f90-mode):
19306 * progmodes/fortran.el (fortran-mode):
19307 * progmodes/icon.el (icon-mode):
19308 * progmodes/idlw-help.el (idlwave-help-mode):
19309 * progmodes/idlw-shell.el (idlwave-shell-mode):
19310 * progmodes/idlwave.el (idlwave-mode):
19311 * progmodes/inf-lisp.el (inferior-lisp-mode):
19312 * progmodes/m4-mode.el (m4-mode):
19313 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19314 * progmodes/modula2.el (modula-2-mode):
19315 * progmodes/octave-inf.el (inferior-octave-mode):
19316 * progmodes/octave-mod.el (octave-mode):
19317 * progmodes/pascal.el (pascal-mode):
19318 * progmodes/sh-script.el (sh-mode):
19319 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19320 * progmodes/vhdl-mode.el (vhdl-mode):
19321 * progmodes/xscheme.el (scheme-interaction-mode):
19322 * replace.el (occur-mode):
19323 * ses.el (ses-mode):
19324 * simple.el (completion-list-mode):
19325 * skeleton.el:
19326 * speedbar.el (speedbar-mode):
19327 * term.el (term-mode):
19328 * terminal.el (terminal-edit-mode):
19329 * textmodes/reftex-index.el (reftex-index-mode)
19330 (reftex-index-phrases-mode):
19331 * textmodes/reftex-sel.el (reftex-select-label-mode)
19332 (reftex-select-bib-mode):
19333 * textmodes/reftex-toc.el (reftex-toc-mode):
19334 * wdired.el (wdired-change-to-wdired-mode):
19335 * wid-browse.el (widget-browse-mode):
19336 Use run-mode-hooks.
19337
19338 * array.el (array-mode):
19339 * calendar/todo-mode.el (todo-mode):
19340 * man.el (Man-mode):
19341 * play/landmark.el (lm-mode):
19342 * play/mpuz.el (mpuz-mode):
19343 Use kill-all-local-variables and run-mode-hooks.
19344
19345 * subr.el (delay-mode-hooks): Specify indentation.
19346
19347 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19348
19349 * xml.el (xml-substitute-special): Don't die for undefined xml
19350 entities.
19351
19352 2005-05-26 Jay Belanger <belanger@truman.edu>
19353
19354 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19355 of nil.
19356
19357 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19358
19359 * progmodes/gdb-ui.el (gdb-frame-address):
19360 Rename from gdb-current-address.
19361 (gdb-previous-frame-address): Rename from gdb-previous-address.
19362 (gdb-selected-frame): Rename from gdb-current-frame.
19363 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19364 (gdb-frame-number): Rename from gdb-current-stack-level.
19365 (gdb-ann3): Match new mode-name for disassembly buffer.
19366 Extend initialization of variables.
19367 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
19368 (gdb-memory-mode): Use mouse-face in header line.
19369 (gdb-assembler-buffer-name): Call it disassembly and give frame
19370 in mode line.
19371 (gdb-source-spec-regexp, gdb-assembler-custom)
19372 (gdb-invalidate-assembler, gdb-frame-handler):
19373 Make robust to leading zeroes in address format.
19374
19375 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
19376
19377 * textmodes/org.el (org-mode): Use `define-derived-mode' to
19378 define `org-mode'.
19379 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
19380
19381 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
19382
19383 * log-edit.el (log-edit-changelog-entries): Distinguish between
19384 filenames like xfns.c and fns.c.
19385
19386 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
19387
19388 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
19389 point after reverting.
19390 (Buffer-menu-make-sort-button): Handle the case where
19391 `Buffer-menu-use-header-line' is nil.
19392
19393 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
19394
19395 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
19396 New funcs. In minibuffer-local-completion-map bind `]', `/'
19397 and `:' to them.
19398
19399 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
19400
19401 * startup.el (normal-top-level): Allow modification of load-path while
19402 we're iterating over it.
19403
19404 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
19405
19406 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
19407 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
19408 (thumbs-resize-interactive, thumbs-insert-image)
19409 (thumbs-insert-thumb, thumbs-dired-show-marked)
19410 (thumbs-find-image-at-point, thumbs-delete-images)
19411 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
19412 (thumbs-increment-image-size, thumbs-decrement-image-size):
19413 Fix typos in docstrings.
19414
19415 2005-05-24 Andre Spiegel <spiegel@gnu.org>
19416
19417 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
19418 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
19419 (cperl-mode): Use them.
19420
19421 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
19422
19423 * window.el (quit-window, shrink-window-if-larger-than-buffer):
19424 Doc fixes.
19425
19426 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
19427
19428 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
19429 Bind C-d to gdb-inferior-io-eof.
19430
19431 * dired.el (dired-dnd-popup-notice): Use message-box.
19432
19433 2005-05-23 Masatake YAMATO <jet@gyve.org>
19434
19435 * bindings.el (mode-line-major-mode-keymap):
19436 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
19437
19438 * faces.el (mode-line-highlight): New face.
19439
19440 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
19441 as mouse-face.
19442
19443 * bindings.el (top-level, help-echo, mode-line-modified)
19444 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
19445 as mouse-face.
19446
19447 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
19448
19449 * progmodes/cc-engine.el (c-guess-basic-syntax):
19450 Remove spurious call to `zerop'.
19451
19452 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
19453
19454 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
19455
19456 CC Mode update to 5.30.10:
19457
19458 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
19459 could go past the limit in decoration level 2, thereby causing
19460 errors during interactive fontification.
19461
19462 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
19463 the file is evaluated interactively.
19464
19465 * cc-engine.el (c-guess-basic-syntax): Handle operator
19466 declarations somewhat better in C++.
19467
19468 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
19469 make use of `run-mode-hooks' which has been added in Emacs 21.1.
19470 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
19471 (awk-mode): Use it.
19472 (make-local-hook): Suppress warning about obsoleteness.
19473
19474 * cc-engine.el, cc-align.el, cc-cmds.el
19475 (c-append-backslashes-forward, c-delete-backslashes-forward)
19476 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
19477 Compensate for return value from `forward-line' when it has moved
19478 but not to a different line due to eob.
19479
19480 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
19481 `objc-method-intro' and `objc-method-args-cont'.
19482
19483 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
19484
19485 CC Mode update to 5.30.10:
19486
19487 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
19488 in the copyright statement. Incidentally, change "along with GNU
19489 Emacs" to "along with this program" where it occurs.
19490
19491 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
19492 so that it is interactive, hence can be found by M-x awk-mode
19493 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
19494 <gmorris+emacs@ast.cam.ac.uk>.
19495
19496 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
19497 Mode's regexps.
19498
19499 2005-05-23 Kevin Ryde <user42@zip.com.au>
19500
19501 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
19502 c-parse-state, to avoid a lisp error (on bad code).
19503
19504 2005-05-23 Lute Kamstra <lute@gnu.org>
19505
19506 * subr.el (font-lock-defaults): Remove defvar as it's already
19507 defined in font-core.el.
19508
19509 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
19510
19511 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
19512
19513 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
19514 more general and work when GDB variable "print pretty" is on,
19515 as with Emacs, for example.
19516
19517 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
19518
19519 * font-core.el: Update comment.
19520
19521 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
19522 Use `after-change-major-mode-hook' instead of `find-file-hook'.
19523
19524 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
19525
19526 2005-05-22 Eli Zaretskii <eliz@gnu.org>
19527
19528 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
19529 and `yank-handler' in the doc strings.
19530
19531 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
19532
19533 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
19534
19535 2005-05-22 Richard M. Stallman <rms@gnu.org>
19536
19537 * help.el (describe-key): Move print-help-return-message call
19538 out of conditional.
19539
19540 * progmodes/etags.el (list-tags): Use with-no-warnings.
19541
19542 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
19543 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
19544 (starttls-extra-args, starttls-extra-arguments): Add defvars.
19545
19546 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
19547
19548 * language/viet-util.el (viet-viscii-nonascii-translation-table):
19549 Add defvar.
19550
19551 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
19552 Use defvar, not defconst.
19553
19554 * hexl.el (hexl-follow-line): Use with-no-warnings.
19555
19556 * emulation/tpu-extras.el: Use write-file-functions instead of
19557 write-file-hooks.
19558
19559 * dired.el (dired-font-lock-keywords): Fontify files with junk
19560 extensions even if marked by -F.
19561
19562 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
19563
19564 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
19565 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
19566 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
19567 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
19568 (concatenate, list-length, get*, getf, cl-remprop):
19569 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
19570 (etypecase, progv, lexical-let, lexical-let*)
19571 (multiple-value-bind, multiple-value-setq, shiftf):
19572 Improve argument/docstring consistency.
19573
19574 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
19575
19576 2005-05-22 Andre Spiegel <spiegel@gnu.org>
19577
19578 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
19579 doesn't exist.
19580
19581 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
19582 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
19583
19584 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
19585
19586 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
19587 already deleted variables: auto-fill-hook, blink-paren-hook,
19588 lisp-indent-hook, inhibit-local-variables, unread-command-event,
19589 suspend-hooks, comment-indent-hook, meta-flag,
19590 before-change-function, after-change-function,
19591 font-lock-doc-string-face.
19592
19593 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
19594
19595 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
19596
19597 2005-05-21 Eli Zaretskii <eliz@gnu.org>
19598
19599 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
19600 rmail-dont-reply-to.
19601
19602 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19603
19604 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
19605 literal blank when splitting new-header-values.
19606
19607 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
19608
19609 * calendar/cal-menu.el (cal-menu-update): Add separator as a
19610 string so that tmm doesn't create a completion entry for it.
19611
19612 * textmodes/table.el (table-disable-menu): Ditto.
19613
19614 2005-05-21 Richard M. Stallman <rms@gnu.org>
19615
19616 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
19617
19618 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
19619
19620 * net/rcompile.el (remote-compile): Use compilation-start.
19621
19622 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
19623
19624 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
19625
19626 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
19627 Default to makefile-bsdmake-mode on BSD systems.
19628
19629 * imenu.el (imenu-generic-expression, imenu--generic-function'):
19630 REGEXP may also be a search function now. The part of doc-string
19631 for describing the structure was 95% identical to that of
19632 `imenu--generic-function'. Unify it there.
19633
19634 * progmodes/make-mode.el (makefile-imenu-generic-expression):
19635 Use function to find dependencies, because regexp alone is so complex,
19636 it easily goes into an endless loop.
19637 (makefile-makepp-mode): Also add submenu for Perl functions
19638 defined in the makefile.
19639 (makefile-bsdmake-mode): Special imenu-generic-expression no
19640 longer needed, due to function call.
19641 (makefile-match-dependency): Take BOUND into account when checking
19642 if we're through.
19643
19644 2005-05-20 Jay Belanger <belanger@truman.edu>
19645
19646 * calc/calc-units.el (calc-invalidate-units-table):
19647 Use inhibit-read-only.
19648 (math-build-units-table-buffer): Use view-mode.
19649
19650 2005-05-20 David Kastrup <dak@gnu.org>
19651
19652 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
19653 easy-menu-add is not a nop on Emacs; and clarify when to call it.
19654
19655 2005-05-20 Lute Kamstra <lute@gnu.org>
19656
19657 * diff-mode.el (diff-header-face, diff-file-header-face)
19658 (diff-index-face, diff-hunk-header-face, diff-removed-face)
19659 (diff-added-face, diff-changed-face, diff-function-face)
19660 (diff-context-face, diff-nonexistent-face): Put them in the
19661 diff-mode customization group.
19662
19663 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
19664
19665 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
19666
19667 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
19668
19669 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
19670 Minor regexp-optimization.
19671
19672 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
19673
19674 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
19675 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
19676 (org-agenda-add-time-grid-maybe): New function.
19677 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
19678 (org-table-create): `dotimes' instead of `mapcar'.
19679 (org-xor): Simplify implementation.
19680 (org-agenda): `inhibit-redisplay' turned on.
19681 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
19682 a consistent line after a state change.
19683 (org-agenda-remove-times-when-in-prefix): New option.
19684 (org-prefix-has-time): New variable.
19685 (org-parse-time-string): Optional argument NODEFAULT.
19686 (org-format-agenda-item): Parse items for time-of-day
19687 specifications and move these into the prefix if possible.
19688 (org-agenda-priority): Get current heading, not previous heading
19689 during agenda remote editing.
19690
19691 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
19692
19693 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
19694 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
19695 (remove-duplicates, delete-duplicates, substitute)
19696 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
19697 (nsubstitute-if-not, find, find-if, find-if-not, position)
19698 (position-if, position-if-not, count, count-if, count-if-not)
19699 (mismatch, search, sort*, stable-sort, merge, member*)
19700 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
19701 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
19702 (intersection, nintersection, set-difference, nset-difference)
19703 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
19704 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
19705 (nsublis, tree-equal): Improve argument/docstring consistency.
19706
19707 * subr.el (send-string, send-region): Remove obsolescence declaration.
19708 (window-dot, set-window-dot, read-input, show-buffer)
19709 (eval-current-buffer, string-to-int):
19710 Add release number to obsolescence declarations.
19711
19712 2005-05-19 Kim F. Storm <storm@cua.dk>
19713
19714 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
19715 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
19716
19717 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
19718
19719 * faces.el (list-faces-display): Make back button respect optional
19720 regexp arg.
19721
19722 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
19723
19724 * calculator.el (calculator-radix-grouping-mode)
19725 (calculator-radix-grouping-digits, calculator-displayer)
19726 (calculator-radix-grouping-separator, calculator-copy-displayer):
19727 * dabbrev.el (dabbrev-search-these-buffers-only):
19728 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
19729 (diff-advance-after-apply-hunk, diff-mode-hook)
19730 (diff-minor-mode-prefix):
19731 * imenu.el (imenu-use-popup-menu):
19732 * jit-lock.el (jit-lock-context-time):
19733 * newcomment.el (comment-fill-column, comment-column)
19734 (comment-style, comment-padding, comment-multi-line)
19735 (comment-empty-lines, comment-auto-fill-only-comments):
19736 * reveal.el (reveal-around-mark):
19737 * uniquify.el (uniquify-buffer-name-style)
19738 (uniquify-after-kill-buffer-p)
19739 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
19740 (uniquify-min-dir-content, uniquify-separator)
19741 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
19742 * w32-vars.el (w32-fixed-font-alist):
19743 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
19744 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
19745 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
19746 * progmodes/perl-mode.el (perl-indent-level)
19747 (perl-continued-statement-offset, perl-continued-brace-offset)
19748 (perl-brace-offset, perl-brace-imaginary-offset)
19749 (perl-label-offset, perl-indent-continued-arguments)
19750 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
19751 * progmodes/tcl.el (tcl-indent-level)
19752 (tcl-continued-indent-level, tcl-auto-newline)
19753 (tcl-tab-always-indent, tcl-electric-hash-style)
19754 (tcl-help-directory-list, tcl-use-smart-word-finder)
19755 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
19756 (inferior-tcl-source-command):
19757 * textmodes/fill.el (enable-kinsoku):
19758 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
19759 * textmodes/table.el (table-yank-handler):
19760 Specify missing group (and type, if simple) in defcustom.
19761
19762 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
19763
19764 * progmodes/compile.el (compilation-finish-function): Fix defvar.
19765
19766 2005-05-19 Richard M. Stallman <rms@gnu.org>
19767
19768 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
19769
19770 * subr.el (event-basic-type): Don't get an error.
19771 (left-fringe-p): Function deleted.
19772
19773 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
19774 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
19775
19776 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
19777 in recursive copy.
19778
19779 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
19780
19781 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
19782
19783 * emacs-lisp/bytecomp.el
19784 (byte-compile-file-form-custom-declare-variable):
19785 Call byte-compile-nogroup-warn if appropriate.
19786
19787 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
19788 (compilation-set-window): Don't call left-fringe-p; do it directly.
19789
19790 2005-05-19 Jay Belanger <belanger@truman.edu>
19791
19792 * calc/calc-graph.el (calc-graph-format-data): Make sure
19793 var-PlotRejects is bound before trying to check its value.
19794
19795 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
19796
19797 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
19798 definition of this variable from reftex-global.el to reftex.el,
19799 because it is needed in the menu.
19800
19801 2005-05-19 Lute Kamstra <lute@gnu.org>
19802
19803 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
19804 years are fixed. Don't insert a space after a dash.
19805
19806 2005-05-19 Kim F. Storm <storm@cua.dk>
19807
19808 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
19809
19810 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
19811
19812 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
19813 strings, because (eq ... ?\\) is fairly frequent.
19814
19815 * progmodes/make-mode.el (makefile-add-this-line-targets):
19816 Simplify and integrate into `makefile-pickup-targets'.
19817 (makefile-add-this-line-macro): Simplify and integrate into
19818 `makefile-pickup-macros.
19819 (makefile-pickup-filenames-as-targets): Simplify.
19820 (makefile-previous-dependency, makefile-match-dependency):
19821 Don't stumble over `::'.
19822
19823 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
19824
19825 * subr.el (post-command-idle-hook, post-command-idle-delay):
19826 Remove obsoletion of post-command-idle-hook and
19827 post-command-idle-delay.
19828
19829 * faces.el (list-faces-display): Provide button when describe-face
19830 is called to take user back to the list of faces.
19831
19832 * help-fns.el (describe-variable): Remove hyperlinks in a
19833 variable's value as these are quite frequently inappropriate.
19834
19835 * follow.el (follow-submit-feedback, follow-mode):
19836 Remove references to post-command-idle-hook.
19837
19838 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
19839
19840 * progmodes/make-mode.el (makefile-previous-dependency)
19841 (makefile-match-dependency): Check for := (and in bsd mode also
19842 !=) to give a better result, even when font-lock is not on.
19843
19844 2005-05-18 Jay Belanger <belanger@truman.edu>
19845
19846 * calc/calc-help.el (calc-s-prefix-help):
19847 Add `calc-copy-special-constant' to help string.
19848
19849 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
19850
19851 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
19852
19853 2005-05-18 Jay Belanger <belanger@truman.edu>
19854
19855 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
19856 in linear factors are in proper order.
19857
19858 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
19859
19860 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
19861 Support for jurabib.
19862
19863 * textmodes/reftex.el (featurep): Define aliases for overlay
19864 commands, for XEmacs compatibility, and use these aliases in
19865 overlay initializations.
19866 (reftex-highlight): Use `reftex-move-overlay'.
19867 (reftex-unhighlight): Use `reftex-delete-overlay'.
19868 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
19869 (reftex-access-search-path): Use `reftex-uniquify' instead of
19870 `reftex-uniq'
19871
19872 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
19873 `before-string' property modification enables for Emacs as well.
19874 (reftex-select-item): Use `reftex-delete-overlay'.
19875 (reftex-select-mark): Use `reftex-make-overlay' and
19876 `reftex-overlay-put'.
19877 (reftex-select-unmark): Use `reftex-delete-overlay' and
19878 `reftex-overlay-put'.
19879
19880 2005-05-18 Lute Kamstra <lute@gnu.org>
19881
19882 * emacs-lisp/lisp.el (check-parens): Fix docstring.
19883
19884 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
19885
19886 * add-log.el (add-change-log-entry):
19887 * array.el (array-make-template, array-reconfigure-rows)
19888 (array-init-max-row, array-init-max-column)
19889 (array-init-columns-per-line, array-init-field-width):
19890 * replace.el (replace-match-maybe-edit, perform-replace):
19891 * textmodes/spell.el (spell-region):
19892 Replace `read-input' by `read-string'.
19893
19894 * forms.el (forms-mode):
19895 * finder.el (finder-compile-keywords):
19896 * shadowfile.el (shadow-read-files):
19897 Replace `eval-current-buffer' by `eval-buffer'.
19898
19899 * terminal.el (te-pass-through):
19900 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
19901 (ange-ftp-raw-send-cmd):
19902 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
19903 (send-process-next-char, telnet-initial-filter, telnet):
19904 Replace `send-string' by `process-send-string'.
19905
19906 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
19907 (prolog-consult-region): Replace `send-string' by
19908 `process-send-string'; replace `send-region' by `process-send-region'.
19909
19910 * progmodes/delphi.el (delphi-log-msg):
19911 Replace `set-window-dot' by `set-window-point'.
19912
19913 * subr.el (window-dot, set-window-dot, read-input, send-string)
19914 (send-region, show-buffer, eval-current-buffer):
19915 Make really obsolete, as the comment says.
19916
19917 2005-05-17 Kim F. Storm <storm@cua.dk>
19918
19919 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
19920 (cua--init-keymaps): Bind C-return instead of S-return to set
19921 rectangle mark.
19922
19923 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
19924 instead of S-return to toggle/clear rectangle mark.
19925
19926 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
19927
19928 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
19929 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
19930 Also fontify plain strings assigned to variables, mostly so that a
19931 colon has a face and is thus not taken as a dependency separator.
19932 (makefile-previous-dependency): Inline the new matcher, because it
19933 is too complex to work in both directions.
19934 (makefile-match-dependency): Eliminate `backward' arg (see above).
19935 Completely reimplemented so as to not sometimes go into an endless
19936 loop. It should also be more efficient, because first it only
19937 searches for `:', instead of applying the very complex regexp.
19938 (makefile-mode): Cancel `font-lock-support-mode', because blocks
19939 to be fontified in one piece can be too long for JIT.
19940 Makefiles are never *that* big.
19941
19942 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
19943
19944 * dired.el (dired-mode): Simplify.
19945
19946 2005-05-17 Lute Kamstra <lute@gnu.org>
19947
19948 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
19949 defcustom for the mode hook variable.
19950
19951 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
19952 Emacs Lisp Reference Manual.
19953
19954 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
19955
19956 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
19957 (evenp, list*):
19958 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
19959 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
19960
19961 * net/tramp-smb.el (tramp-smb-open-connection):
19962 Pass `tramp-chunksize' as fifth (required) argument.
19963
19964 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
19965
19966 * font-lock.el (lisp-font-lock-keywords-1):
19967 Set `font-lock-negation-char-face' for [^...] char group.
19968 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
19969
19970 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
19971 a var, and refine it to mask one more level of nested vars.
19972 (makefile-rule-action-regex): Turn it into a var, and refine it so
19973 it recognizes backslashed continuation lines as belonging to the
19974 same command.
19975 (makefile-macroassign-regex): Refine it so it recognizes
19976 backslashed continuation lines as belonging to the same command.
19977 (makefile-var-use-regex): Don't look at the next char, because it
19978 might be the same one to be skipped by the initial [^$], leading
19979 to an overlooked variable use.
19980 (makefile-make-font-lock-keywords): Remove two parameters, which
19981 are now variables that some of the modes set locally.
19982 Handle dependency and rule action matching through functions, because
19983 regexps alone match too often. Dependency matching now comes
19984 last, so it can check, whether a colon already matched something else.
19985 (makefile-mode): Inform that font-lock improves makefile parsing
19986 capabilities.
19987 (makefile-match-dependency, makefile-match-action): New functions.
19988
19989 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
19990
19991 * emacs-lisp/cl-extra.el (equalp): Doc fix.
19992
19993 * align.el (align-regexp):
19994 * ansi-color.el (ansi-color-get-face):
19995 * array.el (array-reconfigure-rows, array-init-max-row)
19996 (array-init-max-column, array-init-columns-per-line)
19997 (array-init-field-width):
19998 * dired-aux.el (dired-trample-file-versions):
19999 * dired-x.el (dired-mark-sexp):
20000 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20001 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20002 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20003 * faces.el (face-read-integer):
20004 * files.el (backup-extract-version, insert-directory):
20005 * hexl.el (hexl-insert-decimal-char):
20006 * server.el (server-process-filter):
20007 * shell.el (shell-extract-num):
20008 * startup.el (command-line-1):
20009 * term.el (term-command-hook):
20010 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20011 (time-stamp-do-number):
20012 * time.el (display-time-update):
20013 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20014 (timezone-fix-time):
20015 * vms-patch.el (vms-suspend-resume-hook):
20016 * calendar/appt.el (appt-convert-time):
20017 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20018 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20019 * calendar/cal-islam.el (mark-islamic-diary-entries):
20020 * calendar/calendar.el (calendar-cursor-to-date)
20021 (calendar-star-date):
20022 * calendar/diary-lib.el (diary-attrtype-convert)
20023 (mark-diary-entries, diary-entry-time):
20024 * calendar/solar.el (solar-get-number):
20025 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20026 * emacs-lisp/re-builder.el (reb-display-subexp):
20027 * emulation/edt.el (edt-set-scroll-margins):
20028 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20029 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20030 (vip-get-ex-count):
20031 * emulation/viper-ex.el (viper-get-ex-token)
20032 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20033 * international/fontset.el (fontset-plain-name):
20034 * mail/feedmail.el (feedmail-look-at-queue-directory):
20035 * mail/mailalias.el (mail-get-names):
20036 * mail/rmail.el (rmail-convert-to-babyl-format):
20037 * mail/rmailsum.el (rmail-make-basic-summary-line)
20038 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20039 (rmail-summary-goto-msg):
20040 * mail/smtpmail.el (smtpmail-read-response):
20041 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20042 (ange-ftp-vms-add-file-entry):
20043 * play/gametree.el (gametree-looking-at-ply)
20044 (gametree-current-branch-score):
20045 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20046 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20047 * progmodes/cperl-mode.el (condition-case):
20048 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20049 (ebrowse-set-member-buffer-column-width)
20050 (ebrowse-select-1st-to-9nth):
20051 * progmodes/etags.el (etags-snarf-tag):
20052 * progmodes/flymake.el (flymake-parse-line):
20053 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20054 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20055 (idlwave-shell-menu-def):
20056 * progmodes/ps-mode.el (ps-run-goto-error):
20057 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20058 (vhdl-speedbar-contract-level):
20059 * term/mac-win.el (x-handle-numeric-switch):
20060 * term/sun-mouse.el (sun-get-frame-data):
20061 * term/w32-win.el (x-handle-numeric-switch):
20062 * term/x-win.el (x-handle-numeric-switch):
20063 * textmodes/ispell.el (ispell-parse-output):
20064 * textmodes/nroff-mode.el (nroff-outline-level):
20065 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20066 (reftex-bib-sort-year-reverse, reftex-format-citation):
20067 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20068 (reftex-section-number):
20069 * textmodes/texinfmt.el (texinfo-paragraphindent):
20070 Replace `string-to-int' by `string-to-number'.
20071
20072 * international/latexenc.el: Add page marker to force the "Local
20073 Variables:" string out of the last page.
20074
20075 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20076
20077 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20078 tooltip-change-major-mode.
20079 (gud-tooltip-print-command): Remove case where gud-minor-mode
20080 is gdb ("--fullname").
20081 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20082 explain to user.
20083
20084 2005-05-16 Jay Belanger <belanger@truman.edu>
20085
20086 * calc/calc-store.el (calc-copy-special-constant): New function.
20087
20088 * calc/calc-ext.el (calc-init-extensions): Add binding for
20089 `calc-copy-special-constant'.
20090
20091 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20092 for the `calc-copy-special-constant' command.
20093
20094 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20095
20096 * subr.el (left-fringe-p): New function.
20097
20098 * progmodes/compile.el (compilation-setup): Set local value of
20099 overlay-arrow-string to "" always.
20100 (compilation-set-window): Left fringe then don't scroll.
20101 No left fringe then no arrow and scroll message to top.
20102 (compilation-context-lines): Adjust doc string accordingly.
20103
20104 2005-05-16 Kim F. Storm <storm@cua.dk>
20105
20106 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20107 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20108 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20109 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20110 (ido-read-file-name): Handle commands with ido property value
20111 equal to find-file as reading a file name, to allow C-d to enter dired.
20112 (ibuffer-find-file): Add ido property with value find-file.
20113
20114 2005-05-15 Kim F. Storm <storm@cua.dk>
20115
20116 * subr.el (open-network-stream-nowait): Remove.
20117 (open-network-stream-server): Remove.
20118
20119 2005-05-15 Richard M. Stallman <rms@gnu.org>
20120
20121 * faces.el (describe-face): Output a definition link button.
20122
20123 * help-mode.el (help-face-def): New button type.
20124
20125 * emacs-lisp/copyright.el (copyright-fix-years):
20126 Match properly if the first year is 2-digit.
20127 Don't mess up the whitespace after the years by filling.
20128
20129 * dired-aux.el (dired-mark-confirm):
20130 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20131
20132 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20133 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20134 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20135
20136 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20137 Set font-lock-comment-start-skip.
20138
20139 * font-lock.el (font-lock-comment-start-skip): New variable.
20140 (font-lock-comment-end-skip): New variable.
20141 (font-lock-fontify-syntactically-region): Use them if non-nil.
20142
20143 2005-05-15 Jay Belanger <belanger@truman.edu>
20144
20145 * calc/calc-store.el (calc-store-value): Return a string rather
20146 than display it as a message.
20147 Use calc-var-name for variable name.
20148 (calc-store-into): Add the result of calc-store-value to message.
20149 (calc-copy-variable): Add a message.
20150 (calc-store-exchange): Improve error messages.
20151 (calc-store-binary, calc-store-map): Don't reset the values of
20152 special constants.
20153
20154 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20155
20156 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20157 manual to docstring.
20158
20159 * files.el (hack-local-variables-confirm): Add STRING argument.
20160 Make the function handle non file visiting buffers correctly.
20161 (hack-local-variables-prop-line, hack-local-variables)
20162 (hack-one-local-variable): Use STRING arg of
20163 `hack-local-variables-confirm'.
20164
20165 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20166
20167 Sync with Tramp 2.0.49.
20168
20169 * net/tramp.el (tramp-handle-dired-call-process)
20170 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20171 because the contents of the Tramp buffer is changed before
20172 insertion (`expand-file' and alike).
20173 (tramp-handle-insert-directory): If `localname' has an empty
20174 nondirectory name, it must not be quoted.
20175 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20176 variable `tramp-chunksize'. Change callees.
20177 (tramp-open-connection-setup-interactive-shell): Check remote host
20178 for buggy `send-process-string' implementation.
20179 Set `tramp-chunksize' if found. Reported by Michael Kifer
20180 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20181 (tramp-handle-shell-command): `insert-buffer' cannot be used
20182 because the contents of the Tramp buffer is changed before
20183 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20184 <frederic.bothamy@free.fr>.
20185 (tramp-set-auto-save): Actions should be done for Tramp file name
20186 handler only. Ange-FTP has its own auto-save mechanism.
20187 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20188 (tramp-set-auto-save-file-modes): Set file modes of
20189 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20190 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20191 (tramp-bug): Remove obsolete variable.
20192 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20193 for presence of `mml-mode'. Make it running for older Emacsen as well.
20194
20195 2005-05-14 John Paul Wallington <jpw@pobox.com>
20196
20197 * ibuf-ext.el (define-ibuffer-filter filename):
20198 If `dired-directory' is a list, use its car.
20199
20200 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20201
20202 * ibuffer.el (define-ibuffer-column filename):
20203 If `dired-directory' is a list, use its car.
20204
20205 2005-05-14 Richard M. Stallman <rms@gnu.org>
20206
20207 * subr.el (symbol-file): Doc fix.
20208
20209 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20210 (byte-compile-form): Call byte-compile-nogroup-warn.
20211 (byte-compile-warning-types): Doc fix.
20212
20213 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20214
20215 * progmodes/cc-engine.el (c-literal-faces):
20216 Add font-lock-comment-delimiter-face.
20217
20218 * net/net-utils.el (dig): Use with-no-warnings.
20219
20220 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20221 (sc-recite-frame-alist, sc-default-cite-frame)
20222 (sc-default-uncite-frame, sc-default-recite-frame)
20223 (sc-attrib-selection-list, sc-rewrite-header-list):
20224 Mark as risky-local-variable.
20225
20226 * international/ogonek.el (ogonek-jak, ogonek-how):
20227 Don't use beginning-of-buffer.
20228
20229 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20230
20231 * calendar/solar.el (solar-data-list): Move definition up.
20232
20233 * dnd.el (dnd-protocol-alist): Add autoload.
20234
20235 * progmodes/sh-script.el: Many doc usage fixes.
20236 (sh-indent-after-do): Change default to match common styles.
20237
20238 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20239
20240 * files.el (interpreter-mode-alist)
20241 (auto-mode-interpreter-regexp): Doc fixes.
20242
20243 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20244
20245 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20246
20247 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20248
20249 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20250
20251 * dired.el (dired-mode): make-variable-buffer-local =>
20252 make-local-variable.
20253
20254 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20255
20256 * term/mac-win.el (mac-select-convert-to-string): Try coding
20257 systems in mac-script-code-coding-systems if specified one cannot
20258 encode string for `com.apple.traditional-mac-plain-text'.
20259
20260 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20261
20262 * progmodes/make-mode.el (makefile-targets-face)
20263 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20264 (makefile-dependency-regex): Fix it to not make the colon in
20265 $(var:a=b) special.
20266 (makefile-rule-action-regex): New regexp for highlighting embedded
20267 Shell strings.
20268 (makefile-macroassign-regex): Handle != for highlighting as
20269 embedded Shell strings.
20270 (makefile-var-use-regex): New const.
20271 (makefile-statements, makefile-automake-statements)
20272 (makefile-gmake-statements, makefile-makepp-statements)
20273 (makefile-bsdmake-statements): New consts.
20274 (makefile-make-font-lock-keywords): New function.
20275 (makefile-automake-font-lock-keywords)
20276 (makefile-gmake-font-lock-keywords)
20277 (makefile-makepp-font-lock-keywords)
20278 (makefile-bsdmake-font-lock-keywords): New consts.
20279 (makefile-mode-map): Add switchers between the various submodes.
20280 (makefile-mode): Document the availability of the variants.
20281 (makefile-automake-mode, makefile-gmake-mode)
20282 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20283
20284 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20285 new variants of makefile-mode.
20286
20287 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20288
20289 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20290 the inheritance.
20291
20292 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20293
20294 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20295 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20296
20297 * files.el (normal-mode): Extend the scope of the
20298 `enable-local-variables' binding to include the `set-auto-mode' call.
20299 (magic-mode-alist): Doc fix.
20300
20301 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20302
20303 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20304 font-lock-comment-face rather than copying its setting.
20305
20306 2005-05-12 Andreas Schwab <schwab@suse.de>
20307
20308 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20309
20310 2005-05-12 Lute Kamstra <lute@gnu.org>
20311
20312 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20313 defcustom for the mode hook variable. Delete the last argument.
20314 * generic-x.el: Fix callers of define-generic-mode.
20315 (generic-x-modes): Delete group.
20316 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20317 generic-x customization group.
20318
20319 2005-05-12 Kim F. Storm <storm@cua.dk>
20320
20321 * font-lock.el (font-lock-negation-char-face): Default to "off".
20322
20323 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20324 font-lock-negation-char-face to ! in !=.
20325
20326 2005-05-12 Masatake YAMATO <jet@gyve.org>
20327
20328 * add-log.el (find-change-log): Fix typos in the docstring
20329 of function.
20330
20331 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20332
20333 * international/latexenc.el (latexenc-find-file-coding-system):
20334 Avoid `re-search-forward' when looking for input encoding because
20335 of speed and safety. Better regular expressions for recognizing
20336 input encoding. Limit a search for TeX-master/tex-main-file to
20337 the local variable section.
20338
20339 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20340
20341 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20342 syntax of $ to "'" (quote).
20343
20344 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20345
20346 * dnd.el (dnd-protocol-alist): Improve custom type.
20347
20348 * dired.el (dired-dnd-protocol-alist): New variable.
20349 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20350 `dired-mode-hook' to the end.
20351
20352 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20353
20354 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20355 comment-end if comment-start-skip is not set.
20356 Obey the font-lock-comment-delimiter-face variables.
20357
20358 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20359
20360 * files.el (executable-find): Move from executable.el. Use
20361 locate-file.
20362 * progmodes/executable.el (executable-find): Move to files.el.
20363
20364 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20365 when trying to ensure forward progress.
20366
20367 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
20368
20369 * mouse-sel.el (mouse-sel-follow-link-p): New function.
20370 (mouse-select, mouse-select-internal, mouse-extend-internal):
20371 Use it to implement mouse-1-click-follows-link functionality.
20372
20373 2005-05-11 Richard M. Stallman <rms@gnu.org>
20374
20375 * font-lock.el (font-lock-fontify-syntactically-region):
20376 Use font-lock-comment-delimiter-face for comment delimiters.
20377
20378 2005-05-10 Jay Belanger <belanger@truman.edu>
20379
20380 * calc/calc-help.el (calc-m-prefix-help): Add mention of
20381 preserving embedded modes.
20382
20383 2005-05-10 Richard M. Stallman <rms@gnu.org>
20384
20385 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
20386
20387 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
20388 Move from ada-stmt.el.
20389 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
20390
20391 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
20392 Move to ada-mode.el.
20393 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
20394
20395 * cus-edit.el (custom-file): Call file-chase-links.
20396
20397 * files.el (read-directory-name): Fix previous change.
20398 (hack-local-variables-confirm): New function.
20399 (hack-local-variables-prop-line, hack-local-variables)
20400 (hack-one-local-variable): Use it.
20401
20402 2005-05-10 Lute Kamstra <lute@gnu.org>
20403
20404 * font-lock.el (font-lock-keywords-alist)
20405 (font-lock-removed-keywords-alist): Clarify docstrings.
20406
20407 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
20408
20409 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
20410 (gdb-source-info): Check for preprocessor info.
20411 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
20412 a macro for a function.
20413 (gdb-info-breakpoints-custom): Try to find file again if not already
20414 found (user might have used GDB dir command).
20415 (gdb-get-location): Update gdb-location-alist correctly for change
20416 to gdb-info-breakpoints-custom.
20417
20418 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
20419 (gud-tooltip-print-command): Add gdbmi case.
20420 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
20421 preprocessor info.
20422
20423 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
20424
20425 * startup.el (fancy-splash-insert): Fix typo in doc string.
20426
20427 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
20428
20429 * obsolete/float.el (string-to-float):
20430 * obsolete/hilit19.el (hilit-add-pattern):
20431 * obsolete/rnews.el (news-parse-range, news-select-message)
20432 (news-get-pruned-list-of-files): Replace `string-to-int' by
20433 `string-to-number'.
20434
20435 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
20436 `find-file-not-found-hooks'; use `add-hook'.
20437 (uncompress-while-visiting): Set `write-file-functions', not
20438 `write-file-hooks'; use `add-hook'.
20439
20440 2005-05-09 Kim F. Storm <storm@cua.dk>
20441
20442 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
20443 (cua-paste): Handle clipboard action.
20444 (cua--init-keymaps): Remap clipboard-kill-region and
20445 clipboard-kill-ring-save.
20446
20447 2005-05-08 Eli Zaretskii <eliz@gnu.org>
20448
20449 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20450 Improve commentary.
20451
20452 * simple.el (next-error-overlay-arrow-position): Revert the change
20453 made on 2005-04-30.
20454
20455 2005-05-07 Jay Belanger <belanger@truman.edu>
20456
20457 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
20458 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
20459 `calc-sel-reselect'.
20460
20461 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
20462 Calc is in embedded mode.
20463
20464 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20465
20466 * progmodes/compile.el (compilation-setup):
20467 Set overlay-arrow-string to an empty string on text terminals.
20468
20469 * textmodes/ispell.el (ispell-program-name): Try looking for
20470 "aspell" along exec-path, and if found, use it as the default
20471 speller program.
20472
20473 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
20474
20475 * international/mule.el (sgml-xml-auto-coding-function):
20476 Recognize encoding='FOO' in single quotes as well as in double quotes.
20477
20478 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20479
20480 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
20481 as well as `interactive', so that defmacro* would recognize
20482 `declare' forms.
20483
20484 2005-05-07 Eli Zaretskii <eliz@gnu.org>
20485
20486 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
20487 Explain more about the LIGHTER arg's usage in the doc string.
20488 Add commentary to clarify what the code does. Fix the regexp that
20489 strips whitespace from LIGHTER. Quote LIGHTER before using it,
20490 since it could have characters special to regular expressions.
20491
20492 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
20493
20494 * replace.el (occur-1): Bind inhibit-read-only so that
20495 erase-buffer doesn't barf on read-only text properties (likewise
20496 for add-text-properties in occur-engine). Mark buffer as unmodified.
20497 (occur-engine): Don't set buffer-read-only here.
20498
20499 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20500
20501 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
20502 list-buffers-directory. This caused the *cvs-commit* buffer to be
20503 sometimes mistakenly reused as a *cvs* buffer.
20504
20505 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
20506
20507 * tooltip.el: Move code for GUD tooltips into gud.el.
20508 (require): CL no longer needed to compile case.
20509 (tooltip-mode): Do not toggle functions for GUD tooltips.
20510 (tooltip-gud-tips-p): Remove. Replace with minor mode
20511 gud-tooltip-mode in gud.el.
20512 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
20513 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
20514 tooltip-gud prefix with gud-tooltip and obsolete.
20515 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
20516 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
20517 (tooltip-mouse-motion): Mouse movement functions/variable.
20518 Rename in gud.el by adding gud prefix.
20519 (tooltip-gud-original-filter, tooltip-gud-dereference)
20520 (tooltip-gud-event, tooltip-toggle-gud-tips)
20521 (tooltip-gud-process-output, tooltip-gud-print-command)
20522 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
20523 gud.el by replacing tooltip-gud prefix with gud-tooltip.
20524 (gdb-tooltip-print): Move to gdb-ui.el.
20525
20526 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
20527 (require): CL needed to compile case.
20528 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
20529 tooltip-gud-tips-p. Make it a minor-mode.
20530 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
20531 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
20532 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
20533 (gud-tooltip-change-major-mode)
20534 (gud-tooltip-activate-mouse-motions-if-enabled)
20535 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
20536 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
20537 (gud-tooltip-original-filter, gud-tooltip-dereference)
20538 (gud-tooltip-event, tooltip-toggle-gud-tips)
20539 (gud-tooltip-process-output, gud-tooltip-print-command)
20540 (gud-tooltip-tips): Move from tooltip.el.
20541
20542 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
20543 (gdb-cpp-define-alist-flags): Doc fix.
20544 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
20545 gud-tooltip-mode is t.
20546
20547 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
20548
20549 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
20550 evaporate if their text is deleted.
20551 (goto-address-at-point): Make it work as a mouse binding as well.
20552 (goto-address-at-mouse): Obsolete it. Update users.
20553
20554 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20555
20556 * calendar/appt.el (top-level): No longer activate on load.
20557
20558 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
20559
20560 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20561 * net/webjump.el (webjump):
20562 * progmodes/idlw-help.el (idlwave-do-context-help1)
20563 (idlwave-highlight-linked-completions):
20564 * textmodes/po.el (po-find-file-coding-system-guts):
20565 Replace `assoc-ignore-case' by `assoc-string'.
20566
20567 2005-05-06 Eli Zaretskii <eliz@gnu.org>
20568
20569 * files.el (locate-file): Doc fix.
20570
20571 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
20572 Remove the redundant test for ms-dos.
20573
20574 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
20575 look for the preprocessor with exec-suffixes. If not found in
20576 standard places, look in exec-path. Remove most of the tests that
20577 used system-type.
20578
20579 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
20580
20581 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
20582
20583 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
20584 file-name clash with jka-compr.el on 8+3 filesystems.
20585
20586 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20587
20588 * term/mac-win.el: Don't define or bind scroll bar functions if
20589 x-toolkit-scroll-bars is t.
20590 (x-select-text, x-get-selection-value): Clear
20591 x-last-selected-text-clipboard if x-select-enable-clipboard is
20592 nil.
20593 (PRIMARY): Put mac-scrap-name property.
20594 (mac-select-convert-to-file-url): New function.
20595 (public.file-url): New selection target type. Add to
20596 selection-converter-alist.
20597 (x-get-selection, x-selection-value): Handle it.
20598 (x-cut-buffer-or-selection-value): New alias.
20599
20600 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20601
20602 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
20603 entry to avoid calling bibtex-find-entry with arg global
20604 being t. Remove arg key.
20605 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
20606 (bibtex-copy-summary-as-kill): Change accordingly.
20607
20608 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
20609
20610 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
20611 (org-agenda-date-later): Use with-current-buffer.
20612
20613 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
20614
20615 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
20616 (define-obsolete-variable-alias): Doc Fixes.
20617
20618 2005-05-06 Kim F. Storm <storm@cua.dk>
20619
20620 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
20621 vertical-motion when selective-display is active.
20622
20623 * ido.el (ido-setup-hook): New hook.
20624 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
20625 (ido-input-stack): New var.
20626 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
20627 ido-next-work-file binding to M-O.
20628 Bind M-f to ido-wide-find-file-or-pop-dir.
20629 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
20630 (ido-read-internal): Run ido-setup-hook.
20631 Catch quit in read-file-name and read-string to cancel edit.
20632 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
20633 Automatically pop-all when completing a directory name (RET).
20634 (ido-file-internal): Add with-no-warnings around ffap and dired code.
20635 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
20636 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
20637 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
20638 New functions for M-b/M-f to move among the directory components.
20639 (ido-make-merged-file-list): Catch quit to cancel merge.
20640 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
20641 (ido-completion-help): No warnings for ido-completion-buffer-full.
20642
20643 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
20644
20645 * font-lock.el (font-lock-negation-char-face): New face and variable.
20646 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
20647 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
20648 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
20649 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
20650
20651 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
20652
20653 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
20654 Fix typo in docstring.
20655
20656 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
20657 (ebrowse-print-statistics-line)
20658 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
20659
20660 * term/w32-win.el (image-library-alist): Add additional name for
20661 Xpm library.
20662
20663 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
20664
20665 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
20666 use gcc instead of cpp.
20667
20668 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
20669 (gdb-create-define-alist): Use it.
20670 (gdb-cpp-define-alist-program): Update for MS-DOS.
20671
20672 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
20673
20674 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
20675
20676 2005-05-04 Richard M. Stallman <rms@gnu.org>
20677
20678 * help.el (describe-key): No error when UNTRANSLATED is nil.
20679
20680 * simple.el (line-move-1): Fix previous change to signal errors
20681 appropriately.
20682
20683 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
20684
20685 * calendar/icalendar.el (icalendar-version): Now at 0.12.
20686 (icalendar-duration-correction): Remove.
20687 (icalendar--get-event-properties): Split result at commas.
20688 (icalendar--decode-isoduration): New optional argument
20689 DURATION-CORRECTION.
20690 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
20691 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
20692 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
20693 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
20694 (icalendar--convert-anniversary-to-ical): New functions, extracted
20695 from icalendar-export-region, with bug fixes.
20696 (icalendar-export-region): Use the above functions.
20697 (icalendar-import-buffer): Check before saving diary file.
20698 (icalendar--convert-recurring-to-diary)
20699 (icalendar--convert-non-recurring-all-day-to-diary)
20700 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
20701 extracted from icalendar--convert-ical-to-diary, with bug fixes.
20702 (icalendar--convert-ical-to-diary): Use the above functions.
20703
20704 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
20705
20706 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
20707 Remove these recent additions.
20708 (c-mode): Restore to before 2005-04-28.
20709
20710 * progmodes/cc-vars.el (cc-define-list-program): Remove this
20711 recent addition.
20712
20713 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
20714 (gdb-define-alist): New variables.
20715 (gdb-create-define-alist): New function.
20716 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
20717 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
20718 with string-to-number.
20719 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
20720
20721 * progmodes/gud.el: Replace string-to-int with string-to-number.
20722 (gud-find-file): Handle gdb-define-alist.
20723
20724 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
20725
20726 2005-05-02 Jay Belanger <belanger@truman.edu>
20727
20728 * calc/calc-aent.el (math-read-token):
20729 * calc/calc-bin.el (calc-word-size):
20730 * calc/calc-ext.el (calc-read-number-fancy):
20731 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
20732 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
20733 * calc/calc-frac.el (calc-over-notation):
20734 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
20735 (calc-graph-num-points, calc-graph-init):
20736 * calc/calc-prog.el (calc-read-parse-table-part)
20737 (calc-edit-macro-repeats):
20738 * calc/calc-yank.el (calc-do-grab-rectangle):
20739 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
20740 Replace `string-to-int' by `string-to-number'.
20741
20742 2005-05-02 Kim F. Storm <storm@cua.dk>
20743
20744 * kmacro.el: Use executing-kbd-macro-index variable.
20745
20746 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
20747
20748 * net/rlogin.el (rlogin-parse-words): Delete func.
20749 (rlogin): Use split-string, not rlogin-parse-words.
20750 Also, if there are option-like elements in the parsed args,
20751 take the host to be the first arg immediately following them.
20752 Suggested by Michael Mauger.
20753
20754 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20755
20756 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
20757
20758 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20759
20760 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
20761 (cc-mode-cpp-program): Rename to cc-define-list-program and
20762 move to cc-vars.el.
20763
20764 * progmodes/cc-vars.el (cc-define-list-program):
20765 Change to "gcc -E -dM -". Make customizable.
20766
20767 2005-05-02 Kim F. Storm <storm@cua.dk>
20768
20769 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
20770
20771 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
20772
20773 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
20774
20775 * international/mule-util.el (truncate-string): Remove alias and
20776 obsolete declaration.
20777
20778 * international/mule-cmds.el (update-iso-coding-systems):
20779 Remove alias and obsolete declaration.
20780
20781 * international/mule.el (coding-system-parent): Remove alias and
20782 obsolete declaration.
20783
20784 * subr.el (define-function, sref): Remove aliases and obsolete
20785 declarations.
20786 (chars-in-region): Remove obsolete declaration.
20787
20788 2005-05-01 Richard M. Stallman <rms@gnu.org>
20789
20790 * info.el (Info-mode): Set widen-automatically to nil, locally.
20791
20792 * simple.el (widen-automatically): New variable.
20793 (pop-global-mark): Obey widen-automatically.
20794
20795 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
20796
20797 * term/xterm.el (function-key-map): Call substitute-key-definition
20798 before the keymap size is increased by a lot of define-key calls.
20799
20800 2005-05-01 Richard M. Stallman <rms@gnu.org>
20801
20802 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
20803 Rename ARG to ELEMENT. Doc fix.
20804
20805 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20806
20807 * allout.el (allout-exposure): Remove macro and obsolete declaration.
20808 Remove references to allout-exposure/change to allout-new-exposure.
20809
20810 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
20811 bytecode symbols.
20812
20813 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
20814 (compiled-function-p, focus-frame, unfocus-frame):
20815 Remove aliases and obsolete declarations.
20816 Back out inadvertent changes from previous commit.
20817
20818 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
20819
20820 * files.el (require-final-newline): Make Custom tags consistent
20821 with mode-require-final-newline.
20822 (mode-require-final-newline): Doc fix.
20823
20824 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
20825
20826 * international/latexenc.el (latexenc-find-file-coding-system):
20827 Fix regular expressions.
20828
20829 2005-05-01 David Kastrup <dak@gnu.org>
20830
20831 * international/latexenc.el (latexenc-find-file-coding-system):
20832 Fix regular expressions.
20833
20834 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
20835
20836 * subr.el (string-to-int): Make obsolete.
20837
20838 2005-04-30 Richard M. Stallman <rms@gnu.org>
20839
20840 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
20841
20842 * loadup.el: load jka-comp-hook.
20843
20844 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
20845 (jka-compr-handler): Add autoload. `put' calls moved
20846 to jka-comp-hook.el.
20847 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
20848 (jka-compr-inhibit): Autoload.
20849
20850 * jka-comp-hook.el: New file.
20851 Enable the mode by default.
20852
20853 * files.el (backup-buffer-copy): Use copy-file instead
20854 of write-region, and put back the 'excl.
20855
20856 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
20857
20858 * progmodes/flymake.el (flymake-split-string)
20859 (flymake-split-string, flymake-log, flymake-pid-to-names)
20860 (flymake-reg-names, flymake-get-source-buffer-name)
20861 (flymake-unreg-names, flymake-add-line-err-info)
20862 (flymake-add-err-info): Clarify docstrings.
20863 (flymake-popup-menu, flymake-make-emacs-menu)
20864 (flymake-make-xemacs-menu): Add docstrings.
20865 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
20866 Set variables directly throughout.
20867
20868 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
20869
20870 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
20871 exists. Initialize cc-define-alist.
20872 (c-mode): Add cc-create-define-alist locally to after-save-hook.
20873 If there is no file (Macroexpansion) don't create an alist.
20874
20875 2005-04-29 Sam Steingold <sds@gnu.org>
20876
20877 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
20878 (cc-create-define-alist): Use it instead of the hard-coded string.
20879
20880 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
20881
20882 * international/mule-conf.el (file-coding-system-alist): Fix regexp
20883 for latexenc.
20884
20885 2005-04-29 Lute Kamstra <lute@gnu.org>
20886
20887 * emacs-lisp/generic.el: Improve commentary section.
20888 (define-generic-mode): Improve docstring.
20889
20890 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
20891
20892 * textmodes/org.el (many places): Change to quiet the byte compiler.
20893 (org-prefix-format-compiled): New variable.
20894 (org-compile-prefix-format): New function.
20895 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
20896 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
20897 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
20898 (org-get-entries-from-diary): Use `org-get-time-of-day' for
20899 consistency with entries from `org-mode' files.
20900 (org-get-time-of-day): Fix bug with partial matches early in a line.
20901 (org-non-link-chars): New constant.
20902 (org-link-regexp): Respect `org-non-link-chars'.
20903 (org-agenda-day-view): Remove command.
20904 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
20905 (org-follow-bbdb-link, org-store-link): Search also company field.
20906 (org-highlight-overlay): New variable.
20907 (org-highlight, org-unhighlight): New functions.
20908 (org-agenda-mode): Add pre-command-hook to remove highlight.
20909 (org-evaluate-time-range): Behavior depends upon whether time stamp
20910 contains a time or not.
20911 (org-show-subtree, org-show-entry): New functions.
20912 (org-agenda-cleanup-fancy-diary): Remove empty lines.
20913
20914 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
20915
20916 * comint.el (comint-output-filter-functions): Add autoload cookie.
20917
20918 2005-04-28 Kim F. Storm <storm@cua.dk>
20919
20920 * ido.el (ido-everywhere): Fix last change.
20921
20922 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20923
20924 * international/latexenc.el: New file.
20925 * international/mule-conf.el (file-coding-system-alist): For .tex,
20926 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
20927
20928 2005-04-28 Lute Kamstra <lute@gnu.org>
20929
20930 * font-lock.el (font-lock-add-keywords)
20931 (font-lock-remove-keywords): Clarify docstring.
20932 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
20933 Don't start docstrings with a `*'.
20934 (font-lock-update-removed-keyword-alist): Give it a docstring.
20935
20936 * generic-x.el: Update commentary section.
20937 Only require font-lock when compiling.
20938 Define all modes conditionally.
20939 Place all generic modes in the generic-x-modes customization group.
20940 (generic-x-modes): New customization group.
20941 (generic-default-modes, generic-mswindows-modes)
20942 (generic-unix-modes, generic-other-modes): New constants.
20943 (generic-define-mswindows-modes, generic-define-unix-modes):
20944 Update docstrings. Make them obsolete.
20945 (generic-extras-enable-list): New default value. Update docstring.
20946 Improve :type. Change :set function.
20947 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
20948 Fix docstring.
20949
20950 * emacs-lisp/generic.el (generic-mode-internal):
20951 Simplify font-lock-defaults.
20952 (define-generic-mode): Fix docstring.
20953
20954 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
20955
20956 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
20957 font-lock-face property to highlight matches.
20958
20959 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
20960
20961 * progmodes/cc-mode.el (cc-create-define-alist): New function.
20962 (cc-define-alist): New variable.
20963 (c-mode): Make it local and initialize it.
20964
20965 * progmodes/gdb-ui.el (gdb-active-process): New variable.
20966 (gdb-exited): New function.
20967 (gdb-annotation-rules): Use it.
20968 (gdb-starting): Set gdb-active-process to t.
20969 (gdb-stopping): Amend doc string.
20970 (gdb-reset): Set gdb-active-process to nil.
20971
20972 * tooltip.el (tooltip-gud-tips): Show the associated #define
20973 directives when a C program under GDB is not executing.
20974
20975 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
20976
20977 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
20978 font-lock-fontify-syntactic-keywords.
20979
20980 * font-lock.el (font-lock-default-fontify-region): Don't force
20981 parse-sexp-lookup-properties to nil.
20982
20983 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
20984
20985 * man.el (man-mode-syntax-table): Set up `:' to have
20986 word-constituent syntax.
20987
20988 2005-04-27 Lute Kamstra <lute@gnu.org>
20989
20990 * novice.el (disable-command): Don't add spurious newlines to the
20991 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
20992
20993 2005-04-26 Jay Belanger <belanger@truman.edu>
20994
20995 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
20996 than one window before deleting window.
20997
20998 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
20999
21000 * shell.el (shell-prompt-pattern): Doc fix.
21001 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21002
21003 * comint.el (comint-prompt-regexp, comint-get-old-input)
21004 (comint-use-prompt-regexp)
21005 (comint-use-prompt-regexp-instead-of-fields)
21006 (comint-replace-by-expanded-history, comint-send-input)
21007 (comint-output-filter, comint-get-old-input-default)
21008 (comint-line-beginning-position, comint-bol, comint-show-output)
21009 (comint-backward-matching-input, comint-forward-matching-input)
21010 (comint-next-prompt, comint-previous-prompt):
21011 Rename `comint-use-prompt-regexp-instead-of-fields' to
21012 `comint-use-prompt-regexp'. Keep old name as alias and declare
21013 obsolete.
21014 (comint-use-prompt-regexp): Shorten first line of doc string.
21015
21016 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21017 Set paragraph-separate buffer locally to "\\'".
21018
21019 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21020 Adapt to above name change.
21021
21022 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21023 (smbclient-prompt-regexp): Ditto.
21024
21025 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21026
21027 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21028
21029 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21030 gdb-location-list.
21031 Break lines that are over 80 characters wide.
21032
21033 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21034
21035 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21036 New fun and var, to preserve compatibility.
21037
21038 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21039
21040 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21041
21042 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21043 name to file-newer-than-file-p.
21044
21045 2005-04-26 Richard M. Stallman <rms@gnu.org>
21046
21047 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21048
21049 * progmodes/python.el (python-mode):
21050 Use new name eldoc-documentation-function.
21051
21052 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21053
21054 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21055 (eldoc-documentation-function):
21056 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21057
21058 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21059
21060 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21061
21062 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21063
21064 * term/xterm.el (function-key-map): Fix strings for
21065 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21066 {C,S,A,C-S}-{f1-f12}.
21067
21068 2005-04-26 Kenichi Handa <handa@m17n.org>
21069
21070 * international/mule-cmds.el (select-safe-coding-system):
21071 Fix previous change.
21072
21073 2005-04-26 Lute Kamstra <lute@gnu.org>
21074
21075 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21076
21077 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21078 (font-lock-comment-delimiter-face): Ditto.
21079
21080 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21081
21082 2005-04-25 Jay Belanger <belanger@truman.edu>
21083
21084 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21085 to t while inserting information; use help-mode.
21086
21087 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21088
21089 * term.el (ansi-term-color-vector): Use the xterm colors.
21090 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21091
21092 2005-04-25 Lute Kamstra <lute@gnu.org>
21093
21094 * font-core.el (font-lock-defaults): Fix docstring.
21095
21096 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21097
21098 2005-04-25 Kenichi Handa <handa@m17n.org>
21099
21100 * international/mule-cmds.el (select-safe-coding-system):
21101 Don't check consistency with coding: spec, etc if raw-text or
21102 no-conversion was found to be safe.
21103
21104 2005-04-24 Richard M. Stallman <rms@gnu.org>
21105
21106 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21107 citation markers at start of each line.
21108
21109 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21110 citation markers at start of each line.
21111
21112 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21113
21114 * files.el (mode-require-final-newline): Fix previous change.
21115 (require-final-newline): Fix type label.
21116
21117 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21118
21119 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21120 statement in buffer (broken by 2004-11-24 change).
21121
21122 2005-04-24 Kim F. Storm <storm@cua.dk>
21123
21124 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21125 and read-file-name-function values. Don't overwrite existing
21126 non-nil values if ido-mode is enabled without ido-everywhere.
21127
21128 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21129
21130 * files.el (mode-require-final-newline): Minor doc fix.
21131
21132 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21133
21134 * subr.el (syntax-after): Doc fix.
21135 (syntax-class): If argument is nil, return nil. Mask off upper 16
21136 bits, not 8 bits.
21137
21138 * files.el (mode-require-final-newline): Doc fix.
21139 (backup-buffer-copy): Fix last change.
21140
21141 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21142
21143 * term/mac-win.el: Require select. Set selection-coding-system to
21144 mac-system-coding-system. Call menu-bar-enable-clipboard.
21145 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21146 (x-select-enable-clipboard): New variables.
21147 (x-select-text, x-get-selection, x-selection-value)
21148 (x-get-selection-value, mac-select-convert-to-string)
21149 (mac-services-open-file, mac-services-open-selection)
21150 (mac-services-insert-text): New functions.
21151 (CLIPBOARD, FIND): Put mac-scrap-name property.
21152 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21153 (public.tiff): Put mac-ostype property.
21154 (selection-converter-alist): Add entries for them.
21155 (mac-application-menu-map): New keymap.
21156 (interprogram-cut-function, interprogram-paste-function): Set to
21157 x-select-text and x-get-selection-value, respectively.
21158 (split-window-keep-point): Set to t.
21159
21160 2005-04-23 Richard M. Stallman <rms@gnu.org>
21161
21162 * files.el (read-directory-name): Always pass non-nil
21163 DEFAULT-FILENAME arg to read-file-name.
21164 (backup-buffer-copy, basic-save-buffer-2): Take care against
21165 writing thru an unexpected existing symlink.
21166 (revert-buffer): In indirect buffer, revert the base buffer.
21167 (magic-mode-alist): Doc fix.
21168 (buffer-stale-function): Doc fix.
21169 (minibuffer-with-setup-hook): Avoid warning.
21170 (mode-require-final-newline): Doc and custom fix.
21171
21172 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21173
21174 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21175 use the default appearance.
21176 (font-lock-comment-delimiter-face): New face, new variable.
21177
21178 * imenu.el (imenu--generic-function): The official position of a
21179 definition is the start of the line that BEG is in.
21180
21181 * midnight.el (midnight-timer): Move defvar up.
21182
21183 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21184
21185 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21186
21187 * startup.el (command-line): Use with-no-warnings.
21188
21189 * window.el (window-size-fixed): New defvar.
21190
21191 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21192
21193 * mail/rmail.el (rmail-font-lock-keywords):
21194 Use font-lock-comment-delimiter-face.
21195
21196 * mail/sendmail.el (mail-font-lock-keywords):
21197 Use font-lock-comment-delimiter-face.
21198
21199 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21200
21201 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21202
21203 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21204 Specify t for LAXMATCH when matching directories.
21205 Save match data around compilation-compat-error-properties form.
21206
21207 2005-04-23 David Kastrup <dak@gnu.org>
21208
21209 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21210 Mention that the autoloaded aliases should be kept for AUCTeX.
21211
21212 2005-04-23 Andreas Schwab <schwab@suse.de>
21213
21214 * isearch.el (isearch-forward): Doc fix.
21215
21216 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21217
21218 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21219 (jit-lock-stealth-nice): Change default value to 0.5.
21220
21221 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21222
21223 * abbrev.el (write-abbrev-file): Write table entries in
21224 alphabetical order by table name.
21225
21226 2005-04-22 Kim F. Storm <storm@cua.dk>
21227
21228 * ido.el (ido-read-internal): Fix `list' completion.
21229
21230 2005-04-22 Kenichi Handa <handa@m17n.org>
21231
21232 * recentf.el (recentf-save-file-coding-system): New variable.
21233 (recentf-save-list): Encode the file by
21234 recentf-save-file-coding-system and add coding: tag.
21235
21236 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21237
21238 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21239
21240 2005-04-21 Lute Kamstra <lute@gnu.org>
21241
21242 * loadhist.el (unload-feature): Don't remove a function from hooks
21243 if it is about to be restored to an autoload . Remove functions
21244 that will become unbound from auto-mode-alist. Simplify the code.
21245
21246 * subr.el (assq-delete-all): New implementation that is linear,
21247 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21248 (rassq-delete-all): New function.
21249
21250 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21251 Add size-indication-mode.
21252
21253 2005-04-21 Kenichi Handa <handa@m17n.org>
21254
21255 * international/mule-cmds.el: Add autoload for widget-value in
21256 eval-when-compile.
21257
21258 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21259
21260 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21261 Add tooltip-mode.
21262
21263 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21264
21265 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21266
21267 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21268 (inferior-lisp-filter-regexp, inferior-lisp-program)
21269 (inferior-lisp-load-command, inferior-lisp-prompt)
21270 (inferior-lisp-mode-hook, lisp-source-modes)
21271 (inferior-lisp-load-hook): defvar->defcustom.
21272 (inferior-lisp-program, inferior-lisp-prompt)
21273 (inferior-lisp-load-hook): Doc fixes.
21274 (inferior-lisp-install-letter-bindings): Small change in
21275 introductory comment.
21276
21277 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21278
21279 * vc.el (vc-annotate-color-map): Change some colors so that text
21280 using them as foreground is readable on both white and black
21281 backgrounds.
21282
21283 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21284
21285 * international/mule-conf.el (translation-table-for-input):
21286 Remove redundant declaration.
21287
21288 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21289
21290 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21291
21292 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21293 (tooltip-toggle-gud-tips): New function.
21294
21295 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21296
21297 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21298 right angle brackets.
21299
21300 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21301
21302 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21303
21304 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21305
21306 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21307 Remove. Update callers to use expand-file-name instead.
21308
21309 * subr.el (syntax-class): New function.
21310
21311 * simple.el (blink-matching-open): Use it.
21312
21313 * paren.el (show-paren-function): Use it to recognize parens that are
21314 also used in 2-char comment markers.
21315
21316 2005-04-19 Lute Kamstra <lute@gnu.org>
21317
21318 * loadhist.el (unload-feature): Update for new format of
21319 load-history. Simplify the code.
21320
21321 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21322
21323 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21324 (mac-add-charset-info): New function. Initialize variable
21325 mac-charset-info-alist using it.
21326 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21327 for translation.
21328 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21329 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21330 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21331 New CCL programs.
21332
21333 2005-04-19 Kim F. Storm <storm@cua.dk>
21334
21335 * simple.el (next-buffer, prev-buffer, next-error)
21336 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21337 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21338
21339 * bindings.el (next-buffer, prev-buffer, next-error)
21340 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21341 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21342 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21343 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21344
21345 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21346
21347 * isearch.el (isearch-edit-string): Make the search-ring available for
21348 minibuffer history commands.
21349 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21350 the default history commands now work just as well.
21351 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21352
21353 2005-04-18 Kim F. Storm <storm@cua.dk>
21354
21355 * emulation/cua-base.el (cua--pre-command-handler): Add more
21356 elaborate check for shift modifier on non-window systems.
21357
21358 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21359
21360 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21361
21362 2005-04-18 Kim F. Storm <storm@cua.dk>
21363
21364 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21365 and make it optional. Don't test tooltip-gud-echo-area here.
21366 (tooltip-gud-process-output, gdb-tooltip-print):
21367 Pass tooltip-gud-echo-area to tooltip-show.
21368 (tooltip-help-tips): Remove second optional arg to tooltip-show.
21369
21370 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21371
21372 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
21373 `display-graphic-p' may not be bound yet.
21374
21375 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
21376
21377 * startup.el (command-line): No longer enable Xterm Mouse mode by
21378 default in terminals compatible with xterm.
21379
21380 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
21381
21382 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
21383
21384 * tooltip.el (tooltip-gud-echo-area): Rename from
21385 tooltip-use-echo-area.
21386 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
21387 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
21388 area independently of where help tooltips are displayed.
21389
21390 2005-04-17 David Kastrup <dak@gnu.org>
21391
21392 * cus-theme.el (custom-theme-write-variables): Quote variables
21393 where necessary.
21394
21395 2005-04-17 Richard M. Stallman <rms@gnu.org>
21396
21397 * simple.el (yank-excluded-properties): Add follow-link to value.
21398
21399 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
21400
21401 * startup.el (fancy-splash-max-time): Just 30 seconds.
21402 (fancy-splash-delay): Just 7.
21403 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
21404
21405 * loadhist.el (unload-feature): Update for new format of load-history.
21406 Simplify the code.
21407
21408 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
21409 (rmail-font-lock-keywords): Don't fontify the text of a citation.
21410
21411 * mail/sendmail.el (mail-font-lock-keywords):
21412 Don't fontify subject text.
21413 Don't fontify the text of a citation.
21414
21415 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
21416
21417 * comint.el (comint-output-filter): Run comint-output-filter-functions
21418 with point where the user had it.
21419
21420 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
21421
21422 * international/ucs-tables.el (ucs-set-table-for-input):
21423 Disable when using unify-on-decoding.
21424
21425 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
21426
21427 * emulation/cua-base.el (cua-global-mark-face): Add special case
21428 for displays supporting a high number of colors.
21429
21430 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21431
21432 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
21433
21434 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
21435
21436 * filesets.el (filesets-add-buffer): If user supplies a name of a
21437 non-existing fileset, create a new fileset.
21438
21439 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
21440
21441 * textmodes/org.el (org-up-heading-all): Fix bug with
21442 `outline-up-heading-all'.
21443
21444 2005-04-16 Andreas Schwab <schwab@suse.de>
21445
21446 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
21447 /etc/permissions.d/* and /etc/aliases.d/*.
21448
21449 2005-04-16 Kenichi Handa <handa@m17n.org>
21450
21451 * international/code-pages.el (cp-make-coding-system):
21452 Set `translation-table-for-input' property value to the symbol
21453 ucs-mule-to-mule-unicode, not to that value.
21454 (pt154): Escape guillemet by `\'.
21455
21456 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
21457
21458 * loadup.el: Load tooltip if x-show-tip is fboundp.
21459
21460 * startup.el (command-line): Add comment.
21461
21462 * tooltip.el (tooltip-mode): Specify correct standard value for
21463 Custom in init-value.
21464
21465 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
21466
21467 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
21468 possible.
21469
21470 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
21471
21472 * textmodes/org.el (org-agenda-date-prompt): Rename from
21473 `org-agenda-date-today'.
21474 (org-evaluate-time-range): Insert at point instead of directly
21475 after time range.
21476 (org-first-headline-recenter, org-subtree-end-visible-p)
21477 (org-optimize-window-after-visibility-change): New functions
21478 (org-agenda-post-command-hook): Don't allow point at end of line,
21479 to make sure it always hits the text properties.
21480 (org-agenda-next-date-line, org-agenda-previous-date-line):
21481 New commands.
21482 (org-set-regexps-and-options): Category may contain white space.
21483 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21484 Improve marker positions.
21485 (org-agenda-new-marker): Argument POS made optional.
21486 (org-agenda-get-timestamps): Deadlines which are done are listed
21487 in org-done-face now.
21488 (org-agenda-get-todos, org-agenda-get-timestamps)
21489 (org-agenda-get-deadlines, org-agenda-get-scheduled):
21490 Set `undone-face' and `done-face' properties.
21491 (org-last-todo-state-is-todo): New variable.
21492 (org-todo): Set `org-last-todo-state-is-todo'.
21493 (org-agenda-todo): Change face according to
21494 `org-last-todo-state-is-todo'. And change other lines referring to
21495 the same entry.
21496 (org-calendar-goto-agenda): New command.
21497 (org-calendar-to-agenda-key): New option.
21498 (org-startup-folded): New allowed value `content'.
21499 (org-set-regexps-and-options): Accept new value `content' for
21500 `org-startup-folded'.
21501 (org-get-current-options): Handle new value `content' for
21502 `org-startup-folded'.
21503 (org-insert-todo-heading): New command.
21504 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
21505 interactively in empty file and option
21506 `org-insert-mode-line-in-empty-file' has been set.
21507 (org-agenda-todo, org-agenda-priority): Modify to use
21508 `org-agenda-change-all-lines'.
21509 (org-warning-face): Change color on dark background
21510
21511 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21512
21513 * international/mule-cmds.el (set-locale-environment): On Mac OS,
21514 use preferences AppleLocale and AppleLanguages, and variable
21515 mac-system-locale for default locale. On Mac OS Classic, use
21516 mac-system-coding-system for default coding systems.
21517
21518 * term/mac-win.el: Don't set file-name-coding-system.
21519 Decode variables system-name, emacs-build-system, user-login-name, and
21520 user-full-name by mac-system-coding-system on Mac OS Classic.
21521 (mac-system-coding-system): New variable.
21522
21523 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
21524
21525 * startup.el (command-line): Handle `xterm-mouse-mode' before
21526 reading init file.
21527
21528 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
21529
21530 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
21531
21532 * progmodes/sh-script.el (sh-here-document-word): Make it a
21533 defcustom. Doc fix.
21534 (sh-add): Bash uses $(( )) for arithmetic.
21535 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
21536 (sh-maybe-here-document): Remove quotes and leading whitespace
21537 from heredoc word when closing. Indent heredoc with tabs if word
21538 starts with "-".
21539
21540 2005-04-13 Richard M. Stallman <rms@gnu.org>
21541
21542 * simple.el (undo): Fix previous change.
21543
21544 * custom.el (defface): Doc fix.
21545
21546 2005-04-13 Lute Kamstra <lute@gnu.org>
21547
21548 * Makefile.in (DONTCOMPILE): Remove list.
21549 (compile, compile-always): Don't use DONTCOMPILE.
21550 (update-authors): Load the library in which batch-update-authors
21551 is defined.
21552 * makefile.w32-in (DONTCOMPILE): Remove list.
21553 (compile, compile-always): Fix comments.
21554 (update-authors): Load the library in which batch-update-authors
21555 is defined.
21556
21557 * generic-x.el (generic-mode-ini-file-find-file-hook):
21558 Rename to ini-generic-mode-find-file-hook.
21559 Keep generic-mode-ini-file-find-file-hook as an alias.
21560 (ini-generic-mode-find-file-hook): Rename from
21561 generic-mode-ini-file-find-file-hook. Fix docstring.
21562 (ini-generic-mode): Docstring change.
21563 (bat-generic-mode-run-as-comint): Silence the byte compiler.
21564
21565 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
21566 called from lisp.
21567
21568 * generic.el: Move to the emacs-lisp subdir.
21569
21570 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
21571
21572 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
21573 and C-S- function and cursor motion keys.
21574
21575 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
21576
21577 * startup.el (command-line): Enable Xterm Mouse mode by default.
21578 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
21579 for Custom. No longer show "Mouse" in mode line when enabled.
21580 Doc fix.
21581
21582 2005-04-12 Kim F. Storm <storm@cua.dk>
21583
21584 * emulation/cua-base.el (cua-rectangle-face)
21585 (cua-rectangle-noselect-face): Define face attributes here.
21586
21587 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
21588
21589 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21590
21591 * startup.el (command-line): Turn off blinking cursor if
21592 cursorBlink in resources is off or false.
21593
21594 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21595
21596 * term/mac-win.el (dnd): Require dnd.
21597 (mac-drag-n-drop): Call dnd-handle-one-url.
21598 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
21599 (kTextEncodingISOLatin2): Remove constants.
21600 (mac-script-code-coding-systems): New constant.
21601 (mac-handle-language-change): New function.
21602 (special-event-map): Bind it to `language-change' event.
21603 (mac-centraleurroman, mac-cyrillic): New coding systems.
21604 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
21605 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
21606 and mac-cyrillic-encoder to encode-mac-centraleurroman and
21607 encode-mac-cyrillic, respectively.
21608
21609 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21610
21611 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
21612 Don't set overlay-arrow-string to "=>" as this is done
21613 globally in C now.
21614
21615 2005-04-12 Lute Kamstra <lute@gnu.org>
21616
21617 * generic-x.el (rc-generic-mode, rul-generic-mode):
21618 Fix auto-mode-alist entries.
21619 (etc-fstab-generic-mode): Tweak fontification.
21620
21621 * generic.el (generic-make-keywords-list): Fix docstring.
21622 (generic-mode-internal): Simplify generic-font-lock-keywords.
21623
21624 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21625
21626 * whitespace.el (whitespace-buffer-leading)
21627 (whitespace-buffer-trailing): Revert the incorrect test inversion.
21628 However, fix the highlight area for the leading and
21629 trailing whitespaces to show space.
21630
21631 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
21632
21633 * whitespace.el (whitespace-version): Bump to 3.5
21634
21635 (whitespace-buffer-leading, whitespace-buffer-trailing):
21636 Invert sense of the test to highlight the whitespace.
21637
21638 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21639
21640 * progmodes/gud.el (gud-display-line): GUD uses its own
21641 overlay arrow now so don't set overlay-arrow-string.
21642 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
21643
21644 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
21645
21646 * term.el (term-ansi-current-bold, term-ansi-current-underline)
21647 (term-ansi-current-reverse, term-ansi-current-invisible)
21648 (term-ansi-face-already-done): Change to boolean.
21649 (term-reset-terminal, term-handle-colors-array): Handle the above
21650 vars accordingly.
21651 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
21652 (term-emulate-terminal): Use the new name.
21653
21654 * faces.el (secondary-selection): Use yellow1, not yellow.
21655 (trailing-whitespace): Use red1, not red.
21656
21657 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21658
21659 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
21660 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
21661 (dired-dnd-handle-file): Call dnd-get-local-file-uri
21662
21663 * cus-edit.el (dnd): New group.
21664
21665 * term/w32-win.el (dnd): Require dnd
21666 (w32-drag-n-drop): Call dnd-handle-one-url.
21667
21668 * x-dnd.el: Require dnd.
21669 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
21670 Call dnd-handle-one-url.
21671 (x-dnd-types-alist, x-dnd-insert-utf8-text)
21672 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
21673 to dnd-insert-text.
21674 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
21675 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
21676 (x-dnd-get-local-file-name, x-dnd-open-local-file)
21677 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
21678
21679 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
21680
21681 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21682
21683 * wdired.el: Doc fixes.
21684 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
21685 (wdired-use-dired-vertical-movement): Rename from
21686 wdired-always-move-to-filename-beginning.
21687 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
21688 (wdired-change-to-wdired-mode): Change mode name.
21689 (wdired-newline): Delete.
21690
21691 2005-04-11 Richard M. Stallman <rms@gnu.org>
21692
21693 * whitespace.el (whitespace-highlight-the-space):
21694 Don't call whitespace-unhighlight-the-space here.
21695
21696 * simple.el (undo): Record t in undo-equiv-table
21697 for the redo record made by an undo-in-region.
21698
21699 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
21700
21701 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
21702 (gdb-frame-inferior-io-buffer): New Functions to control
21703 display of separate IO buffer.
21704 (menu): Add them to menu-bar.
21705 (gdb-display-buffer): Check for buffer another frame.
21706 Protect GUD buffer.
21707 (gdb-setup-windows): Create IO buffer if not already there.
21708 (gdb-memory-mode): Remove purecopy noops.
21709
21710 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21711
21712 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
21713 and pass to self-insert-command.
21714
21715 2005-04-11 Lute Kamstra <lute@gnu.org>
21716
21717 * generic.el: Commentary section cleanup.
21718 (generic): Delete.
21719 (generic-use-find-file-hook, generic-lines-to-scan)
21720 (generic-find-file-regexp, generic-ignore-files-regexp)
21721 (default-generic-mode, generic-mode-find-file-hook)
21722 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
21723 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
21724 (generic-use-find-file-hook, generic-lines-to-scan)
21725 (generic-find-file-regexp, generic-ignore-files-regexp)
21726 (default-generic-mode, generic-mode-find-file-hook)
21727 (generic-mode-ini-file-find-file-hook): Move from generic.el.
21728
21729 2005-04-10 Karl Fogel <kfogel@red-bean.com>
21730
21731 * bookmark.el (bookmark-write-file): Catch errors writing file.
21732 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
21733
21734 2005-04-10 Richard M. Stallman <rms@gnu.org>
21735
21736 * startup.el (fancy-splash-tail): Update copyright year.
21737 (command-line): Split part of -Q into -D.
21738 (emacs-basic-display): New defvar.
21739 (fancy-splash-text): Correct name of menu item.
21740
21741 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
21742
21743 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
21744 lines in one node.
21745
21746 * comint.el (comint-send-input): New arg ARTIFICIAL.
21747 Callers in this file changed.
21748
21749 * abbrev.el (define-abbrevs): Read system abbrevs properly.
21750
21751 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
21752
21753 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
21754
21755 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
21756 `ldap-search-internal'.
21757
21758 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21759
21760 * files.el (set-auto-mode-1): Use line-end-position.
21761
21762 * international/latin-1.el:
21763 * international/latin-2.el:
21764 * international/latin-3.el:
21765 * international/latin-4.el:
21766 * international/latin-5.el:
21767 * international/latin-8.el:
21768 * international/latin-9.el: Give punctuation syntax to NBSP.
21769
21770 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
21771 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
21772 Use char-classes to accept non-ascii letters, accepted in some recent
21773 bibtex implementations.
21774
21775 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
21776
21777 * custom.el (custom-set-minor-mode): Any non-nil value for the
21778 variable should enable the mode when set through Custom.
21779
21780 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
21781
21782 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
21783 TAB binding so tab-always-indent is obeyed.
21784 (vhdl-minibuffer-local-map): Move initialization into declaration.
21785 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
21786 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
21787 (vhdl-hooked-abbrev): Avoid test for XEmacs.
21788 (vhdl-current-line): Use line-beginning-position.
21789 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
21790 with-output-to-temp-buffer, so the current position can be recorded.
21791
21792 2005-04-10 Masatake YAMATO <jet@gyve.org>
21793
21794 * progmodes/compile.el (compilation-error-regexp-alist-alist):
21795 Add regexp for gcov.
21796
21797 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
21798
21799 * calendar/time-date.el (time-to-seconds, seconds-to-time)
21800 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
21801 syntax which Emacs 20 doesn't support.
21802
21803 2005-04-09 Richard M. Stallman <rms@gnu.org>
21804
21805 * help.el (describe-key-briefly, describe-key):
21806 Replace strings as event types with "(any string)".
21807
21808 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
21809
21810 * arc-mode.el (archive-mode-map): Move initialization into
21811 the declaration. Override *all* bindings of `undo'.
21812 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
21813
21814 2005-04-09 Jay Belanger <belanger@truman.edu>
21815
21816 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
21817
21818 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
21819
21820 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
21821 (xterm-register-default-colors): Update color values computation
21822 to match xterm-200.
21823
21824 2005-04-09 Kenichi Handa <handa@m17n.org>
21825
21826 * international/code-pages.el (iso-latin-7): Fix the map.
21827
21828 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
21829
21830 * emacs-lisp/lisp.el (defun-prompt-regexp)
21831 (parens-require-spaces, buffer-end, end-of-defun)
21832 (insert-parentheses): Doc fixes.
21833
21834 2005-04-08 Kim F. Storm <storm@cua.dk>
21835
21836 * comint.el (comint-highlight-prompt): Fix face spec.
21837 * hi-lock.el (hi-green): Likewise.
21838
21839 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21840
21841 * cus-edit.el (custom-modified-face):
21842 * comint.el (comint-highlight-input): Fix previous changes.
21843 * term.el (term-handle-ansi-escape): Add a comment.
21844
21845 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
21846
21847 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
21848 in the buffer and in whitespace-highlighted-space.
21849 (whitespace-unhighlight-the-space): Simplify.
21850 (whitespace-buffer): Simplify.
21851
21852 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
21853
21854 * textmodes/table.el (table-cell-face): Add special case for
21855 displays supporting a high number of colors.
21856 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21857 (vhdl-font-lock-reserved-words-face)
21858 (vhdl-speedbar-architecture-face)
21859 (vhdl-speedbar-instantiation-face)
21860 (vhdl-speedbar-architecture-selected-face)
21861 (vhdl-speedbar-instantiation-selected-face): Likewise.
21862 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
21863 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
21864 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
21865 (ebrowse-root-class-face, ebrowse-member-attribute-face)
21866 (ebrowse-progress-face): Likewise.
21867 * progmodes/compile.el (compilation-info-face): Likewise.
21868 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
21869 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
21870 * calendar/calendar.el (diary-face): Likewise.
21871 * woman.el (woman-italic-face, woman-bold-face)
21872 (woman-unknown-face): Likewise.
21873 * wid-edit.el (widget-button-pressed-face): Likewise.
21874 * whitespace.el (whitespace-highlight-face): Likewise.
21875 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
21876 * pcvs-info.el (cvs-marked-face): Likewise.
21877 * info.el (info-xref): Likewise.
21878 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
21879 * hilit-chg.el (highlight-changes-face)
21880 (highlight-changes-delete-face): Likewise.
21881 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
21882 (hi-red-b): Likewise.
21883 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
21884 * font-lock.el (font-lock-keyword-face)
21885 (font-lock-function-name-face, font-lock-warning-face): Likewise.
21886 * cus-edit.el (custom-invalid-face, custom-modified-face)
21887 (custom-set-face, custom-changed-face, custom-variable-tag-face)
21888 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
21889 * comint.el (comint-highlight-prompt): Likewise.
21890
21891 2005-04-08 Lute Kamstra <lute@gnu.org>
21892
21893 * font-lock.el (font-lock-keywords): Docstring fixes.
21894
21895 2005-04-08 Kenichi Handa <handa@m17n.org>
21896
21897 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
21898 chars are more than a limit, print " and more..." at the tail.
21899
21900 2005-04-08 Kim F. Storm <storm@cua.dk>
21901
21902 * emacs-lisp/authors.el (authors-aliases): Update list.
21903 (authors-ignored-files): New list.
21904 (authors-fixed-entries): Fix typo.
21905 (authors-renamed-files-alist): Update list.
21906 (authors-add): Check authors-ignored-files.
21907
21908 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
21909
21910 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
21911 optional, to ensure backward compatibility.
21912
21913 2005-04-08 Stephen Eglen <stephen@gnu.org>
21914
21915 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
21916
21917 2005-04-08 Kim F. Storm <storm@cua.dk>
21918
21919 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
21920
21921 * mouse.el (mouse-on-link-p): Doc fix.
21922
21923 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
21924
21925 * ielm.el (ielm-prompt-read-only): Doc fix.
21926
21927 * comint.el (comint-prompt-read-only): Doc fix.
21928
21929 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
21930
21931 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
21932 ensure dired always handles wildcards passed to ffap.
21933 (find-file-at-point): Use it.
21934 (ffap-dired-wildcards): Doc fix.
21935
21936 2005-04-07 Juri Linkov <juri@jurta.org>
21937
21938 * simple.el (next-error-overlay-arrow-position): New defvar.
21939 Put "=>" on its property `overlay-arrow-string'. Add it to
21940 `overlay-arrow-variable-list'.
21941
21942 * progmodes/compile.el (compilation-setup):
21943 Set `next-error-overlay-arrow-position' to nil. Also set it to
21944 nil in the local hook `kill-buffer-hook'. Make local variable
21945 `overlay-arrow-string' and set it to "=>".
21946 (compilation-goto-locus): Set BOL position to
21947 `next-error-overlay-arrow-position' instead of
21948 `overlay-arrow-position'.
21949
21950 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
21951 locally instead of adding it to the global hook.
21952 (Info-kill-buffer): Move up.
21953
21954 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
21955
21956 * term/xterm.el (xterm-standard-colors): Update color values from
21957 xterm-200.
21958
21959 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
21960
21961 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
21962
21963 * fast-lock.el:
21964 * lazy-lock.el: Move them to the obsolete subdir.
21965
21966 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
21967
21968 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
21969 (wdired-add-replace-advice): Remove.
21970 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
21971
21972 2005-04-06 Kim F. Storm <storm@cua.dk>
21973
21974 * startup.el (command-line): Add --bare-bones alias for -Q.
21975
21976 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21977
21978 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
21979 create the startup fontset if a font specification ends with
21980 `mac-roman'.
21981
21982 2005-04-06 Lute Kamstra <lute@gnu.org>
21983
21984 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
21985 change.
21986
21987 * emacs-lisp/copyright.el (copyright-update-year): Replace the
21988 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
21989
21990 2005-04-05 Lute Kamstra <lute@gnu.org>
21991
21992 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
21993 (define-generic-mode): Ditto. Fix debug declaration.
21994
21995 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
21996 Put them in the generic-x group.
21997
21998 * calendar/timeclock.el (timeclock): Doc fix.
21999
22000 * generic.el (define-generic-mode): Don't use custom-current-group.
22001 Document default :group value.
22002 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22003 (define-global-minor-mode): Don't use custom-current-group.
22004
22005 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22006
22007 * startup.el (command-line-1): Display startup-echo-area-message
22008 when fancy splash screen is in use.
22009
22010 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22011 (sh-escaped-newline): New face.
22012 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22013 newline, and use sh-escaped-newline face.
22014
22015 * progmodes/tcl.el (tcl-escaped-newline): New face.
22016 (tcl-builtin-list): New variable.
22017 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22018 newlines. Fix keywords subexpression number.
22019
22020 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22021
22022 * textmodes/org.el (org-diary-default-entry): Fix call to
22023 `add-to-diary-entry'.
22024
22025 2005-04-05 Kim F. Storm <storm@cua.dk>
22026
22027 * ediff-init.el: Use (featurep 'xemacs).
22028
22029 2005-04-05 David Ponce <david@dponce.com>
22030
22031 * cus-edit.el (face): Derive from symbol widget. Display sample
22032 of the current face on the fly.
22033 (widget-face-sample-face-get, widget-face-notify): New functions.
22034 (widget-face-value-create): Remove.
22035
22036 * wid-edit.el (widget-field-end): Temporarily remove field
22037 narrowing before to call `get-char-property'.
22038
22039 2005-04-04 Jay Belanger <belanger@truman.edu>
22040
22041 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22042 (math-read-subscripts): New variable.
22043 (math-read-preprocess-string): Process subscripts.
22044
22045 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22046
22047 * comint.el (comint-prompt-read-only): Doc fix.
22048
22049 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22050 `-1'. Doc fix.
22051
22052 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22053
22054 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22055 Change default value to nil.
22056
22057 2005-04-04 Lute Kamstra <lute@gnu.org>
22058
22059 * autorevert.el (auto-revert-mode): Specify :group.
22060 * battery.el (display-battery-mode): Specify :group.
22061 * diff-mode.el (diff-minor-mode): Specify :group.
22062 * font-core.el (font-lock-mode): Specify :group.
22063 * hl-line.el (hl-line-mode): Specify :group.
22064 * iimage.el (iimage): New customization group.
22065 (iimage-mode): Specify :group.
22066 * longlines.el (longlines-mode): Specify :group.
22067 * master.el: Don't require easy-mmode.
22068 (master): New customization group.
22069 (master-mode): Specify :group.
22070 * msb.el (msb-mode): Specify :group.
22071 * reveal.el (reveal-mode): Specify :group.
22072 * simple.el (next-error-follow-minor-mode): Specify :group.
22073 * smerge-mode.el (smerge-mode): Specify :group.
22074 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22075 * emulation/cua-base.el (cua-mode): Specify :group.
22076 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22077 * language/thai-util.el (thai-auto-composition-mode)
22078 (thai-word-mode): Specify :group.
22079 * mail/supercite.el (sc-minor-mode): Specify :group.
22080 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22081 * progmodes/flymake.el (flymake-mode): Specify :group.
22082 * progmodes/glasses.el (glasses-mode): Specify :group.
22083 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22084 * textmodes/enriched.el (enriched-mode): Specify :group.
22085 * textmodes/refill.el (refill-mode): Specify :group.
22086
22087 * add-log.el (change-log-font-lock-keywords): Names in
22088 parenthesized lists can contain spaces.
22089
22090 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22091
22092 * startup.el (fancy-splash-text): Shorten default text of
22093 "Emacs Tutorial" line. Also, if the current language env
22094 indicates an available tutorial file other than TUTORIAL,
22095 extract its title and append it to the line in parentheses.
22096 (fancy-splash-insert): If arg is a thunk, funcall it.
22097
22098 2005-04-04 Jay Belanger <belanger@truman.edu>
22099
22100 * calc.el (calc-language-alist): Add tags to customization type.
22101
22102 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22103
22104 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22105 Doc fix.
22106
22107 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22108
22109 * add-log.el (change-log-font-lock-keywords): The manual
22110 describing a Change Log entry, says: (...) "Aside from these
22111 header lines, every line in the change log starts with a space or
22112 a tab.". The font-lock was not highlighting lines started with
22113 spaces, added support for it.
22114
22115 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22116
22117 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22118 (bibtex-generate-url-list): Update docstring accordingly. Put the
22119 complex example in the docstring.
22120 (bibtex-font-lock-url): Use pop.
22121
22122 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22123
22124 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22125
22126 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22127
22128 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22129
22130 * filesets.el (filesets-set-default): Doc fix.
22131
22132 2005-04-03 Lute Kamstra <lute@gnu.org>
22133
22134 * generic.el (define-generic-mode): Add argument to specify
22135 keywords for defcustom.
22136 (default-generic-mode): Specify :group.
22137
22138 * generic-x.el: Specify :group for all generic modes.
22139
22140 * desktop.el (desktop-no-desktop-file-hook)
22141 (desktop-after-read-hook): Doc fix.
22142
22143 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22144
22145 * simple.el (visible-mode): Use explicit :group keyword.
22146 This changes the group of `visible-mode-hook' from paren-blinking
22147 to editing-basics.
22148
22149 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22150
22151 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22152 mailbox specifications as well as URLs.
22153 (rmail-insert-inbox-text): Remove unused conditional branches.
22154
22155 2005-04-01 Jay Belanger <belanger@truman.edu>
22156
22157 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22158 (calc-gnuplot-print-command): Move definitions to calc.el.
22159
22160 * calc/calc-embed.el (calc-embedded-announce-formula)
22161 (calc-embedded-open-formula, calc-embedded-close-formula)
22162 (calc-embedded-open-word, calc-embedded-close-word)
22163 (calc-embedded-open-plain, calc-embedded-close-plain)
22164 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22165 (calc-embedded-open-mode, calc-embedded-close-mode):
22166 Move definitions to calc.el.
22167
22168 * calc/calc.el (calc-settings-file, calc-language-alist):
22169 Make customizable.
22170 (calc-embedded-announce-formula, calc-embedded-open-formula)
22171 (calc-embedded-close-formula, calc-embedded-open-word)
22172 (calc-embedded-close-word, calc-embedded-open-plain)
22173 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22174 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22175 (calc-embedded-close-mode, calc-gnuplot-name)
22176 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22177 from other files and make customizable.
22178
22179 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22180
22181 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22182 Use buffer-live-p.
22183 (cvs-mode-run): Don't call cvs-update-header here.
22184 (cvs-run-process): Call cvs-update-header.
22185 Use process properties for cvs-postprocess and cvs-buffer so that
22186 the sentinel can behave better if the temp buffer is killed.
22187 Use a pipe rather than a tty, to better handle unexpected prompts.
22188 (cvs-sentinel): Rewrite. Call cvs-update-header.
22189
22190 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22191
22192 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22193 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22194
22195 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22196
22197 * generic.el (define-generic-mode): Add indentation rule.
22198
22199 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22200
22201 * files.el (mode-require-final-newline): Make Custom correctly
22202 report a nil value and allow to set it to nil via Custom.
22203 Doc fix.
22204
22205 2005-04-01 Kenichi Handa <handa@m17n.org>
22206
22207 * international/characters.el: Enable the correct case setting for
22208 dotless-i and dotted-I.
22209
22210 2005-04-01 Kim F. Storm <storm@cua.dk>
22211
22212 * ido.el (ido-file-internal): Fall back to non-ido command if
22213 initial directory is on slow ftp (or tramp) host.
22214
22215 2005-03-31 Richard M. Stallman <rms@gnu.org>
22216
22217 * emacs-lisp/autoload.el (make-autoload):
22218 Handle define-global-minor-mode.
22219
22220 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22221 Rename from easy-mmode-define-global-mode.
22222 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22223
22224 * progmodes/scheme.el (scheme-mode-syntax-table):
22225 Update syntax of | and # for two-character comment syntax.
22226
22227 2005-03-31 Lute Kamstra <lute@gnu.org>
22228
22229 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22230 (define-minor-mode): Call custom-current-group at load-time.
22231
22232 * generic.el (define-generic-mode): Add debug declaration.
22233 Add defcustom for the mode hook.
22234 (generic-mode-internal): Use run-mode-hooks.
22235
22236 2005-03-31 Kim F. Storm <storm@cua.dk>
22237
22238 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22239 (mouse-fixup-help-message): New defun called by show_help_echo
22240 to fixup mouse-2 prefix in help messages when applicable.
22241
22242 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22243
22244 2005-03-31 Kenichi Handa <handa@m17n.org>
22245
22246 * language/thai-word.el (thai-find-word-ends): Pay attention to
22247 the case that we reach the end of buffer.
22248
22249 * textmodes/fill.el (fill-text-properties-at): New function.
22250 (fill-newline): Use fill-text-properties-at instead of
22251 text-properties-at.
22252
22253 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22254
22255 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22256 not comint-quote-filename.
22257
22258 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22259
22260 * help-fns.el (help-with-tutorial): Revert last change.
22261
22262 2005-03-31 Kim F. Storm <storm@cua.dk>
22263
22264 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22265
22266 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22267
22268 * calendar/cal-china.el: Update reference to "Calendrical
22269 Calculations" book; there's a new edition.
22270 * calendar/cal-coptic.el: Likewise.
22271 * calendar/cal-french.el: Likewise.
22272 * calendar/cal-hebrew.el: Likewise.
22273 * calendar/cal-islam.el: Likewise.
22274 * calendar/cal-iso.el: Likewise.
22275 * calendar/cal-julian.el: Likewise.
22276 * calendar/cal-mayan.el: Likewise.
22277 * calendar/cal-persia.el: Likewise.
22278 * calendar/calendar.el: Likewise.
22279 * calendar/holidays.el: Likewise.
22280 * calendar/lunar.el: Likewise.
22281 * calendar/solar.el: Likewise.
22282
22283 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22284 white space from doc string.
22285
22286 2005-03-30 Jay Belanger <belanger@truman.edu>
22287
22288 * calc/calc-help.el (calc-full-help): Remove email address.
22289
22290 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22291
22292 * help-fns.el (help-with-tutorial): Delete title line.
22293
22294 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22295
22296 * calendar/cal-x.el (calendar-one-frame-setup)
22297 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22298 rather than `symbol' for set-window-dedicated-p.
22299
22300 * calendar/appt.el (appt-buffer-name): Make it a constant.
22301 (appt-add): Doc fix.
22302
22303 * filesets.el (filesets-menu-path, filesets-menu-before)
22304 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22305 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22306 (filesets-add-submenu): Delete and use add-submenu instead.
22307
22308 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22309
22310 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22311 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22312 (org-diary-default-entry): New function.
22313 (org-get-entries-from-diary): Better parsing of diary entries.
22314 (org-agenda-check-no-diary): New function.
22315 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22316 linking to diary entries.
22317 (org-agenda-execute-calendar-command): New function.
22318 (org-agenda): Improve visible section in window.
22319 Use `org-fit-agenda-window'.
22320 (org-fit-agenda-window): New option.
22321 (org-move-subtree-down): Better handling of empty lines
22322 at end of subtree.
22323 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22324 levels up.
22325 (org-fontify-done-headline): New option.
22326 (org-headline-done-face): New face.
22327 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22328 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22329 When current field is non-empty, it is copied to next row.
22330 (org-table-copy-from-above): Fix bug which made it
22331 impossible to copy fields containing only a single non-white character.
22332
22333 2005-03-30 Kim F. Storm <storm@cua.dk>
22334
22335 * kmacro.el (kmacro-end-macro): Isearch may store this command
22336 into the macro -- so ignore it when executing keyboard macro.
22337
22338 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22339
22340 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22341
22342 2005-03-29 Kenichi Handa <handa@m17n.org>
22343
22344 * language/thai.el ("Thai"): Set setup-function and exit-function
22345 for Thai language environment.
22346
22347 * language/thai-util.el: Require thai-word.
22348 (thai-word-mode-map): New variable.
22349 (thai-word-mode): New minor mode.
22350 (setup-thai-language-environment-internal): New function.
22351 (exit-thai-language-environment-internal): New function.
22352
22353 * language/thai-word.el (thai-word-table): Declare it by defvar,
22354 use dolist to initialize it.
22355 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22356 (thai-fill-find-break-point): New functions.
22357
22358 2005-03-29 Richard M. Stallman <rms@gnu.org>
22359
22360 * simple.el (idle-update-delay): Move definition up.
22361 (set-mark): Doc fix.
22362
22363 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22364
22365 * longlines.el: New file.
22366
22367 * simple.el (buffer-substring-filters): New variable.
22368 (filter-buffer-substring): New function.
22369 (kill-region, copy-region-as-kill): Use it.
22370
22371 * register.el (copy-to-register, append-to-register)
22372 (prepend-to-register): Use filter-buffer-substring.
22373
22374 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22375
22376 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
22377 (gud-filter-pending-text): Move in front of gdb.
22378 (gud-overlay-arrow-position): New variable.
22379 (gud-sentinel, gud-display-line): Use it in place of
22380 overlay-arrow-position.
22381
22382 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
22383
22384 * progmodes/fortran.el (fortran-if-indent): Doc fix.
22385 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
22386 (fortran-font-lock-keywords-4): New variable.
22387 (fortran-blocks-re, fortran-end-block-re)
22388 (fortran-start-block-re): New constants, for hideshow.
22389 (hs-special-modes-alist): Add a Fortran entry.
22390 (fortran-mode-map): Bind fortran-end-of-block,
22391 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
22392 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
22393 (fortran-looking-at-if-then, fortran-end-of-block)
22394 (fortran-beginning-of-block): New functions, for hideshow.
22395
22396 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
22397 Doc fix. Tweak regexp.
22398 (f90-beginning-of-block): Push mark first.
22399
22400 2005-03-29 Jay Belanger <belanger@truman.edu>
22401
22402 * calc/calc.el: Update copyright date.
22403 (calc-version): Increase to 2.1.
22404 (calc-version-date): Remove.
22405
22406 * calc/calc-help.el: Update copyright date.
22407 (calc-full-help): Remove reference to calc-version-date.
22408 Update copyright date.
22409
22410 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22411
22412 * vc.el (vc-do-command): Use a pipe for async processes, so password
22413 prompts don't show up at places where the user can't reply.
22414
22415 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22416
22417 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
22418 on the file name we pass to the inferior shell.
22419
22420 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
22421
22422 * progmodes/which-func.el (which-function): Be robust in the face of an
22423 imenu--make-index-alist failure.
22424
22425 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
22426
22427 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
22428
22429 * progmodes/python.el (python-preoutput-filter): Fix last change.
22430
22431 2005-03-29 Lute Kamstra <lute@gnu.org>
22432
22433 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
22434 functions and compiled macros.
22435 (debug-convert-byte-code): Handle macros too.
22436 (debug-on-entry-1): Don't signal an error when trying to clear a
22437 function that is not set to debug on entry.
22438
22439 2005-03-29 Jay Belanger <belanger@truman.edu>
22440
22441 * calc/calc-lang.el: Add functions to math-function-table
22442 properties of tex and math.
22443
22444 2005-03-29 Kenichi Handa <handa@m17n.org>
22445
22446 * ps-mule.el (ps-mule-plot-string): Translate characters by
22447 ps-print-translation-table.
22448 (ps-mule-begin-job): Call find-charset-region/string with
22449 ps-print-translation-table.
22450 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
22451
22452 * ps-print.el (ps-print-translation-table): New variable.
22453 (ps-plot-region): Translate characters by ps-print-translation-table.
22454
22455 2005-03-29 Juri Linkov <juri@jurta.org>
22456
22457 * simple.el (next-error-highlight-timer): New variable.
22458
22459 * progmodes/compile.el (compilation-goto-locus):
22460 Use `next-error-highlight-timer' instead of `sit-for'.
22461
22462 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22463
22464 * mail/supercite.el (sc-mail-field): Use assoc-string.
22465 (sc-get-address): Simplify regexps.
22466
22467 * files.el (minibuffer-with-setup-hook): New macro.
22468 (find-file-read-args): Use it to avoid let-binding
22469 minibuffer-with-setup-hook (which breaks turning on/off
22470 file-name-shadow-mode while in the prompt).
22471
22472 * complete.el (PC-read-include-file-name-internal):
22473 Use test-completion.
22474
22475 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
22476
22477 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
22478
22479 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
22480
22481 * window.el (window-buffer-height): Use count-screen-lines.
22482
22483 * progmodes/python.el (python-preoutput-leftover): New var.
22484 (python-preoutput-filter): Use it.
22485 (python-send-receive): Loop until all the result has been received.
22486
22487 2005-03-28 Juri Linkov <juri@jurta.org>
22488
22489 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
22490
22491 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
22492 "Recover Crashed Session".
22493 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
22494 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
22495 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
22496 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
22497 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
22498 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
22499 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
22500 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
22501
22502 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
22503 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
22504 Ediff Sessions", "Toggle use of separate control buffer frame",
22505 "Use separate frame for Ediff control buffer".
22506
22507 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
22508 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
22509 "Rename Bookmark", "Delete Bookmark".
22510
22511 * info.el (Info-mode-menu): Remove ellipsis from "Index".
22512 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
22513 Add `:active Info-index-alternatives' to "Next Matching Item".
22514
22515 * wdired.el (wdired-change-to-wdired-mode):
22516 Mention `wdired-abort-changes' key in the initial message.
22517
22518 * international/mule.el (auto-coding-alist): Associate non-ascii
22519 image filename extensions with `no-conversion'.
22520
22521 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
22522
22523 * international/iso-acc.el:
22524 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
22525
22526 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
22527
22528 * textmodes/sgml-mode.el (html-mode): Doc update.
22529
22530 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
22531
22532 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
22533
22534 * term.el (term-move-columns): Fix face after extending a line.
22535 (term-insert-spaces): Likewise.
22536 (term-reset-terminal): Fix off by one error.
22537
22538 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22539
22540 * international/mule.el (auto-coding-alist): Add .xpi files.
22541
22542 * files.el (auto-mode-alist): Add .xpi files.
22543
22544 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
22545
22546 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
22547
22548 2005-03-26 Eli Zaretskii <eliz@gnu.org>
22549
22550 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
22551
22552 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22553
22554 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
22555 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
22556
22557 * calendar/cal-move.el (calendar-beginning-of-year): Move the
22558 cursor to Jan 1 when needed.
22559 (calendar-end-of-year): Fix -/+ typo.
22560 Reported by Chong Yidong <cyd@stupidchicken.com>.
22561
22562 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
22563
22564 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
22565
22566 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
22567 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
22568
22569 2005-03-25 Richard M. Stallman <rms@gnu.org>
22570
22571 * filesets.el (filesets-init): Add autoload.
22572
22573 * mail/mailalias.el (mail-directory): Doc fix.
22574
22575 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22576
22577 * mail/mailalias.el (mail-directory-process): Do nothing if
22578 mail-directory-process is an atom.
22579 (mail-get-names): Ignore mail-directory-names if it is an atom.
22580 (mail-directory-process defvar): Doc fix.
22581 (mail-names): Doc fix.
22582
22583 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
22584
22585 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
22586
22587 2005-03-26 Kenichi Handa <handa@m17n.org>
22588
22589 * international/mule-util.el (detect-coding-with-priority):
22590 Call update-coding-systems-internal before detect-coding-region.
22591
22592 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
22593
22594 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
22595 (gdb-frames-mode-map): Add follow-link property.
22596
22597 2005-03-25 Jay Belanger <belanger@truman.edu>
22598
22599 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
22600 for variables.
22601
22602 2005-03-25 Juri Linkov <juri@jurta.org>
22603
22604 * image-mode.el: Optimize image filename extension regexps in
22605 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
22606 in `auto-mode-alist'.
22607 (image-mode): Add `image-toggle-display-text' to local hook
22608 `change-major-mode-hook'. Display the image as an image by
22609 default. Set `cursor-type' and `truncate-lines' if the image
22610 is already displayed. Take into account the current mode (image
22611 or text) in message.
22612 (image-minor-mode): New minor mode.
22613 (image-mode-maybe, image-toggle-display-text): New functions.
22614 (image-toggle-display): Use called-interactively-p.
22615 Let-bind `inhibit-read-only' to t.
22616
22617 * image-mode.el (image-minor-mode): Set `cursor-type' and
22618 `truncate-lines' if the image is already displayed. Add turning
22619 image-minor-mode off to `change-major-mode-hook'. Add message.
22620 Call `image-toggle-display-text' after turning image-minor-mode off.
22621
22622 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
22623
22624 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
22625 Terminal.app, use utf-8.
22626 (set-display-table-and-terminal-coding-system): Add coding-system arg.
22627 (set-locale-environment): Use it.
22628
22629 * term/xterm.el: Undo last change, better done in mule-cmds.el.
22630
22631 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
22632
22633 * progmodes/python.el (python-close-block-statement-p)
22634 (python-outdent-p, python-current-defun): Use symbol-end.
22635
22636 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
22637
22638 * files.el (save-some-buffers): Doc fix.
22639
22640 2005-03-25 Werner Lemberg <wl@gnu.org>
22641
22642 * complete.el, thumbs.el: Replace `legal' with `valid'.
22643 * calendar/calendar.el: Replace `legal' with `valid'.
22644 * emacs-lisp/advice.el: Replace `legal' with `valid'.
22645 * mail/supercite.el: Replace `legal' with `valid'.
22646 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
22647 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
22648 Replace `legal' with `valid'.
22649 * textmodes/reftex-vars.el, textmodes/reftex.el:
22650 Replace `legal' with `valid'.
22651
22652 2005-03-25 Werner Lemberg <wl@gnu.org>
22653
22654 * calc/calc-forms.el, calc/calc-sel.el
22655 * midnight.el, vc-cvs.el
22656 * emacs-lisp/cl-macs.el
22657 * emulation/vip.el
22658 * eshell/esh-io.el, eshell/esh-var.el
22659 * mail/supercite.el
22660 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
22661 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
22662 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
22663 * progmodes/sh-script.el, progmodes/xscheme.el
22664 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
22665 * textmodes/reftex-index.el, textmodes/reftex-parse.el
22666 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
22667 * textmodes/reftex.el, textmodes/org.el:
22668 Replace `illegal' with `invalid'.
22669
22670 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22671
22672 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
22673 (flymake-find-buildfile, flymake-find-possible-master-files)
22674 (flymake-check-include, flymake-parse-line): Replace loops over the
22675 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
22676
22677 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
22678 Substitute file-name-as-directory in the rest of the file.
22679 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
22680 (flymake-replace-region): Remove unused arg `buffer'.
22681 (flymake-check-patch-master-file-buffer): Update calls to it.
22682 (flymake-add-err-info): Remove unused var `count'.
22683 (flymake-mode): Use define-minor-mode.
22684
22685 * progmodes/flymake.el: Use with-current-buffer.
22686 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
22687 flymake-replace-regexp-in-string, flymake-line-beginning-position)
22688 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
22689 Avoid testing for `xemacs'.
22690 (flymake-nop): Move.
22691 (flymake-region-has-flymake-overlays): Return the computed value.
22692 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
22693 Remove unused var `endline'.
22694 (flymake-get-line-count): Remove unused function.
22695 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
22696
22697 * emulation/vi.el:
22698 * generic.el:
22699 * hilit-chg.el (global-highlight-changes):
22700 * hi-lock.el (hi-lock-mode):
22701 * follow.el: find-file-hooks -> find-file-hook.
22702
22703 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
22704
22705 2005-03-24 Juri Linkov <juri@jurta.org>
22706
22707 * dired.el (dired-mode-map): Add menu item "Compare directories"
22708 for dired-compare-directories.
22709
22710 * dired-aux.el (dired-compare-directories): Add autoload cookie.
22711 Doc fix. Replace `read-file-name' with `read-directory-name'.
22712
22713 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22714
22715 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
22716
22717 2005-03-24 Jay Belanger <belanger@truman.edu>
22718
22719 * calc/calc-embed.el (calc-embedded-mode-change): Save all
22720 relevant mode settings in calc-embedded-original-modes when modes
22721 are permanently changed.
22722
22723 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
22724
22725 * autoinsert.el: find-file-hooks -> find-file-hook.
22726
22727 2005-03-24 Lute Kamstra <lute@gnu.org>
22728
22729 * generic.el (generic-font-lock-defaults): Make it obsolete.
22730 (generic-font-lock-keywords): New variable to replace
22731 generic-font-lock-defaults.
22732 (generic-mode-set-font-lock): Delete it.
22733 (generic-mode-internal): Don't call generic-mode-set-font-lock.
22734 (generic-bracket-support): Add docstring.
22735
22736 * generic-x.el: Rename generic-font-lock-defaults to
22737 generic-font-lock-keywords throughout.
22738 (mailagent-rules-setup-function): Delete it.
22739 (mailagent-rules-generic-mode): Use anonymous function instead.
22740 (show-tabs-generic-mode-font-lock-defaults-1)
22741 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
22742 Quote faces.
22743 (show-tabs-tab-face, show-tabs-space-face): Specify background,
22744 not foreground.
22745
22746 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
22747 Recognize define-generic-mode.
22748
22749 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
22750
22751 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
22752 if there's no completion table.
22753
22754 2005-03-23 Miles Bader <miles@gnu.org>
22755
22756 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22757 Remove tty-specific variants, as they're no longer needed.
22758
22759 2005-03-23 Lute Kamstra <lute@gnu.org>
22760
22761 * generic-x.el: Code cleanup: make args constant whenever possible.
22762 (installshield-statement-keyword-list)
22763 (installshield-system-functions-list)
22764 (installshield-system-variables-list, installshield-types-list)
22765 (installshield-funarg-constants-list): Make them constants.
22766
22767 * generic.el (generic-make-keywords-list): Add autoload cookie.
22768
22769 * calendar/time-date.el: Add comment on time value formats.
22770 Don't require parse-time.
22771 (with-decoded-time-value): New macro.
22772 (encode-time-value): New function.
22773 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
22774 (days-to-time): Return a valid time value when arg is huge.
22775 (time-since): Use time-subtract.
22776 (time-to-number-of-days): Use time-to-seconds.
22777
22778 2005-03-23 David Ponce <david@dponce.com>
22779
22780 * recentf.el (recentf-keep): New option.
22781 (recentf-menu-action): Default to `find-file'.
22782 (recentf-keep-non-readable-files-flag)
22783 (recentf-keep-non-readable-files-p)
22784 (recentf-file-readable-p, recentf-find-file)
22785 (recentf-cleanup-remote): Remove.
22786 (recentf-include-p): More robust.
22787 (recentf-keep-p): New function.
22788 (recentf-remove-if-non-kept): Rename from
22789 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
22790 All callers updated.
22791 (recentf-menu-items-for-commands): Fix help string.
22792 (recentf-track-closed-file): Update. Doc fix.
22793 (recentf-cleanup): Update. Count removed files. Doc fix.
22794
22795 2005-03-23 Kim F. Storm <storm@cua.dk>
22796
22797 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22798 Don't inherit from fringe face (now happens automatically).
22799
22800 2005-03-22 Kim F. Storm <storm@cua.dk>
22801
22802 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
22803 position values.
22804
22805 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
22806
22807 * menu-bar.el (showhide-date-time): Remove.
22808 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
22809 (menu-bar-make-mm-toggle): Simplify.
22810
22811 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22812
22813 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
22814 Accept qualified variable and function names.
22815
22816 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
22817
22818 * bindings.el (completion-ignored-extensions):
22819 Remove ".lis" for `vax-vms'.
22820
22821 2005-03-22 Andreas Schwab <schwab@suse.de>
22822
22823 * generic-x.el: Revert last change.
22824 * ldefs-boot.el: Update.
22825
22826 2005-03-22 Jay Belanger <belanger@truman.edu>
22827
22828 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
22829 (calc-embedded-save-original-modes)
22830 (calc-embedded-restore-original-modes): New functions.
22831 (calc-do-embedded): Save original modes when entering embedded mode
22832 and restore when leaving embedded mode.
22833 (calc-embedded-modes-change): Change the value of
22834 calc-embedded-original-modes to reflect permanent changes.
22835
22836 2005-03-22 Lute Kamstra <lute@gnu.org>
22837
22838 * generic-x.el: Require generic again.
22839
22840 2005-03-22 Miles Bader <miles@gnu.org>
22841
22842 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
22843 Tweak details to look good on both ttys and bitmap displays, light
22844 or dark background, etc.
22845
22846 2005-03-21 Kim F. Storm <storm@cua.dk>
22847
22848 * tooltip.el (tooltip-show-help-function): Check car and cdr of
22849 mouse position.
22850
22851 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
22852
22853 * icomplete.el: Don't forcibly turn on the mode upon load.
22854 (icomplete-mode): Use define-minor-mode.
22855 (icomplete-eoinput): Default to nil.
22856 (icomplete-minibuffer-setup): Remove autoload.
22857 (icomplete-tidy): Simplify.
22858 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
22859 in the initial state or if the user has modified the field.
22860 Fix handling of icomplete-max-delay-chars.
22861 Remove code that handles the oddball case where
22862 minibuffer-completion-table is an integer.
22863 Wrap icomplete-completions in while-no-input in case building
22864 completions takes more time than expected.
22865 (icomplete-completions): Simplify.
22866
22867 2005-03-21 Richard M. Stallman <rms@gnu.org>
22868
22869 * jka-compr.el (jka-compr-really-do-compress):
22870 Make variable buffer-local.
22871
22872 * image-mode.el: Handle .xpm files too.
22873 (image-toggle-display): Preserve modification flag.
22874
22875 * help.el (where-is): Don't mention aliases with no key bindings.
22876
22877 2005-03-21 Lute Kamstra <lute@gnu.org>
22878
22879 * generic.el: Fix commentary section. Don't require cl for
22880 compilation.
22881 (generic-mode-list): Add autoload cookie.
22882 (generic-use-find-file-hook, generic-lines-to-scan)
22883 (generic-find-file-regexp, generic-ignore-files-regexp)
22884 (generic-mode, generic-mode-find-file-hook)
22885 (generic-mode-ini-file-find-file-hook): Fix docstrings.
22886 (define-generic-mode): Make it a defmacro. Fix docstring.
22887 (generic-mode-internal): Code cleanup. Add autoload cookie.
22888 (generic-mode-set-comments): Code cleanup.
22889 * generic-x.el: Don't prevent compilation. Don't require generic.
22890 Follow coding conventions. Minor code cleanup.
22891 (etc-fstab-generic-mode): Add some keywords.
22892 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
22893 define-generic-mode like a function declaration.
22894
22895 2005-03-21 Jay Belanger <belanger@truman.edu>
22896
22897 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
22898 changing modes.
22899
22900 2005-03-21 Sam Steingold <sds@gnu.org>
22901
22902 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
22903
22904 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
22905
22906 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
22907 Add underscore to "f$ lexicals" regexp.
22908
22909 2005-03-20 Juri Linkov <juri@jurta.org>
22910
22911 * subr.el (progress-reporter-do-update): When `min-value' is equal
22912 to `max-value', set `percentage' to 0 and prevent division by zero.
22913
22914 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
22915
22916 Sync with Tramp 2.0.48.
22917
22918 * net/tramp.el (all): Change all addresses to .gnu.org.
22919 (tramp-append-tramp-buffers): New defun.
22920 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
22921 Catch `dont-send' signal.
22922 (tramp-set-auto-save-file-modes): Set always permissions, because
22923 there might be an old auto-saved file belonging to another
22924 original file. This could be a security threat. Reported by
22925 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
22926 Check for Emacs 21.3.50 removed.
22927
22928 * net/tramp-smb.el (all): Remove debug construct for
22929 `with-parsed-tramp-file-name'.
22930 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
22931 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
22932 No error message if DIRECTORY or FILENAME doesn't exist.
22933 (tramp-smb-open-connection): Check existence of
22934 `tramp-smb-program'.
22935
22936 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
22937
22938 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
22939 Properly handle the case where the `m' or `s' command's argument is not
22940 yet terminated.
22941 (perl-indent-new-calculate): New function.
22942 (perl-indent-line): Use it.
22943
22944 2005-03-20 Miles Bader <miles@gnu.org>
22945
22946 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
22947 in text-mode too. Change to new face names.
22948 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
22949 Add `:weight bold' attribute.
22950 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
22951
22952 2005-03-19 Juri Linkov <juri@jurta.org>
22953
22954 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
22955
22956 * international/mule.el (auto-coding-alist): Sync with
22957 `auto-mode-alist' by adding upper case archive file extensions
22958 and adding ear/war to jar extension.
22959
22960 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
22961
22962 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
22963 running, restart it.
22964
22965 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
22966
22967 * finder.el (finder-current-item): Throw an error on an empty line.
22968
22969 * man.el (Man-follow-manual-reference): If current-word returns
22970 nil, use "".
22971
22972 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
22973
22974 * simple.el (goto-line): Doc fix.
22975
22976 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
22977
22978 * files.el (save-buffer): Doc fix.
22979
22980 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
22981
22982 * recentf.el (recentf-cleanup-remote): New variable.
22983 (recentf-cleanup): Use it to conditionally check availability of
22984 remote files.
22985
22986 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
22987
22988 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
22989 function names.
22990
22991 2005-03-19 Eli Zaretskii <eliz@gnu.org>
22992
22993 * language/thai-word.el: New file.
22994
22995 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22996
22997 * files.el (backup-buffer): If the file's directory is not
22998 writable, use copy instead of move to backup the file.
22999
23000 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23001
23002 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23003
23004 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23005
23006 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23007 Use functionp instead of symbolp and fboundp. Reported by Drkm
23008 <darkman_spam@yahoo.fr>.
23009 (ps-print-version): New version 6.6.6.
23010
23011 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23012
23013 * textmodes/table.el (table--line-column-position): New idiom.
23014 (table--row-column-insertion-point-p): New function to test
23015 validity of row and column insertion operation at a location.
23016 (table-global-menu, table-cell-menu): Use above functions for
23017 deterministic test operation.
23018 (table--editable-cell-p): Behave in deterministic fashion.
23019
23020 2005-03-18 Juri Linkov <juri@jurta.org>
23021
23022 * isearch.el (isearch-lazy-highlight-new-loop):
23023 Make arguments beg and end optional.
23024 (isearch-update): Remove optional arguments nil from
23025 isearch-lazy-highlight-new-loop.
23026 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23027 isearch-lazy-highlight-case-fold-search instead of
23028 isearch-case-fold-search, and let-bind isearch-regexp to
23029 isearch-lazy-highlight-regexp.
23030 Use isearch-lazy-highlight-last-string instead of isearch-string.
23031
23032 * replace.el (perform-replace): Remove bindings of global
23033 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23034 Add three new arguments to `replace-highlight'.
23035 (replace-highlight): Add arguments string, regexp, case-fold.
23036 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23037 to allow isearch-lazy-highlight-new-loop to use these values
23038 to set corresponding isearch-lazy-highlight-* internal
23039 variables whose values lazy highlighting will use regardless of
23040 changes to global variables isearch-string, isearch-regexp,
23041 isearch-case-fold-search during lazy highlighting loop.
23042 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23043 to `lazy-highlight-cleanup'.
23044
23045 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23046 (ispell-highlight-face): Set default face to `isearch' when
23047 lazy highlighting is enabled.
23048 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23049 priority to 1. Add lazy highlighting.
23050 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23051 from `isearch-dehighlight'.
23052
23053 2005-03-18 David Ponce <david@dponce.com>
23054
23055 * files.el (hack-local-variables): Do a case-insensitive search
23056 for End.
23057
23058 2005-03-18 Juri Linkov <juri@jurta.org>
23059
23060 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23061 `isearch-lazy-highlight-cleanup', add alias to old name and
23062 declare obsolete. Add release numbers to other obsolete vars.
23063 (isearch-done, isearch-lazy-highlight-new-loop):
23064 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23065 (lazy-highlight-cleanup) <variable>: Doc fix.
23066 (isearch-lazy-highlight-update): Rename obsolete
23067 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23068
23069 2005-03-18 Kenichi Handa <handa@m17n.org>
23070
23071 * language/thai-util.el: Fix categorization of Thai characters in
23072 thai-category-table.
23073 (thai-composition-pattern): Adjust it for the above change.
23074 (thai-self-insert-command, thai-compose-syllable): New functions.
23075 (thai-compose-region): Use thai-compose-syllable.
23076 (thai-compose-string): Likewise.
23077 (thai-composition-function): Likewise.
23078 (thai-auto-composition): New function.
23079 (thai-auto-composition-mode): New minor mode.
23080
23081 * language/thai.el: Fix patterns to be registered in
23082 composition-function-table.
23083
23084 * international/quail.el (quail-input-method): Locally bind
23085 inhibit-modification-hooks to t.
23086
23087 2005-03-17 Richard M. Stallman <rms@gnu.org>
23088
23089 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23090 (perl-mode): Use run-mode-hooks.
23091
23092 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23093 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23094 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23095
23096 * mail/sendmail.el (sendmail-send-it): Reenable the code
23097 to compute resend-to-address and use it.
23098
23099 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23100
23101 * image-mode.el: New file.
23102
23103 * image.el (insert-sliced-image): Add autoload cookie.
23104
23105 * font-lock.el (font-lock-lines-before): New user option.
23106 (font-lock-after-change-function): Obey it.
23107
23108 * bindings.el (esc-map): Make M-g a prefix.
23109 Bind M-g g and M-g M-g to goto-line.
23110
23111 * faces.el (face-id): Doc fix.
23112
23113 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23114
23115 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23116 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23117 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23118
23119 * mail/sendmail.el (mail-yank-ignored-headers)
23120 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23121 Add Mail-Followup-To and Mail-Reply-To headers.
23122 (mail-citation-hook): Add autoload cookie.
23123 (mail-mode): Doc fix.
23124 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23125 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23126 (mail-mode-fill-paragraph): Handle those headers.
23127 (mail-mailing-lists): New variable.
23128 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23129
23130 2005-03-17 Juri Linkov <juri@jurta.org>
23131
23132 * isearch.el (isearch-fallback): Check for `(car previous)'
23133 before calling `isearch-other-end-state'.
23134
23135 2005-03-17 Kim F. Storm <storm@cua.dk>
23136
23137 * simple.el (move-beginning-of-line): Move to beginning of buffer
23138 line, as well as beginning of screen line.
23139
23140 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23141
23142 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23143 argument REDRAW rather than calendar-redrawing variable.
23144 * calendar/calendar.el (calendar-redrawing): Delete.
23145 (redraw-calendar): Do not bind calendar-redrawing.
23146
23147 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23148
23149 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23150 diary-file buffer.
23151
23152 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23153
23154 * help.el (describe-mode): Allow a :minor-mode-function property to
23155 specify a different minor mode toggle function than the variable.
23156 * simple.el (auto-fill-function):
23157 * subr.el (add-minor-mode): Use it.
23158
23159 2005-03-16 Kenichi Handa <handa@m17n.org>
23160
23161 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23162 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23163 (ethio-fidel-to-sera-buffer): Likewise.
23164
23165 2005-03-16 Juri Linkov <juri@jurta.org>
23166
23167 * emacs-lisp/find-func.el (find-function-regexp):
23168 Add defun-emitting macro `menu-bar-make-toggle'.
23169
23170 * isearch.el: Put `isearch-scroll' property to
23171 `split-window-horizontally'.
23172
23173 * info.el: Update error messages for `debug-ignored-errors'.
23174 (Info-isearch-search): Doc fix.
23175 (Info-find-node): Move up code to go into info buffer before
23176 recording the node to the history.
23177 (Info-fontify-node): Fontify titles only if the next line
23178 has two or more `*', `=', `-', `.'.
23179 Display "go to this node" for empty (match-string 3).
23180
23181 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23182
23183 * term/mac-win.el: Add mouse pointer shape constants.
23184
23185 2005-03-15 Kim F. Storm <storm@cua.dk>
23186
23187 * simple.el (move-beginning-of-line): Use vertical-motion.
23188
23189 2005-03-15 Juri Linkov <juri@jurta.org>
23190
23191 * isearch.el (isearch-error): New variable.
23192 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23193 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23194 (isearch-within-brackets-state): Remove.
23195 (isearch-case-fold-search-state, isearch-pop-fun-state):
23196 Decrease frame index.
23197 (isearch-mode, isearch-top-state, isearch-push-state)
23198 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23199 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23200 (isearch-search, isearch-lazy-highlight-new-loop):
23201 Replace `isearch-invalid-regexp' with `isearch-error'.
23202 Remove `isearch-within-brackets'.
23203 (isearch-search): Add `search-failed' handler to `condition-case'.
23204 (isearch-lazy-highlight-search): Add `condition-case' to catch
23205 errors and allow `isearch-lazy-highlight-update' to try
23206 highlighting from the beginning of the window.
23207 (isearch-repeat): Move up code to set isearch-wrapped to t
23208 before calling isearch-wrap-function.
23209
23210 * info.el (Info-isearch-initial-node): New internal variable.
23211 (Info-search): Signal an error in isearch mode when search leaves
23212 the initial node. Signal an error when `bound' is non-nil and
23213 nothing was found in the current subfile.
23214 (Info-isearch-search): Remove `condition-case'.
23215 (Info-isearch-wrap): Don't wrap when search failed during leaving
23216 the initial node. If `Info-isearch-search' is nil, wrap around
23217 the current node.
23218 (Info-isearch-start): New fun.
23219 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23220 `isearch-mode-hook'.
23221
23222 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23223
23224 * simple.el (normal-erase-is-backspace): Set default to t if
23225 running on Mac.
23226
23227 * term/mac-win.el (function-key-map): Sync with x-win.el.
23228
23229 2005-03-15 Kenichi Handa <handa@m17n.org>
23230
23231 * international/mule-cmds.el (locale-language-names): Modify the
23232 format of elements and add more entries.
23233 (locale-preferred-coding-systems): Add more entries.
23234 (set-locale-environment): Adjust for the change of
23235 locale-language-names.
23236
23237 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23238
23239 * pcvs.el (smerge-ediff): Remove bogus autoload.
23240
23241 2005-03-14 Lute Kamstra <lute@gnu.org>
23242
23243 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23244 Ignore a `*' at the beginning of a line.
23245
23246 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23247 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23248 subr.el.
23249 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23250 to specify indentation.
23251
23252 * generic.el (define-generic-mode): Let generic-mode-list be a
23253 list of strings; test membership with equal.
23254
23255 2005-03-14 Kim F. Storm <storm@cua.dk>
23256
23257 * simple.el (next-line, previous-line): Add optional try-vscroll
23258 arg to recognize interactive use. Pass it on to line-move.
23259 (line-move): Don't perform auto-window-vscroll when defining or
23260 executing keyboard macro to ensure consistent behavior.
23261
23262 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23263
23264 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23265
23266 2005-03-13 Lute Kamstra <lute@gnu.org>
23267
23268 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23269 debugger-setup-buffer so that backtrace marks the frames set to
23270 debug-on-exit and we don't have to do it manually. Set an extra
23271 debug-on-exit for macro's.
23272 (debugger-setup-buffer): Don't mark the top frame manually.
23273
23274 2005-03-12 Lute Kamstra <lute@gnu.org>
23275
23276 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23277 lisp-indent-function throughout.
23278 (with-no-warnings): Set lisp-indent-function property.
23279
23280 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23281
23282 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23283 Add entry for backslash.
23284
23285 2005-03-12 Juri Linkov <juri@jurta.org>
23286
23287 * info.el (Info-search): Four fixes for backward search.
23288
23289 2005-03-11 Jay Belanger <belanger@truman.edu>
23290
23291 * calc/calc.el (calc-language-alist): New variable.
23292 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23293 (calc-embedded-find-modes): Use calc-language-alist instead of
23294 calc-embedded-language-alist.
23295
23296 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23297
23298 * calendar/calendar.el (calendar-redrawing): New internal
23299 variable.
23300 (redraw-calendar): Remove bogus save-excursion from previous
23301 change. Bind calendar-redrawing to t for mark-diary-entries.
23302 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23303 calendar if that is why we were called.
23304
23305 2005-03-11 Kenichi Handa <handa@m17n.org>
23306
23307 * international/mule.el (make-coding-system): Set property
23308 coding-system-define-form to nil.
23309 (define-coding-system-alias): Likewise.
23310
23311 2005-03-11 Kenichi Handa <handa@m17n.org>
23312
23313 These changes are suggested by Dave Love <fx@gnu.org>.
23314
23315 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23316 coding: tag.
23317 (adaptive-fill-regexp): Add more bullets.
23318 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23319 regexps.
23320
23321 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23322
23323 * help.el (describe-mode): Properly handle non-trivial lighters.
23324 Don't ignore minor modes that are not listed in minor-mode-list.
23325
23326 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23327 feature ON when the user requests to turn it OFF.
23328
23329 2005-03-10 Lute Kamstra <lute@gnu.org>
23330
23331 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23332 (implement-debug-on-entry): New function to replace debug-entry-code.
23333 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23334 second argument as the 2005-03-07 change makes it obsolete.
23335 (debug-on-entry, cancel-debug-on-entry): Update call to
23336 debug-on-entry-1.
23337 (debug, debugger-setup-buffer): Comment update.
23338 (debugger-frame-number): Update to work with implement-debug-on-entry.
23339
23340 2005-03-10 Jay Belanger <belanger@truman.edu>
23341
23342 * calc/calc-embed.el (math-ms-args): Declare it.
23343 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23344 math-ms-args.
23345 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23346 variables.
23347
23348 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23349
23350 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23351 Use message-box.
23352
23353 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23354 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23355 (tooltip-gud-tips): Simplify.
23356 (tooltip-gud-tips-p): Remove superfluous :set.
23357 (tooltip-gud-modes): Add fortran-mode.
23358 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23359
23360 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23361
23362 2005-03-09 Kim F. Storm <storm@cua.dk>
23363
23364 * play/animate.el (animate-place-char): Use forward-line instead
23365 of next-line to improve performance.
23366
23367 2005-03-09 Simon Josefsson <jas@extundo.com>
23368
23369 * net/browse-url.el (browse-url-default-browser): Doc fix.
23370
23371 2005-03-09 Miles Bader <miles@gnu.org>
23372
23373 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
23374 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
23375
23376 2005-03-09 Kenichi Handa <handa@m17n.org>
23377
23378 * international/latin-1.el: Set case and syntax for 255 only if
23379 set-case-syntax-set-multibyte is nil.
23380
23381 * textmodes/ispell.el (ispell-insert-word): New function.
23382 (ispell-word): Use ispell-insert-word to insert a new word.
23383 (ispell-process-line): Likewise.
23384 (ispell-complete-word): Likewise.
23385
23386 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
23387
23388 * calendar/calendar.el (redraw-calendar): Preserve point.
23389 Reported by Matt Hodges <MPHodges@member.fsf.org>.
23390 (calendar-week-start-day): Move after definition of
23391 redraw-calendar. Delete buffer test, since redraw-calendar has
23392 that now.
23393
23394 * calendar/diary-lib.el (mark-diary-entries): Only call
23395 redraw-calendar in the first of any recursive calls.
23396 Reported by Alan Shutko <ats@acm.org>.
23397
23398 2005-03-08 Juri Linkov <juri@jurta.org>
23399
23400 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
23401 (html-horizontal-rule, html-line, html-image, html-checkboxes)
23402 (html-radio-buttons): Add a space before the trailing `/>' where
23403 sgml-xml-mode is non-nil.
23404 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
23405 the subsequent tag of the empty XML tag.
23406 (html-href-anchor): Don't set initial input to "http:".
23407 (html-image): Ask for the image URL and set point inside alt="".
23408 (html-name-anchor): Duplicate the name in the `id' attribute when
23409 sgml-xml-mode is non-nil.
23410 (html-paragraph): Remove \n before <p>.
23411 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
23412 instead of `checked' when sgml-xml-mode is non-nil.
23413
23414 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
23415 Remove 1 space before #RRGGBB to not truncate it on terminal
23416 windows w/o fringes. Remove 1 space between bg and fg examples
23417 to get more space.
23418 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
23419 avoid byte-compile warnings.
23420
23421 * image-file.el (image-file-handler): Put `safe-magic' property to
23422 `image-file-handler'.
23423
23424 * info.el (Info-isearch-search): Emulate word search in
23425 isearching through multiple Info nodes with Info-search.
23426 (Info-isearch-wrap): Allow isearch-word.
23427
23428 2005-03-08 Lute Kamstra <lute@gnu.org>
23429
23430 * emacs-lisp/debug.el (debugger-step-through): Make sure that
23431 stepping into the debugger's code is not possible.
23432 (debugger-jumping-flag): Docstring update.
23433
23434 2005-03-08 Jay Belanger <belanger@truman.edu>
23435
23436 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
23437 embedded mode begins.
23438 (calc-embedded-language-alist): New variable.
23439 (calc-embedded-find-modes): Use calc-embedded-language-alist to
23440 set default language mode.
23441
23442 2005-03-08 Kenichi Handa <handa@m17n.org>
23443
23444 * international/ccl.el (define-ccl-program): Fix docstring about
23445 extra 256 bytes assured for the output buffer.
23446
23447 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23448 Fix BUFFER_MAGNIFICATION to 2.
23449 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23450
23451 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
23452
23453 * align.el (align-rules-list): Added an alignment rule for CSS
23454 declarations (applies to css-mode and html-mode buffers).
23455
23456 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
23457
23458 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
23459
23460 2005-03-07 Kim F. Storm <storm@cua.dk>
23461
23462 * simple.el (move-beginning-of-line): New command.
23463
23464 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
23465
23466 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
23467
23468 * emulation/cua-base.el: Put CUA move property on move-end-of-line
23469 and move-beginning-of-line.
23470
23471 * apropos.el (apropos-print): Omit command from M-x ... RET.
23472
23473 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
23474
23475 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
23476 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
23477
23478 2005-03-06 Richard M. Stallman <rms@gnu.org>
23479
23480 * bindings.el (esc-map): Bind M-g to goto-line.
23481
23482 * facemenu.el (global-map): Bind M-o, not M-g.
23483
23484 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23485
23486 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
23487 "Open Directory" as for "Open File".
23488
23489 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
23490
23491 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
23492 (push-mark-command): Run activate-mark-hook.
23493
23494 2005-03-06 Richard M. Stallman <rms@gnu.org>
23495
23496 * help-mode.el (help-mode-finish): Don't alter the element
23497 in view-return-to-alist if there already is one.
23498
23499 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
23500 make sure the current buffer is the expected one.
23501
23502 * novice.el (disabled-command-function): Output in *Disabled Command*.
23503 Explicitly ignore non-keyboard events, and explicitly handle C-g.
23504
23505 * textmodes/flyspell.el (flyspell-large-region):
23506 Pass args differently for aspell.
23507
23508 * files.el (mode-require-final-newline): Doc fix.
23509
23510 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23511
23512 * progmodes/which-func.el (which-function):
23513 Specify NOERROR when calling imenu--make-index-alist.
23514
23515 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
23516
23517 * simple.el (normal-erase-is-backspace): Define default value.
23518
23519 * custom.el (custom-theme-set-variables): Remove unused var
23520 `immediate'.
23521 (custom-reevaluate-setting): Simple function to handle variables
23522 that are defined before their default value can really be
23523 computed.
23524
23525 * startup.el (command-line): Use it for temporary-file-directory,
23526 small-emporary-file-directory, auto-save-file-name-transforms,
23527 blink-cursor-mode, and normal-erase-is-backspace.
23528
23529 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
23530 progress, even with buggy anchored keywords.
23531
23532 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
23533
23534 * simple.el (goto-line): Remove unbalanced final parenthesis.
23535
23536 2005-03-05 Richard M. Stallman <rms@gnu.org>
23537
23538 * simple.el (goto-line): Use a number at point as the default.
23539 With C-u as arg, switch buffers.
23540
23541 2005-03-05 Juri Linkov <juri@jurta.org>
23542
23543 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
23544 with `no-blinking-cursor'.
23545
23546 * startup.el (no-blinking-cursor): New defvar.
23547 (command-line): Add `--no-blinking-cursor' to longopts.
23548 Set `no-blinking-cursor' to t for command line arguments
23549 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
23550 with `no-blinking-cursor' in the condition for calling
23551 `blink-cursor-mode'.
23552
23553 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
23554
23555 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
23556 (menu-bar-options-save): Add blink-cursor-mode.
23557 (menu-bar-options-menu): Add blink-cursor-mode.
23558
23559 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
23560
23561 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
23562 (icalendar-export-file, icalendar-export-region)
23563 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
23564 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
23565
23566 2005-03-04 Lute Kamstra <lute@gnu.org>
23567
23568 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
23569 (debug-function-list): Ditto.
23570
23571 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
23572
23573 * textmodes/texinfmt.el (texinfo-append-refill):
23574 Redefine the types of line to which @refill
23575 is not appended by replacing a search for `@refill\\|@bye' with
23576 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
23577 itemize@refill' bug and the unfilled long lines bug.
23578 (texinfmt-version): Update number and date.
23579
23580 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
23581
23582 * international/code-pages.el (windows-1250, windows-125[2-8])
23583 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
23584
23585 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
23586
23587 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
23588 bound yet.
23589
23590 2005-03-02 Romain Francoise <romain@orebokech.com>
23591
23592 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
23593 buffer after removing limits.
23594 (ibuffer-pop-filter): Ditto.
23595 Update copyright.
23596
23597 2005-03-02 Miles Bader <miles@gnu.org>
23598
23599 * button.el (make-text-button): If the user doesn't specify a
23600 type, use the default. Rewrite to use `add-text-properties' and
23601 plist functions.
23602
23603 2005-03-01 Lute Kamstra <lute@gnu.org>
23604
23605 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
23606 (debugger-jumping-flag): New var.
23607 (debug-entry-code): Use it.
23608 (debugger-jump): Use debugger-jumping-flag and add
23609 debugger-reenable to post-command-hook.
23610 (debugger-reenable): Use debugger-jumping-flag and remove itself
23611 from post-command-hook.
23612 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
23613 debugger-reenable.
23614
23615 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
23616
23617 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
23618 inclusion of "itemize\\|", which may be unnecessary, is certainly
23619 inelegant, and stops refilling in itemize lists when formatting
23620 Japanese Texinfo files to Info.
23621 Update copyright to 2005.
23622
23623 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
23624
23625 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
23626 of an error if GDB can't find the source file.
23627
23628 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
23629
23630 * calendar/calendar.el (redraw-calendar): Work from any buffer,
23631 not just the calendar.
23632
23633 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
23634 first.
23635 (diary-redraw-calendar): New function.
23636 (make-diary-entry): Add diary-redraw-calendar to local
23637 write-contents-functions. Turn off selective display before
23638 inserting in diary.
23639
23640 2005-03-01 Kim F. Storm <storm@cua.dk>
23641
23642 * emacs-lisp/copyright.el (copyright-fix-years): New command.
23643
23644 2005-03-01 Lute Kamstra <lute@gnu.org>
23645
23646 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
23647 that debug-entry-code can be safely removed from a function while
23648 this code is being evaluated. Revert the 2005-02-27 change as the
23649 new implementation no longer requires it. Make sure that a
23650 function body containing just a string is not mistaken for a docstring.
23651 (debug): Skip one more frame in case of debug on entry.
23652 (debugger-setup-buffer): Delete one more frame line in case of
23653 debug on entry.
23654 (debugger-frame-number): Update to use the new text introduced by
23655 the 1999-11-03 change. Skip one more frame in case of debug on entry.
23656
23657 2005-02-28 Kim F. Storm <storm@cua.dk>
23658
23659 * double.el (double-translate-key): Call force-window-update after
23660 read-event to avoid crash in redisplay.
23661
23662 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
23663
23664 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
23665 (debug): Use it. Move the inhibit-trace earlier.
23666 (debug-entry-code): New const.
23667 (debug-on-entry-1): Use it.
23668
23669 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
23670
23671 * international/utf-16.el (ccl-encode-mule-utf-16le):
23672 Fix BUFFER_MAGNIFICATION to 2.
23673 (ccl-encode-mule-utf-16be): Likewise.
23674
23675 2005-02-28 Kenichi Handa <handa@m17n.org>
23676
23677 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
23678 Fix BUFFER_MAGNIFICATION to 4.
23679 (ccl-encode-mule-utf-16be-with-signature): Likewise.
23680
23681 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
23682
23683 * speedbar.el (speedbar-update-flag): Doc fix.
23684 (speedbar-show-info-under-mouse): Give set-mouse-position the right
23685 argument.
23686
23687 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
23688
23689 * reveal.el (reveal-post-command): Don't try to reveal overlays which
23690 have a non-nil `invisible' property but are actually visible.
23691
23692 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
23693 for perldoc sections.
23694 (perl-outline-regexp, perl-outline-level): New var and function.
23695 (perl-mode): Use them.
23696
23697 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
23698
23699 * calendar/diary-lib.el (diary-remind): Discard any mark portion
23700 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
23701
23702 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
23703
23704 * cus-edit.el: Comment change.
23705 (custom-buffer-create-internal): Slightly reword text at top of
23706 Custom buffers. Mention there that saving an option edits the
23707 init file. Add link to Emacs manual node on `custom-file'.
23708 (custom-magic-alist): Rewrite individual State messages to use
23709 capitalized keywords. Doc fix.
23710
23711 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
23712
23713 * calendar/calendar.el (calendar-buffer): Move above
23714 calendar-week-start-day.
23715 (calendar-week-start-day): Doc fix. Add :set function.
23716 (calendar-minimum-window-height): New variable.
23717 (generate-calendar-window): Only resize window if selected-window
23718 is displaying the calendar buffer. Use new variable
23719 calendar-minimum-window-height.
23720 (generate-calendar): Reword error message.
23721 (calendar-mode-map): Bind DEL to scroll-other-window-down.
23722
23723 2005-02-27 Andreas Schwab <schwab@suse.de>
23724
23725 * vc.el (vc-do-command): Don't run command asynchronously when
23726 operating in a remote directory.
23727
23728 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
23729 change from sync with Tramp 2.0.47.
23730
23731 2005-02-27 Richard M. Stallman <rms@gnu.org>
23732
23733 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
23734
23735 * textmodes/flyspell.el (flyspell-mode-on):
23736 Call ispell-change-dictionary only if necessary.
23737
23738 * emacs-lisp/re-builder.el (regexp-builder): New function.
23739
23740 * register.el (describe-register-1): Explicitly handle
23741 yank-excluded-properties = t.
23742
23743 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
23744 (custom-magic-alist): Change the status descriptions again.
23745 (face widget-type): Total rewrite based on `restricted-sexp'
23746 to eliminate the confusing double hiding levels.
23747
23748 * emacs-lisp/debug.el (debug-on-entry-1):
23749 If function body is empty, add nil as body form.
23750
23751 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
23752
23753 * emacs-lisp/trace.el (inhibit-trace): New var.
23754 (trace-make-advice): Use it.
23755
23756 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
23757
23758 2005-02-26 Kim F. Storm <storm@cua.dk>
23759
23760 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
23761 (mouse-on-link-p, mouse-drag-region-1): Use it.
23762
23763 2005-02-25 Lute Kamstra <lute@gnu.org>
23764
23765 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
23766
23767 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
23768
23769 * frame.el (blink-cursor-mode): Add :group keyword.
23770
23771 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
23772
23773 * calendar/icalendar.el (icalendar--decode-isodatetime):
23774 New optional argument DAY-SHIFT.
23775 (icalendar-export-region): Fix coding-system-for-write.
23776 (icalendar--convert-ical-to-diary): Shift end-day of all-day
23777 events by one.
23778
23779 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
23780
23781 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
23782
23783 2005-02-24 Kim F. Storm <storm@cua.dk>
23784
23785 * international/iso-acc.el (iso-accents-compose): Fix crash
23786 during redisplay. Call force-window-update after read-event
23787 and delete-region to signal that window is not accurate.
23788
23789 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
23790
23791 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
23792 Remove unused and inexistent var `inhibit-trace'.
23793 (debugger-mode): Use run-mode-hooks.
23794 (debugger-list-functions): Add buttons; setup xref stack.
23795
23796 2005-02-23 Richard M. Stallman <rms@gnu.org>
23797
23798 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
23799 appointment says it was explicitly made.
23800 (appt-add): Set the 3rd element.
23801 (appt-make-list): Preserve explicit appointments.
23802
23803 * subr.el (find-tag-default): Catch errors in forward-sexp.
23804
23805 2005-02-23 Juri Linkov <juri@jurta.org>
23806
23807 * info.el (Info-isearch-search): New defcustom.
23808 (Info-isearch-search): Call the default isearch function
23809 when Info-isearch-search is nil.
23810 (Info-isearch-wrap): Use variable Info-isearch-search.
23811
23812 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
23813
23814 * cus-edit.el: Comment change.
23815
23816 2005-02-22 Kim F. Storm <storm@cua.dk>
23817
23818 * progmodes/hideif.el (hide-ifdef-use-define-alist):
23819 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
23820
23821 2005-02-22 Simon Josefsson <jas@extundo.com>
23822
23823 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
23824 New variable.
23825 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
23826 Oskarsson" <myrkraverk@users.sourceforget.net>.
23827
23828 2005-02-22 Kim F. Storm <storm@cua.dk>
23829
23830 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
23831 check that window of that event is the selected window.
23832 (mouse-drag-region-1): Compare mouse event window to selected
23833 window before setting point.
23834
23835 * tooltip.el (tooltip-show-help-function): Pass event to
23836 mouse-on-link-p so it can check selected window.
23837
23838 2005-02-22 Kenichi Handa <handa@m17n.org>
23839
23840 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
23841 (ps-mule-show-warning): New function.
23842 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
23843 characters are found.
23844
23845 * ps-print.el (ps-header-footer-string): Return a list of header
23846 and footer strings.
23847
23848 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
23849
23850 * pcvs.el (cvs-retrieve-revision): Fix thinko.
23851
23852 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
23853
23854 * frame.el (blink-cursor-mode): Use define-minor-mode.
23855
23856 * term/mac-win.el (function-key-map): Use char-names more consistently.
23857 (file-name-coding-system): Only set it for MacOS-9. The other case is
23858 already handled in mule-cmds.el (where it also works when mac-win.el
23859 is not used).
23860
23861 2005-02-21 Kenichi Handa <handa@m17n.org>
23862
23863 * international/mule.el (ctext-pre-write-conversion): Always use
23864 " *code-converting-work*" buffer for work.
23865
23866 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
23867
23868 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
23869
23870 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
23871
23872 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
23873
23874 * ses.el (undo-more): Restore defadvice, but only the part that
23875 allows changes outside the restricted area of the buffer.
23876
23877 2005-02-20 Kim F. Storm <storm@cua.dk>
23878
23879 * simple.el (line-move): Add fourth optional arg try-vscroll which
23880 must be set to perform auto-window-vscroll.
23881 When moving backwards and doing auto-window-vscroll, automatically
23882 vscroll to the last part of lines which are taller than the window.
23883 (next-line, previous-line): Set try-vscroll arg on line-move.
23884
23885 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
23886
23887 * replace.el (query-replace, query-replace-regexp)
23888 (replace-string, replace-regexp): When operating on region, make
23889 the minibuffer prompt say so.
23890
23891 * isearch.el (isearch-forward): Document isearch-query-replace and
23892 isearch-query-replace-regexp keybindings.
23893
23894 2005-02-19 Jay Belanger <belanger@truman.edu>
23895
23896 * calc/calc-aent.el (math-read-token): Add local variable.
23897
23898 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
23899 (calc-edit-top): Move declaration to earlier in file.
23900 (calc-edit-macro-repeats): Add local variables.
23901
23902 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
23903 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
23904 calcFunc-tanh.
23905 Adjust integration rule for calcFunc-tan.
23906
23907 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23908
23909 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
23910 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
23911 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
23912 (viper-skip-separators): Bug fix.
23913 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
23914 particular major mode.
23915 (viper-del-backward-char-in-replace): Don't put deleted char on the
23916 kill ring.
23917
23918 * viper-ex.el (viper-color-display-p): New function.
23919 (viper-has-face-support-p): Use viper-color-display-p.
23920
23921 * viper-keym.el (viper-gnus-modifier-map): New keymap.
23922
23923 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
23924
23925 * viper-util.el (viper-glob-unix-files): Fix shell status check.
23926 (viper-file-remote-p): Make equivalent to file-remote-p.
23927
23928 * viper.el (viper-major-mode-modifier-list):
23929 Use viper-gnus-modifier-map.
23930
23931 2005-02-19 David Kastrup <dak@gnu.org>
23932
23933 * subr.el (subregexp-context-p): Fix garbled doc string by adding
23934 quoting.
23935
23936 2005-02-19 Jay Belanger <belanger@truman.edu>
23937
23938 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
23939 Remove extra definitions.
23940 (calc-coth): New function.
23941 (calcFunc-cot): Fix `let'.
23942
23943 2005-02-19 Eli Zaretskii <eliz@gnu.org>
23944
23945 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
23946 the reasons we use "type pc" in these faces.
23947
23948 * button.el (button): Ditto.
23949
23950 2005-02-19 Michael Mauger <mmaug@yahoo.com>
23951
23952 * replace.el (query-replace-read-from): Set the value of
23953 query-replace-from-history-variable to handle the case of an empty
23954 string entered to accept the suggested default.
23955
23956 * net/tramp.el (tramp-file-name-for-operation):
23957 Use dired-call-process instead of dired-call-process-command.
23958
23959 2005-02-19 Jay Belanger <belanger@truman.edu>
23960
23961 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
23962 (math-div-non-trig): New variables.
23963 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
23964 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
23965 (math-combine-prod, math-div-symb-fancy): Add simplifications for
23966 trig expressions.
23967
23968 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
23969
23970 * progmodes/gdb-ui.el (gdb-var-update-handler)
23971 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
23972 for watch expressions,
23973 (gdb-var-create-handler): Don't set speedbar-update-flag.
23974 (gdb-post-prompt): Simplify test for speedbar.
23975
23976 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
23977
23978 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
23979 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
23980 we use the syntax table of the correct buffer.
23981 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
23982 Felix Gatzemeier.
23983
23984 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
23985 (ediff-file-remote-p): Make synonymous with file-remote-p.
23986 In all deffaces ediff-*-face-*, use min-colors.
23987
23988 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
23989 ediff-recurse-to-subdirectories.
23990 (ediff-mark-if-equal): Check that the arguments are strings, use
23991 ediff-same-contents (after to Felix Gatzemeier).
23992
23993 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
23994 nil.
23995
23996 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
23997
23998 * log-view.el (log-view-message-re): Fix up Subversion regexp.
23999
24000 2005-02-18 David Kastrup <dak@gnu.org>
24001
24002 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24003 use `mark-active' when defined.
24004
24005 2005-02-18 Kenichi Handa <handa@m17n.org>
24006
24007 * ps-print.el (ps-font-info-database): New entry
24008 ZapfChancery-MediumItalic with correct font name. Fix font name
24009 of the entry Zapf-Chancery-MediumItalic.
24010
24011 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24012
24013 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24014
24015 2005-02-16 Kim F. Storm <storm@cua.dk>
24016
24017 * ido.el (ido-fallback-command): Pass user input to fallback command.
24018
24019 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24020
24021 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24022 (gdb-find-file-hook): Add server prefix.
24023
24024 2005-02-16 Richard M. Stallman <rms@gnu.org>
24025
24026 * replace.el (perform-replace): Pass new args to replace-highlight.
24027 (replace-highlight): Take region args,
24028 and pass them to isearch-lazy-highlight-new-loop.
24029
24030 * novice.el (disabled-command-hook): Autoload the defalias
24031 and the make-obsolete-variable call.
24032
24033 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24034
24035 * isearch.el (isearch-lazy-highlight-start-limit)
24036 (isearch-lazy-highlight-end-limit): New variables limit
24037 the region for highlighting.
24038 (isearch-lazy-highlight-new-loop): New args BEG and END.
24039 (isearch-lazy-highlight-search): Use the new vars.
24040 (isearch-lazy-highlight-update): Likewise.
24041
24042 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24043
24044 * cus-start.el (all): Use default-boundp.
24045
24046 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24047
24048 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24049
24050 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24051
24052 * autorevert.el (auto-revert-stop-on-user-input)
24053 (auto-revert-verbose): Doc fixes.
24054
24055 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24056
24057 * international/mule-cmds.el (set-locale-environment): Remove call
24058 to set-selection-coding-system on Windows.
24059
24060 2005-02-15 Jay Belanger <belanger@truman.edu>
24061
24062 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24063 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24064 calcFunc-coth.
24065 (math-simplify-sqrt): Add simplifications.
24066
24067 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24068 to list.
24069
24070 * calc/calc-ext.el: Add functions to autoloads.
24071
24072 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24073 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24074 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24075 (math-csc-raw, math-cot-raw): New functions.
24076
24077 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24078
24079 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24080 the variable name in a message.
24081
24082 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24083 calcFunc-csc, calcFunc-cot.
24084
24085 * calc/calcalg2.el: Add derivative and integration rules for
24086 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24087 calcFunc-csch, calcFunc-coth.
24088 (math-do-integral-methods): Add to checks for when to use
24089 substitutions.
24090
24091 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24092
24093 2005-02-15 Lute Kamstra <lute@gnu.org>
24094
24095 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24096 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24097 <monnier@iro.umontreal.ca>
24098 (lisp-outline-level): Improve efficiency. Suggested by David
24099 Kastrup <dak@gnu.org>.
24100
24101 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24102
24103 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24104 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24105 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24106 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24107 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24108
24109 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24110
24111 * cus-start.el (all): Comment change.
24112
24113 2005-02-14 Lute Kamstra <lute@gnu.org>
24114
24115 * cus-start.el (all): Check if symbol is void.
24116
24117 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24118
24119 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24120 optional argument to \cite.
24121
24122 2005-02-14 Richard M. Stallman <rms@gnu.org>
24123
24124 * cus-edit.el (custom-buffer-create-internal): Update help message.
24125 (custom-magic-alist): Update help messages.
24126
24127 * cus-start.el (all): Allow a var to specify a standard value.
24128
24129 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24130
24131 * custom.el (custom-theme-set-variables): Handle variable aliases.
24132
24133 * frame.el (blink-cursor-timer): Doc fix.
24134 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24135 declare obsolete.
24136 (blink-cursor-mode): Define with defcustom and use correct
24137 standard expression in that defcustom.
24138 * startup.el (command-line): Adapt to above changes in frame.el.
24139
24140 2005-02-11 Lute Kamstra <lute@gnu.org>
24141
24142 * apropos.el (apropos-score-doc): Prevent division by zero.
24143
24144 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24145
24146 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24147 (icalendar--get-event-property-attributes)
24148 (icalendar--get-event-properties)
24149 (icalendar--datetime-to-diary-date): New functions.
24150 (icalendar--split-value): Doc fix.
24151 (icalendar--datetime-to-noneuropean-date)
24152 (icalendar--datetime-to-european-date): New optional argument
24153 SEPARATOR. Return result as a string instead of a list.
24154 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24155 (icalendar--convert-string-for-export): Rename arg S to STRING.
24156 (icalendar-export-region): Doc fix. Change name of error buffer.
24157 Save output buffer.
24158 (icalendar-import-file): Add blank at end of prompt.
24159 (icalendar-import-buffer): Doc fix. Do not switch to error
24160 buffer. Indicate status in return value.
24161 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24162 buffer. Save output buffer. Handle exception from recurrence
24163 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24164 events. Fix problems with weekly all-day events.
24165
24166 2005-02-10 Richard M. Stallman <rms@gnu.org>
24167
24168 * simple.el (eval-expression-print-format):
24169 Avoid warning about edebug-active.
24170
24171 * help.el (help-for-help-internal): Rename from help-for-help.
24172 (help-for-help): Define with defalias.
24173
24174 * font-core.el (font-lock-default-function): Use with-no-warnings.
24175
24176 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24177
24178 * custom.el (defface): Doc fix.
24179
24180 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24181
24182 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24183 width 0" to prevent word wrapping problems.
24184
24185 2005-02-09 Kim F. Storm <storm@cua.dk>
24186
24187 * ido.el (ido-file-extensions-order): New defcustom.
24188 (ido-file-extension-lessp, ido-file-extension-aux)
24189 (ido-file-extension-order): New advanced file ordering.
24190 (ido-file-lessp): New simple file ordering.
24191 (ido-sort-list): Remove.
24192 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24193 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24194
24195 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24196
24197 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24198 that some versions of grep produce.
24199 (grep-mode-font-lock-keywords): Likewise.
24200
24201 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24202
24203 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24204 (gdb-cdir): Delete.
24205 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24206 (gdb-source-info): Treat case when source file is in another
24207 directory properly.
24208 (gdb-get-location): New function.
24209
24210 2005-02-07 Jay Belanger <belanger@truman.edu>
24211
24212 * calc/calc-prog.el (calc-write-parse-table-part)
24213 (calc-fix-token-name): Fix a check for language type.
24214
24215 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24216
24217 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24218
24219 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24220 as directory not writable.
24221
24222 2005-02-07 Kim F. Storm <storm@cua.dk>
24223
24224 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24225 (cua--standard-movement-commands): Remove list.
24226 Instead, set CUA property value to move for movement commands.
24227 (cua-movement-commands): Remove. Users must set CUA prop instead.
24228 (cua--pre-command-handler): Check CUA property.
24229 (cua--init-keymaps): Don't remap undo commands.
24230 (cua-mode): Don't call cua--rectangle-on-off.
24231
24232 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24233 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24234 (cua--rect-undo-set-point): New var.
24235 (cua--rectangle-undo-boundary): Setup undo apply entry.
24236 (cua--rect-undo-handler): New function for rectangle undo.
24237 (cua--rect-start-position, cua--rect-end-position): Add.
24238 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24239 for restored rectangle. Set point if cua--rect-undo-set-point.
24240
24241 2005-02-06 Jay Belanger <belanger@truman.edu>
24242
24243 * calc/calc-lang.el (calc-tex-language): Display more information
24244 in messages.
24245
24246 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24247 in TeX mode.
24248
24249 2005-02-06 Richard M. Stallman <rms@gnu.org>
24250
24251 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24252
24253 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24254
24255 * net/ldap.el (ldap-search-internal): Support attributes with
24256 optional descriptions separated by a semi-colon, as in
24257 "userCertificate;binary".
24258
24259 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24260
24261 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24262 isn't a cons (i.e. the version is 0).
24263
24264 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24265
24266 * help.el (help-for-help): Doc fix.
24267
24268 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24269
24270 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24271 GDB-Windows on the menu-bar as this works better.
24272
24273 2005-02-04 Jay Belanger <belanger@truman.edu>
24274
24275 * calc/calc-embed.el (calc-embedded-update): Don't put in
24276 unnecessary newlines. Adjust the end of formula marker.
24277
24278 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24279 (math-latex-parse-two-args): New function.
24280
24281 2005-02-03 Lute Kamstra <lute@gnu.org>
24282
24283 * help-fns.el (help-with-tutorial): Make sure that users cannot
24284 remove the entire text of the tutorial by means of `undo'.
24285
24286 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24287
24288 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24289 in recent changes, where the ispell process was repeatedly
24290 killed & restarted.
24291
24292 * international/mule-cmds.el (set-locale-environment): Set file-name
24293 coding system to utf-8 on Darwin systems.
24294 (set-default-coding-systems): Don't set default-file-name-coding-system
24295 on Darwin systems.
24296
24297 2005-02-03 Richard M. Stallman <rms@gnu.org>
24298
24299 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24300
24301 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24302
24303 * faces.el (list-faces-display): Add optional argument.
24304
24305 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24306
24307 * font-core.el (font-lock-default-function): Handle the rare case where
24308 only font-lock-keywords is set.
24309
24310 2005-02-02 Kenichi Handa <handa@m17n.org>
24311
24312 * international/characters.el: Cancel previous change for
24313 I-WITH-DOT-ABOVE and DOTLESS-i.
24314
24315 * international/latin-5.el: Cancel previous change.
24316
24317 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24318
24319 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24320
24321 2005-02-02 Kenichi Handa <handa@m17n.org>
24322
24323 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24324 DOTLESS-i.
24325
24326 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24327 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24328
24329 * case-table.el (get-upcase-table): New function.
24330 (copy-case-table): Copy upcaes table too if non-nil.
24331 (set-case-syntax-delims): Maintain upcase table too.
24332 (set-case-syntax-pair): Likewise.
24333 (set-upcase-syntax, set-downcase-syntax): New functions.
24334 (set-case-syntax): Maintain upcase table too.
24335
24336 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24337
24338 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24339
24340 * progmodes/gud.el (gud-goto-info): New function.
24341 (gud-tool-bar-map): Use correct icon.
24342
24343 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24344
24345 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24346 When delegating, order args in the funcall correctly.
24347
24348 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24349
24350 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24351
24352 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24353
24354 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24355 buffer not visiting a file.
24356
24357 2005-01-31 Jay Belanger <belanger@truman.edu>
24358
24359 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24360 bound on the line with the formula.
24361
24362 2005-01-31 Kim F. Storm <storm@cua.dk>
24363
24364 * ses.el (ses-create-cell-variable-range)
24365 (ses-destroy-cell-variable-range, ses-reset-header-string)
24366 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
24367 (ses-insert-row): Fix format of apply undo entries.
24368
24369 2005-01-31 Jay Belanger <belanger@truman.edu>
24370
24371 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
24372 parts.
24373
24374 * calc/calc-embed.el (calc-embedded-open-formula)
24375 (calc-embedded-close-formula): Ignore matrix environments.
24376
24377 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
24378 TeX mode.
24379
24380 * calc/calc-lang.el (math-function-table, math-oper-table)
24381 (math-variable-table): Adjust the LaTeX portions.
24382
24383 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
24384 (math-latex-ignore-words): New constant.
24385
24386 2005-01-31 Richard M. Stallman <rms@gnu.org>
24387
24388 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
24389 (ispell-local-dictionary): Doc fix.
24390 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
24391 Don't reinitialize at run time. Don't defcustom.
24392 All uses changed to append ispell-local-dictionary-alist,
24393 or check it first.
24394 (ispell-current-dictionary): New variable for dictionary in use.
24395 (ispell-dictionary): Now used only for global default.
24396 (ispell-start-process): Set ispell-current-dictionary,
24397 not ispell-dictionary.
24398 (ispell-change-dictionary): Use this only for setting
24399 user preferences.
24400 (ispell-internal-change-dictionary): New function
24401 to change the current dictionary in use.
24402 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
24403 Use ispell-current-dictionary.
24404 Handle ispell-local-dictionary-overridden.
24405 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
24406
24407 2005-01-31 Jay Belanger <belanger@truman.edu>
24408
24409 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
24410
24411 * calc/calc-ext.el: Add calc-latex-language to autoloads.
24412 (calc-mode-map): Add calc-latex-language.
24413
24414 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
24415 (math-latex-print-frac): New functions.
24416 (math-oper-table, math-function-table, math-variable-table)
24417 (math-complex-format, math-input-filter): Add latex properties.
24418 (calc-set-language): Set math-expr-special-function-mapping.
24419
24420 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
24421 (calc-write-parse-table-part): Add LaTeX support.
24422
24423 * calc/calc.el (calc-language): Adjust docstring.
24424 (calc-set-mode-line): Add LaTeX support.
24425 (math-expr-special-function-mapping): New variable.
24426 (math-tex-ignore-words): Add to list.
24427
24428 * calc/calccomp.el (math-compose-expr, math-compose-rows):
24429 Add LaTeX support.
24430 (math-compose-expr): Add support for special functions.
24431
24432 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
24433
24434 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
24435
24436 * progmodes/gdb-ui.el (gdb-memory-address)
24437 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
24438 (gdb-memory-mode-map, gdb-memory-format-keymap)
24439 (gdb-memory-format-menu, gdb-memory-unit-keymap)
24440 (gdb-memory-unit-menu): New variables for a buffer
24441 that lets the user examine program memory.
24442 (gdb-memory-set-address, gdb-memory-set-repeat-count)
24443 (gdb-memory-format-binary, gdb-memory-format-octal)
24444 (gdb-memory-format-unsigned, gdb-memory-format-signed)
24445 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
24446 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
24447 (gdb-memory-unit-word, gdb-memory-unit-halfword)
24448 (gdb-memory-unit-byte, gdb-memory-unit-menu)
24449 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
24450 (gdb-memory-mode, gdb-memory-buffer-name)
24451 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
24452 New functions for above buffer.
24453
24454 2005-01-30 Richard M. Stallman <rms@gnu.org>
24455
24456 * cus-edit.el (custom-bury-buffer): Function deleted.
24457 (custom-buffer-done-function): Option deleted.
24458 (custom-buffer-done-kill): New replacement option.
24459 (Custom-buffer-done): Call quit-window.
24460 (custom-buffer-create-internal): Update for above changes.
24461
24462 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
24463
24464 * simple.el (undo-ask-before-discard): New var.
24465 (undo-outer-limit-truncate): Implement it.
24466 (undo-extra-outer-limit): Doc update.
24467
24468 2005-01-29 Richard M. Stallman <rms@gnu.org>
24469
24470 * ses.el (undo-more): Delete defadvice.
24471 (ses-begin-change): Doc fix.
24472
24473 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
24474 instead of rebinding C-x u and C-_.
24475
24476 * files.el (normal-backup-enable-predicate): Return nil for files
24477 in /tmp, regardless of temporary-file-directory.
24478
24479 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
24480
24481 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
24482 (open-rectangle, delete-whitespace-rectangle-line)
24483 (clear-rectangle-line): If FILL, pass t instead of FILL
24484 for move-to-column's 2nd arg.
24485
24486 * simple.el (undo): Fix the test for continuing a series of undos.
24487 (undo-more): Set pending-undo-list to t when we reach end.
24488 (pending-undo-list): Move up defvar.
24489
24490 * wid-edit.el (widget-button-click):
24491 Shorten the range of the track-mouse binding.
24492
24493 * comint.el (comint-insert-input): Undo previous changes;
24494 use last-input-event in interactive spec.
24495
24496 2005-01-29 Eli Zaretskii <eliz@gnu.org>
24497
24498 * progmodes/compile.el (compilation-start): Bind buffer-read-only
24499 to nil before invoking call-process. Reset buffer's modified flag
24500 after fontifying it in the no-async branch.
24501
24502 * wid-edit.el (widget-specify-button): If mouse pointer shape
24503 cannot be changed, use mouse face instead.
24504
24505 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
24506
24507 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
24508 (gdb-goto-breakpoint): Make breakpoint handling work on template
24509 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
24510 (gdb-assembler-custom): Update to recognize breakpoint information
24511 added on 2005-01-19.
24512
24513 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
24514
24515 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
24516 (dsssl-mode): Use define-derived-mode.
24517 (scheme-mode-initialize): Remove.
24518 (scheme-mode): Use run-mode-hooks.
24519
24520 * cus-edit.el (customize-group-other-window)
24521 (custom-buffer-create-other-window): Don't override special-display-*.
24522 (custom-mode-map): Make it dense.
24523
24524 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
24525 sets the default value.
24526
24527 2005-01-28 Eli Zaretskii <eliz@gnu.org>
24528
24529 * descr-text.el: Add more keywords.
24530
24531 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
24532
24533 * speedbar.el: Avoid unnecessary use of locate-library.
24534
24535 * international/mule-cmds.el (standard-display-european-internal):
24536 Don't fiddle with latin-1 non-break space any more since it's now
24537 special cased in the C code.
24538 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
24539
24540 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
24541
24542 * cus-start.el (all): Add `undo-outer-limit'.
24543
24544 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24545
24546 * textmodes/bibtex.el (bibtex-format-entry):
24547 Use `bibtex-empty-field-re' only on the text of fields, not on entire
24548 field lines.
24549 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
24550 not on part of a buffer.
24551
24552 2005-01-25 Lute Kamstra <lute@gnu.org>
24553
24554 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
24555 nonempty field text strings like "{letters\\macro{}more letters}".
24556 Clarify docstring.
24557 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
24558 (bibtex-entry-offset, bibtex-parse-association)
24559 (bibtex-parse-field-name): Fix typos in docstrings.
24560 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
24561
24562 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
24563
24564 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
24565 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
24566 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
24567 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
24568
24569 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
24570 isearch minor mode.
24571
24572 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
24573
24574 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
24575
24576 2005-01-24 Lute Kamstra <lute@gnu.org>
24577
24578 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
24579 CASECHARS and NOT-CASECHARS regular expressions of the
24580 "nederlands" and "nederlands8" dictionaries to prevent a "Range
24581 striding over charsets" error.
24582
24583 2005-01-24 Jay Belanger <belanger@truman.edu>
24584
24585 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
24586 display variable name.
24587
24588 2005-01-24 Kenichi Handa <handa@m17n.org>
24589
24590 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
24591 Fix setting of the element of encoded-kbd-iso2022-invocations.
24592
24593 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
24594
24595 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
24596 (gdb-threads-select): Change to also accept mouse events.
24597 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
24598 (gdb-threads-mouse-select): Delete.
24599
24600 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
24601
24602 * files.el (insert-directory): Take care of empty directory,
24603 listed without -a switch.
24604
24605 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
24606
24607 * textmodes/refill.el (refill-post-command-function):
24608 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
24609 to the list of functions that we should be careful not to undo.
24610 (refill-late-fill-paragraph-function): Remove.
24611 (refill-saved-state): New var.
24612 (refill-mode): Use it to save fill-paragraph-function.
24613 Save also the value of auto-fill-function.
24614
24615 * term/w32-win.el: Simplify code.
24616
24617 2005-01-23 Kim F. Storm <storm@cua.dk>
24618
24619 * simple.el (line-move): Adapt to new return value from
24620 pos-visible-in-window-p.
24621
24622 * simple.el (line-move): Fix last change. Check partial
24623 visibility at point rather than at window-start.
24624
24625 2005-01-22 Jason Rumney <jasonr@gnu.org>
24626
24627 * term/w32-win.el (xw-defined-colors): Remove debug-message.
24628
24629 2005-01-22 David Kastrup <dak@gnu.org>
24630
24631 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
24632
24633 2005-01-22 Eli Zaretskii <eliz@gnu.org>
24634
24635 * type-break.el (type-break-mode): Add a test for
24636 type-break-file-name being non-nil.
24637
24638 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
24639
24640 * net/eudc.el (top level): Call (message "") via progn, so that
24641 eudc-options-file is loaded.
24642
24643 2005-01-22 Kim F. Storm <storm@cua.dk>
24644
24645 * simple.el (line-move-1): Rename from line-move.
24646 (line-move): New function that adjusts vscroll for partially
24647 visible rows, and calls line-move-1 otherwise.
24648
24649 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
24650
24651 * pcomplete.el: Define pcomplete-read-event instead of read-event,
24652 since it's not a complete read-event implementation
24653
24654 2005-01-20 Jay Belanger <belanger@truman.edu>
24655
24656 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
24657 for called function.
24658
24659 2005-01-20 Steven Tamm <steventamm@mac.com>
24660
24661 * term/mac-win.el (process-connection-type): Remove.
24662 Controlled now by s/darwin.h:PTY_ITERATION.
24663
24664 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
24665
24666 * window.el (handle-select-window): Don't switch window when we're
24667 in the minibuffer.
24668
24669 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
24670
24671 * subr.el (dotimes-with-progress-reporter): New macro.
24672
24673 * ses.el (ses-dotimes-msg): Remove macro.
24674 Use `dotimes-with-progress-reporter' instead.
24675
24676 2005-01-19 Steven Tamm <steventamm@mac.com>
24677
24678 * term/mac-win.el (process-connection-type): Use new
24679 operating-system-release variable to use ptys on Darwin 7 (OS X
24680 10.3) when using carbon build.
24681
24682 2005-01-19 Jay Belanger <belanger@truman.edu>
24683
24684 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
24685 flags if the last command was a tab or M-tab.
24686
24687 * calc/calc-prog.el (calc-user-define-edit): Put original formula
24688 in formula editing buffer.
24689
24690 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24691
24692 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
24693 breakpoint image symbol in margin.
24694
24695 2005-01-19 Jay Belanger <belanger@truman.edu>
24696
24697 * calc/calc-prog.el (calc-execute-kbd-macro):
24698 Ignore calc-keep-arg-flag.
24699
24700 2005-01-19 Kenichi Handa <handa@m17n.org>
24701
24702 * textmodes/ispell.el (ispell-looking-at): New function.
24703 (ispell-process-line): Use ispell-looking-at to compare the ispell
24704 output and the buffer contents.
24705
24706 2005-01-18 Jay Belanger <belanger@truman.edu>
24707
24708 * calc/calc.el (calc-display-raw): Fix docstring.
24709
24710 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
24711
24712 * simple.el (blink-matching-open): Strip extra info from syntax.
24713
24714 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
24715 funny chars in the end-of-here-doc marker.
24716
24717 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
24718
24719 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
24720 that enable/disabled state of breakpoints is shown correctly in
24721 fringe and on ttys.
24722 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
24723 Add breakpoint information as text properties.
24724 (gdb-mouse-toggle-breakpoint):
24725 Rename to gdb-mouse-set-clear-breakpoint.
24726 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
24727 breakpoints in the margin.
24728 (gdb-remove-strings): Simplify.
24729
24730 2005-01-17 Jay Belanger <belanger@truman.edu>
24731
24732 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
24733 erasing buffer.
24734
24735 2005-01-17 Richard M. Stallman <rms@gnu.org>
24736
24737 * progmodes/grep.el (grep-find): Copy from `grep' the condition
24738 for calling grep-compute-defaults.
24739
24740 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
24741 if buffer is empty.
24742
24743 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
24744
24745 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
24746
24747 * hilit-chg.el (highlight-changes-mode): Don't autoload.
24748
24749 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
24750 non-preloaded variables.
24751
24752 2005-01-17 Steven Tamm <steventamm@mac.com>
24753
24754 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
24755 tex-shell cause to force interactivity when using pipes.
24756
24757 2005-01-17 Kim F. Storm <storm@cua.dk>
24758
24759 * simple.el (just-one-space): Make arg optional.
24760
24761 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
24762
24763 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
24764 posn-at-x-y to t to access left-margin.
24765
24766 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
24767
24768 Sync with Tramp 2.0.47.
24769
24770 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
24771 catching keep-date problems in cp/scp operations.
24772 (tramp-handle-copy-file): Don't call `set-file-modes'
24773 unconditionally. Specialized functions should know better what is
24774 necessary. This improves performance a little bit, and the
24775 functions could catch errors with `cp -p' and `scp -p'.
24776 (tramp-do-copy-or-rename-file-via-buffer)
24777 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
24778 when appropriate.
24779 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
24780 Call `set-file-modes' when appropriate.
24781 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
24782 Johnsson <isak@hypergene.com>
24783 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
24784 of both Tramp buffer and debug buffer. Reported by Joakim Verona
24785 <joakim@verona.se>
24786 (tramp-file-name-for-operation): Mark `shell-command' as magic for
24787 Emacs only.
24788
24789 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
24790 `find-file-hooks' and `dired-mode-hook'.
24791 (tramp-minor-mode-map): Respective map. Add remapping for
24792 `compile' and `recompile'.
24793 (tramp-remap-command, tramp-recompile): New defuns.
24794 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
24795 in buffer "*Compilation*". Call the commands asynchronously.
24796
24797 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
24798 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
24799 `shell-command', because it isn't magic in XEmacs. Reported by
24800 Adrian Aichner <adrian@xemacs.org>.
24801
24802 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
24803 `substitute-in-file-name.
24804 (tramp-smb-handle-substitute-in-file-name): New defun.
24805 (tramp-smb-advice-PC-do-completion): Delete advice.
24806
24807 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
24808
24809 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
24810 Fix error in deleting region.
24811
24812 2005-01-15 Richard M. Stallman <rms@gnu.org>
24813
24814 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
24815 In non-temp buffer, switch syntax table temporarily.
24816
24817 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
24818
24819 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
24820
24821 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
24822
24823 * imenu.el (imenu--split-menu): Copy menulist before sorting.
24824 (imenu--generic-function): Use START, not BEG, as pos of definition.
24825
24826 * simple.el (just-one-space): Argument specifies number of spaces.
24827
24828 * simple.el (eval-expression-print-format): Avoid warning
24829 about edebug-active.
24830
24831 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
24832
24833 * progmodes/sh-script.el: Code copied from make-mode.el
24834 with small changes,
24835 (sh-mode-map): Bind C-c C-\.
24836 (sh-backslash-column, sh-backslash-align): New variables.
24837 (sh-backslash-region, sh-append-backslash): New functions.
24838
24839 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
24840
24841 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
24842 (rmail-pop-password, rmail-pop-password-required): Move to
24843 rmail-obsolete group.
24844 (rmail-set-pop-password): Rename to rmail-set-remote-password.
24845 All callers updated.
24846 (rmail-get-pop-password): Rename to rmail-get-remote-password.
24847 Take an argument specifying whether it is POP or IMAP mailbox we
24848 are using. All callers updated.
24849 (rmail-pop-password-error): Rename to
24850 rmail-remote-password-error. Added mailutils-specific error message.
24851 (rmail-movemail-search-path)
24852 (rmail-movemail-variant-in-use): New variables.
24853 (rmail-remote-password, rmail-remote-password-required):
24854 New customization variables.
24855 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
24856 (rmail-parse-url): New function.
24857 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
24858 with GNU mailutils movemail.
24859
24860 2005-01-15 Kevin Ryde <user42@zip.com.au>
24861
24862 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
24863 suffix to space, $ or '$, to correctly position point when going
24864 to @table style constants like DBL_MAX.
24865
24866 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
24867
24868 * type-break.el (type-break-mode, type-break-file-time)
24869 (type-break-file-keystroke-count, type-break-choose-file):
24870 Don't store data in or load data from the file if type-break-file-name
24871 is nil.
24872 (type-break-file-name): Doc update as per the above.
24873
24874 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
24875
24876 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
24877 lookup-key might return nil; handle that.
24878
24879 2005-01-15 Alan Mackenzie <acm@muc.de>
24880
24881 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
24882 rather than the element found, thus enabling the tree to be setcar'd.
24883
24884 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24885
24886 * textmodes/org.el (org-show-following-heading): New option.
24887 (org-show-hierarchy-above): Use `org-show-following-heading'.
24888 (org-cycle): Documentation fix.
24889
24890 * textmodes/org.el (orgtbl-optimized): New option
24891 (orgtbl-mode): New command, a minor mode.
24892 (orgtbl-mode-map): New variable.
24893 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
24894 (orgtbl-error, orgtbl-self-insert-command)
24895 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
24896
24897 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
24898 a local variable in each org-mode buffer.
24899
24900 * textmodes/org.el (org-set-regexps-and-options): Rename from
24901 `org-set-regexps'. Added checking for STARTUP keyword.
24902 (org-get-current-options): Add STARTUP options.
24903 (org-table-insert-row): Make mode intelligent about when
24904 realignment is needed.
24905 (org-self-insert-command, org-delete-backward-char, org-delete-char):
24906 New commands.
24907 (org-enable-table-editor): New default value `optimized'.
24908 (org-table-blank-field): Support blanking regions if active.
24909
24910 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
24911
24912 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
24913 if the year is not given.
24914
24915 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
24916 Add new escapes %m and %M, fixed bug with %F by adding
24917 save-match-data.
24918 (reftex-reference): Remove ?. from list of spaces.
24919 (reftex-label-info): Add automatic label prefix recognition.
24920
24921 * textmodes/reftex-index.el (reftex-index-next-phrase):
24922 Add slave parameter to call of `reftex-index-this-phrase'.
24923 (reftex-index-this-phrase): New optional argument.
24924 (reftex-index-region-phrases): Add slave parameter to call of
24925 `reftex-index-this-phrase'.
24926 (reftex-display-index): New argument redo.
24927 (reftex-index-rescan): Add `redo' to arguments of
24928 `reftex-display-index'.
24929 (reftex-index-Rescan, reftex-index-revert)
24930 (reftex-index-switch-index-tag): Add `redo' to arguments of
24931 `reftex-display-index'.
24932 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
24933 indexing. Fix bug with matching is there is a quote before or
24934 after the word.
24935
24936 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
24937 Fix bug when collecting citation keys in lines with comments.
24938 (reftex-citation): Prefix argument no longer rescans the document,
24939 but forces prompting for optional arguments of cite macros.
24940 (reftex-do-citation): Prompting for optional arguments implemented.
24941
24942 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
24943 Add optional arguments to most cite commands.
24944 (reftex-cite-cleanup-optional-args): New option
24945 (reftex-cite-prompt-optional-args): New option.
24946 (reftex-trust-label-prefix): New option.
24947
24948 * textmodes/reftex-toc.el (reftex-toc-find-section):
24949 Add push-mark before changing the position in the buffer.
24950
24951 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
24952 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
24953
24954 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
24955
24956 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
24957 more carefully.
24958
24959 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
24960
24961 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
24962 (sgml-mode): Use it.
24963 (sgml-get-context): Better keep track of implicitly closed tags.
24964
24965 2005-01-13 Kenichi Handa <handa@m17n.org>
24966
24967 * textmodes/ispell.el: These changes are to fix misalignment error
24968 caused by equivalent characters of different Emacs charsets.
24969 (ispell-unified-chars-table): New variable.
24970 (ispell-get-decoded-string): New function.
24971 (ispell-get-casechars, ispell-get-not-casechars)
24972 (ispell-get-otherchars): Call ispell-get-decoded-string.
24973
24974 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24975
24976 * custom.el (custom-declare-variable): Just put symbol instead
24977 of (defvar . symbol) in `current-load-list'.
24978
24979 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
24980
24981 * emacs-lisp/elint.el: Fixed typo in Commentary section.
24982
24983 2005-01-12 Jay Belanger <belanger@truman.edu>
24984
24985 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
24986 to create a Calc summary.
24987
24988 2005-01-12 Kim F. Storm <storm@cua.dk>
24989
24990 * mouse.el (mouse-on-link-p): Change functionality and doc
24991 string to comply with latest description in lisp ref.
24992
24993 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
24994
24995 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
24996 Enable mouse clicks on mode-line, header-line and margin.
24997 (event-type): Give mouse event symbols an `event-kind' property
24998 with value `mouse-click'.
24999
25000 2005-01-12 Juri Linkov <juri@jurta.org>
25001
25002 * facemenu.el (list-colors-display): Add new arg buffer-name.
25003 Use it. Fix docstring. Replace code for identifying duplicate
25004 colors by the name with call to `list-colors-duplicates' which
25005 identifies duplicate colors by the value unless the color
25006 is one of special Windows colors. Set truncate-lines to t.
25007 Print sorted duplicate color names on each line. Indent to 22
25008 \(the longest color name in rgb.txt) instead of 20. Optimize.
25009 (list-colors-duplicates): New function.
25010 (facemenu-color-name-equal): Delete function.
25011
25012 * facemenu.el (list-colors-print): New function created from code
25013 in list-colors-display. Print #RRGGBB at the window right edge.
25014 (list-colors-display): When temp-buffer-show-function is not
25015 defined, call list-colors-print from temp-buffer-show-hook
25016 to get the right value of window-width in list-colors-print
25017 after the buffer is displayed.
25018
25019 * simple.el (pop-mark): Move deactivate-mark out of conditional
25020 part to deactivate the active mark regardless of the state of the
25021 mark ring.
25022
25023 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25024 variables line in desktop files.
25025
25026 2005-01-12 Juri Linkov <juri@jurta.org>
25027
25028 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25029 Bring together isearch highlight related options.
25030 (lazy-highlight): Replace group `replace' by `matching'.
25031 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25032 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25033 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25034 and declare them obsolete.
25035 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25036 (isearch-faces): Remove defgroup.
25037 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25038 Move isearch highlighting code closer to lazy highlighting code.
25039
25040 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25041 (query-replace-highlight, query-replace-lazy-highlight)
25042 (query-replace): Move definitions to the beginning of the file.
25043
25044 2005-01-11 Juri Linkov <juri@jurta.org>
25045
25046 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25047 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25048 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25049
25050 * info.el (Info-history-forward): New variable.
25051 (Info-select-node): Reset Info-history-forward to nil.
25052 (Info-last): Turn into defalias.
25053 (Info-history-back): Rename from Info-last.
25054 Add current node to Info-history-forward.
25055 (Info-history-forward): New fun.
25056 (Info-mode-map): Replace Info-last by Info-history-back.
25057 Bind Info-history-forward to "r".
25058 (Info-mode-menu): Replace Info-last by Info-history-back.
25059 Fix menu item text. Add menu item for Info-history-forward.
25060 (info-tool-bar-map): Replace Info-last by Info-history-back.
25061 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25062 for Info-history-forward.
25063 (Info-mode): Replace Info-last by Info-history-back in docstring.
25064 Add local variable Info-history-forward.
25065 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25066
25067 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25068
25069 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25070 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25071 Ignore select-window events rather than fiddle with
25072 mouse-autoselect-window.
25073
25074 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25075
25076 * type-break.el (type-break-mode): Fix previous change.
25077
25078 2005-01-10 Jay Belanger <belanger@truman.edu>
25079
25080 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25081 calculator; only reset when point is inside a calculator.
25082 Don't adjust the window height if the window takes up the whole height
25083 of the frame.
25084
25085 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25086
25087 * ebuff-menu.el (Electric-buffer-menu-mode):
25088 Preserve value of buffer-local var header-line-format.
25089
25090 2005-01-09 Jay Belanger <belanger@truman.edu>
25091
25092 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25093 Make sure settings file exists before accessing it.
25094
25095 * calc/calc-embed.el (calc-embedded-subst):
25096 Replace math-multi-subst-rec, which is only supposed to be called
25097 by math-multi-subst, by math-multi-subst.
25098
25099 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25100
25101 * vc.el (vc-allow-async-revert): New user option.
25102 (vc-disable-async-diff): New internal variable.
25103 (vc-revert-buffer): Use them to disable asynchronous diff.
25104
25105 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25106 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25107 asynchronously if vc-disable-async-diff is t.
25108
25109 2005-01-09 Jay Belanger <belanger@truman.edu>
25110
25111 * calc/calc.el (defcalcmodevar): New macro.
25112 (calc-mode-var-list-restore-default-values)
25113 (calc-mode-var-list-restore-saved-values): New functions.
25114 (calc-mode-var-list): Use defcalcmodevar to define it.
25115 (calc-always-load-extensions, calc-line-numbering)
25116 (calc-line-breaking, calc-display-just, calc-display-origin)
25117 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25118 (calc-group-char, calc-point-char, calc-frac-format)
25119 (calc-prefer-frac, calc-hms-format, calc-date-format)
25120 (calc-float-format, calc-full-float-format, calc-complex-format)
25121 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25122 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25123 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25124 (calc-matrix-brackets, calc-language, calc-language-option)
25125 (calc-left-label, calc-right-label, calc-word-size)
25126 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25127 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25128 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25129 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25130 (calc-window-height, calc-display-trail, calc-show-selections)
25131 (calc-use-selections, calc-assoc-selections)
25132 (calc-display-working-message, calc-auto-why, calc-timing)
25133 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25134 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25135 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25136 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25137 (calc-gnuplot-geometry, calc-graph-default-resolution)
25138 (calc-graph-default-resolution-3d, calc-invocation-macro)
25139 (calc-show-banner): Use defcalcmodevar to declare them and set
25140 their default values.
25141
25142 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25143 instead of default values (but restore default values if there is
25144 an argument of 0).
25145
25146 2005-01-09 David Kastrup <dak@gnu.org>
25147
25148 * desktop.el (desktop-restore-eager): Fix typo in type.
25149
25150 2005-01-08 Richard M. Stallman <rms@gnu.org>
25151
25152 * cus-edit.el (customize): Delete :link.
25153
25154 2005-01-08 Jay Belanger <belanger@truman.edu>
25155
25156 * calc/calc.el (calc-mode): Remove the extension from the
25157 `calc-settings-file' file name when loading it.
25158
25159 2005-01-08 Kim F. Storm <storm@cua.dk>
25160
25161 * info.el (Info-mode-map, Info-next-link-keymap)
25162 (Info-prev-link-keymap, Info-up-link-keymap):
25163 Map follow-link to mouse-face.
25164 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25165
25166 2005-01-08 Jay Belanger <belanger@truman.edu>
25167
25168 * calc/calc.el (calc-settings-file): Change default value.
25169 Suggested by cgw in a comment in calc-mode.el.
25170
25171 * calc/calc-mode.el (calc-settings-file-name):
25172 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25173 Replace ~/.emacs in a prompt by calc-settings-file.
25174
25175 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25176
25177 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25178 (desktop-lazy-idle-delay): New customizable variables.
25179 (desktop-buffer-args-list): New variable.
25180 (desktop-append-buffer-args): New function.
25181 (desktop-save): Call desktop-append-buffer-args for some buffers.
25182 (desktop-lazy-create-buffer): New function.
25183 (desktop-idle-create-buffers): New function.
25184 (desktop-read): Add message about buffers to restore lazily.
25185 (desktop-lazy-abort): New command.
25186 (desktop-clear): Call desktop-lazy-abort.
25187 (desktop-lazy-complete): New command.
25188
25189 2005-01-06 Richard M. Stallman <rms@gnu.org>
25190
25191 * emacs-lisp/find-func.el (find-face-definition):
25192 Rename from find-face.
25193
25194 2005-01-06 Kim F. Storm <storm@cua.dk>
25195
25196 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25197
25198 * man.el (Man-xref-man-page, Man-xref-header-file)
25199 (Man-xref-normal-file): Add follow-link property.
25200
25201 2005-01-06 Jay Belanger <belanger@truman.edu>
25202
25203 * calc/calc-units.el: Make sure the proper macro definitions are
25204 available when compiling.
25205
25206 2005-01-06 Juri Linkov <juri@jurta.org>
25207
25208 * isearch.el (isearch-lazy-highlight-update):
25209 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25210
25211 2005-01-06 Miles Bader <miles@gnu.org>
25212
25213 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25214 (isearch-lazy-highlight-face): Use new name.
25215
25216 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25217
25218 * uniquify.el (uniquify-rationalize-file-buffer-names):
25219 Re-add an interactive spec.
25220 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25221 to the same name.
25222
25223 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25224 (isearch-update, isearch-done): Adjust calls accordingly.
25225
25226 2005-01-05 Richard M. Stallman <rms@gnu.org>
25227
25228 * custom.el (custom-set-variables, custom-theme-set-variables):
25229 Clarify documentation.
25230
25231 * emacs-lisp/find-func.el (find-variable)
25232 (find-variable-other-window, find-variable-other-frame):
25233 Fix the TYPE args to find-function-read and find-function-do-it.
25234 (find-function): Doc fix.
25235 (find-function-at-point): Replace function-at-point alias.
25236
25237 2005-01-04 Richard M. Stallman <rms@gnu.org>
25238
25239 * cus-face.el (custom-declare-face):
25240 Record defface in current-load-list.
25241
25242 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25243
25244 * emacs-lisp/find-func.el: Doc fixes.
25245 (find-face-regexp): New variable.
25246 (find-function-regexp-alist): New variable.
25247 (find-function-C-source): Third arg is now TYPE.
25248 (find-function-search-for-symbol): Handle general TYPE.
25249 (find-function-read, find-function-do-it): Handle general TYPE.
25250 (find-definition-noselect, find-face): New functions.
25251 (function-at-point): Alias deleted.
25252
25253 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25254
25255 * battery.el (display-battery-mode): Rename from display-battery.
25256 Handle the case where it gets turned off.
25257
25258 2005-01-04 Richard M. Stallman <rms@gnu.org>
25259
25260 * cus-edit.el (customize): Make :link point to user doc.
25261
25262 * man.el (Man-fontify-manpage): Turn off undo generation.
25263
25264 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25265
25266 2005-01-04 Andreas Schwab <schwab@suse.de>
25267
25268 * files.el (insert-directory): Only look for error lines in
25269 inserted text. Don't move too far after processing --dired markers.
25270
25271 2005-01-04 Richard M. Stallman <rms@gnu.org>
25272
25273 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25274 Don't expand if the character is @, period, dash, etc.
25275 (define-mail-abbrev): Quote names that contain problem characters.
25276
25277 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25278
25279 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25280
25281 2005-01-03 Richard M. Stallman <rms@gnu.org>
25282
25283 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25284 (query-replace-highlight, query-replace-lazy-highlight)
25285 (query-replace): Definitions moved up. Doc fix.
25286
25287 2005-01-03 Richard M. Stallman <rms@gnu.org>
25288
25289 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25290 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25291 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25292 (lazy-highlight-face): Rename from isearch-lazy-...
25293 Change all references to them.
25294
25295 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25296
25297 * cus-edit.el (custom-file): Doc fix for defcustom.
25298 (custom-file): The function no longer sets the variable
25299 `custom-file' to its return value.
25300
25301 * startup.el (command-line): No longer load `custom-file'.
25302
25303 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25304
25305 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25306
25307 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25308 Don't confuse module-prefixed identifiers for labels.
25309 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25310
25311 2005-01-02 Richard M. Stallman <rms@gnu.org>
25312
25313 * files.el (basic-save-buffer-1): Fix previous change.
25314
25315 * loadhist.el (file-loadhist-lookup): New function.
25316 (file-provides, file-requires): Use it.
25317
25318 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25319 instead of calculating the right size.
25320
25321 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25322
25323 * vc-svn.el (vc-svn-diff): Stay local if possible.
25324
25325 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25326
25327 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25328
25329 * files.el (hack-local-variables): Fix last change.
25330
25331 2005-01-02 Jay Belanger <belanger@truman.edu>
25332
25333 * calc/calc-yank.el (calc-edit-top): New variable.
25334 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25335 object. Change header properties.
25336 (calc-edit-finish, calc-edit-finish-stack-object)
25337 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25338 edited object.
25339 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25340 for the beginning of the edited object.
25341 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25342 for the beginning of the edited object.
25343 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25344 (calc-finish-formula-edit, calc-macro-repeats)
25345 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25346 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25347 beginning of the edited object.
25348 (calc-user-define-edit): Change the header for editing macros.
25349 Remove unnecessary variable.
25350
25351 2005-01-01 Jay Belanger <belanger@truman.edu>
25352
25353 * calc/calc-yank.el (calc-edit-mode): Change default header.
25354 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25355 * calc/calc-store.el (calc-edit-variable): Change title to match new
25356 header.
25357 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25358 mode to match new header.
25359 (calc-user-define-edit): Change titles to include names of commands.
25360 (calc-finish-formula-edit): Adjust to handle new header.
25361 (calc-finish-macro-edit): Remove.
25362 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25363 (calc-edit-macro-command, calc-edit-macro-command-type)
25364 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25365 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
25366 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
25367 (calc-edit-macro-finish-edit): New functions.
25368 (calc-user-define-edit): Use new functions to edit named calc macros.
25369
25370 2005-01-01 Stefan <monnier@iro.umontreal.ca>
25371
25372 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
25373
25374 * ses.el (copy-region-as-kill): Deactivate mark.
25375
25376 2005-01-01 Richard M. Stallman <rms@gnu.org>
25377
25378 * replace.el (occur-1): If the output buffer is also an input,
25379 don't kill it, rename it.
25380
25381 * faces.el (set-face-background, set-face-foreground): Doc fix.
25382
25383 * cus-face.el (custom-face-attributes): Fix :help-echo strings
25384 for :foreground and :background.
25385
25386 * dired.el (dired-view-command-alist): Variable deleted.
25387 (dired-view-file, dired-mouse-find-file-other-window):
25388 Delete the code to use it.
25389
25390 2005-01-01 Kim F. Storm <storm@cua.dk>
25391
25392 * image.el (insert-sliced-image): Use t for line-height property.
25393
25394 See ChangeLog.11 for earlier changes.
25395
25396 ;; Local Variables:
25397 ;; coding: iso-2022-7bit
25398 ;; End:
25399
25400 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
25401 Copying and distribution of this file, with or without modification,
25402 are permitted provided the copyright notice and this notice are preserved.
25403
25404 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1